{"id": 408, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "44.9", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "have", "to", "be", "equal", "to", "32.9", "right", "away", "or", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_3_n", "should", "be", "equal", "to", "88.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.9", ")", "imply", "signal_2_n", "math equal", "32.9", "or", "signal_3_n", "math equal", "88.3", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "or", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "44.9", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "32.9"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_3_n", "==", "88.3"]]}}} {"id": 2311, "sentence": ["For", "every", "time", "point", "during", "the", "first", "42", "to", "97", "time", "units", "signal_1_n", "shall", "be", "at", "least", "27.0", "continuously", "or", "consistently", "the", "transition", "action", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "2.4", "will", "never", "be", "detected", "."], "ltl": ["globally", "[42,97]", "(", "signal_1_n", "more equal", "27.0", "or", "negation", "fall", "(", "signal_2_n", "more", "2.4", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "42", "to", "97", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "42", ":", "97", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 38], "prop": [["signal_1_n", ">=", "27.0"], ["-", "fall", "(", "signal_2_n", ">", "2.4", ")"]]}}} {"id": 5102, "sentence": ["Everytime", "when", "signal_1_n", "remains", "equal", "to", "54.0", ",", "and", "signal_2_n", "is", "greater", "than", "59.4", "then", "signal_3_n", "is", "above", "89.0", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "54.0", "and", "signal_2_n", "more", "59.4", "imply", "signal_3_n", "more", "89.0", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "54.0"]]}, " prop_2 ": {"span": [9, 14], "prop": [["signal_2_n", ">", "59.4"]]}, " prop_3 ": {"span": [15, 23], "prop": [["signal_3_n", ">", "89.0"]]}}} {"id": 53, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "lower", "than", "33.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "signal_2_n", "ought", "n't", "to", "be", "equal", "to", "66.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "33.9", "imply", "negation", "(", "signal_2_n", "math equal", "66.2", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<", "33.9"]]}, " prop_2 ": {"span": [26, 34], "prop": [["-", "(", "signal_2_n", "==", "66.2", ")"]]}}} {"id": 2676, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "75.8", "gets", "detected", ",", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "following", "72", "time", "units", "the", "signal_2_n", "signal", "shall", "finally", "fall", "below", "10.8", "at", "a", "time", "during", "the", "following", "82", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "75.8", ")", "imply", "globally", "[0,72]", "(", "finally", "[0,82]", "(", "rise", "(", "signal_2_n", "less", "10.8", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "following", "72", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "72", "]", "(", "F", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "75.8", ")"]]}, " prop_2 ": {"span": [30, 47], "prop": [["rise", "(", "signal_2_n", "<", "10.8", ")"]]}}} {"id": 482, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "68.2", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "at", "once", "the", "value", "of", "signal_2_n", "has", "to", "remain", "at", "least", "17.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "68.2", ")", "imply", "signal_2_n", "more equal", "17.8", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "68.2", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">=", "17.8"]]}}} {"id": 1876, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "becomes", "bigger", "than", "83.4", "then", "the", "condition", "that", "the", "value", "of", "signal_2_n", "is", "never", "set", "to", "58.1", "for", "every", "moment", "in", "the", "coming", "81", "time", "units", "shall", "not", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "83.4", ")", "imply", "negation", "(", "globally", "[0,81]", "(", "negation", "(", "signal_2_n", "math equal", "58.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "condition", "that", "(", "prop_2", ")", "shall", "not", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "83.4", ")"]]}, " prop_2 ": {"span": [19, 37], "prop": [["-", "(", "signal_2_n", "==", "58.1", ")"]]}}} {"id": 4556, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "gets", "set", "to", "93.0", "then", "the", "following", "condition", "holds", ":", "promptly", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "18.8", "and", "less", "than", "or", "equal", "to", "21.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.0", ")", "imply", "signal_2_n", "more equal", "18.8", "and", "signal_2_n", "less equal", "21.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "93.0", ")"]]}, " prop_2 ": {"span": [21, 39], "prop": [["signal_2_n", ">=", "18.8"], ["signal_2_n", "<=", "21.1"]]}}} {"id": 5711, "sentence": ["There", "shall", "be", "a", "certain", "moment", "after", "at", "most", "23", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "eventually", "greater", "than", "or", "equal", "to", "22.3", "and", "less", "than", "or", "equal", "to", "75.6", ",", "and", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "be", "eventually", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,23]", "(", "(", "signal_1_n", "more equal", "22.3", "and", "signal_1_n", "less equal", "75.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "after", "at", "most", "23", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "23", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 32], "prop": [["signal_1_n", ">=", "22.3"], ["signal_1_n", "<=", "75.6"]]}, " prop_2 ": {"span": [34, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1793, "sentence": ["There", "shall", "exist", "a", "certain", "moment", "within", "the", "first", "5", "to", "22", "time", "units", "eventually", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "shall", "be", "signal_2_n", "."], "ltl": ["finally", "[5,22]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "moment", "within", "the", "first", "5", "to", "22", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5779, "sentence": ["At", "sometime", "in", "less", "than", "94", "time", "units", "the", "signal_1_n", "signal", "must", "finally", "not", "be", "22.9", "or", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "finally", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,94]", "(", "negation", "(", "signal_1_n", "math equal", "22.9", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "94", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "(", "signal_1_n", "==", "22.9", ")"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 785, "sentence": ["Within", "the", "first", "65", "time", "units", ",", "without", "interruption", "signal_1_n", "ought", "n't", "to", "be", "less", "than", "or", "equal", "to", "23.7", "and", "signal_2_n", "ought", "to", "stay", "above", "41.3", "and", "below", "65.6", "without", "interruption", "."], "ltl": ["globally", "[0,65]", "(", "negation", "(", "signal_1_n", "less equal", "23.7", ")", "and", "(", "signal_2_n", "more", "41.3", "and", "signal_2_n", "less", "65.6", ")", ")"], "logic_sentence": ["Within", "the", "first", "65", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["-", "(", "signal_1_n", "<=", "23.7", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", ">", "41.3"], ["signal_2_n", "<", "65.6"]]}}} {"id": 1940, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "the", "signal_3_n", "signal", "will", "not", "be", "equal", "to", "39.9", ",", "or", "promptly", "the", "signal_4_n", "signal", "should", "be", "86.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "math equal", "39.9", ")", "or", "signal_4_n", "math equal", "86.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "(", "prop_2", ")", ",", "or", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["-", "(", "signal_3_n", "==", "39.9", ")"]]}, " prop_3 ": {"span": [41, 47], "prop": [["signal_4_n", "==", "86.3"]]}}} {"id": 1455, "sentence": ["For", "every", "moment", "within", "the", "first", "65", "to", "67", "time", "units", "without", "interruption", "the", "signal_1_n", "signal", "has", "to", "remain", "bigger", "than", "45.4", "and", "smaller", "than", "47.3", ",", "or", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "uninterruptedly", "remain", "smaller", "than", "77.0", "."], "ltl": ["globally", "[65,67]", "(", "(", "signal_1_n", "more", "45.4", "and", "signal_1_n", "less", "47.3", ")", "or", "signal_2_n", "less", "77.0", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "65", "to", "67", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "65", ":", "67", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">", "45.4"], ["signal_1_n", "<", "47.3"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", "<", "77.0"]]}}} {"id": 1292, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "63.4", ",", "and", "signal_2_n", "remains", "no", "less", "than", "10.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "needs", "to", "be", "less", "than", "55.8", "and", "then", "uninterruptedly", "holds", "like", "that", "for", "every", "time", "point", "in", "the", "next", "7", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "63.4", "and", "signal_2_n", "more equal", "10.6", "imply", "globally", "[0,7]", "(", "signal_3_n", "less", "55.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "7", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "63.4"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", ">=", "10.6"]]}, " prop_3 ": {"span": [29, 54], "prop": [["signal_3_n", "<", "55.8"]]}}} {"id": 977, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "56.7", "occurs", ",", "then", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "at", "sometime", "during", "the", "next", "11", "to", "20", "time", "units", "eventually", "signal_2_n", "shall", "be", "at", "most", "87.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "56.7", ")", "imply", "globally", "(", "finally", "[11,20]", "(", "signal_2_n", "less equal", "87.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "at", "sometime", "during", "the", "next", "11", "to", "20", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "11", ":", "20", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["rise", "(", "signal_1_n", "<", "56.7", ")"]]}, " prop_2 ": {"span": [44, 50], "prop": [["signal_2_n", "<=", "87.1"]]}}} {"id": 5007, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "sometime", "starting", "between", "63", "to", "99", "time", "units", "finally", ",", "after", "which", "the", "value", "of", "signal_3_n", "is", "equal", "to", "14.3", "and", "then", "will", "be", "consecutively", "continuing", "like", "this", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[63,99]", "(", "globally", "(", "signal_3_n", "math equal", "14.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "sometime", "starting", "between", "63", "to", "99", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "and", "then", "will", "be", "consecutively", "continuing", "like", "this", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "63", ":", "99", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [37, 45], "prop": [["signal_3_n", "==", "14.3"]]}}} {"id": 5111, "sentence": ["For", "every", "time", "point", "during", "the", "first", "84", "time", "units", ",", "consistently", "the", "signal_1_n", "signal", "will", "stay", "equal", "to", "54.1", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "math equal", "54.1", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "84", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "54.1"]]}}} {"id": 348, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "less", "than", "74.7", ",", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "12.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "value", "of", "signal_3_n", "shall", "be", "no", "less", "than", "28.2", "and", "less", "than", "or", "equal", "to", "97.4", "."], "ltl": ["globally", "(", "signal_1_n", "less", "74.7", "or", "signal_2_n", "less", "12.7", "imply", "signal_3_n", "more equal", "28.2", "and", "signal_3_n", "less equal", "97.4", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "74.7"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", "<", "12.7"]]}, " prop_3 ": {"span": [31, 48], "prop": [["signal_3_n", ">=", "28.2"], ["signal_3_n", "<=", "97.4"]]}}} {"id": 3297, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "63.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "gets", "equal", "to", "74.0", "ought", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.0", ")", "imply", "finally", "(", "rise", "(", "signal_2_n", "math equal", "74.0", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["rise", "(", "signal_1_n", "==", "63.0", ")"]]}, " prop_2 ": {"span": [45, 50], "prop": [["rise", "(", "signal_2_n", "==", "74.0", ")"]]}}} {"id": 1848, "sentence": ["At", "a", "certain", "time", "instant", "within", "19", "time", "units", "signal_1_n", "must", "be", "greater", "than", "or", "equal", "to", "56.4", "and", "less", "than", "or", "equal", "to", "86.0", "ultimately", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "drops", "to", "at", "most", "99.6", "has", "to", "get", "detected", "eventually", "."], "ltl": ["finally", "[0,19]", "(", "(", "signal_1_n", "more equal", "56.4", "and", "signal_1_n", "less equal", "86.0", ")", "or", "rise", "(", "signal_2_n", "less equal", "99.6", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "19", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "19", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 45], "prop": [["signal_1_n", ">=", "56.4"], ["signal_1_n", "<=", "86.0"], ["rise", "(", "signal_2_n", "<=", "99.6", ")"]]}}} {"id": 5333, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "15.0", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "48", "to", "58", "time", "units", ",", "the", "event", "that", "the", "signal_2_n", "signal", "jumps", "to", "at", "least", "61.3", "has", "to", "occur", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "15.0", ")", "imply", "globally", "[48,58]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "61.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "48", "to", "58", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "has", "to", "occur", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "48", ":", "58", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "15.0", ")"]]}, " prop_2 ": {"span": [39, 47], "prop": [["rise", "(", "signal_2_n", ">=", "61.3", ")"]]}}} {"id": 4581, "sentence": ["Eventually", "the", "state", "of", "signal_1_n", "will", "be", "set", "to", "signal_2_n", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 403, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "52.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "after", "which", "consistently", "signal_2_n", "will", "never", "be", "below", "19.5", "for", "every", "time", "instant", "in", "the", "coming", "11", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.2", ")", "imply", "finally", "(", "globally", "[0,11]", "(", "negation", "(", "signal_2_n", "less", "19.5", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "after", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "52.2", ")"]]}, " prop_2 ": {"span": [37, 53], "prop": [["-", "(", "signal_2_n", "<", "19.5", ")"]]}}} {"id": 233, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "becomes", "lower", "than", "62.1", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "higher", "than", "21.0", "and", "less", "than", "26.7", "promptly", ",", "and", "the", "value", "of", "signal_3_n", "has", "to", "be", "immediately", "greater", "than", "or", "equal", "to", "57.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.1", ")", "imply", "(", "signal_2_n", "more", "21.0", "and", "signal_2_n", "less", "26.7", ")", "and", "signal_3_n", "more equal", "57.1", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "<", "62.1", ")"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_2_n", ">", "21.0"], ["signal_2_n", "<", "26.7"]]}, " prop_3 ": {"span": [36, 50], "prop": [["signal_3_n", ">=", "57.1"]]}}} {"id": 1509, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "gets", "changed", "to", "76.1", "is", "detected", ",", "then", "at", "a", "time", "after", "at", "most", "36", "time", "units", "signal_3_n", "must", "be", "finally", "more", "than", "60.7", ",", "till", "then", "signal_2_n", "shall", "consistently", "remain", "above", "0.6", "and", "less", "than", "13.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "76.1", ")", "imply", "(", "signal_2_n", "more", "0.6", "and", "signal_2_n", "less", "13.9", ")", "until", "[0,36]", "(", "signal_3_n", "more", "60.7", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "at", "a", "time", "after", "at", "most", "36", "time", "units", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "76.1", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_3_n", ">", "60.7"]]}, " prop_3 ": {"span": [34, 44], "prop": [["signal_2_n", ">", "0.6"], ["signal_2_n", "<", "13.9"]]}}} {"id": 5793, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "40.2", "then", "the", "following", "condition", "holds", ":", "there", "is", "eventually", "a", "certain", "moment", "in", "the", "following", "1", "to", "11", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "ought", "to", "be", "in", "signal_4_n", ",", "and", "before", "this", "the", "value", "of", "signal", "signal_2_n", "has", "to", "remain", "smaller", "than", "10.3", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "40.2", "imply", "(", "signal_2_n", "less", "10.3", ")", "until", "[1,11]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "there", "is", "eventually", "a", "certain", "moment", "in", "the", "following", "1", "to", "11", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "1", ":", "11", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["signal_1_n", "==", "40.2"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [46, 59], "prop": [["signal_2_n", "<", "10.3"]]}}} {"id": 2567, "sentence": ["For", "each", "time", "point", "in", "the", "first", "38", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "above", "44.8", "and", "less", "than", "or", "equal", "to", "54.7", "and", "the", "signal_2_n", "signal", "needs", "to", "keep", "less", "than", "82.3", "all", "the", "time", "."], "ltl": ["globally", "[0,38]", "(", "(", "signal_1_n", "more", "44.8", "and", "signal_1_n", "less equal", "54.7", ")", "and", "signal_2_n", "less", "82.3", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "38", "time", "units", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "38", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 28], "prop": [["signal_1_n", ">", "44.8"], ["signal_1_n", "<=", "54.7"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_2_n", "<", "82.3"]]}}} {"id": 4110, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "at", "most", "75.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "coming", "98", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "75.3", "imply", "finally", "[0,98]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "coming", "98", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<=", "75.3"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5708, "sentence": ["At", "a", "certain", "time", "instant", "starting", "at", "most", "58", "time", "units", "finally", "the", "value", "of", "signal_1_n", "shall", "be", "within", "-LSB-", "16.0", ",", "41.5", "-RSB-", "and", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "in", "signal_3_n", "."], "ltl": ["finally", "[0,58]", "(", "(", "signal_1_n", "more equal", "16.0", "and", "signal_1_n", "less equal", "41.5", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "at", "most", "58", "time", "units", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "16.0"], ["signal_1_n", "<=", "41.5"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1053, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "stays", "greater", "than", "64.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "interval", "-LSB-", "50.8", ",", "83.9", "-RSB-", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "next", "2", "to", "18", "time", "units", "there", "ought", "to", "exist", "a", "time", "during", "the", "next", "77", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "below", "95.8", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "more", "64.1", "and", "(", "signal_2_n", "more equal", "50.8", "and", "signal_2_n", "less equal", "83.9", ")", "imply", "globally", "[2,18]", "(", "finally", "[0,77]", "(", "rise", "(", "signal_3_n", "less", "95.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "next", "2", "to", "18", "time", "units", "there", "ought", "to", "exist", "a", "time", "during", "the", "next", "77", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "2", ":", "18", "]", "(", "F", "[", "0", ":", "77", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "64.1"]]}, " prop_2 ": {"span": [13, 27], "prop": [["signal_2_n", ">=", "50.8"], ["signal_2_n", "<=", "83.9"]]}, " prop_3 ": {"span": [66, 74], "prop": [["rise", "(", "signal_3_n", "<", "95.8", ")"]]}}} {"id": 1971, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "becomes", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "signal_3_n", "signal", "will", "have", "to", "be", "higher", "than", "70.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "70.4", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_3_n", ">", "70.4"]]}}} {"id": 293, "sentence": ["There", "must", "exist", "sometime", "in", "less", "than", "94", "time", "units", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "eventually", "gets", "detected", "."], "ltl": ["finally", "[0,94]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "must", "exist", "sometime", "in", "less", "than", "94", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "eventually", "gets", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2729, "sentence": ["Eventually", "there", "should", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "state", "of", "signal_1_n", "shall", "be", "signal_2_n", ",", "and", "the", "scenario", "that", "signal_3_n", "increases", "above", "22.3", "must", "happen", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "more", "22.3", ")", ")"], "logic_sentence": ["Eventually", "there", "should", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "must", "happen", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 31], "prop": [["rise", "(", "signal_3_n", ">", "22.3", ")"]]}}} {"id": 711, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "36.4", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_2_n", "does", "not", "decrease", "to", "at", "most", "43.9", "and", "then", "keeps", "like", "that", "without", "interruption", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "36.4", ")", "imply", "finally", "(", "globally", "(", "negation", "fall", "(", "signal_2_n", "more", "43.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "36.4", ")"]]}, " prop_2 ": {"span": [44, 71], "prop": [["-", "fall", "(", "signal_2_n", ">", "43.9", ")"]]}}} {"id": 1161, "sentence": ["For", "every", "time", "point", "in", "the", "first", "47", "time", "units", ",", "signal_1_n", "shall", "stay", "higher", "than", "17.9", "and", "less", "than", "62.9", "consistently", "."], "ltl": ["globally", "[0,47]", "(", "signal_1_n", "more", "17.9", "and", "signal_1_n", "less", "62.9", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "47", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "17.9"], ["signal_1_n", "<", "62.9"]]}}} {"id": 64, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "17.7", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "will", "simultaneously", "equal", "to", "59.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "17.7", ")", "imply", "signal_2_n", "math equal", "59.7", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "17.7", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "59.7"]]}}} {"id": 1280, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "less", "than", "or", "equal", "to", "78.4", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "4.1", "and", "less", "than", "or", "equal", "to", "36.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "will", "have", "to", "be", "greater", "than", "11.0", "and", "no", "more", "than", "18.4", "and", "then", "needs", "to", "remain", "in", "this", "range", "without", "interruption", "during", "the", "coming", "70", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "78.4", "and", "(", "signal_2_n", "more equal", "4.1", "and", "signal_2_n", "less equal", "36.8", ")", "imply", "globally", "[0,70]", "(", "signal_3_n", "more", "11.0", "and", "signal_3_n", "less equal", "18.4", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "70", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "78.4"]]}, " prop_2 ": {"span": [12, 29], "prop": [["signal_2_n", ">=", "4.1"], ["signal_2_n", "<=", "36.8"]]}, " prop_3 ": {"span": [38, 67], "prop": [["signal_3_n", ">", "11.0"], ["signal_3_n", "<=", "18.4"]]}}} {"id": 2942, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "56.1", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "instant", "within", "the", "next", "20", "to", "60", "time", "units", "ultimately", "signal_2_n", "is", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "56.1", ")", "imply", "finally", "[20,60]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "instant", "within", "the", "next", "20", "to", "60", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "20", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "56.1", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 188, "sentence": ["For", "every", "time", "point", "during", "the", "first", "4", "to", "13", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "be", "60.2", "uninterruptedly", ",", "and", "without", "interruption", "the", "mode", "of", "signal_2_n", "remains", "in", "signal_3_n", "."], "ltl": ["globally", "[4,13]", "(", "signal_1_n", "math equal", "60.2", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "4", "to", "13", "time", "units", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "4", ":", "13", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "60.2"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 285, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "35.6", "takes", "place", ",", "or", "signal_2_n", "is", "set", "to", "5.3", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "above", "18.5", "and", "consecutively", "this", "scenario", "has", "been", "remaining", "for", "the", "past", "42", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "35.6", ")", "or", "signal_2_n", "math equal", "5.3", "imply", "historically", "[0,42]", "(", "signal_3_n", "more", "18.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "consecutively", "this", "scenario", "has", "been", "remaining", "for", "the", "past", "42", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "42", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["fall", "(", "signal_1_n", "==", "35.6", ")"]]}, " prop_2 ": {"span": [27, 32], "prop": [["signal_2_n", "==", "5.3"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_3_n", ">", "18.5"]]}}} {"id": 4350, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "below", "9.3", "happens", "then", "the", "signal_2_n", "signal", "shall", "be", "in", "signal_3_n", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "9.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "9.3", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5382, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 363, "sentence": ["For", "the", "first", "43", "time", "units", ",", "signal_1_n", "needs", "to", "consistently", "keep", "higher", "than", "13.2", ",", "or", "signal_2_n", "will", "have", "to", "stay", "greater", "than", "or", "equal", "to", "74.1", "without", "interruption", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "more", "13.2", "or", "signal_2_n", "more equal", "74.1", ")"], "logic_sentence": ["For", "the", "first", "43", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "13.2"]]}, " prop_2 ": {"span": [17, 30], "prop": [["signal_2_n", ">=", "74.1"]]}}} {"id": 5106, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "stays", "at", "8.5", ",", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "11.5", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "shall", "be", "higher", "than", "57.2", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.5", "and", "signal_2_n", "more", "11.5", "imply", "signal_3_n", "more", "57.2", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "8.5"]]}, " prop_2 ": {"span": [11, 19], "prop": [["signal_2_n", ">", "11.5"]]}, " prop_3 ": {"span": [25, 36], "prop": [["signal_3_n", ">", "57.2"]]}}} {"id": 4659, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "6.6", "and", "the", "signal_2_n", "signal", "stays", "no", "less", "than", "27.6", ",", "then", "in", "response", "finally", "at", "a", "certain", "time", "instant", "during", "the", "first", "14", "time", "units", "the", "signal_3_n", "signal", "ought", "to", "be", "less", "than", "or", "equal", "to", "39.4", "consecutively", "for", "each", "moment", "in", "the", "next", "52", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "6.6", "and", "signal_2_n", "more equal", "27.6", "imply", "finally", "[0,14]", "(", "globally", "[0,52]", "(", "signal_3_n", "less equal", "39.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "finally", "at", "a", "certain", "time", "instant", "during", "the", "first", "14", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "14", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "6.6"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", ">=", "27.6"]]}, " prop_3 ": {"span": [42, 64], "prop": [["signal_3_n", "<=", "39.4"]]}}} {"id": 2143, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "between", "-LSB-", "11.8", ",", "84.1", "-RSB-", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "coming", "9", "to", "31", "time", "units", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", ",", "and", "till", "then", "the", "value", "of", "signal", "signal_2_n", "should", "stay", "less", "than", "7.2", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "11.8", "and", "signal_1_n", "less equal", "84.1", "imply", "(", "signal_2_n", "less", "7.2", ")", "until", "[9,31]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "coming", "9", "to", "31", "time", "units", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_3", ")", "U", "[", "9", ":", "31", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "11.8"], ["signal_1_n", "<=", "84.1"]]}, " prop_2 ": {"span": [34, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [44, 55], "prop": [["signal_2_n", "<", "7.2"]]}}} {"id": 4395, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "above", "63.1", ",", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_4_n", "will", "keep", "equal", "to", "25.1", "."], "ltl": ["globally", "(", "signal_1_n", "more", "63.1", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "math equal", "25.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "63.1"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_4_n", "==", "25.1"]]}}} {"id": 1316, "sentence": ["Finally", "the", "value", "of", "signal_1_n", "will", "have", "to", "become", "bigger", "than", "18.6", "at", "a", "time", "within", "13", "to", "82", "time", "units", "."], "ltl": ["finally", "[13,82]", "(", "rise", "(", "signal_1_n", "more", "18.6", ")", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "13", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["rise", "(", "signal_1_n", ">", "18.6", ")"]]}}} {"id": 456, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "during", "the", "first", "31", "time", "units", ",", "at", "which", "signal_1_n", "is", "ultimately", "in", "signal_2_n", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "during", "the", "first", "31", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4273, "sentence": ["For", "every", "time", "instant", "within", "93", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "74.5", "and", "less", "than", "or", "equal", "to", "86.8", "consistently", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "more equal", "74.5", "and", "signal_1_n", "less equal", "86.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "93", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 30], "prop": [["signal_1_n", ">=", "74.5"], ["signal_1_n", "<=", "86.8"]]}}} {"id": 822, "sentence": ["There", "eventually", "exists", "a", "certain", "time", "instant", "during", "the", "first", "2", "to", "10", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "should", "be", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "will", "be", "equal", "to", "63.1", "."], "ltl": ["finally", "[2,10]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "63.1", ")"], "logic_sentence": ["There", "eventually", "exists", "a", "certain", "time", "instant", "during", "the", "first", "2", "to", "10", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "10", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_3_n", "==", "63.1"]]}}} {"id": 505, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "jumps", "to", "more", "than", "61.1", "occurs", ",", "and", "signal_2_n", "is", "n't", "less", "than", "or", "equal", "to", "75.3", ",", "then", "in", "response", "starting", "without", "any", "delay", "the", "event", "that", "signal_3_n", "rises", "to", "greater", "than", "or", "equal", "to", "33.7", "has", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "61.1", ")", "and", "negation", "(", "signal_2_n", "less equal", "75.3", ")", "imply", "rise", "(", "signal_3_n", "more equal", "33.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_3", ")", "has", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "61.1", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "(", "signal_2_n", "<=", "75.3", ")"]]}, " prop_3 ": {"span": [39, 48], "prop": [["rise", "(", "signal_3_n", ">=", "33.7", ")"]]}}} {"id": 2905, "sentence": ["There", "must", "exist", "a", "time", "within", "the", "first", "50", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "more", "than", "96.4", "."], "ltl": ["finally", "[0,50]", "(", "signal_1_n", "more", "96.4", ")"], "logic_sentence": ["There", "must", "exist", "a", "time", "within", "the", "first", "50", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "50", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", ">", "96.4"]]}}} {"id": 974, "sentence": ["The", "signal_1_n", "signal", "must", "not", "be", "equal", "to", "16.1", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "math equal", "16.1", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["-", "(", "signal_1_n", "==", "16.1", ")"]]}}} {"id": 2708, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "17.9", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "must", "instantly", "stay", "above", "44.3", "and", "lower", "than", "45.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "17.9", ")", "imply", "signal_2_n", "more", "44.3", "and", "signal_2_n", "less", "45.5", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "17.9", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", ">", "44.3"], ["signal_2_n", "<", "45.5"]]}}} {"id": 463, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "28.8", "occurs", ",", "and", "the", "value", "of", "signal_2_n", "is", "not", "greater", "than", "or", "equal", "to", "4.6", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "first", "1", "to", "22", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "within", "the", "next", "77", "to", "83", "time", "units", ",", "at", "which", "the", "state", "of", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.8", ")", "and", "negation", "(", "signal_2_n", "more equal", "4.6", ")", "imply", "globally", "[1,22]", "(", "finally", "[77,83]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "first", "1", "to", "22", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "within", "the", "next", "77", "to", "83", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "1", ":", "22", "]", "(", "F", "[", "77", ":", "83", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "28.8", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["-", "(", "signal_2_n", ">=", "4.6", ")"]]}, " prop_3 ": {"span": [68, 79], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 281, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "95.8", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "promptly", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "95.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">=", "95.8", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 776, "sentence": ["In", "the", "future", "consecutively", "signal_1_n", "will", "be", "staying", "at", "69.8", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "will", "stay", "larger", "than", "31.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "69.8", "and", "signal_2_n", "more", "31.3", ")"], "logic_sentence": ["In", "the", "future", "consecutively", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "69.8"]]}, " prop_2 ": {"span": [12, 22], "prop": [["signal_2_n", ">", "31.3"]]}}} {"id": 300, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "mode", "of", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "all", "the", "time", "and", "the", "state", "of", "signal_3_n", "has", "to", "be", "consecutively", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1765, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "stays", "above", "1.6", "and", "less", "than", "3.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "state", "of", "signal_2_n", "will", "not", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "1.6", "and", "signal_1_n", "less", "3.3", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">", "1.6"], ["signal_1_n", "<", "3.3"]]}, " prop_2 ": {"span": [30, 39], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5950, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "lower", "than", "18.4", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "is", "higher", "than", "8.3", "and", "smaller", "than", "14.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.4", ")", "imply", "signal_2_n", "more", "8.3", "and", "signal_2_n", "less", "14.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "18.4", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", ">", "8.3"], ["signal_2_n", "<", "14.7"]]}}} {"id": 2508, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "no", "less", "than", "70.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "less", "than", "98.1", "immediately", ",", "and", "immediately", "the", "value", "of", "signal", "signal_3_n", "must", "n't", "be", "68.2", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "70.9", "imply", "signal_2_n", "less", "98.1", "and", "negation", "(", "signal_3_n", "math equal", "68.2", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "70.9"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<", "98.1"]]}, " prop_3 ": {"span": [34, 43], "prop": [["-", "(", "signal_3_n", "==", "68.2", ")"]]}}} {"id": 158, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "above", "33.7", ",", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LRB-", "38.3", ",", "83.2", "-RRB-", ",", "then", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "the", "signal_3_n", "signal", "must", "be", "below", "84.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "33.7", "and", "(", "signal_2_n", "more", "38.3", "and", "signal_2_n", "less", "83.2", ")", "imply", "finally", "(", "signal_3_n", "less", "84.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 13], "prop": [["signal_1_n", ">", "33.7"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", ">", "38.3"], ["signal_2_n", "<", "83.2"]]}, " prop_3 ": {"span": [49, 56], "prop": [["signal_3_n", "<", "84.2"]]}}} {"id": 645, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "24", "to", "50", "time", "units", ",", "signal_1_n", "must", "uninterruptedly", "stay", "no", "less", "than", "0.9", "."], "ltl": ["globally", "[24,50]", "(", "signal_1_n", "more equal", "0.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "24", "to", "50", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "24", ":", "50", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", ">=", "0.9"]]}}} {"id": 1001, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "14.4", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "remain", "greater", "than", "or", "equal", "to", "8.2", "and", "less", "than", "or", "equal", "to", "59.0", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "14.4", ")", "imply", "signal_2_n", "more equal", "8.2", "and", "signal_2_n", "less equal", "59.0", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", ">=", "14.4", ")"]]}, " prop_2 ": {"span": [25, 47], "prop": [["signal_2_n", ">=", "8.2"], ["signal_2_n", "<=", "59.0"]]}}} {"id": 6369, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "72.0", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "coming", "79", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "should", "n't", "be", "below", "12.7", "and", "then", "this", "scenario", "must", "sustain", "consistently", "within", "83", "to", "100", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "72.0", "imply", "finally", "[0,79]", "(", "globally", "[83,100]", "(", "negation", "(", "signal_2_n", "less", "12.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "coming", "79", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "must", "sustain", "consistently", "within", "83", "to", "100", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "83", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "<", "72.0"]]}, " prop_2 ": {"span": [40, 50], "prop": [["-", "(", "signal_2_n", "<", "12.7", ")"]]}}} {"id": 441, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "after", "between", "16", "to", "36", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "less", "than", "17.1", "and", "the", "signal_2_n", "signal", "must", "be", "larger", "than", "5.3", "and", "less", "than", "23.0", "eventually", "."], "ltl": ["finally", "[16,36]", "(", "signal_1_n", "less", "17.1", "and", "(", "signal_2_n", "more", "5.3", "and", "signal_2_n", "less", "23.0", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "after", "between", "16", "to", "36", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "16", ":", "36", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", "<", "17.1"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">", "5.3"], ["signal_2_n", "<", "23.0"]]}}} {"id": 3686, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "signal_1_n", "will", "consistently", "stay", "lower", "than", "60.6", "or", "signal_2_n", "will", "be", "62.1", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "less", "60.6", "or", "signal_2_n", "math equal", "62.1", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<", "60.6"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", "==", "62.1"]]}}} {"id": 5242, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "greater", "than", "32.0", "and", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "less", "than", "19.0", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "must", "be", "less", "than", "16.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "32.0", "and", "negation", "(", "signal_2_n", "less", "19.0", ")", "imply", "signal_3_n", "less", "16.5", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "32.0"]]}, " prop_2 ": {"span": [11, 21], "prop": [["-", "(", "signal_2_n", "<", "19.0", ")"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_3_n", "<", "16.5"]]}}} {"id": 124, "sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "36", "to", "98", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "97.5", "will", "have", "to", "be", "detected", "or", "the", "signal_2_n", "signal", "has", "to", "be", "finally", "above", "97.5", "."], "ltl": ["finally", "[36,98]", "(", "rise", "(", "signal_1_n", "math equal", "97.5", ")", "or", "signal_2_n", "more", "97.5", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "36", "to", "98", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "be", "detected", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "36", ":", "98", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 30], "prop": [["rise", "(", "signal_1_n", "==", "97.5", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_2_n", ">", "97.5"]]}}} {"id": 1190, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "finally", "the", "state", "of", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4457, "sentence": ["Everytime", "when", "signal_1_n", "is", "no", "less", "than", "82.9", ",", "or", "the", "transition", "action", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "32.4", "takes", "place", "then", "in", "response", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "simultaneously", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "82.9", "or", "rise", "(", "signal_2_n", "less equal", "32.4", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", ">=", "82.9"]]}, " prop_2 ": {"span": [14, 23], "prop": [["rise", "(", "signal_2_n", "<=", "32.4", ")"]]}, " prop_3 ": {"span": [28, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5764, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "4.6", "and", "at", "most", "5.4", ",", "and", "the", "state", "of", "signal_2_n", "is", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_4_n", "shall", "be", "less", "than", "or", "equal", "to", "30.9", "in", "no", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "4.6", "and", "signal_1_n", "less equal", "5.4", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "less equal", "30.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">=", "4.6"], ["signal_1_n", "<=", "5.4"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 48], "prop": [["signal_4_n", "<=", "30.9"]]}}} {"id": 4726, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "75.8", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "larger", "than", "74.8", "needs", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "75.8", ")", "imply", "rise", "(", "signal_2_n", "more", "74.8", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "75.8", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["rise", "(", "signal_2_n", ">", "74.8", ")"]]}}} {"id": 3982, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "smaller", "than", "16.9", ",", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "84.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_3_n", "is", "above", "58.6", "and", "less", "than", "73.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "16.9", "or", "signal_2_n", "more", "84.0", "imply", "signal_3_n", "more", "58.6", "and", "signal_3_n", "less", "73.1", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "16.9"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_2_n", ">", "84.0"]]}, " prop_3 ": {"span": [32, 44], "prop": [["signal_3_n", ">", "58.6"], ["signal_3_n", "<", "73.1"]]}}} {"id": 1758, "sentence": ["For", "each", "moment", "in", "the", "first", "59", "to", "78", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "consecutively", "stay", "at", "most", "81.3", ",", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "[59,78]", "(", "signal_1_n", "less equal", "81.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "59", "to", "78", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "59", ":", "78", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<=", "81.3"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6114, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "ought", "to", "be", "set", "to", "18.7", "at", "once", "and", "immediately", "the", "signal_4_n", "signal", "will", "be", "larger", "than", "24.8", "and", "no", "more", "than", "64.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "18.7", "and", "(", "signal_4_n", "more", "24.8", "and", "signal_4_n", "less equal", "64.0", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_3_n", "==", "18.7"]]}, " prop_3 ": {"span": [37, 50], "prop": [["signal_4_n", ">", "24.8"], ["signal_4_n", "<=", "64.0"]]}}} {"id": 1936, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "gets", "shifted", "to", "53.4", ",", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "1.6", "and", "below", "76.7", ",", "then", "the", "state", "of", "signal", "signal_3_n", "must", "be", "in", "signal_4_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "53.4", ")", "or", "(", "signal_2_n", "more", "1.6", "and", "signal_2_n", "less", "76.7", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "53.4", ")"]]}, " prop_2 ": {"span": [12, 23], "prop": [["signal_2_n", ">", "1.6"], ["signal_2_n", "<", "76.7"]]}, " prop_3 ": {"span": [25, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1152, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "must", "stay", "larger", "than", "70.4", "and", "less", "than", "79.2", "uninterruptedly", "or", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "greater", "than", "or", "equal", "to", "24.3", "continuously", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "70.4", "and", "signal_1_n", "less", "79.2", ")", "or", "signal_2_n", "more equal", "24.3", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 21], "prop": [["signal_1_n", ">", "70.4"], ["signal_1_n", "<", "79.2"]]}, " prop_2 ": {"span": [22, 38], "prop": [["signal_2_n", ">=", "24.3"]]}}} {"id": 1485, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "26.9", "occurs", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "remain", "on", "9.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "26.9", ")", "imply", "signal_2_n", "math equal", "9.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", ">", "26.9", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "9.2"]]}}} {"id": 1621, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "no", "more", "than", "47.1", "or", "signal_2_n", "is", "smaller", "than", "22.8", "then", "the", "mode", "of", "signal_3_n", "must", "n't", "be", "in", "signal_4_n", "and", "then", "this", "condition", "remains", "uninterruptedly", "during", "the", "past", "70", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "47.1", "or", "signal_2_n", "less", "22.8", "imply", "historically", "[0,70]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "and", "then", "this", "condition", "remains", "uninterruptedly", "during", "the", "past", "70", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", "<=", "47.1"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_2_n", "<", "22.8"]]}, " prop_3 ": {"span": [18, 27], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1243, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "84.1", "is", "detected", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "simultaneously", "stays", "greater", "than", "or", "equal", "to", "18.0", "and", "at", "most", "18.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.1", ")", "imply", "signal_2_n", "more equal", "18.0", "and", "signal_2_n", "less equal", "18.7", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", ">=", "84.1", ")"]]}, " prop_2 ": {"span": [24, 41], "prop": [["signal_2_n", ">=", "18.0"], ["signal_2_n", "<=", "18.7"]]}}} {"id": 120, "sentence": ["There", "ought", "to", "be", "sometime", "after", "at", "most", "17", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "to", "no", "less", "than", "36.1", "will", "occur", "eventually", ",", "or", "ultimately", "the", "state", "of", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,17]", "(", "rise", "(", "signal_1_n", "more equal", "36.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "ought", "to", "be", "sometime", "after", "at", "most", "17", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "occur", "eventually", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "17", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["rise", "(", "signal_1_n", ">=", "36.1", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5781, "sentence": ["There", "will", "have", "to", "be", "sometime", "within", "the", "first", "15", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "n't", "be", "equal", "to", "9.6", "or", "the", "state", "of", "signal", "signal_2_n", "must", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,15]", "(", "negation", "(", "signal_1_n", "math equal", "9.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "sometime", "within", "the", "first", "15", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "15", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["-", "(", "signal_1_n", "==", "9.6", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6379, "sentence": ["The", "signal_1_n", "signal", "must", "always", "stay", "in", "signal_2_n", "within", "the", "first", "3", "to", "4", "time", "units", "."], "ltl": ["globally", "[3,4]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 898, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "51.8", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "coming", "20", "time", "units", "at", "a", "certain", "time", "point", "within", "the", "following", "59", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "begins", "deviating", "from", "40.9", "must", "eventually", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "51.8", ")", "imply", "globally", "[0,20]", "(", "finally", "[0,59]", "(", "fall", "(", "signal_2_n", "math equal", "40.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "coming", "20", "time", "units", "at", "a", "certain", "time", "point", "within", "the", "following", "59", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "eventually", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "51.8", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["fall", "(", "signal_2_n", "==", "40.9", ")"]]}}} {"id": 4671, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "stay", "bigger", "than", "47.9", "and", "smaller", "than", "72.3", "continuously", "for", "each", "time", "instant", "within", "the", "first", "66", "time", "units", "."], "ltl": ["globally", "[0,66]", "(", "signal_1_n", "more", "47.9", "and", "signal_1_n", "less", "72.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "66", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 25], "prop": [["signal_1_n", ">", "47.9"], ["signal_1_n", "<", "72.3"]]}}} {"id": 1963, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "shifted", "to", "40.3", "then", "in", "response", "for", "each", "moment", "in", "the", "first", "55", "time", "units", ",", "the", "signal_2_n", "signal", "has", "to", "finally", "remain", "greater", "than", "62.7", "at", "a", "time", "in", "the", "next", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "40.3", ")", "imply", "globally", "[0,55]", "(", "finally", "[0,81]", "(", "signal_2_n", "more", "62.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "55", "]", "(", "F", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 22], "prop": [["rise", "(", "signal_1_n", "==", "40.3", ")"]]}, " prop_2 ": {"span": [23, 42], "prop": [["signal_2_n", ">", "62.7"]]}}} {"id": 4258, "sentence": ["Everytime", "when", "without", "interruption", "the", "value", "of", "signal_1_n", "kept", "smaller", "than", "95.3", "for", "the", "last", "4", "time", "units", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "there", "must", "exist", "sometime", "during", "the", "first", "48", "to", "53", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "above", "62.2", "ought", "to", "take", "place", "."], "ltl": ["globally", "(", "historically", "[0,4]", "(", "signal_1_n", "less", "95.3", ")", "imply", "globally", "(", "finally", "[48,53]", "(", "rise", "(", "signal_2_n", "more", "62.2", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "without", "interruption", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "there", "must", "exist", "sometime", "during", "the", "first", "48", "to", "53", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "take", "place", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "4", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "48", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", "<", "95.3"]]}, " prop_2 ": {"span": [58, 66], "prop": [["rise", "(", "signal_2_n", ">", "62.2", ")"]]}}} {"id": 1978, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "6.5", "and", "less", "than", "53.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "should", "be", "in", "signal_3_n", "and", "then", "will", "be", "holding", "like", "that", "consecutively", "for", "each", "time", "point", "during", "the", "first", "19", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "6.5", "and", "signal_1_n", "less", "53.6", "imply", "globally", "[0,19]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "6.5"], ["signal_1_n", "<", "53.6"]]}, " prop_2 ": {"span": [26, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4427, "sentence": ["Everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "keep", "in", "the", "range", "-LRB-", "26.1", ",", "32.5", "-RRB-", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "26.1", "and", "signal_3_n", "less", "32.5", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 42], "prop": [["signal_3_n", ">", "26.1"], ["signal_3_n", "<", "32.5"]]}}} {"id": 1584, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "not", "19.3", ",", "or", "the", "event", "that", "the", "value", "of", "signal_2_n", "becomes", "smaller", "than", "19.7", "does", "n't", "take", "place", ",", "then", "at", "the", "same", "time", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "84.9", ",", "and", "right", "away", "the", "event", "that", "the", "value", "of", "signal_4_n", "increases", "above", "55.9", "must", "be", "observed", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "19.3", ")", "or", "negation", "fall", "(", "signal_2_n", "more equal", "19.7", ")", "imply", "signal_3_n", "less equal", "84.9", "and", "rise", "(", "signal_4_n", "more", "55.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "does", "n't", "take", "place", ",", "then", "at", "the", "same", "time", "(", "prop_3", ")", ",", "and", "right", "away", "the", "event", "that", "(", "prop_4", ")", "must", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["-", "(", "signal_1_n", "==", "19.3", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["-", "fall", "(", "signal_2_n", ">=", "19.7", ")"]]}, " prop_3 ": {"span": [37, 47], "prop": [["signal_3_n", "<=", "84.9"]]}, " prop_4 ": {"span": [54, 61], "prop": [["rise", "(", "signal_4_n", ">", "55.9", ")"]]}}} {"id": 2710, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "42.9", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "has", "to", "stay", "larger", "than", "92.0", "and", "smaller", "than", "94.4", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.9", ")", "imply", "signal_2_n", "more", "92.0", "and", "signal_2_n", "less", "94.4", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "42.9", ")"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_2_n", ">", "92.0"], ["signal_2_n", "<", "94.4"]]}}} {"id": 5969, "sentence": ["At", "sometime", "during", "the", "first", "9", "to", "96", "time", "units", "the", "state", "of", "signal", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "finally", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "gets", "set", "to", "44.4", "takes", "place", "ultimately", "."], "ltl": ["finally", "[9,96]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "math equal", "44.4", ")", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "9", "to", "96", "time", "units", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", "ultimately", "."], "logic_ltl": ["F", "[", "9", ":", "96", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 34], "prop": [["rise", "(", "signal_3_n", "==", "44.4", ")"]]}}} {"id": 1796, "sentence": ["There", "will", "have", "to", "ultimately", "exist", "sometime", "after", "between", "40", "to", "76", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "ought", "to", "be", "signal_2_n", "."], "ltl": ["finally", "[40,76]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "ultimately", "exist", "sometime", "after", "between", "40", "to", "76", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "40", ":", "76", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5695, "sentence": ["In", "the", "case", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "0.5", ",", "then", "in", "response", "the", "signal_2_n", "signal", "ought", "to", "stay", "less", "than", "83.9", "uninterruptedly", "for", "each", "time", "instant", "in", "the", "subsequent", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "0.5", ")", "imply", "globally", "[0,70]", "(", "signal_2_n", "less", "83.9", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<=", "0.5", ")"]]}, " prop_2 ": {"span": [16, 36], "prop": [["signal_2_n", "<", "83.9"]]}}} {"id": 221, "sentence": ["Whenever", "the", "event", "that", "signal_1_n", "becomes", "more", "than", "88.1", "is", "detected", "then", "for", "each", "time", "point", "in", "the", "subsequent", "97", "time", "units", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "get", "raised", "to", "no", "less", "than", "45.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "88.1", ")", "imply", "globally", "[0,97]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "45.1", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "for", "each", "time", "point", "in", "the", "subsequent", "97", "time", "units", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "88.1", ")"]]}, " prop_2 ": {"span": [37, 51], "prop": [["rise", "(", "signal_2_n", ">=", "45.1", ")"]]}}} {"id": 4114, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "86.7", "is", "detected", ",", "and", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "past", "89", "time", "units", "the", "value", "of", "signal_4_n", "was", "always", "greater", "than", "or", "equal", "to", "5.8", "and", "less", "than", "or", "equal", "to", "35.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "86.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[0,89]", "(", "signal_4_n", "more equal", "5.8", "and", "signal_4_n", "less equal", "35.0", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "past", "89", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "89", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "86.7", ")"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [41, 60], "prop": [["signal_4_n", ">=", "5.8"], ["signal_4_n", "<=", "35.0"]]}}} {"id": 519, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "rises", "to", "no", "less", "than", "85.8", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "14.9", "will", "have", "to", "instantly", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "85.8", ")", "imply", "rise", "(", "signal_2_n", "less equal", "14.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "instantly", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", ">=", "85.8", ")"]]}, " prop_2 ": {"span": [32, 44], "prop": [["rise", "(", "signal_2_n", "<=", "14.9", ")"]]}}} {"id": 4510, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal_1_n", "stays", "at", "least", "31.3", "and", "less", "than", "or", "equal", "to", "55.4", "uninterruptedly", "or", "the", "value", "of", "signal_2_n", "will", "be", "remaining", "less", "than", "or", "equal", "to", "35.1", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "31.3", "and", "signal_1_n", "less equal", "55.4", ")", "or", "signal_2_n", "less equal", "35.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">=", "31.3"], ["signal_1_n", "<=", "55.4"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", "<=", "35.1"]]}}} {"id": 4714, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "over", "2.0", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "signal_2_n", "signal", "ought", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "2.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "2.0", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1868, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "be", "eventually", "higher", "than", "26.9", "at", "sometime", "within", "the", "first", "69", "time", "units", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "more", "26.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", ">", "26.9"]]}}} {"id": 313, "sentence": ["The", "state", "of", "signal", "signal_1_n", "needs", "to", "keep", "in", "signal_2_n", "for", "at", "least", "40", "time", "units", "."], "ltl": ["globally", "[0,40]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5571, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "72", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "remain", "equal", "to", "73.8", "consistently", "or", "the", "value", "of", "signal_2_n", "should", "be", "greater", "than", "37.3", "consistently", "."], "ltl": ["globally", "[0,72]", "(", "signal_1_n", "math equal", "73.8", "or", "signal_2_n", "more", "37.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "72", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "72", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "73.8"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "37.3"]]}}} {"id": 1597, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "80.4", ",", "then", "finally", "at", "a", "certain", "moment", "within", "the", "first", "11", "time", "units", ",", "signal_2_n", "has", "to", "be", "96.5", "and", "then", "this", "condition", "will", "remain", "for", "each", "time", "point", "during", "the", "following", "96", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "80.4", ")", "imply", "finally", "[0,11]", "(", "globally", "[0,96]", "(", "signal_2_n", "math equal", "96.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "finally", "at", "a", "certain", "moment", "within", "the", "first", "11", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "remain", "for", "each", "time", "point", "during", "the", "following", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "80.4", ")"]]}, " prop_2 ": {"span": [30, 35], "prop": [["signal_2_n", "==", "96.5"]]}}} {"id": 1656, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", ",", "then", "signal_3_n", "ought", "to", "be", "in", "signal_4_n", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6174, "sentence": ["There", "ought", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "below", "12.3", "shall", "happen", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "12.3", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "happen", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 28], "prop": [["rise", "(", "signal_1_n", "<", "12.3", ")"]]}}} {"id": 1049, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "35.7", "and", "then", "has", "consistently", "held", "like", "this", "within", "the", "past", "44", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "value", "of", "signal_2_n", "shall", "be", "below", "37.7", "and", "this", "condition", "has", "to", "keep", "without", "interruption", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "historically", "[0,44]", "(", "signal_1_n", "math equal", "35.7", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less", "37.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "keep", "without", "interruption", "in", "the", "future", "till", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "44", "]", "(", "prop_1", ")", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 20], "prop": [["signal_1_n", "==", "35.7"]]}, " prop_2 ": {"span": [48, 56], "prop": [["signal_2_n", "<", "37.7"]]}}} {"id": 6113, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "20.2", "promptly", ",", "and", "the", "value", "of", "signal", "signal_4_n", "must", "be", "above", "10.4", "and", "less", "than", "or", "equal", "to", "16.4", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "20.2", "and", "(", "signal_4_n", "more", "10.4", "and", "signal_4_n", "less equal", "16.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_3_n", "==", "20.2"]]}, " prop_3 ": {"span": [39, 57], "prop": [["signal_4_n", ">", "10.4"], ["signal_4_n", "<=", "16.4"]]}}} {"id": 76, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "8.5", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "next", "100", "time", "units", ",", "at", "a", "time", "in", "the", "next", "85", "time", "units", "the", "signal_2_n", "signal", "will", "be", "finally", "less", "than", "or", "equal", "to", "77.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "8.5", ")", "imply", "globally", "[0,100]", "(", "finally", "[0,85]", "(", "signal_2_n", "less equal", "77.8", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "next", "100", "time", "units", ",", "at", "a", "time", "in", "the", "next", "85", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "100", "]", "(", "F", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", "<", "8.5", ")"]]}, " prop_2 ": {"span": [44, 56], "prop": [["signal_2_n", "<=", "77.8"]]}}} {"id": 3111, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "6.5", "happens", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "equal", "to", "3.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "6.5", ")", "imply", "signal_2_n", "math equal", "3.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "6.5", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", "==", "3.5"]]}}} {"id": 4841, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "no", "larger", "than", "63.7", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "at", "most", "47.4", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "87", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_3_n", "should", "start", "deviating", "from", "23.1", "at", "a", "certain", "time", "point", "in", "less", "than", "58", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "63.7", "or", "signal_2_n", "less equal", "47.4", "imply", "globally", "[0,87]", "(", "finally", "[0,58]", "(", "fall", "(", "signal_3_n", "math equal", "23.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "87", "time", "units", ",", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "87", "]", "(", "F", "[", "0", ":", "58", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "<=", "63.7"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "<=", "47.4"]]}, " prop_3 ": {"span": [42, 63], "prop": [["fall", "(", "signal_3_n", "==", "23.1", ")"]]}}} {"id": 1522, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "scenario", "that", "signal_3_n", "starts", "not", "equaling", "to", "87.8", "must", "n't", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "87.8", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "must", "n't", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 30], "prop": [["-", "fall", "(", "signal_3_n", "==", "87.8", ")"]]}}} {"id": 2194, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "10.8", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "has", "to", "be", "larger", "than", "56.5", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "10.8", ")", "imply", "signal_2_n", "more", "56.5", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "10.8", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", ">", "56.5"]]}}} {"id": 282, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "67.2", "takes", "place", "or", "signal_2_n", "equals", "to", "79.8", ",", "then", "consecutively", "the", "value", "of", "signal_3_n", "should", "be", "larger", "than", "2.3", "within", "the", "elapsed", "35", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "67.2", ")", "or", "signal_2_n", "math equal", "79.8", "imply", "historically", "[0,35]", "(", "signal_3_n", "more", "2.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "or", "(", "prop_2", ")", ",", "then", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "35", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "67.2", ")"]]}, " prop_2 ": {"span": [17, 21], "prop": [["signal_2_n", "==", "79.8"]]}, " prop_3 ": {"span": [24, 39], "prop": [["signal_3_n", ">", "2.3"]]}}} {"id": 1718, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "higher", "than", "57.5", ",", "and", "the", "value", "of", "signal_2_n", "is", "7.2", ",", "then", "in", "response", "in", "no", "time", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "97.4", "."], "ltl": ["globally", "(", "signal_1_n", "more", "57.5", "and", "signal_2_n", "math equal", "7.2", "imply", "signal_3_n", "math equal", "97.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", ">", "57.5"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "7.2"]]}, " prop_3 ": {"span": [32, 42], "prop": [["signal_3_n", "==", "97.4"]]}}} {"id": 527, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "19.5", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "stays", "greater", "than", "or", "equal", "to", "97.3", "starting", "without", "any", "delay", "or", "the", "value", "of", "signal", "signal_3_n", "has", "to", "drop", "to", "less", "than", "or", "equal", "to", "68.7", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "19.5", ")", "imply", "signal_2_n", "more equal", "97.3", "or", "rise", "(", "signal_3_n", "less equal", "68.7", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "19.5", ")"]]}, " prop_2 ": {"span": [29, 44], "prop": [["signal_2_n", ">=", "97.3"]]}, " prop_3 ": {"span": [45, 64], "prop": [["rise", "(", "signal_3_n", "<=", "68.7", ")"]]}}} {"id": 417, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "67", "time", "units", "the", "signal_1_n", "signal", "has", "to", "consecutively", "keep", "no", "larger", "than", "0.4", ",", "and", "the", "signal_2_n", "signal", "should", "continuously", "stay", "equal", "to", "43.9", "."], "ltl": ["globally", "[0,67]", "(", "signal_1_n", "less equal", "0.4", "and", "signal_2_n", "math equal", "43.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "67", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<=", "0.4"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "43.9"]]}}} {"id": 2277, "sentence": ["There", "will", "exist", "sometime", "after", "at", "most", "35", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "44.0", "eventually", ",", "and", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "55.7", "will", "happen", "."], "ltl": ["finally", "[0,35]", "(", "signal_1_n", "less equal", "44.0", "and", "rise", "(", "signal_2_n", "more equal", "55.7", ")", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "after", "at", "most", "35", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", "<=", "44.0"]]}, " prop_2 ": {"span": [34, 47], "prop": [["rise", "(", "signal_2_n", ">=", "55.7", ")"]]}}} {"id": 3507, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "least", "30.1", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_2_n", "has", "to", "stay", "equal", "to", "32.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.1", ")", "imply", "historically", "(", "signal_2_n", "math equal", "32.7", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "30.1", ")"]]}, " prop_2 ": {"span": [38, 49], "prop": [["signal_2_n", "==", "32.7"]]}}} {"id": 303, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "bigger", "than", "73.7", "occurs", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "following", "95", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_4_n", "is", "larger", "than", "44.7", "and", "less", "than", "72.4", "and", "will", "remain", "like", "this", "uninterruptedly", "for", "each", "moment", "during", "the", "next", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "73.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,95]", "(", "globally", "[0,50]", "(", "signal_4_n", "more", "44.7", "and", "signal_4_n", "less", "72.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "following", "95", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "0", ":", "50", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "73.7", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [49, 77], "prop": [["signal_4_n", ">", "44.7"], ["signal_4_n", "<", "72.4"]]}}} {"id": 2980, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "4.7", "and", "at", "most", "92.1", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "4", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "shall", "be", "38.1", "and", "then", "has", "to", "keep", "like", "this", "consecutively", "for", "every", "time", "instant", "in", "the", "subsequent", "18", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "4.7", "and", "signal_1_n", "less equal", "92.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,4]", "(", "globally", "[0,18]", "(", "signal_4_n", "math equal", "38.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "4", "time", "units", ",", "at", "which", "(", "prop_3", ")", "and", "then", "has", "to", "keep", "like", "this", "consecutively", "for", "every", "time", "instant", "in", "the", "subsequent", "18", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "4", "]", "(", "G", "[", "0", ":", "18", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 23], "prop": [["signal_1_n", ">=", "4.7"], ["signal_1_n", "<=", "92.1"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [58, 65], "prop": [["signal_4_n", "==", "38.1"]]}}} {"id": 5664, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "32.0", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "90.4", "gets", "detected", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "51.1", "and", "uninterruptedly", "this", "condition", "will", "remain", "until", "there", "is", "a", "certain", "moment", "during", "the", "first", "57", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_4_n", "signal", "becomes", "less", "than", "or", "equal", "to", "86.8", "is", "detected", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.0", "and", "rise", "(", "signal_2_n", "more equal", "90.4", ")", "imply", "(", "signal_3_n", "more", "51.1", ")", "until", "[0,57]", "(", "rise", "(", "signal_4_n", "less equal", "86.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_3", ")", "and", "uninterruptedly", "this", "condition", "will", "remain", "until", "there", "is", "a", "certain", "moment", "during", "the", "first", "57", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_4", ")", "is", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "57", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "==", "32.0"]]}, " prop_2 ": {"span": [19, 32], "prop": [["rise", "(", "signal_2_n", ">=", "90.4", ")"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_3_n", ">", "51.1"]]}, " prop_4 ": {"span": [71, 81], "prop": [["rise", "(", "signal_4_n", "<=", "86.8", ")"]]}}} {"id": 3681, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "above", "54.7", "gets", "detected", "then", "in", "response", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "70.3", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "54.7", ")", "imply", "signal_2_n", "less", "70.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", ">", "54.7", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_2_n", "<", "70.3"]]}}} {"id": 1057, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "first", "1", "to", "48", "time", "units", "finally", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "increases", "to", "greater", "than", "or", "equal", "to", "77.4", "needs", "to", "take", "place", "at", "a", "time", "during", "the", "subsequent", "8", "to", "14", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[1,48]", "(", "finally", "[8,14]", "(", "rise", "(", "signal_3_n", "more equal", "77.4", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "first", "1", "to", "48", "time", "units", "finally", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "at", "a", "time", "during", "the", "subsequent", "8", "to", "14", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "48", "]", "(", "F", "[", "8", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 52], "prop": [["rise", "(", "signal_3_n", ">=", "77.4", ")"]]}}} {"id": 3476, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "8.7", "and", "no", "more", "than", "36.5", "or", "the", "value", "of", "signal_2_n", "is", "at", "least", "40.0", "then", "instantly", "signal_3_n", "must", "never", "be", "no", "larger", "than", "55.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "8.7", "and", "signal_1_n", "less equal", "36.5", ")", "or", "signal_2_n", "more equal", "40.0", "imply", "negation", "(", "signal_3_n", "less equal", "55.5", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "8.7"], ["signal_1_n", "<=", "36.5"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", ">=", "40.0"]]}, " prop_3 ": {"span": [27, 35], "prop": [["-", "(", "signal_3_n", "<=", "55.5", ")"]]}}} {"id": 2230, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "79.1", "or", "the", "value", "of", "signal", "signal_2_n", "deviates", "from", "4.0", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "subsequent", "22", "time", "units", ",", "the", "signal_3_n", "signal", "remains", "on", "57.8", "uninterruptedly", "for", "each", "moment", "within", "the", "coming", "64", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "79.1", "or", "fall", "(", "signal_2_n", "math equal", "4.0", ")", "imply", "finally", "[0,22]", "(", "globally", "[0,64]", "(", "signal_3_n", "math equal", "57.8", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "subsequent", "22", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "64", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "79.1"]]}, " prop_2 ": {"span": [8, 16], "prop": [["fall", "(", "signal_2_n", "==", "4.0", ")"]]}, " prop_3 ": {"span": [36, 52], "prop": [["signal_3_n", "==", "57.8"]]}}} {"id": 6318, "sentence": ["For", "each", "moment", "during", "the", "first", "7", "to", "45", "time", "units", "signal_1_n", "is", "consistently", "equal", "to", "62.7", "."], "ltl": ["globally", "[7,45]", "(", "signal_1_n", "math equal", "62.7", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "7", "to", "45", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "7", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "62.7"]]}}} {"id": 73, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "9.6", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "42", "time", "units", ",", "eventually", "there", "has", "to", "be", "sometime", "in", "less", "than", "88", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "11.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "9.6", ")", "imply", "globally", "[0,42]", "(", "finally", "[0,88]", "(", "signal_2_n", "less equal", "11.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "42", "time", "units", ",", "eventually", "there", "has", "to", "be", "sometime", "in", "less", "than", "88", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "F", "[", "0", ":", "88", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "9.6", ")"]]}, " prop_2 ": {"span": [48, 62], "prop": [["signal_2_n", "<=", "11.5"]]}}} {"id": 1018, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "40.8", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "a", "certain", "time", "instant", "during", "the", "first", "96", "time", "units", "eventually", ",", "at", "which", "for", "every", "time", "point", "within", "the", "subsequent", "88", "time", "units", ",", "the", "signal_2_n", "signal", "ought", "to", "continuously", "remain", "less", "than", "57.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "40.8", "imply", "finally", "[0,96]", "(", "globally", "[0,88]", "(", "signal_2_n", "less", "57.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "a", "certain", "time", "instant", "during", "the", "first", "96", "time", "units", "eventually", ",", "at", "which", "for", "every", "time", "point", "within", "the", "subsequent", "88", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "96", "]", "(", "G", "[", "0", ":", "88", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "40.8"]]}, " prop_2 ": {"span": [52, 62], "prop": [["signal_2_n", "<", "57.7"]]}}} {"id": 232, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "lower", "than", "85.4", ",", "or", "signal_2_n", "remains", "less", "than", "8.6", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "less", "85.4", "or", "signal_2_n", "less", "8.6", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "85.4"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "<", "8.6"]]}, " prop_3 ": {"span": [26, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3168, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "point", "within", "the", "next", "46", "time", "units", ",", "at", "which", "signal_3_n", "should", "stay", "no", "larger", "than", "60.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,46]", "(", "signal_3_n", "less equal", "60.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "point", "within", "the", "next", "46", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 49], "prop": [["signal_3_n", "<=", "60.2"]]}}} {"id": 384, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "53", "to", "66", "time", "units", ",", "at", "which", "finally", "signal_1_n", "needs", "to", "be", "26.8", "and", "ultimately", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "."], "ltl": ["finally", "[53,66]", "(", "signal_1_n", "math equal", "26.8", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "53", "to", "66", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "53", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 25], "prop": [["signal_1_n", "==", "26.8"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2649, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "over", "47.6", "gets", "observed", ",", "then", "there", "ought", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "8.0", "and", "less", "than", "or", "equal", "to", "31.4", "for", "every", "time", "point", "within", "the", "following", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "47.6", ")", "imply", "finally", "(", "globally", "[0,58]", "(", "signal_2_n", "more equal", "8.0", "and", "signal_2_n", "less equal", "31.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "there", "ought", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "47.6", ")"]]}, " prop_2 ": {"span": [45, 76], "prop": [["signal_2_n", ">=", "8.0"], ["signal_2_n", "<=", "31.4"]]}}} {"id": 3673, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "smaller", "than", "98.0", "happens", "then", "for", "every", "time", "point", "in", "the", "future", "until", "the", "execution", "ends", ",", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "the", "scenario", "that", "the", "signal_2_n", "signal", "is", "changed", "to", "7.3", "finally", "takes", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "98.0", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_2_n", "math equal", "7.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "for", "every", "time", "point", "in", "the", "future", "until", "the", "execution", "ends", ",", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "the", "scenario", "that", "(", "prop_2", ")", "finally", "takes", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "98.0", ")"]]}, " prop_2 ": {"span": [41, 48], "prop": [["rise", "(", "signal_2_n", "==", "7.3", ")"]]}}} {"id": 861, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "goes", "lower", "than", "75.7", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "state", "of", "signal_2_n", "shall", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "75.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "<", "75.7", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 608, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "5.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "10", "time", "units", ",", "there", "must", "be", "a", "time", "during", "the", "subsequent", "58", "time", "units", ",", "at", "which", "eventually", "signal_2_n", "is", "equal", "to", "92.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "5.9", "imply", "globally", "[0,10]", "(", "finally", "[0,58]", "(", "signal_2_n", "math equal", "92.4", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "10", "time", "units", ",", "there", "must", "be", "a", "time", "during", "the", "subsequent", "58", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "10", "]", "(", "F", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "5.9"]]}, " prop_2 ": {"span": [44, 49], "prop": [["signal_2_n", "==", "92.4"]]}}} {"id": 4533, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "signal_1_n", "shall", "consecutively", "keep", "less", "than", "or", "equal", "to", "55.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "55.7", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "55.7"]]}}} {"id": 346, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "1.7", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "following", "32", "to", "32", "time", "units", "signal_2_n", "is", "lower", "than", "62.5", "at", "a", "certain", "moment", "within", "77", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "1.7", "imply", "globally", "[32,32]", "(", "finally", "[0,77]", "(", "signal_2_n", "less", "62.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "following", "32", "to", "32", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "32", ":", "32", "]", "(", "F", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "1.7"]]}, " prop_2 ": {"span": [32, 45], "prop": [["signal_2_n", "<", "62.5"]]}}} {"id": 340, "sentence": ["The", "event", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "will", "be", "observed", "finally", "at", "a", "time", "during", "the", "first", "2", "to", "49", "time", "units", "."], "ltl": ["finally", "[2,49]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "will", "be", "observed", "finally", "at", "a", "time", "during", "the", "first", "2", "to", "49", "time", "units", "."], "logic_ltl": ["F", "[", "2", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2336, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "signal_1_n", "keeps", "above", "39.8", ",", "or", "the", "signal_2_n", "signal", "shall", "stay", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "39.8", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["signal_1_n", ">", "39.8"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3899, "sentence": ["The", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "32.8", "ultimately", "at", "a", "certain", "time", "instant", "within", "17", "time", "units", "."], "ltl": ["finally", "[0,17]", "(", "signal_1_n", "more equal", "32.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">=", "32.8"]]}}} {"id": 849, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "will", "start", "deviating", "from", "signal_2_n", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "first", "14", "to", "52", "time", "units", "."], "ltl": ["finally", "[14,52]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "14", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1706, "sentence": ["On", "condition", "that", "signal_1_n", "goes", "down", "to", "less", "than", "20.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "ought", "to", "be", "equal", "to", "13.2", "and", "then", "this", "scenario", "should", "always", "sustain", "for", "every", "time", "point", "within", "the", "following", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "20.8", ")", "imply", "globally", "[0,36]", "(", "signal_2_n", "math equal", "13.2", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "should", "always", "sustain", "for", "every", "time", "point", "within", "the", "following", "36", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "20.8", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "13.2"]]}}} {"id": 3528, "sentence": ["For", "every", "moment", "in", "the", "first", "16", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "is", "never", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "should", "be", "uninterruptedly", "set", "to", "51.5", "."], "ltl": ["globally", "[0,16]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "51.5", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "16", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "16", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_3_n", "==", "51.5"]]}}} {"id": 370, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5332, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "below", "82.3", "occurs", ",", "then", "for", "every", "time", "point", "within", "the", "first", "5", "to", "37", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", "the", "value", "of", "signal", "signal_2_n", "has", "to", "increase", "to", "no", "less", "than", "92.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "82.3", ")", "imply", "globally", "[5,37]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "92.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "every", "time", "point", "within", "the", "first", "5", "to", "37", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "5", ":", "37", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "82.3", ")"]]}, " prop_2 ": {"span": [38, 51], "prop": [["rise", "(", "signal_2_n", ">=", "92.5", ")"]]}}} {"id": 2573, "sentence": ["Eventually", "at", "sometime", "after", "between", "72", "to", "99", "time", "units", ",", "the", "signal_1_n", "signal", "should", "stay", "greater", "than", "or", "equal", "to", "90.4", "."], "ltl": ["finally", "[72,99]", "(", "signal_1_n", "more equal", "90.4", ")"], "logic_sentence": ["Eventually", "at", "sometime", "after", "between", "72", "to", "99", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "72", ":", "99", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">=", "90.4"]]}}} {"id": 5590, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_1_n", "is", "uninterruptedly", "set", "to", "4.0", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "equal", "to", "47.4", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "4.0", "and", "signal_2_n", "math equal", "47.4", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "4.0"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "==", "47.4"]]}}} {"id": 2801, "sentence": ["While", "the", "signal_1_n", "signal", "is", "equal", "to", "9.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "during", "the", "last", "45", "to", "74", "time", "units", "signal_2_n", "was", "consistently", "equal", "to", "71.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "9.8", "imply", "historically", "[45,74]", "(", "signal_2_n", "math equal", "71.5", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "during", "the", "last", "45", "to", "74", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "45", ":", "74", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "9.8"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "71.5"]]}}} {"id": 3714, "sentence": ["Consistently", "the", "mode", "of", "signal_1_n", "should", "never", "be", "in", "signal_2_n", "in", "the", "first", "69", "time", "units", "."], "ltl": ["globally", "[0,69]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2009, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "64.1", "then", "in", "response", "for", "each", "moment", "in", "the", "first", "10", "to", "24", "time", "units", "the", "signal_2_n", "signal", "shall", "be", "ultimately", "80.9", "at", "a", "certain", "time", "instant", "in", "the", "following", "3", "to", "9", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "64.1", "imply", "globally", "[10,24]", "(", "finally", "[3,9]", "(", "signal_2_n", "math equal", "80.9", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "for", "each", "moment", "in", "the", "first", "10", "to", "24", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "10", ":", "24", "]", "(", "F", "[", "3", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "64.1"]]}, " prop_2 ": {"span": [27, 47], "prop": [["signal_2_n", "==", "80.9"]]}}} {"id": 569, "sentence": ["Consistently", "signal_1_n", "must", "remain", "in", "signal_2_n", "for", "more", "than", "45", "time", "units", "."], "ltl": ["globally", "[0,45]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1787, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "64.4", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "will", "have", "to", "be", "equal", "to", "48.8", "without", "any", "delay", "and", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "ought", "to", "keep", "at", "least", "1.7", "and", "less", "than", "or", "equal", "to", "6.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "64.4", ")", "imply", "signal_2_n", "math equal", "48.8", "and", "(", "signal_3_n", "more equal", "1.7", "and", "signal_3_n", "less equal", "6.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "64.4", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", "==", "48.8"]]}, " prop_3 ": {"span": [42, 58], "prop": [["signal_3_n", ">=", "1.7"], ["signal_3_n", "<=", "6.9"]]}}} {"id": 1378, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "52.8", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "more", "than", "2.1", "and", "less", "than", "or", "equal", "to", "5.5", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "52.8", ")", "imply", "finally", "(", "signal_2_n", "more", "2.1", "and", "signal_2_n", "less equal", "5.5", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "52.8", ")"]]}, " prop_2 ": {"span": [32, 51], "prop": [["signal_2_n", ">", "2.1"], ["signal_2_n", "<=", "5.5"]]}}} {"id": 3066, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "31.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "should", "be", "in", "signal_3_n", "at", "sometime", "starting", "between", "27", "to", "82", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "31.7", "imply", "finally", "[27,82]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "27", ":", "82", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "31.7"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1792, "sentence": ["Ultimately", "there", "should", "be", "sometime", "within", "30", "to", "45", "time", "units", ",", "at", "which", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[30,45]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "there", "should", "be", "sometime", "within", "30", "to", "45", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "30", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3208, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "less", "than", "81.1", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "6.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "81.1", "imply", "signal_2_n", "less", "6.9", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "81.1"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", "<", "6.9"]]}}} {"id": 2147, "sentence": ["As", "soon", "as", "signal_1_n", "is", "larger", "than", "66.3", "then", "immediately", "the", "signal_2_n", "signal", "will", "have", "to", "be", "within", "the", "closed", "interval", "-LSB-", "10.3", ",", "12.0", "-RSB-", "or", "at", "once", "the", "signal_3_n", "signal", "shall", "go", "to", "greater", "than", "or", "equal", "to", "41.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "66.3", "imply", "(", "signal_2_n", "more equal", "10.3", "and", "signal_2_n", "less equal", "12.0", ")", "or", "rise", "(", "signal_3_n", "more equal", "41.6", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "immediately", "(", "prop_2", ")", "or", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", ">", "66.3"]]}, " prop_2 ": {"span": [10, 26], "prop": [["signal_2_n", ">=", "10.3"], ["signal_2_n", "<=", "12.0"]]}, " prop_3 ": {"span": [29, 41], "prop": [["rise", "(", "signal_3_n", ">=", "41.6", ")"]]}}} {"id": 249, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "keeps", "at", "least", "51.5", ",", "and", "the", "signal_2_n", "signal", "is", "between", "the", "closed", "interval", "-LSB-", "13.1", ",", "24.2", "-RSB-", "then", "after", "a", "certain", "time", "instant", "within", "the", "next", "95", "time", "units", "the", "signal_3_n", "signal", "must", "be", "less", "than", "57.7", "and", "will", "be", "remaining", "in", "this", "interval", "for", "each", "moment", "within", "the", "subsequent", "76", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "51.5", "and", "(", "signal_2_n", "more equal", "13.1", "and", "signal_2_n", "less equal", "24.2", ")", "imply", "finally", "[0,95]", "(", "globally", "[0,76]", "(", "signal_3_n", "less", "57.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "after", "a", "certain", "time", "instant", "within", "the", "next", "95", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "0", ":", "76", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">=", "51.5"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_2_n", ">=", "13.1"], ["signal_2_n", "<=", "24.2"]]}, " prop_3 ": {"span": [44, 68], "prop": [["signal_3_n", "<", "57.7"]]}}} {"id": 2398, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "takes", "place", "then", "in", "response", "for", "every", "time", "point", "in", "the", "next", "97", "time", "units", "at", "a", "certain", "time", "point", "in", "less", "than", "28", "time", "units", "finally", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "increases", "above", "62.7", "needs", "to", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,97]", "(", "finally", "[0,28]", "(", "rise", "(", "signal_3_n", "more", "62.7", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "for", "every", "time", "point", "in", "the", "next", "97", "time", "units", "at", "a", "certain", "time", "point", "in", "less", "than", "28", "time", "units", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "[", "0", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 48], "prop": [["rise", "(", "signal_3_n", ">", "62.7", ")"]]}}} {"id": 774, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "uninterruptedly", "68.2", "and", "signal_2_n", "shall", "be", "above", "16.3", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.2", "and", "signal_2_n", "more", "16.3", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "68.2"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", ">", "16.3"]]}}} {"id": 531, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "at", "least", "23.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "signal_2_n", "remains", "at", "least", "59.1", ",", "or", "the", "event", "that", "the", "value", "of", "signal_3_n", "falls", "to", "at", "most", "60.3", "ought", "to", "immediately", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "23.8", ")", "imply", "signal_2_n", "more equal", "59.1", "or", "rise", "(", "signal_3_n", "less equal", "60.3", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "or", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "immediately", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">=", "23.8", ")"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_2_n", ">=", "59.1"]]}, " prop_3 ": {"span": [39, 48], "prop": [["rise", "(", "signal_3_n", "<=", "60.3", ")"]]}}} {"id": 3677, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "over", "90.6", "occurs", ",", "then", "instantly", "the", "value", "of", "signal", "signal_2_n", "will", "be", "less", "than", "69.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "90.6", ")", "imply", "signal_2_n", "less", "69.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "90.6", ")"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "<", "69.2"]]}}} {"id": 2460, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "crosses", "the", "threshold", "of", "26.4", "takes", "place", ",", "then", "signal_2_n", "should", "immediately", "not", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "26.4", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">", "26.4", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5216, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "23.8", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "mode", "of", "signal_2_n", "shall", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.8", ")", "imply", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "23.8", ")"]]}, " prop_2 ": {"span": [48, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3786, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "more", "than", "44.6", "is", "observed", ",", "then", "there", "will", "be", "sometime", "within", "the", "subsequent", "25", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "smaller", "than", "65.6", "will", "happen", ",", "and", "before", "this", "without", "interruption", "signal_2_n", "will", "be", "keeping", "below", "30.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "44.6", ")", "imply", "(", "signal_2_n", "less", "30.6", ")", "until", "[0,25]", "(", "rise", "(", "signal_3_n", "less", "65.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "there", "will", "be", "sometime", "within", "the", "subsequent", "25", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", ",", "and", "before", "this", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", ">", "44.6", ")"]]}, " prop_2 ": {"span": [44, 53], "prop": [["rise", "(", "signal_3_n", "<", "65.6", ")"]]}, " prop_3 ": {"span": [61, 67], "prop": [["signal_2_n", "<", "30.6"]]}}} {"id": 543, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "consistently", "the", "event", "that", "signal_1_n", "deviates", "from", "63.2", "should", "never", "happen", ",", "and", "the", "signal_2_n", "signal", "should", "be", "uninterruptedly", "greater", "than", "or", "equal", "to", "0.6", "and", "less", "than", "or", "equal", "to", "6.3", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "63.2", ")", "and", "(", "signal_2_n", "more equal", "0.6", "and", "signal_2_n", "less equal", "6.3", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "consistently", "the", "event", "that", "(", "prop_1", ")", "should", "never", "happen", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 18], "prop": [["-", "fall", "(", "signal_1_n", "==", "63.2", ")"]]}, " prop_2 ": {"span": [23, 42], "prop": [["signal_2_n", ">=", "0.6"], ["signal_2_n", "<=", "6.3"]]}}} {"id": 2215, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "state", "of", "signal", "signal_3_n", "must", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 766, "sentence": ["If", "the", "signal_1_n", "signal", "is", "within", "-LRB-", "3.5", ",", "6.1", "-RRB-", "then", "in", "response", "for", "every", "time", "point", "during", "the", "following", "4", "to", "30", "time", "units", ",", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "24", "to", "32", "time", "units", ",", "at", "which", "signal_2_n", "shall", "be", "at", "most", "92.4", "."], "ltl": ["globally", "(", "signal_1_n", "more", "3.5", "and", "signal_1_n", "less", "6.1", "imply", "globally", "[4,30]", "(", "finally", "[24,32]", "(", "signal_2_n", "less equal", "92.4", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "point", "during", "the", "following", "4", "to", "30", "time", "units", ",", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "24", "to", "32", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "4", ":", "30", "]", "(", "F", "[", "24", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", ">", "3.5"], ["signal_1_n", "<", "6.1"]]}, " prop_2 ": {"span": [44, 50], "prop": [["signal_2_n", "<=", "92.4"]]}}} {"id": 45, "sentence": ["For", "every", "time", "point", "in", "the", "first", "64", "time", "units", ",", "signal_1_n", "shall", "always", "not", "be", "equal", "to", "59.7", "."], "ltl": ["globally", "[0,64]", "(", "negation", "(", "signal_1_n", "math equal", "59.7", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "64", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["-", "(", "signal_1_n", "==", "59.7", ")"]]}}} {"id": 5876, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "below", "17.0", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", "the", "value", "of", "signal_2_n", "will", "be", "below", "97.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "17.0", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "less", "97.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["rise", "(", "signal_1_n", "<", "17.0", ")"]]}, " prop_2 ": {"span": [51, 59], "prop": [["signal_2_n", "<", "97.9"]]}}} {"id": 133, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "will", "have", "to", "be", "instantly", "less", "than", "or", "equal", "to", "11.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "11.1", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", "<=", "11.1"]]}}} {"id": 3194, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal", "signal_3_n", "must", "be", "ultimately", "less", "than", "or", "equal", "to", "70.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "less equal", "70.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_3_n", "<=", "70.0"]]}}} {"id": 199, "sentence": ["For", "each", "moment", "within", "the", "first", "74", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "2.5", "and", "less", "than", "or", "equal", "to", "33.4", "."], "ltl": ["globally", "[0,74]", "(", "signal_1_n", "more equal", "2.5", "and", "signal_1_n", "less equal", "33.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "74", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 31], "prop": [["signal_1_n", ">=", "2.5"], ["signal_1_n", "<=", "33.4"]]}}} {"id": 652, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_3_n", "must", "be", "instantly", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1301, "sentence": ["In", "the", "first", "63", "time", "units", ",", "uninterruptedly", "the", "mode", "of", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "shall", "remain", "greater", "than", "72.9", "continuously", "."], "ltl": ["globally", "[0,63]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "72.9", ")"], "logic_sentence": ["In", "the", "first", "63", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "63", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", ">", "72.9"]]}}} {"id": 2544, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "consecutively", "remain", "equal", "to", "23.1", ",", "and", "uninterruptedly", "signal_2_n", "will", "stay", "no", "less", "than", "65.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "23.1", "and", "signal_2_n", "more equal", "65.8", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "==", "23.1"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", ">=", "65.8"]]}}} {"id": 3192, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "occurs", ",", "then", "in", "response", "finally", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal_3_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "14.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "less equal", "14.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "finally", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 52], "prop": [["signal_3_n", "<=", "14.0"]]}}} {"id": 2158, "sentence": ["It", "is", "always", "the", "case", "that", "if", "consecutively", "the", "value", "of", "signal_1_n", "keeps", "greater", "than", "37.6", "and", "less", "than", "47.5", "till", "there", "exists", "a", "certain", "time", "point", "within", "the", "following", "2", "to", "97", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "be", "82.1", "ultimately", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "next", "47", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "43", "time", "units", "ultimately", ",", "at", "which", "signal_3_n", "will", "be", "no", "less", "than", "96.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "37.6", "and", "signal_1_n", "less", "47.5", ")", "until", "[2,97]", "(", "signal_2_n", "math equal", "82.1", ")", "imply", "globally", "[0,47]", "(", "finally", "[0,43]", "(", "signal_3_n", "more equal", "96.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "consecutively", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "next", "47", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "43", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "2", ":", "97", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "47", "]", "(", "F", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 45], "prop": [["signal_1_n", ">", "37.6"], ["signal_1_n", "<", "47.5"], ["signal_2_n", "==", "82.1"]]}, " prop_2 ": {"span": [79, 86], "prop": [["signal_3_n", ">=", "96.2"]]}}} {"id": 119, "sentence": ["Within", "the", "first", "87", "time", "units", "continuously", "the", "signal_1_n", "signal", "has", "to", "be", "less", "than", "43.9", ",", "and", "the", "value", "of", "signal_2_n", "must", "keep", "less", "than", "71.1", "uninterruptedly", "."], "ltl": ["globally", "[0,87]", "(", "signal_1_n", "less", "43.9", "and", "signal_2_n", "less", "71.1", ")"], "logic_sentence": ["Within", "the", "first", "87", "time", "units", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "43.9"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "<", "71.1"]]}}} {"id": 3285, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "does", "not", "get", "to", "at", "most", "72.9", "then", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "consecutively", "in", "signal_3_n", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "72.9", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 30], "prop": [["-", "fall", "(", "signal_1_n", ">", "72.9", ")"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3447, "sentence": ["For", "each", "moment", "during", "the", "first", "18", "to", "43", "time", "units", "consecutively", "the", "signal_1_n", "signal", "must", "stay", "over", "5.7", "and", "lower", "than", "20.3", "."], "ltl": ["globally", "[18,43]", "(", "signal_1_n", "more", "5.7", "and", "signal_1_n", "less", "20.3", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "18", "to", "43", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "18", ":", "43", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", ">", "5.7"], ["signal_1_n", "<", "20.3"]]}}} {"id": 156, "sentence": ["For", "each", "time", "instant", "within", "24", "time", "units", "the", "value", "of", "signal_1_n", "will", "consistently", "keep", "in", "-LSB-", "22.8", ",", "83.2", "-RSB-", ",", "or", "continuously", "the", "value", "of", "signal_2_n", "will", "never", "be", "less", "than", "42.0", "."], "ltl": ["globally", "[0,24]", "(", "(", "signal_1_n", "more equal", "22.8", "and", "signal_1_n", "less equal", "83.2", ")", "or", "negation", "(", "signal_2_n", "less", "42.0", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "24", "time", "units", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">=", "22.8"], ["signal_1_n", "<=", "83.2"]]}, " prop_2 ": {"span": [24, 34], "prop": [["-", "(", "signal_2_n", "<", "42.0", ")"]]}}} {"id": 1253, "sentence": ["There", "will", "exist", "a", "certain", "moment", "in", "the", "first", "28", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "be", "eventually", "signal_2_n", "."], "ltl": ["finally", "[0,28]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "moment", "in", "the", "first", "28", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "28", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 19, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "then", "in", "response", "there", "ultimately", "exists", "a", "certain", "time", "instant", "within", "the", "first", "75", "time", "units", ",", "at", "which", "for", "every", "time", "point", "within", "the", "next", "39", "time", "units", "the", "signal_3_n", "signal", "should", "stay", "at", "81.7", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,75]", "(", "globally", "[0,39]", "(", "signal_3_n", "math equal", "81.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "there", "ultimately", "exists", "a", "certain", "time", "instant", "within", "the", "first", "75", "time", "units", ",", "at", "which", "for", "every", "time", "point", "within", "the", "next", "39", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [40, 48], "prop": [["signal_3_n", "==", "81.7"]]}}} {"id": 26, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "77", "time", "units", "ultimately", "the", "signal_1_n", "signal", "must", "be", "42.1", "or", "finally", "the", "signal_2_n", "signal", "shall", "be", "over", "60.6", "."], "ltl": ["finally", "[0,77]", "(", "signal_1_n", "math equal", "42.1", "or", "signal_2_n", "more", "60.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "77", "time", "units", "ultimately", "(", "prop_1", ")", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "77", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "==", "42.1"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", ">", "60.6"]]}}} {"id": 5315, "sentence": ["At", "a", "time", "starting", "at", "most", "37", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "finally", "equal", "to", "81.4", ",", "or", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "76.6", "eventually", "."], "ltl": ["finally", "[0,37]", "(", "signal_1_n", "math equal", "81.4", "or", "signal_2_n", "less equal", "76.6", ")"], "logic_sentence": ["At", "a", "time", "starting", "at", "most", "37", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "37", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "81.4"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "76.6"]]}}} {"id": 3396, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "43.5", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "stays", "greater", "than", "or", "equal", "to", "87.6", "all", "the", "time", "in", "the", "following", "62", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "43.5", ")", "imply", "globally", "[0,62]", "(", "signal_2_n", "more equal", "87.6", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["fall", "(", "signal_1_n", "==", "43.5", ")"]]}, " prop_2 ": {"span": [15, 36], "prop": [["signal_2_n", ">=", "87.6"]]}}} {"id": 829, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "signal_1_n", "signal", "will", "stay", "less", "than", "or", "equal", "to", "90.3", "and", "the", "mode", "of", "signal_2_n", "continuously", "keeps", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "90.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<=", "90.3"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4789, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "above", "20.2", "happens", ",", "or", "signal_2_n", "is", "n't", "less", "than", "76.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "is", "less", "than", "52.1", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "20.2", ")", "or", "negation", "(", "signal_2_n", "less", "76.6", ")", "imply", "signal_3_n", "less", "52.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "20.2", ")"]]}, " prop_2 ": {"span": [22, 28], "prop": [["-", "(", "signal_2_n", "<", "76.6", ")"]]}, " prop_3 ": {"span": [36, 42], "prop": [["signal_3_n", "<", "52.1"]]}}} {"id": 759, "sentence": ["In", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "coming", "64", "time", "units", ",", "consecutively", "the", "value", "of", "signal_3_n", "shall", "equal", "to", "1.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,64]", "(", "signal_3_n", "math equal", "1.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "coming", "64", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_3_n", "==", "1.4"]]}}} {"id": 738, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "jumps", "to", "above", "8.8", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "shall", "remain", "on", "44.2", "without", "any", "delay", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "equal", "to", "36.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "8.8", ")", "imply", "signal_2_n", "math equal", "44.2", "or", "signal_3_n", "math equal", "36.2", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "8.8", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "44.2"]]}, " prop_3 ": {"span": [32, 47], "prop": [["signal_3_n", "==", "36.2"]]}}} {"id": 2228, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "63.8", ",", "or", "the", "event", "that", "the", "value", "of", "signal_2_n", "deviates", "from", "81.6", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "sometime", "within", "the", "following", "69", "time", "units", "signal_3_n", "should", "be", "equal", "to", "83.0", "and", "consistently", "this", "condition", "needs", "to", "sustain", "for", "every", "time", "point", "during", "the", "next", "24", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "63.8", "or", "fall", "(", "signal_2_n", "math equal", "81.6", ")", "imply", "finally", "[0,69]", "(", "globally", "[0,24]", "(", "signal_3_n", "math equal", "83.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "sometime", "within", "the", "following", "69", "time", "units", "(", "prop_3", ")", "and", "consistently", "this", "condition", "needs", "to", "sustain", "for", "every", "time", "point", "during", "the", "next", "24", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "69", "]", "(", "G", "[", "0", ":", "24", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "63.8"]]}, " prop_2 ": {"span": [20, 27], "prop": [["fall", "(", "signal_2_n", "==", "81.6", ")"]]}, " prop_3 ": {"span": [46, 52], "prop": [["signal_3_n", "==", "83.0"]]}}} {"id": 1098, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "40.7", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "ought", "to", "exist", "a", "certain", "moment", "within", "the", "coming", "14", "time", "units", ",", "after", "which", "signal_2_n", "shall", "settle", "to", "65.0", "and", "this", "scenario", "will", "hold", "all", "the", "time", "for", "every", "time", "point", "in", "the", "following", "91", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "40.7", ")", "imply", "finally", "[0,14]", "(", "globally", "[0,91]", "(", "signal_2_n", "math equal", "65.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "ought", "to", "exist", "a", "certain", "moment", "within", "the", "coming", "14", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "this", "scenario", "will", "hold", "all", "the", "time", "for", "every", "time", "point", "in", "the", "following", "91", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "14", "]", "(", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "40.7", ")"]]}, " prop_2 ": {"span": [43, 48], "prop": [["signal_2_n", "==", "65.0"]]}}} {"id": 3753, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "remains", "equal", "to", "6.8", "and", "the", "signal_2_n", "signal", "remains", "lower", "than", "50.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal_3_n", "should", "be", "higher", "than", "61.1", "and", "less", "than", "67.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "6.8", "and", "signal_2_n", "less", "50.9", "imply", "signal_3_n", "more", "61.1", "and", "signal_3_n", "less", "67.1", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "6.8"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "<", "50.9"]]}, " prop_3 ": {"span": [29, 42], "prop": [["signal_3_n", ">", "61.1"], ["signal_3_n", "<", "67.1"]]}}} {"id": 686, "sentence": ["For", "every", "moment", "during", "the", "first", "15", "to", "15", "time", "units", "the", "signal_1_n", "signal", "should", "be", "consecutively", "larger", "than", "29.9", "and", "below", "36.3", "or", "signal_2_n", "has", "to", "remain", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "[15,15]", "(", "(", "signal_1_n", "more", "29.9", "and", "signal_1_n", "less", "36.3", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "15", "to", "15", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "15", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">", "29.9"], ["signal_1_n", "<", "36.3"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5461, "sentence": ["For", "every", "moment", "during", "the", "first", "83", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "stay", "higher", "than", "10.3", "without", "interruption", "and", "signal_2_n", "is", "uninterruptedly", "not", "40.5", "."], "ltl": ["globally", "[0,83]", "(", "signal_1_n", "more", "10.3", "and", "negation", "(", "signal_2_n", "math equal", "40.5", ")", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "83", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "10.3"]]}, " prop_2 ": {"span": [21, 26], "prop": [["-", "(", "signal_2_n", "==", "40.5", ")"]]}}} {"id": 980, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "59.7", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "there", "shall", "be", "sometime", "in", "the", "first", "5", "to", "7", "time", "units", ",", "at", "which", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "84.9", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "59.7", ")", "imply", "globally", "(", "finally", "[5,7]", "(", "signal_2_n", "less equal", "84.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "there", "shall", "be", "sometime", "in", "the", "first", "5", "to", "7", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "5", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "59.7", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_2_n", "<=", "84.9"]]}}} {"id": 1335, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "61.6", "takes", "place", "then", "for", "every", "time", "point", "in", "the", "future", "until", "the", "execution", "ends", ",", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "equal", "to", "17.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "61.6", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "17.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "for", "every", "time", "point", "in", "the", "future", "until", "the", "execution", "ends", ",", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<", "61.6", ")"]]}, " prop_2 ": {"span": [53, 61], "prop": [["signal_2_n", "==", "17.0"]]}}} {"id": 3649, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "gets", "bigger", "than", "20.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "shifts", "to", "signal_3_n", "ought", "to", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "20.0", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">", "20.0", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3038, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "12.8", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "signal_2_n", "should", "be", "within", "-LSB-", "22.1", ",", "65.7", "-RSB-", ",", "or", "starting", "without", "any", "delay", "signal_3_n", "needs", "to", "be", "at", "most", "75.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "12.8", "imply", "(", "signal_2_n", "more equal", "22.1", "and", "signal_2_n", "less equal", "65.7", ")", "or", "signal_3_n", "less equal", "75.1", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "or", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "12.8"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", ">=", "22.1"], ["signal_2_n", "<=", "65.7"]]}, " prop_3 ": {"span": [39, 46], "prop": [["signal_3_n", "<=", "75.1"]]}}} {"id": 2417, "sentence": ["During", "the", "interval", "that", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "goes", "to", "less", "than", "or", "equal", "to", "32.8", "does", "not", "get", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "be", "finally", "a", "certain", "time", "instant", "during", "the", "subsequent", "46", "to", "56", "time", "units", ",", "at", "which", "for", "the", "subsequent", "2", "to", "8", "time", "units", ",", "the", "value", "of", "signal", "signal_4_n", "continuously", "keeps", "less", "than", "or", "equal", "to", "4.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "fall", "(", "signal_3_n", "more", "32.8", ")", "imply", "finally", "[46,56]", "(", "globally", "[2,8]", "(", "signal_4_n", "less equal", "4.4", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "does", "not", "get", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "be", "finally", "a", "certain", "time", "instant", "during", "the", "subsequent", "46", "to", "56", "time", "units", ",", "at", "which", "for", "the", "subsequent", "2", "to", "8", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "46", ":", "56", "]", "(", "G", "[", "2", ":", "8", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 29], "prop": [["-", "fall", "(", "signal_3_n", ">", "32.8", ")"]]}, " prop_3 ": {"span": [71, 84], "prop": [["signal_4_n", "<=", "4.4"]]}}} {"id": 4017, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "93.7", "happens", "then", "the", "following", "condition", "holds", ":", "within", "the", "past", "1", "time", "units", "signal_2_n", "must", "keep", "higher", "than", "48.6", "and", "less", "than", "57.3", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.7", ")", "imply", "historically", "[0,1]", "(", "signal_2_n", "more", "48.6", "and", "signal_2_n", "less", "57.3", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "within", "the", "past", "1", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "1", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "93.7", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", ">", "48.6"], ["signal_2_n", "<", "57.3"]]}}} {"id": 1186, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "56.5", "for", "every", "time", "instant", "within", "66", "time", "units", "."], "ltl": ["globally", "[0,66]", "(", "signal_1_n", "more equal", "56.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">=", "56.5"]]}}} {"id": 3109, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "46.1", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "be", "equal", "to", "77.2", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "46.1", ")", "imply", "signal_2_n", "math equal", "77.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "46.1", ")"]]}, " prop_2 ": {"span": [35, 47], "prop": [["signal_2_n", "==", "77.2"]]}}} {"id": 1448, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "falls", "below", "15.5", "happens", ",", "and", "the", "signal_2_n", "signal", "is", "above", "19.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "ought", "to", "be", "signal_4_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "15.5", ")", "and", "signal_2_n", "more", "19.7", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "15.5", ")"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", ">", "19.7"]]}, " prop_3 ": {"span": [30, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 592, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "smaller", "than", "23.0", "takes", "place", "then", "in", "response", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "following", "64", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "should", "stay", "in", "signal_3_n", "all", "the", "time", "for", "each", "time", "instant", "in", "the", "next", "26", "to", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "23.0", ")", "imply", "finally", "[0,64]", "(", "globally", "[26,87]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "following", "64", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "[", "26", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "<", "23.0", ")"]]}, " prop_2 ": {"span": [39, 63], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6093, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "not", "at", "most", "80.3", ",", "then", "in", "response", "there", "finally", "exists", "a", "certain", "moment", "within", "the", "next", "15", "to", "71", "time", "units", ",", "after", "which", "signal_2_n", "must", "be", "in", "-LSB-", "12.2", ",", "38.4", "-RSB-", "and", "then", "will", "uninterruptedly", "stay", "like", "this", "for", "each", "time", "point", "within", "the", "next", "29", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "80.3", ")", "imply", "finally", "[15,71]", "(", "globally", "[0,29]", "(", "signal_2_n", "more equal", "12.2", "and", "signal_2_n", "less equal", "38.4", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "in", "response", "there", "finally", "exists", "a", "certain", "moment", "within", "the", "next", "15", "to", "71", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "15", ":", "71", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "<=", "80.3", ")"]]}, " prop_2 ": {"span": [31, 57], "prop": [["signal_2_n", ">=", "12.2"], ["signal_2_n", "<=", "38.4"]]}}} {"id": 3959, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "be", "bigger", "than", "43.0", "finally", "at", "a", "certain", "time", "instant", "after", "between", "61", "to", "68", "time", "units", "."], "ltl": ["finally", "[61,68]", "(", "signal_1_n", "more", "43.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "61", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">", "43.0"]]}}} {"id": 163, "sentence": ["Eventually", "signal_1_n", "needs", "to", "be", "equal", "to", "32.8", "at", "sometime", "after", "at", "most", "88", "time", "units", "."], "ltl": ["finally", "[0,88]", "(", "signal_1_n", "math equal", "32.8", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "==", "32.8"]]}}} {"id": 5214, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "shifts", "to", "11.3", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "mode", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "11.3", ")", "imply", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "11.3", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 192, "sentence": ["There", "shall", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "in", "the", "interval", "-LSB-", "10.5", ",", "69.6", "-RSB-", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "10.5", "and", "signal_1_n", "less equal", "69.6", ")"], "logic_sentence": ["There", "shall", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 36], "prop": [["signal_1_n", ">=", "10.5"], ["signal_1_n", "<=", "69.6"]]}}} {"id": 742, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "equals", "to", "48.5", ",", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "97.1", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "shall", "remain", "less", "than", "71.5", "without", "any", "delay", "and", "the", "signal_4_n", "signal", "needs", "to", "be", "larger", "than", "15.2", "and", "smaller", "than", "28.0", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "48.5", "and", "signal_2_n", "more equal", "97.1", "imply", "signal_3_n", "less", "71.5", "and", "(", "signal_4_n", "more", "15.2", "and", "signal_4_n", "less", "28.0", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", "==", "48.5"]]}, " prop_2 ": {"span": [10, 20], "prop": [["signal_2_n", ">=", "97.1"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_3_n", "<", "71.5"]]}, " prop_4 ": {"span": [40, 55], "prop": [["signal_4_n", ">", "15.2"], ["signal_4_n", "<", "28.0"]]}}} {"id": 2530, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "no", "less", "than", "70.4", "occurs", ",", "then", "at", "a", "time", "during", "the", "following", "12", "time", "units", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "47.4", "then", "this", "scenario", "will", "always", "keep", "for", "every", "moment", "in", "the", "subsequent", "89", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "70.4", ")", "imply", "finally", "[0,12]", "(", "globally", "[0,89]", "(", "signal_2_n", "math equal", "47.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "at", "a", "time", "during", "the", "following", "12", "time", "units", "(", "prop_2", ")", "then", "this", "scenario", "will", "always", "keep", "for", "every", "moment", "in", "the", "subsequent", "89", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "12", "]", "(", "G", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "70.4", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "47.4"]]}}} {"id": 1696, "sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "more", "than", "32.3", "eventually", "or", "signal_2_n", "is", "finally", "at", "most", "52.5", "."], "ltl": ["finally", "(", "signal_1_n", "more", "32.3", "or", "signal_2_n", "less equal", "52.5", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", ">", "32.3"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_2_n", "<=", "52.5"]]}}} {"id": 3732, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "signal_3_n", "signal", "ought", "to", "be", "greater", "than", "77.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "77.8", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_3_n", ">", "77.8"]]}}} {"id": 5041, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_1_n", "shall", "consecutively", "keep", "greater", "than", "or", "equal", "to", "87.7", ",", "and", "the", "value", "of", "signal_2_n", "must", "be", "consistently", "54.4", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "87.7", "and", "signal_2_n", "math equal", "54.4", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">=", "87.7"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "54.4"]]}}} {"id": 5125, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consistently", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "equal", "to", "68.5", "and", "the", "value", "of", "signal_2_n", "must", "consecutively", "stay", "less", "than", "or", "equal", "to", "75.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.5", "and", "signal_2_n", "less equal", "75.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "==", "68.5"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", "<=", "75.9"]]}}} {"id": 509, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "41.9", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "moment", "within", "the", "coming", "61", "time", "units", ",", "consistently", "the", "state", "of", "signal", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "for", "each", "time", "point", "in", "the", "subsequent", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "41.9", ")", "imply", "finally", "[0,61]", "(", "globally", "[0,21]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "moment", "within", "the", "coming", "61", "time", "units", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "61", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "41.9", ")"]]}, " prop_2 ": {"span": [47, 67], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 409, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "82.6", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal_2_n", "is", "at", "most", "98.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "82.6", ")", "imply", "signal_2_n", "less equal", "98.1", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["rise", "(", "signal_1_n", ">=", "82.6", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", "<=", "98.1"]]}}} {"id": 5501, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "15.8", "takes", "place", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "82.7", ",", "and", "promptly", "signal_3_n", "will", "be", "smaller", "than", "94.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "15.8", ")", "imply", "signal_2_n", "less equal", "82.7", "and", "signal_3_n", "less", "94.9", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "(", "prop_2", ")", ",", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "15.8", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "<=", "82.7"]]}, " prop_3 ": {"span": [33, 39], "prop": [["signal_3_n", "<", "94.9"]]}}} {"id": 477, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "more", "than", "24.3", "happens", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "in", "the", "following", "73", "time", "units", ",", "the", "signal_2_n", "signal", "must", "stay", "over", "12.3", "and", "less", "than", "52.4", "without", "interruption", "for", "each", "moment", "within", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "24.3", ")", "imply", "finally", "[0,73]", "(", "globally", "[0,58]", "(", "signal_2_n", "more", "12.3", "and", "signal_2_n", "less", "52.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "in", "the", "following", "73", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "24.3", ")"]]}, " prop_2 ": {"span": [31, 51], "prop": [["signal_2_n", ">", "12.3"], ["signal_2_n", "<", "52.4"]]}}} {"id": 6383, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "shifts", "to", "signal_2_n", "then", "in", "response", "for", "every", "time", "point", "in", "the", "coming", "22", "time", "units", "the", "signal_3_n", "signal", "needs", "to", "be", "set", "to", "signal_4_n", "ultimately", "at", "a", "time", "within", "the", "following", "62", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,22]", "(", "finally", "[0,62]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "point", "in", "the", "coming", "22", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "F", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4168, "sentence": ["In", "the", "case", "signal_1_n", "is", "signal_2_n", ",", "or", "signal_3_n", "is", "equal", "to", "8.7", "then", "for", "each", "time", "instant", "during", "the", "coming", "12", "to", "72", "time", "units", ",", "the", "value", "of", "signal", "signal_4_n", "will", "be", "staying", "equal", "to", "48.1", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "8.7", "imply", "globally", "[12,72]", "(", "signal_4_n", "math equal", "48.1", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "during", "the", "coming", "12", "to", "72", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "12", ":", "72", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [8, 13], "prop": [["signal_3_n", "==", "8.7"]]}, " prop_3 ": {"span": [27, 41], "prop": [["signal_4_n", "==", "48.1"]]}}} {"id": 1869, "sentence": ["In", "case", "that", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", ",", "or", "the", "signal_3_n", "signal", "is", "n't", "less", "than", "95.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "moment", "within", "the", "following", "63", "time", "units", ",", "signal_4_n", "needs", "to", "be", "less", "than", "86.0", "and", "then", "ought", "to", "remain", "in", "this", "range", "without", "interruption", "for", "every", "time", "point", "during", "the", "coming", "31", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "95.2", ")", "imply", "finally", "[0,63]", "(", "globally", "[0,31]", "(", "signal_4_n", "less", "86.0", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "moment", "within", "the", "following", "63", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "63", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 20], "prop": [["-", "(", "signal_3_n", "<", "95.2", ")"]]}, " prop_3 ": {"span": [42, 69], "prop": [["signal_4_n", "<", "86.0"]]}}} {"id": 1943, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "continuously", "stayed", "larger", "than", "24.6", "and", "at", "most", "30.8", "for", "the", "last", "34", "to", "61", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "should", "remain", "above", "1.2", "and", "less", "than", "1.3", "consistently", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "historically", "[34,61]", "(", "signal_1_n", "more", "24.6", "and", "signal_1_n", "less equal", "30.8", ")", "imply", "globally", "(", "signal_2_n", "more", "1.2", "and", "signal_2_n", "less", "1.3", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "34", ":", "61", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 25], "prop": [["signal_1_n", ">", "24.6"], ["signal_1_n", "<=", "30.8"]]}, " prop_2 ": {"span": [34, 51], "prop": [["signal_2_n", ">", "1.2"], ["signal_2_n", "<", "1.3"]]}}} {"id": 113, "sentence": ["There", "must", "be", "a", "certain", "time", "point", "after", "at", "most", "78", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "higher", "than", "1.8", "ultimately", "or", "eventually", "the", "signal_2_n", "signal", "has", "to", "be", "above", "40.3", "."], "ltl": ["finally", "[0,78]", "(", "signal_1_n", "more", "1.8", "or", "signal_2_n", "more", "40.3", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "point", "after", "at", "most", "78", "time", "units", ",", "at", "which", "(", "prop_1", ")", "ultimately", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "78", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", ">", "1.8"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", ">", "40.3"]]}}} {"id": 518, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "at", "least", "86.9", "occurs", ",", "then", "in", "response", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "96.6", "should", "be", "instantly", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "86.9", ")", "imply", "rise", "(", "signal_2_n", "less equal", "96.6", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "be", "instantly", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "86.9", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["rise", "(", "signal_2_n", "<=", "96.6", ")"]]}}} {"id": 2261, "sentence": ["Consecutively", "the", "scenario", "that", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "86.0", "ought", "n't", "to", "occur", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "86.0", ")", ")"], "logic_sentence": ["Consecutively", "the", "scenario", "that", "(", "prop_1", ")", "ought", "n't", "to", "occur", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["-", "rise", "(", "signal_1_n", ">=", "86.0", ")"]]}}} {"id": 3405, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "n't", "81.0", "then", "simultaneously", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "less", "than", "34.1", ",", "and", "the", "state", "of", "signal", "signal_5_n", "has", "to", "be", "in", "signal_6_n", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "math equal", "81.0", ")", "imply", "signal_4_n", "less", "34.1", "and", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "simultaneously", "(", "prop_3", ")", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 25], "prop": [["-", "(", "signal_3_n", "==", "81.0", ")"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_4_n", "<", "34.1"]]}, " prop_4 ": {"span": [41, 52], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 491, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "takes", "place", ",", "then", "in", "response", "ultimately", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "34", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "will", "have", "to", "be", "in", "signal_4_n", "and", "then", "needs", "to", "hold", "like", "this", "without", "interruption", "for", "every", "moment", "during", "the", "next", "45", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,34]", "(", "globally", "[0,45]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "ultimately", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "34", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "34", "]", "(", "G", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 69], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5397, "sentence": ["Within", "11", "time", "units", "the", "signal_1_n", "signal", "has", "to", "stay", "less", "than", "or", "equal", "to", "15.5", "uninterruptedly", "."], "ltl": ["globally", "[0,11]", "(", "signal_1_n", "less equal", "15.5", ")"], "logic_sentence": ["Within", "11", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "<=", "15.5"]]}}} {"id": 1989, "sentence": ["In", "case", "that", "the", "event", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "is", "observed", "then", "in", "response", "the", "signal_3_n", "signal", "will", "not", "be", "shifted", "to", "signal_4_n", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 42], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5855, "sentence": ["When", "the", "event", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "within", "the", "subsequent", "52", "to", "89", "time", "units", "the", "value", "of", "signal_3_n", "needs", "to", "consecutively", "stay", "greater", "than", "or", "equal", "to", "8.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[52,89]", "(", "signal_3_n", "more equal", "8.8", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "within", "the", "subsequent", "52", "to", "89", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "52", ":", "89", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_3_n", ">=", "8.8"]]}}} {"id": 1943, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "will", "have", "to", "consistently", "keep", "less", "than", "71.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "71.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<", "71.5"]]}}} {"id": 2041, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "68.9", "then", "in", "response", "finally", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "signal_2_n", "should", "be", "at", "least", "29.8", "and", "no", "more", "than", "37.0", "then", "this", "scenario", "will", "have", "to", "last", "without", "interruption", "for", "each", "time", "instant", "in", "the", "subsequent", "83", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "68.9", "imply", "finally", "(", "globally", "[0,83]", "(", "signal_2_n", "more equal", "29.8", "and", "signal_2_n", "less equal", "37.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "finally", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "will", "have", "to", "last", "without", "interruption", "for", "each", "time", "instant", "in", "the", "subsequent", "83", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "68.9"]]}, " prop_2 ": {"span": [37, 48], "prop": [["signal_2_n", ">=", "29.8"], ["signal_2_n", "<=", "37.0"]]}}} {"id": 582, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "61.7", ",", "then", "in", "response", "signal_2_n", "has", "to", "be", "over", "5.6", "and", "less", "than", "27.4", "and", "then", "this", "scenario", "will", "consistently", "last", "for", "each", "time", "point", "within", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "61.7", ")", "imply", "globally", "[0,68]", "(", "signal_2_n", "more", "5.6", "and", "signal_2_n", "less", "27.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "consistently", "last", "for", "each", "time", "point", "within", "68", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "68", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "61.7", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", ">", "5.6"], ["signal_2_n", "<", "27.4"]]}}} {"id": 611, "sentence": ["Whenever", "signal_1_n", "equals", "to", "7.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "next", "31", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "point", "in", "less", "than", "54", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "ultimately", "9.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "7.2", "imply", "globally", "[0,31]", "(", "finally", "[0,54]", "(", "signal_2_n", "math equal", "9.4", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "next", "31", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "point", "in", "less", "than", "54", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "F", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "==", "7.2"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "9.4"]]}}} {"id": 5231, "sentence": ["There", "must", "be", "a", "certain", "time", "point", "after", "at", "most", "38", "time", "units", ",", "at", "which", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "42.5", "and", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "ultimately", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "more equal", "42.5", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "point", "after", "at", "most", "38", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", ">=", "42.5"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 660, "sentence": ["On", "condition", "that", "signal_1_n", "is", "larger", "than", "2.1", "and", "less", "than", "15.7", ",", "and", "the", "value", "of", "signal_2_n", "is", "below", "35.7", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "first", "63", "time", "units", ",", "there", "needs", "to", "eventually", "exist", "a", "certain", "time", "point", "within", "the", "coming", "10", "to", "19", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_3_n", "gets", "to", "greater", "than", "or", "equal", "to", "5.2", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.1", "and", "signal_1_n", "less", "15.7", ")", "and", "signal_2_n", "less", "35.7", "imply", "globally", "[0,63]", "(", "finally", "[10,19]", "(", "rise", "(", "signal_3_n", "more equal", "5.2", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "first", "63", "time", "units", ",", "there", "needs", "to", "eventually", "exist", "a", "certain", "time", "point", "within", "the", "coming", "10", "to", "19", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "10", ":", "19", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "2.1"], ["signal_1_n", "<", "15.7"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "<", "35.7"]]}, " prop_3 ": {"span": [62, 71], "prop": [["rise", "(", "signal_3_n", ">=", "5.2", ")"]]}}} {"id": 4572, "sentence": ["Finally", "signal_1_n", "should", "keep", "in", "signal_2_n", "at", "a", "certain", "moment", "starting", "at", "most", "49", "time", "units", "."], "ltl": ["finally", "[0,49]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2290, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "bigger", "than", "12.3", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_2_n", "must", "be", "higher", "than", "22.7", "and", "at", "most", "22.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "12.3", ")", "imply", "signal_2_n", "more", "22.7", "and", "signal_2_n", "less equal", "22.7", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", ">", "12.3", ")"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", ">", "22.7"], ["signal_2_n", "<=", "22.7"]]}}} {"id": 944, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "higher", "than", "0.9", "and", "below", "2.8", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "value", "of", "signal", "signal_2_n", "will", "remain", "equal", "to", "9.0", "."], "ltl": ["globally", "(", "signal_1_n", "more", "0.9", "and", "signal_1_n", "less", "2.8", "imply", "signal_2_n", "math equal", "9.0", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">", "0.9"], ["signal_1_n", "<", "2.8"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "9.0"]]}}} {"id": 2756, "sentence": ["The", "signal_1_n", "signal", "has", "to", "stay", "less", "than", "or", "equal", "to", "33.4", "continuously", "for", "every", "moment", "within", "the", "first", "43", "time", "units", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "less equal", "33.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "<=", "33.4"]]}}} {"id": 3940, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "above", "50.9", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "shall", "keep", "smaller", "than", "33.2", "without", "interruption", "in", "the", "following", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "50.9", ")", "imply", "globally", "[0,70]", "(", "signal_2_n", "less", "33.2", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "50.9", ")"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", "<", "33.2"]]}}} {"id": 476, "sentence": ["The", "signal_1_n", "signal", "should", "be", "greater", "than", "or", "equal", "to", "26.0", "without", "interruption", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "26.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">=", "26.0"]]}}} {"id": 3999, "sentence": ["There", "should", "be", "a", "certain", "time", "point", "in", "less", "than", "85", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "stays", "higher", "than", "91.2", "or", "eventually", "signal_2_n", "needs", "to", "be", "at", "most", "19.9", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "more", "91.2", "or", "signal_2_n", "less equal", "19.9", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "time", "point", "in", "less", "than", "85", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", ">", "91.2"]]}, " prop_2 ": {"span": [27, 34], "prop": [["signal_2_n", "<=", "19.9"]]}}} {"id": 5861, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "equal", "to", "13.4", ",", "or", "signal_2_n", "is", "less", "than", "or", "equal", "to", "6.0", "then", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_5_n", "becomes", "less", "than", "54.6", "is", "not", "detected", "finally", ",", "before", "this", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "uninterruptedly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "13.4", "or", "signal_2_n", "less equal", "6.0", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "(", "negation", "fall", "(", "signal_5_n", "more equal", "54.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "is", "not", "detected", "finally", ",", "before", "this", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "13.4"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "<=", "6.0"]]}, " prop_3 ": {"span": [47, 56], "prop": [["-", "fall", "(", "signal_5_n", ">=", "54.6", ")"]]}, " prop_4 ": {"span": [63, 75], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5466, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "33.5", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "closed", "interval", "-LSB-", "18.5", ",", "45.0", "-RSB-", "then", "the", "following", "condition", "holds", ":", "right", "away", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "below", "57.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "33.5", "and", "(", "signal_2_n", "more equal", "18.5", "and", "signal_2_n", "less equal", "45.0", ")", "imply", "signal_3_n", "less", "57.9", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "33.5"]]}, " prop_2 ": {"span": [14, 29], "prop": [["signal_2_n", ">=", "18.5"], ["signal_2_n", "<=", "45.0"]]}, " prop_3 ": {"span": [37, 47], "prop": [["signal_3_n", "<", "57.9"]]}}} {"id": 1820, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "97.1", "gets", "observed", "then", "in", "response", "the", "signal_2_n", "signal", "will", "have", "to", "be", "over", "35.0", "and", "less", "than", "90.7", "at", "the", "same", "moment", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "starts", "not", "equaling", "to", "53.4", "should", "happen", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "97.1", ")", "imply", "(", "signal_2_n", "more", "35.0", "and", "signal_2_n", "less", "90.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "53.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "happen", "simultaneously", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", "<=", "97.1", ")"]]}, " prop_2 ": {"span": [27, 44], "prop": [["signal_2_n", ">", "35.0"], ["signal_2_n", "<", "90.7"]]}, " prop_3 ": {"span": [49, 58], "prop": [["fall", "(", "signal_3_n", "==", "53.4", ")"]]}}} {"id": 6020, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "9.1", "and", "smaller", "than", "9.9", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "41.7", "and", "less", "than", "or", "equal", "to", "53.0", ",", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "subsequent", "63", "time", "units", ",", "at", "which", "uninterruptedly", "the", "value", "of", "signal", "signal_3_n", "should", "not", "be", "equal", "to", "49.6", "in", "the", "subsequent", "3", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "9.1", "and", "signal_1_n", "less", "9.9", ")", "and", "(", "signal_2_n", "more equal", "41.7", "and", "signal_2_n", "less equal", "53.0", ")", "imply", "finally", "[0,63]", "(", "globally", "[0,3]", "(", "negation", "(", "signal_3_n", "math equal", "49.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "subsequent", "63", "time", "units", ",", "at", "which", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "63", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "9.1"], ["signal_1_n", "<", "9.9"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_2_n", ">=", "41.7"], ["signal_2_n", "<=", "53.0"]]}, " prop_3 ": {"span": [59, 76], "prop": [["-", "(", "signal_3_n", "==", "49.6", ")"]]}}} {"id": 1870, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "signal_3_n", "is", "not", "less", "than", "27.0", "then", "at", "sometime", "during", "the", "next", "82", "time", "units", "for", "every", "moment", "within", "the", "subsequent", "8", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_4_n", "has", "to", "remain", "less", "than", "34.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "27.0", ")", "imply", "finally", "[0,82]", "(", "globally", "[0,8]", "(", "signal_4_n", "less", "34.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_1", "->", "F", "[", "0", ":", "82", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 40], "prop": [["-", "(", "signal_3_n", "<", "27.0", ")"], ["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [42, 53], "prop": [["signal_4_n", "<", "34.9"]]}}} {"id": 986, "sentence": ["For", "each", "moment", "within", "the", "first", "71", "time", "units", ",", "continuously", "the", "signal_1_n", "signal", "should", "remain", "no", "less", "than", "86.2", ",", "and", "uninterruptedly", "the", "value", "of", "signal_2_n", "will", "have", "to", "keep", "greater", "than", "or", "equal", "to", "10.2", "and", "at", "most", "28.9", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "more equal", "86.2", "and", "(", "signal_2_n", "more equal", "10.2", "and", "signal_2_n", "less equal", "28.9", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "71", "time", "units", ",", "continuously", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">=", "86.2"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_2_n", ">=", "10.2"], ["signal_2_n", "<=", "28.9"]]}}} {"id": 1959, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "gets", "below", "71.5", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "signal_2_n", "must", "fall", "to", "at", "most", "14.2", ",", "and", "signal_3_n", "is", "above", "63.6", "and", "less", "than", "78.3", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "71.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "14.2", ")", "and", "(", "signal_3_n", "more", "63.6", "and", "signal_3_n", "less", "78.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "71.5", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["rise", "(", "signal_2_n", "<=", "14.2", ")"]]}, " prop_3 ": {"span": [28, 38], "prop": [["signal_3_n", ">", "63.6"], ["signal_3_n", "<", "78.3"]]}}} {"id": 668, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3511, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "26.3", "happens", ",", "then", "in", "response", "signal_2_n", "needs", "to", "be", "19.2", "and", "this", "condition", "ought", "to", "last", "uninterruptedly", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "26.3", ")", "imply", "historically", "(", "signal_2_n", "math equal", "19.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "ought", "to", "last", "uninterruptedly", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", ">=", "26.3", ")"]]}, " prop_2 ": {"span": [29, 34], "prop": [["signal_2_n", "==", "19.2"]]}}} {"id": 1733, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "will", "uninterruptedly", "remain", "at", "least", "7.3", "and", "at", "most", "76.0", "until", "there", "eventually", "exists", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "event", "that", "signal_2_n", "is", "changed", "to", "33.4", "is", "observed", "then", "in", "response", "finally", "at", "sometime", "after", "at", "most", "65", "time", "units", ",", "the", "signal_3_n", "signal", "ought", "to", "be", "62.3", "and", "consistently", "this", "condition", "will", "keep", "for", "each", "moment", "during", "the", "coming", "9", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "7.3", "and", "signal_1_n", "less equal", "76.0", ")", "until", "(", "rise", "(", "signal_2_n", "math equal", "33.4", ")", ")", "imply", "finally", "[0,65]", "(", "globally", "[0,9]", "(", "signal_3_n", "math equal", "62.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "(", "prop_2", ")", "and", "consistently", "this", "condition", "will", "keep", "for", "each", "moment", "during", "the", "coming", "9", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "65", "]", "(", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 57], "prop": [["signal_1_n", ">=", "7.3"], ["signal_1_n", "<=", "76.0"], ["rise", "(", "signal_2_n", "==", "33.4", ")"]]}, " prop_2 ": {"span": [58, 65], "prop": [["signal_3_n", "==", "62.3"]]}}} {"id": 1600, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "83.7", ",", "then", "the", "state", "of", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "and", "this", "condition", "continuously", "sustains", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "83.7", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "and", "this", "condition", "continuously", "sustains", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "83.7"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 617, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "bigger", "than", "24.8", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "subsequent", "74", "time", "units", ",", "signal_2_n", "stays", "equal", "to", "34.9", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "24.8", ")", "imply", "globally", "[0,74]", "(", "signal_2_n", "math equal", "34.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "subsequent", "74", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "24.8", ")"]]}, " prop_2 ": {"span": [31, 37], "prop": [["signal_2_n", "==", "34.9"]]}}} {"id": 3579, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "84.0", "takes", "place", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "will", "be", "simultaneously", "greater", "than", "or", "equal", "to", "31.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "84.0", ")", "imply", "signal_2_n", "more equal", "31.3", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "84.0", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", ">=", "31.3"]]}}} {"id": 431, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "at", "most", "55.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "exist", "a", "certain", "moment", "within", "70", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "0.4", "and", "less", "than", "or", "equal", "to", "32.5", "and", "will", "be", "uninterruptedly", "remaining", "like", "this", "in", "the", "subsequent", "60", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "55.2", ")", "imply", "finally", "[0,70]", "(", "globally", "[0,60]", "(", "signal_2_n", "more equal", "0.4", "and", "signal_2_n", "less equal", "32.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "exist", "a", "certain", "moment", "within", "70", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<=", "55.2", ")"]]}, " prop_2 ": {"span": [41, 73], "prop": [["signal_2_n", ">=", "0.4"], ["signal_2_n", "<=", "32.5"]]}}} {"id": 4011, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "7.7", "and", "at", "most", "18.8", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "7.7", "and", "signal_3_n", "less equal", "18.8", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 43], "prop": [["signal_3_n", ">=", "7.7"], ["signal_3_n", "<=", "18.8"]]}}} {"id": 3078, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "consecutively", "the", "value", "of", "signal_1_n", "will", "be", "staying", "above", "45.8", "and", "less", "than", "92.7", ",", "or", "the", "signal_2_n", "signal", "shall", "keep", "less", "than", "or", "equal", "to", "58.8", "uninterruptedly", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "45.8", "and", "signal_1_n", "less", "92.7", ")", "or", "signal_2_n", "less equal", "58.8", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "45.8"], ["signal_1_n", "<", "92.7"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<=", "58.8"]]}}} {"id": 179, "sentence": ["Within", "33", "to", "76", "time", "units", ",", "consistently", "the", "value", "of", "signal_1_n", "shall", "keep", "more", "than", "80.3", "and", "the", "mode", "of", "signal_2_n", "must", "consistently", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[33,76]", "(", "signal_1_n", "more", "80.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Within", "33", "to", "76", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "33", ":", "76", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "80.3"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3445, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "52.0", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "39.8", "should", "promptly", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.0", ")", "imply", "rise", "(", "signal_2_n", "less equal", "39.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "promptly", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "52.0", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["rise", "(", "signal_2_n", "<=", "39.8", ")"]]}}} {"id": 5953, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "96.9", "or", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_4_n", "shall", "continuously", "not", "be", "less", "than", "or", "equal", "to", "49.2", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.9", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "(", "negation", "(", "signal_4_n", "less equal", "49.2", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "96.9"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 52], "prop": [["-", "(", "signal_4_n", "<=", "49.2", ")"]]}}} {"id": 5262, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "88.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "subsequent", "8", "to", "30", "time", "units", "there", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "88.6", "imply", "globally", "[8,30]", "(", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "subsequent", "8", "to", "30", "time", "units", "there", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "8", ":", "30", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<", "88.6"]]}, " prop_2 ": {"span": [49, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1705, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "91.8", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "will", "be", "80.4", "and", "uninterruptedly", "this", "scenario", "needs", "to", "remain", "for", "each", "time", "point", "within", "the", "first", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "91.8", ")", "imply", "globally", "[0,87]", "(", "signal_2_n", "math equal", "80.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "needs", "to", "remain", "for", "each", "time", "point", "within", "the", "first", "87", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "91.8", ")"]]}, " prop_2 ": {"span": [27, 34], "prop": [["signal_2_n", "==", "80.4"]]}}} {"id": 1244, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "increases", "to", "no", "less", "than", "5.5", "occurs", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "signal_2_n", "must", "stay", "greater", "than", "or", "equal", "to", "27.9", "and", "less", "than", "or", "equal", "to", "65.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "5.5", ")", "imply", "signal_2_n", "more equal", "27.9", "and", "signal_2_n", "less equal", "65.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", ">=", "5.5", ")"]]}, " prop_2 ": {"span": [31, 47], "prop": [["signal_2_n", ">=", "27.9"], ["signal_2_n", "<=", "65.1"]]}}} {"id": 475, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "above", "94.8", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "instantly", "the", "signal_2_n", "signal", "ought", "to", "be", "no", "less", "than", "29.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "94.8", ")", "imply", "signal_2_n", "more equal", "29.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "94.8", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", ">=", "29.2"]]}}} {"id": 5017, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "changed", "to", "93.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "shall", "never", "be", "higher", "than", "56.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.9", ")", "imply", "negation", "(", "signal_2_n", "more", "56.0", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "93.9", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["-", "(", "signal_2_n", ">", "56.0", ")"]]}}} {"id": 4323, "sentence": ["If", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "greater", "than", "or", "equal", "to", "38.0", "and", "at", "most", "83.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "38.0", "and", "signal_3_n", "less equal", "83.7", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 42], "prop": [["signal_3_n", ">=", "38.0"], ["signal_3_n", "<=", "83.7"]]}}} {"id": 1045, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "in", "less", "than", "14", "time", "units", ",", "signal_3_n", "is", "larger", "than", "61.0", "and", "then", "consecutively", "this", "condition", "will", "have", "to", "continue", "for", "each", "time", "point", "during", "the", "next", "87", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,14]", "(", "globally", "[0,87]", "(", "signal_3_n", "more", "61.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "in", "less", "than", "14", "time", "units", ",", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "will", "have", "to", "continue", "for", "each", "time", "point", "during", "the", "next", "87", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "14", "]", "(", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 42], "prop": [["signal_3_n", ">", "61.0"]]}}} {"id": 1962, "sentence": ["As", "soon", "as", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "deviates", "from", "22.0", "shall", "be", "observed", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "fall", "(", "signal_3_n", "math equal", "22.0", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "observed", "at", "the", "same", "moment", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 23], "prop": [["fall", "(", "signal_3_n", "==", "22.0", ")"]]}}} {"id": 6148, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "78.7", "is", "observed", "or", "signal_2_n", "is", "greater", "than", "44.7", "and", "below", "81.5", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "shall", "be", "simultaneously", "higher", "than", "35.4", "and", "smaller", "than", "77.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "78.7", ")", "or", "(", "signal_2_n", "more", "44.7", "and", "signal_2_n", "less", "81.5", ")", "imply", "signal_3_n", "more", "35.4", "and", "signal_3_n", "less", "77.4", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "78.7", ")"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", ">", "44.7"], ["signal_2_n", "<", "81.5"]]}, " prop_3 ": {"span": [32, 46], "prop": [["signal_3_n", ">", "35.4"], ["signal_3_n", "<", "77.4"]]}}} {"id": 727, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "at", "most", "22.3", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "following", "28", "time", "units", ",", "there", "has", "to", "ultimately", "exist", "sometime", "in", "the", "coming", "62", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "will", "not", "be", "smaller", "than", "50.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "22.3", "imply", "globally", "[0,28]", "(", "finally", "[0,62]", "(", "negation", "(", "signal_2_n", "less", "50.4", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "there", "has", "to", "ultimately", "exist", "sometime", "in", "the", "coming", "62", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "28", "]", "(", "F", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 23], "prop": [["signal_1_n", "<=", "22.3"]]}, " prop_2 ": {"span": [39, 50], "prop": [["-", "(", "signal_2_n", "<", "50.4", ")"]]}}} {"id": 230, "sentence": ["The", "signal_1_n", "signal", "is", "signal_2_n", "finally", "at", "a", "time", "in", "less", "than", "39", "time", "units", "."], "ltl": ["finally", "[0,39]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2236, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "18.8", "is", "observed", "then", "in", "response", "the", "transition", "action", "that", "signal_2_n", "deviates", "from", "97.9", "should", "never", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.8", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "97.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "never", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "18.8", ")"]]}, " prop_2 ": {"span": [29, 33], "prop": [["-", "fall", "(", "signal_2_n", "==", "97.9", ")"]]}}} {"id": 307, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "observed", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "ultimately", "the", "signal_3_n", "signal", "shall", "be", "less", "than", "21.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "less", "21.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [51, 59], "prop": [["signal_3_n", "<", "21.9"]]}}} {"id": 1023, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "18.3", "and", "smaller", "than", "57.3", ",", "or", "the", "value", "of", "signal_2_n", "is", "more", "than", "15.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "needs", "to", "stay", "above", "99.1", "right", "away", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "18.3", "and", "signal_1_n", "less", "57.3", ")", "or", "signal_2_n", "more", "15.5", "imply", "signal_3_n", "more", "99.1", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "18.3"], ["signal_1_n", "<", "57.3"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", ">", "15.5"]]}, " prop_3 ": {"span": [34, 44], "prop": [["signal_3_n", ">", "99.1"]]}}} {"id": 108, "sentence": ["The", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "61.7", "shall", "ultimately", "take", "place", "at", "a", "certain", "moment", "after", "at", "most", "22", "time", "units", "."], "ltl": ["finally", "[0,22]", "(", "rise", "(", "signal_1_n", "math equal", "61.7", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "shall", "ultimately", "take", "place", "at", "a", "certain", "moment", "after", "at", "most", "22", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "==", "61.7", ")"]]}}} {"id": 1109, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "93.9", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "at", "least", "44.1", "and", "no", "larger", "than", "77.3", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.9", ")", "imply", "signal_2_n", "more equal", "44.1", "and", "signal_2_n", "less equal", "77.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["rise", "(", "signal_1_n", "==", "93.9", ")"]]}, " prop_2 ": {"span": [25, 47], "prop": [["signal_2_n", ">=", "44.1"], ["signal_2_n", "<=", "77.3"]]}}} {"id": 88, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "state", "of", "signal", "signal_1_n", "will", "remain", "in", "signal_2_n", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1184, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "will", "have", "to", "continuously", "stay", "equal", "to", "10.9", "and", "consistently", "signal_2_n", "will", "never", "be", "greater", "than", "85.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "10.9", "and", "negation", "(", "signal_2_n", "more", "85.9", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "10.9"]]}, " prop_2 ": {"span": [23, 30], "prop": [["-", "(", "signal_2_n", ">", "85.9", ")"]]}}} {"id": 781, "sentence": ["When", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "detected", "then", "in", "response", "the", "signal_3_n", "signal", "will", "be", "larger", "than", "1.5", "and", "below", "11.6", "starting", "without", "any", "delay", "or", "in", "no", "time", "the", "signal_4_n", "signal", "ought", "to", "be", "13.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "1.5", "and", "signal_3_n", "less", "11.6", ")", "or", "signal_4_n", "math equal", "13.8", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "(", "prop_2", ")", "or", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_3_n", ">", "1.5"], ["signal_3_n", "<", "11.6"]]}, " prop_3 ": {"span": [35, 42], "prop": [["signal_4_n", "==", "13.8"]]}}} {"id": 3404, "sentence": ["In", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "25.3", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "below", "0.6", "promptly", ",", "and", "the", "mode", "of", "signal_5_n", "keeps", "in", "signal_6_n", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "math equal", "25.3", ")", "imply", "signal_4_n", "less", "0.6", "and", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 21], "prop": [["-", "(", "signal_3_n", "==", "25.3", ")"]]}, " prop_3 ": {"span": [25, 35], "prop": [["signal_4_n", "<", "0.6"]]}, " prop_4 ": {"span": [37, 45], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 4010, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "will", "be", "at", "least", "3.5", "and", "no", "larger", "than", "35.4", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "3.5", "and", "signal_3_n", "less equal", "35.4", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 32], "prop": [["signal_3_n", ">=", "3.5"], ["signal_3_n", "<=", "35.4"]]}}} {"id": 1639, "sentence": ["On", "condition", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "finally", "there", "must", "be", "a", "certain", "time", "point", "in", "less", "than", "20", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "should", "be", "over", "39.3", "and", "smaller", "than", "60.1", "and", "has", "to", "consecutively", "stay", "in", "this", "range", "for", "each", "moment", "within", "the", "following", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,20]", "(", "globally", "[0,58]", "(", "signal_3_n", "more", "39.3", "and", "signal_3_n", "less", "60.1", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "finally", "there", "must", "be", "a", "certain", "time", "point", "in", "less", "than", "20", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "has", "to", "consecutively", "stay", "in", "this", "range", "for", "each", "moment", "within", "the", "following", "58", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 47], "prop": [["signal_3_n", ">", "39.3"], ["signal_3_n", "<", "60.1"]]}}} {"id": 512, "sentence": ["There", "shall", "be", "ultimately", "a", "certain", "moment", "starting", "at", "most", "58", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "23.3", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "math equal", "23.3", ")"], "logic_sentence": ["There", "shall", "be", "ultimately", "a", "certain", "moment", "starting", "at", "most", "58", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "23.3"]]}}} {"id": 343, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "in", "the", "first", "25", "to", "68", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "ought", "to", "be", "signal_2_n", "finally", "."], "ltl": ["finally", "[25,68]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "in", "the", "first", "25", "to", "68", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "25", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 90, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "higher", "than", "33.8", "and", "less", "than", "39.5", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "at", "least", "55.4", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "more", "33.8", "and", "signal_1_n", "less", "39.5", "imply", "signal_2_n", "more equal", "55.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["signal_1_n", ">", "33.8"], ["signal_1_n", "<", "39.5"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", ">=", "55.4"]]}}} {"id": 1530, "sentence": ["For", "every", "moment", "within", "the", "first", "1", "to", "1", "time", "units", ",", "consistently", "the", "value", "of", "signal_1_n", "stays", "within", "-LRB-", "80.2", ",", "91.5", "-RRB-", "."], "ltl": ["globally", "[1,1]", "(", "signal_1_n", "more", "80.2", "and", "signal_1_n", "less", "91.5", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "1", "to", "1", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "1", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", ">", "80.2"], ["signal_1_n", "<", "91.5"]]}}} {"id": 2036, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "61.5", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "92", "time", "units", ",", "there", "shall", "be", "finally", "a", "certain", "time", "point", "within", "the", "subsequent", "32", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "needs", "to", "go", "to", "less", "than", "or", "equal", "to", "10.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "61.5", ")", "imply", "globally", "[0,92]", "(", "finally", "[0,32]", "(", "rise", "(", "signal_2_n", "less equal", "10.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "92", "time", "units", ",", "there", "shall", "be", "finally", "a", "certain", "time", "point", "within", "the", "subsequent", "32", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "92", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["rise", "(", "signal_1_n", "<=", "61.5", ")"]]}, " prop_2 ": {"span": [61, 75], "prop": [["rise", "(", "signal_2_n", "<=", "10.8", ")"]]}}} {"id": 2933, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "27.3", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "subsequent", "22", "to", "29", "time", "units", ",", "there", "should", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_2_n", "signal", "must", "not", "be", "no", "less", "than", "95.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.3", ")", "imply", "globally", "[22,29]", "(", "finally", "(", "negation", "(", "signal_2_n", "more equal", "95.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "subsequent", "22", "to", "29", "time", "units", ",", "there", "should", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "22", ":", "29", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "27.3", ")"]]}, " prop_2 ": {"span": [50, 60], "prop": [["-", "(", "signal_2_n", ">=", "95.3", ")"]]}}} {"id": 518, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "23.7", "and", "less", "than", "or", "equal", "to", "30.5", "uninterruptedly", "for", "every", "moment", "in", "the", "first", "54", "time", "units", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "more equal", "23.7", "and", "signal_1_n", "less equal", "30.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 29], "prop": [["signal_1_n", ">=", "23.7"], ["signal_1_n", "<=", "30.5"]]}}} {"id": 95, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "0.7", "or", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "95.3", ",", "then", "the", "value", "of", "signal_3_n", "has", "to", "be", "no", "less", "than", "37.4", "and", "at", "most", "88.2", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "less", "0.7", "or", "signal_2_n", "more equal", "95.3", "imply", "signal_3_n", "more equal", "37.4", "and", "signal_3_n", "less equal", "88.2", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "0.7"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_2_n", ">=", "95.3"]]}, " prop_3 ": {"span": [22, 38], "prop": [["signal_3_n", ">=", "37.4"], ["signal_3_n", "<=", "88.2"]]}}} {"id": 853, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "signal_1_n", "signal", "ought", "to", "remain", "greater", "than", "or", "equal", "to", "30.1", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "30.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">=", "30.1"]]}}} {"id": 3475, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "38.9", "and", "no", "more", "than", "73.9", "or", "signal_2_n", "is", "no", "less", "than", "94.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "signal_3_n", "ought", "not", "to", "be", "less", "than", "or", "equal", "to", "29.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "38.9", "and", "signal_1_n", "less equal", "73.9", ")", "or", "signal_2_n", "more equal", "94.8", "imply", "negation", "(", "signal_3_n", "less equal", "29.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "38.9"], ["signal_1_n", "<=", "73.9"]]}, " prop_2 ": {"span": [23, 29], "prop": [["signal_2_n", ">=", "94.8"]]}, " prop_3 ": {"span": [41, 52], "prop": [["-", "(", "signal_3_n", "<=", "29.7", ")"]]}}} {"id": 2758, "sentence": ["For", "every", "moment", "during", "the", "first", "13", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "must", "be", "below", "81.8", ",", "or", "the", "value", "of", "signal_2_n", "must", "be", "equal", "to", "92.3", "."], "ltl": ["globally", "[0,13]", "(", "signal_1_n", "less", "81.8", "or", "signal_2_n", "math equal", "92.3", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "13", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "13", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<", "81.8"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "92.3"]]}}} {"id": 705, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "enters", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "subsequent", "1", "to", "3", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_3_n", "should", "be", "greater", "than", "or", "equal", "to", "43.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[1,3]", "(", "signal_3_n", "more equal", "43.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "subsequent", "1", "to", "3", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 52], "prop": [["signal_3_n", ">=", "43.1"]]}}} {"id": 28, "sentence": ["There", "ought", "to", "finally", "exist", "a", "certain", "time", "point", "within", "the", "first", "17", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "must", "not", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,17]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "ought", "to", "finally", "exist", "a", "certain", "time", "point", "within", "the", "first", "17", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 5500, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "18.0", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "should", "be", "simultaneously", "less", "than", "or", "equal", "to", "9.4", ",", "and", "at", "the", "same", "time", "point", "the", "value", "of", "signal_3_n", "should", "be", "less", "than", "98.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "18.0", ")", "imply", "signal_2_n", "less equal", "9.4", "and", "signal_3_n", "less", "98.3", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "18.0", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "<=", "9.4"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_3_n", "<", "98.3"]]}}} {"id": 2964, "sentence": ["For", "every", "time", "point", "during", "the", "first", "53", "time", "units", ",", "continuously", "signal_1_n", "will", "be", "keeping", "smaller", "than", "0.6", "and", "signal_2_n", "stays", "less", "than", "0.2", "continuously", "."], "ltl": ["globally", "[0,53]", "(", "signal_1_n", "less", "0.6", "and", "signal_2_n", "less", "0.2", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "53", "time", "units", ",", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "<", "0.6"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "<", "0.2"]]}}} {"id": 122, "sentence": ["Everytime", "when", "the", "event", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "occurs", ",", "then", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "above", "5.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more", "5.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 54], "prop": [["signal_3_n", ">", "5.1"]]}}} {"id": 552, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "36.2", "shall", "ultimately", "take", "place", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "36.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "ultimately", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["rise", "(", "signal_1_n", "<", "36.2", ")"]]}}} {"id": 1115, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "equal", "to", "58.7", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "13.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "first", "17", "time", "units", ",", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_3_n", "gets", "changed", "to", "signal_4_n", "should", "be", "finally", "detected", "at", "a", "certain", "moment", "in", "the", "next", "90", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "58.7", "or", "signal_2_n", "less", "13.9", "imply", "globally", "[0,17]", "(", "finally", "[0,90]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "first", "17", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "be", "finally", "detected", "at", "a", "certain", "moment", "in", "the", "next", "90", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "0", ":", "90", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "58.7"]]}, " prop_2 ": {"span": [9, 18], "prop": [["signal_2_n", "<", "13.9"]]}, " prop_3 ": {"span": [43, 52], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6153, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", ",", "or", "signal_3_n", "is", "at", "most", "67.7", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "within", "the", "subsequent", "34", "time", "units", ",", "signal_4_n", "will", "be", "ultimately", "no", "less", "than", "30.9", "and", "smaller", "than", "42.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "67.7", "imply", "finally", "[0,34]", "(", "signal_4_n", "more equal", "30.9", "and", "signal_4_n", "less", "42.2", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "within", "the", "subsequent", "34", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "34", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 15], "prop": [["signal_3_n", "<=", "67.7"]]}, " prop_3 ": {"span": [31, 43], "prop": [["signal_4_n", ">=", "30.9"], ["signal_4_n", "<", "42.2"]]}}} {"id": 1865, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "drops", "to", "at", "most", "19.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "bigger", "than", "35.8", "and", "will", "hold", "like", "that", "all", "the", "time", "for", "every", "time", "point", "during", "the", "subsequent", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "19.2", ")", "imply", "globally", "[0,35]", "(", "signal_2_n", "more", "35.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<=", "19.2", ")"]]}, " prop_2 ": {"span": [27, 54], "prop": [["signal_2_n", ">", "35.8"]]}}} {"id": 874, "sentence": ["Eventually", "there", "will", "be", "a", "time", "after", "at", "most", "82", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "keep", "more", "than", "3.7", "and", "less", "than", "or", "equal", "to", "39.7", "."], "ltl": ["finally", "[0,82]", "(", "signal_1_n", "more", "3.7", "and", "signal_1_n", "less equal", "39.7", ")"], "logic_sentence": ["Eventually", "there", "will", "be", "a", "time", "after", "at", "most", "82", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 32], "prop": [["signal_1_n", ">", "3.7"], ["signal_1_n", "<=", "39.7"]]}}} {"id": 1981, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "10.1", "and", "less", "than", "28.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "ought", "to", "uninterruptedly", "stay", "in", "signal_3_n", "for", "each", "time", "point", "during", "the", "first", "95", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "10.1", "and", "signal_1_n", "less", "28.7", "imply", "globally", "[0,95]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "10.1"], ["signal_1_n", "<", "28.7"]]}, " prop_2 ": {"span": [30, 50], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 231, "sentence": ["Ultimately", "there", "exists", "a", "certain", "moment", "in", "the", "first", "27", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "ought", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,27]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "there", "exists", "a", "certain", "moment", "in", "the", "first", "27", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6339, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "at", "least", "2.8", "takes", "place", "then", "in", "response", "the", "value", "of", "signal_2_n", "has", "to", "promptly", "settle", "to", "67.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "2.8", ")", "imply", "signal_2_n", "math equal", "67.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", ">=", "2.8", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "67.6"]]}}} {"id": 390, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "98.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "during", "the", "following", "79", "time", "units", ",", "consecutively", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "keep", "in", "signal_3_n", "for", "the", "coming", "66", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "98.8", "imply", "finally", "[0,79]", "(", "globally", "[0,66]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "during", "the", "following", "79", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">=", "98.8"]]}, " prop_2 ": {"span": [40, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3685, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_1_n", "will", "consistently", "keep", "less", "than", "48.2", "or", "consecutively", "the", "value", "of", "signal_2_n", "ought", "to", "stay", "at", "55.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.2", "or", "signal_2_n", "math equal", "55.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<", "48.2"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "55.1"]]}}} {"id": 3349, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "set", "to", "41.5", ",", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "35.9", "and", "smaller", "than", "92.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_3_n", "is", "in", "signal_4_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "41.5", "or", "(", "signal_2_n", "more", "35.9", "and", "signal_2_n", "less", "92.4", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "41.5"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", ">", "35.9"], ["signal_2_n", "<", "92.4"]]}, " prop_3 ": {"span": [38, 49], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4454, "sentence": ["There", "exists", "a", "certain", "time", "instant", "within", "54", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "higher", "than", "57.5", "ultimately", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "ultimately", "decrease", "to", "less", "than", "or", "equal", "to", "19.3", "."], "ltl": ["finally", "[0,54]", "(", "signal_1_n", "more", "57.5", "and", "rise", "(", "signal_2_n", "less equal", "19.3", ")", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "instant", "within", "54", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", ">", "57.5"]]}, " prop_2 ": {"span": [21, 37], "prop": [["rise", "(", "signal_2_n", "<=", "19.3", ")"]]}}} {"id": 1306, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "30.9", ",", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "begins", "deviating", "from", "66.7", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "68", "time", "units", ",", "there", "will", "have", "to", "be", "ultimately", "a", "certain", "time", "instant", "starting", "at", "most", "72", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "must", "be", "at", "least", "4.8", "and", "lower", "than", "9.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "30.9", "or", "fall", "(", "signal_2_n", "math equal", "66.7", ")", "imply", "globally", "[0,68]", "(", "finally", "[0,72]", "(", "signal_3_n", "more equal", "4.8", "and", "signal_3_n", "less", "9.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "68", "time", "units", ",", "there", "will", "have", "to", "be", "ultimately", "a", "certain", "time", "instant", "starting", "at", "most", "72", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "68", "]", "(", "F", "[", "0", ":", "72", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 11], "prop": [["signal_1_n", "==", "30.9"]]}, " prop_2 ": {"span": [17, 24], "prop": [["fall", "(", "signal_2_n", "==", "66.7", ")"]]}, " prop_3 ": {"span": [61, 74], "prop": [["signal_3_n", ">=", "4.8"], ["signal_3_n", "<", "9.1"]]}}} {"id": 385, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "67", "time", "units", "finally", "the", "event", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "80.9", "must", "be", "observed", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "below", "84.8", "finally", "."], "ltl": ["finally", "[0,67]", "(", "rise", "(", "signal_1_n", "less equal", "80.9", ")", "and", "signal_2_n", "less", "84.8", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "67", "time", "units", "finally", "the", "event", "that", "(", "prop_1", ")", "must", "be", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "67", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["rise", "(", "signal_1_n", "<=", "80.9", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_2_n", "<", "84.8"]]}}} {"id": 648, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "64.4", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "larger", "than", "65.9", "and", "less", "than", "or", "equal", "to", "69.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "64.4", ")", "imply", "signal_2_n", "more", "65.9", "and", "signal_2_n", "less equal", "69.9", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "64.4", ")"]]}, " prop_2 ": {"span": [27, 46], "prop": [["signal_2_n", ">", "65.9"], ["signal_2_n", "<=", "69.9"]]}}} {"id": 5609, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "after", "between", "4", "to", "38", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "17.2", "shall", "be", "observed", "or", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "to", "at", "least", "32.6", "ought", "to", "take", "place", "."], "ltl": ["finally", "[4,38]", "(", "rise", "(", "signal_1_n", "more equal", "17.2", ")", "or", "rise", "(", "signal_2_n", "more equal", "32.6", ")", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "after", "between", "4", "to", "38", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "shall", "be", "observed", "or", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "take", "place", "."], "logic_ltl": ["F", "[", "4", ":", "38", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 31], "prop": [["rise", "(", "signal_1_n", ">=", "17.2", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["rise", "(", "signal_2_n", ">=", "32.6", ")"]]}}} {"id": 634, "sentence": ["In", "case", "that", "signal_1_n", "is", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "will", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "signal_3_n", "should", "not", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "will", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [43, 48], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2132, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "value", "of", "signal", "signal_3_n", "must", "never", "be", "less", "than", "or", "equal", "to", "80.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "less equal", "80.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 38], "prop": [["-", "(", "signal_3_n", "<=", "80.7", ")"]]}}} {"id": 5577, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "55.5", "happens", "then", "in", "response", "for", "every", "moment", "within", "the", "subsequent", "88", "time", "units", ",", "there", "has", "to", "exist", "a", "time", "in", "less", "than", "44", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "eventually", "less", "than", "or", "equal", "to", "46.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "55.5", ")", "imply", "globally", "[0,88]", "(", "finally", "[0,44]", "(", "signal_2_n", "less equal", "46.3", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "for", "every", "moment", "within", "the", "subsequent", "88", "time", "units", ",", "there", "has", "to", "exist", "a", "time", "in", "less", "than", "44", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "55.5", ")"]]}, " prop_2 ": {"span": [43, 57], "prop": [["signal_2_n", "<=", "46.3"]]}}} {"id": 233, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "58.8", ",", "or", "signal_2_n", "stays", "less", "than", "92.2", ",", "then", "at", "the", "same", "time", "the", "state", "of", "signal_3_n", "will", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "58.8", "or", "signal_2_n", "less", "92.2", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<", "58.8"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", "<", "92.2"]]}, " prop_3 ": {"span": [26, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4507, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "has", "to", "be", "at", "least", "21.6", "and", "at", "most", "81.7", ",", "or", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "consistently", "stay", "at", "most", "18.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "21.6", "and", "signal_1_n", "less equal", "81.7", ")", "or", "signal_2_n", "less equal", "18.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">=", "21.6"], ["signal_1_n", "<=", "81.7"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", "<=", "18.5"]]}}} {"id": 5327, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "no", "more", "than", "41.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "has", "to", "stay", "at", "44.0", "uninterruptedly", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "41.7", "imply", "globally", "(", "signal_2_n", "math equal", "44.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", "<=", "41.7"]]}, " prop_2 ": {"span": [23, 42], "prop": [["signal_2_n", "==", "44.0"]]}}} {"id": 306, "sentence": ["When", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "larger", "than", "22.0", "in", "no", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "22.0", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_3_n", ">", "22.0"]]}}} {"id": 4260, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "less", "than", "11.9", "and", "this", "condition", "continues", "for", "the", "past", "16", "time", "units", "then", "in", "response", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "coming", "64", "to", "81", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "over", "10.2", "gets", "detected", "."], "ltl": ["globally", "(", "historically", "[0,16]", "(", "signal_1_n", "less", "11.9", ")", "imply", "globally", "(", "finally", "[64,81]", "(", "rise", "(", "signal_2_n", "more", "10.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "this", "condition", "continues", "for", "the", "past", "16", "time", "units", "then", "in", "response", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "coming", "64", "to", "81", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "16", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "64", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "11.9"]]}, " prop_2 ": {"span": [63, 70], "prop": [["rise", "(", "signal_2_n", ">", "10.2", ")"]]}}} {"id": 5817, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "81.3", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "sometime", "in", "the", "subsequent", "73", "time", "units", "ultimately", ",", "at", "which", "in", "the", "subsequent", "66", "to", "99", "time", "units", ",", "signal_2_n", "ought", "to", "be", "equal", "to", "27.4", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "81.3", ")", "imply", "finally", "[0,73]", "(", "globally", "[66,99]", "(", "signal_2_n", "math equal", "27.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "sometime", "in", "the", "subsequent", "73", "time", "units", "ultimately", ",", "at", "which", "in", "the", "subsequent", "66", "to", "99", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "66", ":", "99", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", "<=", "81.3", ")"]]}, " prop_2 ": {"span": [54, 62], "prop": [["signal_2_n", "==", "27.4"]]}}} {"id": 3509, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "goes", "to", "no", "less", "than", "29.5", "is", "observed", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "23.1", "and", "then", "will", "have", "been", "always", "continuing", "like", "this", "in", "the", "past", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.5", ")", "imply", "historically", "(", "signal_2_n", "math equal", "23.1", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">=", "29.5", ")"]]}, " prop_2 ": {"span": [18, 39], "prop": [["signal_2_n", "==", "23.1"]]}}} {"id": 958, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "shall", "stay", "at", "most", "53.5", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "53.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "<=", "53.5"]]}}} {"id": 5628, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "0.9", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "finally", "exist", "a", "time", "within", "the", "first", "88", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "14.7", "and", "at", "most", "17.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "0.9", ")", "imply", "finally", "[0,88]", "(", "signal_2_n", "more equal", "14.7", "and", "signal_2_n", "less equal", "17.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "finally", "exist", "a", "time", "within", "the", "first", "88", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "88", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "0.9", ")"]]}, " prop_2 ": {"span": [43, 58], "prop": [["signal_2_n", ">=", "14.7"], ["signal_2_n", "<=", "17.7"]]}}} {"id": 3095, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "has", "consistently", "not", "been", "set", "to", "signal_2_n", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "is", "not", "true", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "must", "be", "sometime", "during", "the", "subsequent", "1", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "25.4", "and", "uninterruptedly", "remain", "like", "that", "for", "every", "time", "point", "in", "the", "subsequent", "83", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", ")", "imply", "finally", "[0,1]", "(", "globally", "[0,83]", "(", "signal_3_n", "more equal", "25.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "must", "be", "sometime", "during", "the", "subsequent", "1", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "1", "]", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 36], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [59, 85], "prop": [["signal_3_n", ">=", "25.4"]]}}} {"id": 5108, "sentence": ["Consistently", "the", "signal_1_n", "signal", "will", "stay", "equal", "to", "69.6", "for", "every", "time", "point", "during", "the", "first", "91", "time", "units", "."], "ltl": ["globally", "[0,91]", "(", "signal_1_n", "math equal", "69.6", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "69.6"]]}}} {"id": 1889, "sentence": ["The", "signal_1_n", "signal", "has", "to", "keep", "greater", "than", "66.4", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "66.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">", "66.4"]]}}} {"id": 1191, "sentence": ["There", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "shall", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2240, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "happens", ",", "then", "at", "a", "certain", "time", "point", "within", "10", "time", "units", "finally", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "equal", "to", "85.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,10]", "(", "signal_3_n", "math equal", "85.4", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "at", "a", "certain", "time", "point", "within", "10", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_3_n", "==", "85.4"]]}}} {"id": 30, "sentence": ["At", "a", "certain", "time", "point", "within", "66", "time", "units", "ultimately", "the", "mode", "of", "signal", "signal_1_n", "should", "not", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,66]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "66", "time", "units", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 3414, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "above", "68.3", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "the", "value", "of", "signal_2_n", "should", "not", "be", "less", "than", "99.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "68.3", ")", "imply", "negation", "(", "signal_2_n", "less", "99.7", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", ">", "68.3", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["-", "(", "signal_2_n", "<", "99.7", ")"]]}}} {"id": 3400, "sentence": ["Consistently", "the", "signal_1_n", "signal", "should", "remain", "equal", "to", "72.8", "for", "every", "time", "point", "during", "the", "first", "38", "to", "44", "time", "units", "."], "ltl": ["globally", "[38,44]", "(", "signal_1_n", "math equal", "72.8", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "38", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "==", "72.8"]]}}} {"id": 1902, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "uninterruptedly", "the", "value", "of", "signal_1_n", "should", "remain", "bigger", "than", "82.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "82.8", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "82.8"]]}}} {"id": 4741, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "50.6", "and", "no", "more", "than", "56.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "ultimately", "exist", "a", "time", "after", "at", "most", "56", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "1.7", "and", "less", "than", "or", "equal", "to", "29.9", "and", "continuously", "this", "scenario", "will", "remain", "for", "every", "time", "instant", "within", "39", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "50.6", "and", "signal_1_n", "less equal", "56.0", "imply", "finally", "[0,56]", "(", "globally", "[0,39]", "(", "signal_2_n", "more equal", "1.7", "and", "signal_2_n", "less equal", "29.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "ultimately", "exist", "a", "time", "after", "at", "most", "56", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "continuously", "this", "scenario", "will", "remain", "for", "every", "time", "instant", "within", "39", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "50.6"], ["signal_1_n", "<=", "56.0"]]}, " prop_2 ": {"span": [46, 67], "prop": [["signal_2_n", ">=", "1.7"], ["signal_2_n", "<=", "29.9"]]}}} {"id": 586, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "at", "most", "73.4", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "73.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_3_n", "<=", "73.4"]]}}} {"id": 3607, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "22.1", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "sometime", "in", "less", "than", "21", "time", "units", "signal_2_n", "needs", "to", "be", "equal", "to", "59.3", "and", "then", "this", "scenario", "shall", "keep", "without", "interruption", "for", "every", "moment", "within", "the", "subsequent", "20", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "22.1", "imply", "finally", "[0,21]", "(", "globally", "[0,20]", "(", "signal_2_n", "math equal", "59.3", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "sometime", "in", "less", "than", "21", "time", "units", "(", "prop_2", ")", "and", "then", "this", "scenario", "shall", "keep", "without", "interruption", "for", "every", "moment", "within", "the", "subsequent", "20", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "22.1"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", "==", "59.3"]]}}} {"id": 145, "sentence": ["For", "every", "time", "instant", "within", "62", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "has", "to", "keep", "at", "least", "78.2", "and", "less", "than", "93.4", "or", "the", "signal_2_n", "signal", "shall", "remain", "over", "44.5", "and", "lower", "than", "74.9", "continuously", "."], "ltl": ["globally", "[0,62]", "(", "(", "signal_1_n", "more equal", "78.2", "and", "signal_1_n", "less", "93.4", ")", "or", "(", "signal_2_n", "more", "44.5", "and", "signal_2_n", "less", "74.9", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "62", "time", "units", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">=", "78.2"], ["signal_1_n", "<", "93.4"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">", "44.5"], ["signal_2_n", "<", "74.9"]]}}} {"id": 1156, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "uninterruptedly", "signal_1_n", "has", "to", "stay", "larger", "than", "18.4", "and", "less", "than", "58.9", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "97.4", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "18.4", "and", "signal_1_n", "less", "58.9", ")", "or", "signal_2_n", "more equal", "97.4", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">", "18.4"], ["signal_1_n", "<", "58.9"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_2_n", ">=", "97.4"]]}}} {"id": 1856, "sentence": ["There", "must", "be", "a", "certain", "time", "point", "within", "48", "to", "82", "time", "units", "finally", ",", "at", "which", "signal_1_n", "must", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[48,82]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "point", "within", "48", "to", "82", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "48", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4013, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "no", "larger", "than", "53.0", ",", "and", "signal_2_n", "is", "over", "27.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "ought", "to", "exist", "a", "certain", "moment", "within", "the", "subsequent", "7", "to", "25", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "remain", "no", "less", "than", "28.0", "and", "less", "than", "or", "equal", "to", "36.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "53.0", "and", "signal_2_n", "more", "27.7", "imply", "globally", "(", "finally", "[7,25]", "(", "signal_3_n", "more equal", "28.0", "and", "signal_3_n", "less equal", "36.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "ought", "to", "exist", "a", "certain", "moment", "within", "the", "subsequent", "7", "to", "25", "time", "units", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "F", "[", "7", ":", "25", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "53.0"]]}, " prop_2 ": {"span": [13, 17], "prop": [["signal_2_n", ">", "27.7"]]}, " prop_3 ": {"span": [57, 76], "prop": [["signal_3_n", ">=", "28.0"], ["signal_3_n", "<=", "36.9"]]}}} {"id": 198, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "67.0", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "no", "less", "than", "61.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.0", ")", "imply", "signal_2_n", "more equal", "61.0", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "67.0", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", ">=", "61.0"]]}}} {"id": 1046, "sentence": ["Whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "is", "detected", ",", "then", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "ought", "to", "be", "higher", "than", "1.8", "and", "lower", "than", "5.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "1.8", "and", "signal_3_n", "less", "5.4", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_3_n", ">", "1.8"], ["signal_3_n", "<", "5.4"]]}}} {"id": 5460, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "8", "time", "units", "signal_1_n", "shall", "consistently", "stay", "over", "90.1", "and", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "should", "not", "be", "set", "to", "90.5", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "more", "90.1", "and", "negation", "(", "signal_2_n", "math equal", "90.5", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "8", "time", "units", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", ">", "90.1"]]}, " prop_2 ": {"span": [19, 30], "prop": [["-", "(", "signal_2_n", "==", "90.5", ")"]]}}} {"id": 583, "sentence": ["Globally", ",", "if", "signal_1_n", "gets", "equal", "to", "14.5", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "7", "time", "units", "consistently", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "8.0", "and", "less", "than", "18.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.5", ")", "imply", "globally", "[0,7]", "(", "signal_2_n", "more", "8.0", "and", "signal_2_n", "less", "18.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "7", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "7", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "==", "14.5", ")"]]}, " prop_2 ": {"span": [26, 40], "prop": [["signal_2_n", ">", "8.0"], ["signal_2_n", "<", "18.3"]]}}} {"id": 4327, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "signal_1_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "28.7", "consecutively", ",", "or", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "shall", "remain", "at", "most", "6.9", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "28.7", "or", "signal_2_n", "less equal", "6.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">=", "28.7"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<=", "6.9"]]}}} {"id": 568, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "lower", "than", "20.6", "takes", "place", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_4_n", "signal", "is", "higher", "than", "0.9", "and", "lower", "than", "1.9", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "20.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "0.9", "and", "signal_4_n", "less", "1.9", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "<", "20.6", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [34, 49], "prop": [["signal_4_n", ">", "0.9"], ["signal_4_n", "<", "1.9"]]}}} {"id": 91, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "be", "above", "70.8", "finally", "at", "a", "certain", "time", "point", "during", "the", "first", "1", "to", "23", "time", "units", "."], "ltl": ["finally", "[1,23]", "(", "signal_1_n", "more", "70.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "1", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">", "70.8"]]}}} {"id": 1418, "sentence": ["Globally", ",", "whenever", "in", "the", "last", "19", "time", "units", ",", "signal_1_n", "has", "been", "continuously", "greater", "than", "52.7", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "ought", "to", "exist", "sometime", "in", "less", "than", "10", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "the", "next", "53", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_2_n", "ought", "to", "remain", "more", "than", "3.4", "and", "less", "than", "or", "equal", "to", "47.2", "."], "ltl": ["globally", "(", "historically", "[0,19]", "(", "signal_1_n", "more", "52.7", ")", "imply", "finally", "[0,10]", "(", "globally", "[0,53]", "(", "signal_2_n", "more", "3.4", "and", "signal_2_n", "less equal", "47.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "in", "the", "last", "19", "time", "units", ",", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "ought", "to", "exist", "sometime", "in", "less", "than", "10", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "the", "next", "53", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "19", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "10", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", ">", "52.7"]]}, " prop_2 ": {"span": [51, 68], "prop": [["signal_2_n", ">", "3.4"], ["signal_2_n", "<=", "47.2"]]}}} {"id": 556, "sentence": ["The", "event", "that", "signal_1_n", "goes", "lower", "than", "88.9", "must", "finally", "happen", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "88.9", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "must", "finally", "happen", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "<", "88.9", ")"]]}}} {"id": 786, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "4", "to", "62", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "above", "28.5", "needs", "to", "eventually", "take", "place", ",", "or", "ultimately", "the", "mode", "of", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[4,62]", "(", "rise", "(", "signal_1_n", "more", "28.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "4", "to", "62", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "eventually", "take", "place", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "4", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["rise", "(", "signal_1_n", ">", "28.5", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2074, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "consistently", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "4.7", ",", "and", "consistently", "the", "value", "of", "signal_2_n", "ought", "to", "be", "at", "least", "18.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "4.7", "and", "signal_2_n", "more equal", "18.7", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "consistently", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<=", "4.7"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">=", "18.7"]]}}} {"id": 4484, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "20", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "ultimately", "keep", "greater", "than", "or", "equal", "to", "47.9", "or", "the", "signal_2_n", "signal", "will", "have", "to", "be", "eventually", "smaller", "than", "45.7", "."], "ltl": ["finally", "[0,20]", "(", "signal_1_n", "more equal", "47.9", "or", "signal_2_n", "less", "45.7", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "20", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 32], "prop": [["signal_1_n", ">=", "47.9"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", "<", "45.7"]]}}} {"id": 828, "sentence": ["In", "the", "future", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "at", "most", "37.7", "uninterruptedly", ",", "and", "without", "interruption", "the", "mode", "of", "signal_2_n", "needs", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "37.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", "<=", "37.7"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6254, "sentence": ["There", "has", "to", "exist", "a", "time", "within", "38", "to", "44", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "should", "be", "finally", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "must", "remain", "at", "least", "94.6", "."], "ltl": ["finally", "[38,44]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "94.6", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "time", "within", "38", "to", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "38", ":", "44", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_3_n", ">=", "94.6"]]}}} {"id": 606, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "44", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "should", "not", "start", "deviating", "from", "83.7", "ultimately", "and", "the", "value", "of", "signal", "signal_2_n", "should", "be", "eventually", "greater", "than", "or", "equal", "to", "83.8", "."], "ltl": ["finally", "[0,44]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "83.7", ")", "and", "signal_2_n", "more equal", "83.8", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["-", "fall", "(", "signal_1_n", "==", "83.7", ")"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", ">=", "83.8"]]}}} {"id": 3005, "sentence": ["For", "every", "moment", "during", "the", "first", "92", "time", "units", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "higher", "than", "53.5", "and", "less", "than", "99.0", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "more", "53.5", "and", "signal_1_n", "less", "99.0", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "92", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", ">", "53.5"], ["signal_1_n", "<", "99.0"]]}}} {"id": 1331, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "not", "less", "than", "85.0", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "down", "to", "lower", "than", "83.6", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "subsequent", "22", "time", "units", "the", "state", "of", "signal_3_n", "is", "set", "to", "signal_4_n", "and", "then", "this", "condition", "must", "continuously", "remain", "for", "every", "moment", "within", "the", "next", "81", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "85.0", ")", "and", "rise", "(", "signal_2_n", "less", "83.6", ")", "imply", "finally", "[0,22]", "(", "globally", "[0,81]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "subsequent", "22", "time", "units", "(", "prop_3", ")", "and", "then", "this", "condition", "must", "continuously", "remain", "for", "every", "moment", "within", "the", "next", "81", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "(", "signal_1_n", "<", "85.0", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["rise", "(", "signal_2_n", "<", "83.6", ")"]]}, " prop_3 ": {"span": [56, 64], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 476, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "39.3", "gets", "observed", ",", "then", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "83.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "39.3", ")", "imply", "signal_2_n", "more equal", "83.5", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "39.3", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">=", "83.5"]]}}} {"id": 613, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "26.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "67", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "should", "be", "set", "to", "signal_3_n", "and", "always", "keeps", "like", "that", "for", "every", "moment", "during", "the", "next", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.2", ")", "imply", "finally", "[0,67]", "(", "globally", "[0,50]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "67", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "always", "keeps", "like", "that", "for", "every", "moment", "during", "the", "next", "50", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "67", "]", "(", "G", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "26.2", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1253, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "keeps", "higher", "than", "10.2", "and", "less", "than", "25.0", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "shifted", "to", "63.8", "is", "observed", "then", "the", "value", "of", "signal_3_n", "shall", "equal", "to", "22.0", "right", "away", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "10.2", "and", "signal_1_n", "less", "25.0", ")", "and", "rise", "(", "signal_2_n", "math equal", "63.8", ")", "imply", "signal_3_n", "math equal", "22.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", ">", "10.2"], ["signal_1_n", "<", "25.0"]]}, " prop_2 ": {"span": [19, 28], "prop": [["rise", "(", "signal_2_n", "==", "63.8", ")"]]}, " prop_3 ": {"span": [31, 41], "prop": [["signal_3_n", "==", "22.0"]]}}} {"id": 916, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "at", "most", "24.8", ",", "and", "the", "signal_2_n", "signal", "keeps", "smaller", "than", "74.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "next", "39", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal_3_n", "gets", "set", "to", "0.6", "has", "to", "get", "detected", "finally", "at", "sometime", "in", "the", "coming", "10", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "24.8", "and", "signal_2_n", "less", "74.9", "imply", "globally", "[0,39]", "(", "finally", "[0,10]", "(", "rise", "(", "signal_3_n", "math equal", "0.6", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "next", "39", "time", "units", ",", "the", "event", "that", "(", "prop_3", ")", "has", "to", "get", "detected", "finally", "at", "sometime", "in", "the", "coming", "10", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "39", "]", "(", "F", "[", "0", ":", "10", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<=", "24.8"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "<", "74.9"]]}, " prop_3 ": {"span": [40, 48], "prop": [["rise", "(", "signal_3_n", "==", "0.6", ")"]]}}} {"id": 6447, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "3.7", "or", "signal_2_n", "is", "not", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_4_n", "will", "be", "42.1", "and", "then", "will", "hold", "like", "this", "consistently", "till", "there", "will", "be", "a", "time", "during", "the", "next", "92", "time", "units", ",", "at", "which", "the", "signal_5_n", "signal", "will", "be", "between", "the", "open", "interval", "-LRB-", "6.4", ",", "34.2", "-RRB-", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "3.7", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "(", "signal_4_n", "math equal", "42.1", ")", "until", "[0,92]", "(", "signal_5_n", "more", "6.4", "and", "signal_5_n", "less", "34.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "92", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", ">=", "3.7"]]}, " prop_2 ": {"span": [14, 18], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [27, 71], "prop": [["signal_4_n", "==", "42.1"], ["signal_5_n", ">", "6.4"], ["signal_5_n", "<", "34.2"]]}}} {"id": 5068, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "17", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "will", "have", "to", "be", "above", "60.1", ",", "and", "the", "mode", "of", "signal_2_n", "is", "continuously", "not", "signal_3_n", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "more", "60.1", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "17", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">", "60.1"]]}, " prop_2 ": {"span": [22, 30], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5310, "sentence": ["If", "the", "event", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "first", "98", "time", "units", "the", "value", "of", "signal", "signal_3_n", "consecutively", "stays", "larger", "than", "62.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,98]", "(", "signal_3_n", "more", "62.6", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "first", "98", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_3_n", ">", "62.6"]]}}} {"id": 5040, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "signal_1_n", "needs", "to", "consecutively", "remain", "no", "less", "than", "77.8", "and", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "will", "be", "set", "to", "3.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "77.8", "and", "signal_2_n", "math equal", "3.8", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">=", "77.8"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "==", "3.8"]]}}} {"id": 4885, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal", "signal_1_n", "keeps", "in", "signal_2_n", "then", "the", "value", "of", "signal_3_n", "should", "be", "more", "than", "38.1", "and", "smaller", "than", "71.6", "and", "will", "be", "remaining", "like", "that", "consecutively", "till", "at", "a", "certain", "time", "instant", "in", "the", "future", "finally", "the", "value", "of", "signal", "signal_4_n", "will", "be", "less", "than", "or", "equal", "to", "73.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "(", "signal_3_n", "more", "38.1", "and", "signal_3_n", "less", "71.6", ")", "until", "(", "signal_4_n", "less equal", "73.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 59], "prop": [["signal_3_n", ">", "38.1"], ["signal_3_n", "<", "71.6"], ["signal_4_n", "<=", "73.3"]]}}} {"id": 5440, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "in", "response", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "12.6", "and", "less", "than", "or", "equal", "to", "86.6", "and", "remains", "in", "this", "interval", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more equal", "12.6", "and", "signal_3_n", "less equal", "86.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 55], "prop": [["signal_3_n", ">=", "12.6"], ["signal_3_n", "<=", "86.6"]]}}} {"id": 1993, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "is", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_5_n", "must", "be", "less", "than", "or", "equal", "to", "47.1", "and", "this", "condition", "consistently", "keeps", "within", "the", "coming", "43", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "globally", "[0,43]", "(", "signal_5_n", "less equal", "47.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "and", "this", "condition", "consistently", "keeps", "within", "the", "coming", "43", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [32, 41], "prop": [["signal_5_n", "<=", "47.1"]]}}} {"id": 788, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "17", "to", "80", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "be", "less", "than", "or", "equal", "to", "89.8", "and", "the", "signal_2_n", "signal", "will", "remain", "less", "than", "38.1", "consecutively", "."], "ltl": ["globally", "[17,80]", "(", "signal_1_n", "less equal", "89.8", "and", "signal_2_n", "less", "38.1", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "17", "to", "80", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "17", ":", "80", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", "<=", "89.8"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "<", "38.1"]]}}} {"id": 3561, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "not", "71.6", ",", "and", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_4_n", "signal", "is", "signal_5_n", "then", "this", "condition", "has", "to", "continue", "uninterruptedly", "during", "the", "past", "38", "to", "51", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "71.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[38,51]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "then", "this", "condition", "has", "to", "continue", "uninterruptedly", "during", "the", "past", "38", "to", "51", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "38", ":", "51", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["-", "(", "signal_1_n", "==", "71.6", ")"]]}, " prop_2 ": {"span": [16, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 35], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1038, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_3_n", "will", "have", "to", "be", "set", "to", "signal_4_n", "and", "then", "this", "condition", "should", "consistently", "hold", "for", "every", "time", "instant", "during", "the", "subsequent", "75", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,75]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "should", "consistently", "hold", "for", "every", "time", "instant", "during", "the", "subsequent", "75", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 311, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "18.0", "occurs", "then", "the", "following", "condition", "holds", ":", "right", "away", "the", "signal_2_n", "signal", "will", "be", "no", "less", "than", "92.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.0", ")", "imply", "signal_2_n", "more equal", "92.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "18.0", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", ">=", "92.9"]]}}} {"id": 5081, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "21.1", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "54.1", ",", "then", "in", "response", "the", "signal_3_n", "signal", "has", "to", "be", "in", "signal_4_n", "and", "should", "stay", "at", "this", "state", "consecutively", "for", "each", "time", "point", "within", "the", "next", "59", "to", "62", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "21.1", "or", "signal_2_n", "less equal", "54.1", "imply", "globally", "[59,62]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "59", ":", "62", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["signal_1_n", "==", "21.1"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", "<=", "54.1"]]}, " prop_3 ": {"span": [27, 54], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2598, "sentence": ["For", "each", "moment", "within", "the", "first", "18", "time", "units", ",", "the", "value", "of", "signal_1_n", "ought", "to", "consecutively", "keep", "less", "than", "or", "equal", "to", "90.5", "or", "the", "value", "of", "signal_2_n", "ought", "to", "consecutively", "keep", "equal", "to", "14.9", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "less equal", "90.5", "or", "signal_2_n", "math equal", "14.9", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "18", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", "<=", "90.5"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "14.9"]]}}} {"id": 202, "sentence": ["The", "state", "of", "signal_1_n", "will", "be", "consistently", "keeping", "in", "signal_2_n", "for", "each", "time", "point", "during", "the", "first", "26", "time", "units", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 404, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "42.0", "gets", "detected", "then", "finally", "there", "ought", "to", "be", "a", "time", "in", "the", "future", ",", "after", "which", "for", "every", "moment", "within", "the", "coming", "10", "time", "units", ",", "signal_2_n", "must", "not", "be", "less", "than", "26.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "42.0", ")", "imply", "finally", "(", "globally", "[0,10]", "(", "negation", "(", "signal_2_n", "less", "26.6", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "finally", "there", "ought", "to", "be", "a", "time", "in", "the", "future", ",", "after", "which", "for", "every", "moment", "within", "the", "coming", "10", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "42.0", ")"]]}, " prop_2 ": {"span": [39, 46], "prop": [["-", "(", "signal_2_n", "<", "26.6", ")"]]}}} {"id": 4275, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "stay", "between", "-LSB-", "4.5", ",", "7.2", "-RSB-", "for", "every", "moment", "within", "the", "first", "52", "time", "units", "."], "ltl": ["globally", "[0,52]", "(", "signal_1_n", "more equal", "4.5", "and", "signal_1_n", "less equal", "7.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "52", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "4.5"], ["signal_1_n", "<=", "7.2"]]}}} {"id": 4214, "sentence": ["If", "the", "signal_1_n", "signal", "is", "equal", "to", "88.8", ",", "or", "signal_2_n", "does", "not", "change", "to", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "subsequent", "93", "time", "units", ",", "the", "value", "of", "signal_4_n", "will", "be", "below", "30.2", "at", "a", "certain", "moment", "during", "the", "next", "98", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "88.8", "or", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,93]", "(", "finally", "[0,98]", "(", "signal_4_n", "less", "30.2", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "subsequent", "93", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "93", "]", "(", "F", "[", "0", ":", "98", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "88.8"]]}, " prop_2 ": {"span": [10, 16], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [33, 51], "prop": [["signal_4_n", "<", "30.2"]]}}} {"id": 4596, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "76.0", "and", "the", "signal_2_n", "signal", "is", "not", "in", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "41", "time", "units", ",", "ultimately", "the", "value", "of", "signal_4_n", "shall", "stay", "less", "than", "or", "equal", "to", "56.5", "at", "a", "certain", "moment", "during", "the", "coming", "56", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "76.0", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,41]", "(", "finally", "[0,56]", "(", "signal_4_n", "less equal", "56.5", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "41", "time", "units", ",", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "41", "]", "(", "F", "[", "0", ":", "56", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<", "76.0"]]}, " prop_2 ": {"span": [10, 17], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [36, 58], "prop": [["signal_4_n", "<=", "56.5"]]}}} {"id": 2288, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "above", "11.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "20.5", "and", "less", "than", "or", "equal", "to", "32.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "11.2", ")", "imply", "signal_2_n", "more", "20.5", "and", "signal_2_n", "less equal", "32.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "11.2", ")"]]}, " prop_2 ": {"span": [26, 43], "prop": [["signal_2_n", ">", "20.5"], ["signal_2_n", "<=", "32.7"]]}}} {"id": 1785, "sentence": ["For", "each", "time", "instant", "within", "54", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "needs", "to", "keep", "equal", "to", "72.0", ",", "and", "the", "state", "of", "signal", "signal_2_n", "will", "be", "remaining", "in", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "72.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "54", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "72.0"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6152, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "at", "most", "26.0", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "0", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "should", "be", "greater", "than", "or", "equal", "to", "26.3", "and", "less", "than", "75.4", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "26.0", "imply", "finally", "[0,0]", "(", "signal_4_n", "more equal", "26.3", "and", "signal_4_n", "less", "75.4", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "0", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "0", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_3_n", "<=", "26.0"]]}, " prop_3 ": {"span": [41, 57], "prop": [["signal_4_n", ">=", "26.3"], ["signal_4_n", "<", "75.4"]]}}} {"id": 4676, "sentence": ["There", "will", "have", "to", "ultimately", "exist", "a", "time", "starting", "between", "74", "to", "93", "time", "units", ",", "at", "which", "signal_1_n", "needs", "to", "fall", "to", "less", "than", "or", "equal", "to", "16.8", "."], "ltl": ["finally", "[74,93]", "(", "rise", "(", "signal_1_n", "less equal", "16.8", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "ultimately", "exist", "a", "time", "starting", "between", "74", "to", "93", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "74", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["rise", "(", "signal_1_n", "<=", "16.8", ")"]]}}} {"id": 4304, "sentence": ["In", "case", "that", "without", "interruption", "the", "mode", "of", "signal_1_n", "remains", "in", "signal_2_n", "till", "signal_3_n", "will", "stay", "at", "55.6", ",", "which", "will", "be", "observed", "at", "a", "time", "in", "the", "subsequent", "39", "to", "75", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "future", "before", "the", "simulation", "ends", "without", "interruption", "the", "value", "of", "signal", "signal_4_n", "will", "be", "larger", "than", "36.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "[39,75]", "(", "signal_3_n", "math equal", "55.6", ")", "imply", "globally", "(", "signal_4_n", "more", "36.3", ")", ")"], "logic_sentence": ["In", "case", "that", "without", "interruption", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "future", "before", "the", "simulation", "ends", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "[", "39", ":", "75", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 34], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "==", "55.6"]]}, " prop_2 ": {"span": [53, 63], "prop": [["signal_4_n", ">", "36.3"]]}}} {"id": 4932, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "66", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "will", "stay", "greater", "than", "68.6", "."], "ltl": ["globally", "[0,66]", "(", "signal_1_n", "more", "68.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "66", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", ">", "68.6"]]}}} {"id": 1411, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "goes", "below", "43.7", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_2_n", "must", "be", "in", "signal_3_n", "then", "this", "scenario", "has", "to", "last", "all", "the", "time", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "43.7", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "has", "to", "last", "all", "the", "time", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "43.7", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5399, "sentence": ["Continuously", "the", "value", "of", "signal_1_n", "remains", "at", "most", "76.0", "for", "each", "time", "instant", "during", "the", "first", "56", "time", "units", "."], "ltl": ["globally", "[0,56]", "(", "signal_1_n", "less equal", "76.0", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "<=", "76.0"]]}}} {"id": 3880, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "gets", "to", "no", "less", "than", "89.5", "happens", ",", "or", "the", "event", "that", "the", "signal_2_n", "signal", "decreases", "to", "no", "more", "than", "79.1", "gets", "observed", ",", "then", "the", "mode", "of", "signal_3_n", "is", "signal_4_n", "promptly", "or", "signal_5_n", "will", "be", "promptly", "88.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "89.5", ")", "or", "rise", "(", "signal_2_n", "less equal", "79.1", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "signal_5_n", "math equal", "88.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", ",", "then", "(", "prop_3", ")", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">=", "89.5", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["rise", "(", "signal_2_n", "<=", "79.1", ")"]]}, " prop_3 ": {"span": [36, 43], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [44, 49], "prop": [["signal_5_n", "==", "88.8"]]}}} {"id": 5777, "sentence": ["There", "has", "to", "exist", "a", "time", "in", "the", "first", "89", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "n't", "to", "be", "equal", "to", "41.3", "or", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "."], "ltl": ["finally", "[0,89]", "(", "negation", "(", "signal_1_n", "math equal", "41.3", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "time", "in", "the", "first", "89", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["-", "(", "signal_1_n", "==", "41.3", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3575, "sentence": ["For", "every", "moment", "within", "the", "first", "39", "to", "81", "time", "units", "the", "signal_1_n", "signal", "will", "remain", "in", "signal_2_n", "without", "interruption", "and", "the", "value", "of", "signal_3_n", "should", "keep", "greater", "than", "or", "equal", "to", "18.8", "without", "interruption", "."], "ltl": ["globally", "[39,81]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "18.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "39", "to", "81", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "39", ":", "81", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 35], "prop": [["signal_3_n", ">=", "18.8"]]}}} {"id": 97, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "signal_1_n", "signal", "should", "be", "in", "signal_2_n", "consecutively", "and", "the", "mode", "of", "signal_3_n", "is", "set", "to", "signal_4_n", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3915, "sentence": ["There", "is", "a", "certain", "time", "point", "starting", "between", "6", "to", "32", "time", "units", "eventually", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[6,32]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "point", "starting", "between", "6", "to", "32", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "6", ":", "32", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3700, "sentence": ["Ultimately", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "10.2", "at", "a", "certain", "time", "point", "in", "less", "than", "94", "time", "units", "."], "ltl": ["finally", "[0,94]", "(", "signal_1_n", "math equal", "10.2", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 22], "prop": [["signal_1_n", "==", "10.2"]]}}} {"id": 6132, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "leaves", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "state", "of", "signal_3_n", "ought", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5848, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "should", "be", "set", "to", "79.8", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "79.8", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "79.8"]]}}} {"id": 444, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "15.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "till", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "at", "least", "22.2", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "15.1", ")", "imply", "globally", "(", "signal_2_n", "more equal", "22.2", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["rise", "(", "signal_1_n", "<=", "15.1", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_2_n", ">=", "22.2"]]}}} {"id": 4938, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "below", "82.3", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "at", "least", "35.0", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "the", "signal_3_n", "signal", "shall", "never", "be", "less", "than", "or", "equal", "to", "64.4", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "sustain", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "less", "82.3", "and", "rise", "(", "signal_2_n", "more equal", "35.0", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_3_n", "less equal", "64.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "(", "prop_3", ")", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "sustain", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["signal_1_n", "<", "82.3"]]}, " prop_2 ": {"span": [17, 25], "prop": [["rise", "(", "signal_2_n", ">=", "35.0", ")"]]}, " prop_3 ": {"span": [52, 64], "prop": [["-", "(", "signal_3_n", "<=", "64.4", ")"]]}}} {"id": 737, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "goes", "over", "7.3", "happens", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "signal_2_n", "signal", "ought", "to", "be", "93.9", ",", "or", "starting", "without", "any", "delay", "signal_3_n", "ought", "to", "be", "set", "to", "98.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "7.3", ")", "imply", "signal_2_n", "math equal", "93.9", "or", "signal_3_n", "math equal", "98.1", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", ",", "or", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "7.3", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "93.9"]]}, " prop_3 ": {"span": [32, 39], "prop": [["signal_3_n", "==", "98.1"]]}}} {"id": 577, "sentence": ["Everytime", "when", "signal_1_n", "is", "equal", "to", "86.9", ",", "then", "in", "response", "there", "is", "eventually", "sometime", "during", "the", "coming", "67", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "not", "set", "to", "78.5", "shall", "not", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "86.9", "imply", "finally", "[0,67]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "78.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "there", "is", "eventually", "sometime", "during", "the", "coming", "67", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "86.9"]]}, " prop_2 ": {"span": [27, 36], "prop": [["-", "fall", "(", "signal_2_n", "==", "78.5", ")"]]}}} {"id": 3864, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "83.4", "happens", ",", "then", "eventually", "there", "ought", "to", "exist", "sometime", "in", "the", "future", ",", "at", "which", "for", "every", "moment", "in", "the", "next", "12", "time", "units", "signal_2_n", "shall", "consistently", "remain", "on", "55.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.4", ")", "imply", "finally", "(", "globally", "[0,12]", "(", "signal_2_n", "math equal", "55.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "eventually", "there", "ought", "to", "exist", "sometime", "in", "the", "future", ",", "at", "which", "for", "every", "moment", "in", "the", "next", "12", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "<", "83.4", ")"]]}, " prop_2 ": {"span": [44, 51], "prop": [["signal_2_n", "==", "55.2"]]}}} {"id": 2889, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "27.6", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "will", "be", "52.2", "ultimately", "at", "sometime", "in", "less", "than", "33", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "27.6", ")", "imply", "finally", "[0,33]", "(", "signal_2_n", "math equal", "52.2", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", "==", "27.6", ")"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_2_n", "==", "52.2"]]}}} {"id": 481, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "75.9", "and", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "38.1", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_3_n", "ought", "to", "get", "shifted", "to", "signal_4_n", "finally", "at", "a", "certain", "time", "point", "within", "the", "first", "26", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "75.9", "and", "rise", "(", "signal_2_n", "more equal", "38.1", ")", "imply", "finally", "[0,26]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "26", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", "<=", "75.9"]]}, " prop_2 ": {"span": [16, 28], "prop": [["rise", "(", "signal_2_n", ">=", "38.1", ")"]]}, " prop_3 ": {"span": [37, 60], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2389, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "keeps", "bigger", "than", "24.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "has", "to", "be", "a", "certain", "time", "point", "within", "the", "next", "27", "to", "93", "time", "units", "eventually", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "signal_2_n", "signal", "will", "have", "to", "remain", "above", "21.9", "and", "below", "28.4", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "24.2", "imply", "finally", "[27,93]", "(", "globally", "(", "signal_2_n", "more", "21.9", "and", "signal_2_n", "less", "28.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "has", "to", "be", "a", "certain", "time", "point", "within", "the", "next", "27", "to", "93", "time", "units", "eventually", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "27", ":", "93", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "24.2"]]}, " prop_2 ": {"span": [50, 63], "prop": [["signal_2_n", ">", "21.9"], ["signal_2_n", "<", "28.4"]]}}} {"id": 1790, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "17.0", "is", "observed", "then", "right", "away", "the", "value", "of", "signal", "signal_2_n", "should", "be", "equal", "to", "68.0", "and", "at", "the", "same", "moment", "the", "signal_3_n", "signal", "shall", "be", "no", "less", "than", "42.2", "and", "less", "than", "or", "equal", "to", "47.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "17.0", ")", "imply", "signal_2_n", "math equal", "68.0", "and", "(", "signal_3_n", "more equal", "42.2", "and", "signal_3_n", "less equal", "47.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "right", "away", "(", "prop_2", ")", "and", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "17.0", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "68.0"]]}, " prop_3 ": {"span": [42, 58], "prop": [["signal_3_n", ">=", "42.2"], ["signal_3_n", "<=", "47.8"]]}}} {"id": 2201, "sentence": ["When", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "observed", "then", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "88.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "88.0", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_3_n", "<=", "88.0"]]}}} {"id": 1849, "sentence": ["The", "event", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "or", "equal", "to", "89.5", "should", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "starting", "between", "63", "to", "82", "time", "units", "."], "ltl": ["finally", "[63,82]", "(", "rise", "(", "signal_1_n", "less equal", "89.5", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "should", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "starting", "between", "63", "to", "82", "time", "units", "."], "logic_ltl": ["F", "[", "63", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", "<=", "89.5", ")"]]}}} {"id": 1574, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "37.6", "is", "observed", ",", "then", "in", "response", "there", "shall", "finally", "exist", "a", "certain", "moment", "within", "the", "first", "24", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "without", "interruption", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "37.6", ")", "imply", "finally", "[0,24]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "there", "shall", "finally", "exist", "a", "certain", "moment", "within", "the", "first", "24", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "24", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "37.6", ")"]]}, " prop_2 ": {"span": [46, 65], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2474, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "consecutively", "staying", "no", "less", "than", "62.1", "and", "at", "most", "96.7", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "62.1", "and", "signal_1_n", "less equal", "96.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 25], "prop": [["signal_1_n", ">=", "62.1"], ["signal_1_n", "<=", "96.7"]]}}} {"id": 2214, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", "then", "in", "response", "instantly", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 159, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "equal", "to", "83.5", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "below", "2.8", "shall", "never", "be", "observed", ",", "and", "the", "value", "of", "signal_3_n", "will", "be", "equal", "to", "59.7", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "83.5", "imply", "negation", "fall", "(", "signal_2_n", "more equal", "2.8", ")", "and", "signal_3_n", "math equal", "59.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "scenario", "that", "(", "prop_2", ")", "shall", "never", "be", "observed", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "83.5"]]}, " prop_2 ": {"span": [31, 37], "prop": [["-", "fall", "(", "signal_2_n", ">=", "2.8", ")"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_3_n", "==", "59.7"]]}}} {"id": 2666, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "below", "21.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "in", "the", "following", "60", "time", "units", "at", "sometime", "within", "the", "next", "71", "time", "units", "eventually", "the", "state", "of", "signal_2_n", "needs", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "21.4", "imply", "globally", "[0,60]", "(", "finally", "[0,71]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "in", "the", "following", "60", "time", "units", "at", "sometime", "within", "the", "next", "71", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", "<", "21.4"]]}, " prop_2 ": {"span": [39, 47], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 118, "sentence": ["There", "should", "exist", "sometime", "after", "at", "most", "82", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "83.9", "is", "detected", "ultimately", "or", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,82]", "(", "rise", "(", "signal_1_n", "more equal", "83.9", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "after", "at", "most", "82", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "ultimately", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["rise", "(", "signal_1_n", ">=", "83.9", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2823, "sentence": ["Everytime", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "larger", "than", "42.5", ",", "then", "the", "following", "condition", "holds", ":", "right", "away", "the", "value", "of", "signal_4_n", "needs", "to", "be", "at", "least", "26.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "42.5", "imply", "signal_4_n", "more equal", "26.7", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_3_n", ">", "42.5"]]}, " prop_3 ": {"span": [27, 37], "prop": [["signal_4_n", ">=", "26.7"]]}}} {"id": 2825, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "state", "of", "signal", "signal_1_n", "is", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "53.1", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_4_n", "must", "be", "at", "least", "93.8", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "53.1", "imply", "signal_4_n", "more equal", "93.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_3_n", ">", "53.1"]]}, " prop_3 ": {"span": [31, 45], "prop": [["signal_4_n", ">=", "93.8"]]}}} {"id": 5580, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "more", "than", "66.4", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "first", "82", "time", "units", "eventually", "there", "must", "exist", "a", "time", "in", "less", "than", "6", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "20.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "66.4", ")", "imply", "globally", "[0,82]", "(", "finally", "[0,6]", "(", "signal_2_n", "less equal", "20.4", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "first", "82", "time", "units", "eventually", "there", "must", "exist", "a", "time", "in", "less", "than", "6", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "82", "]", "(", "F", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "66.4", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_2_n", "<=", "20.4"]]}}} {"id": 1526, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", ",", "then", "in", "response", "simultaneously", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "starts", "not", "equaling", "to", "52.9", "should", "not", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "52.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "simultaneously", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 31], "prop": [["-", "fall", "(", "signal_3_n", "==", "52.9", ")"]]}}} {"id": 1027, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "4.1", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "no", "more", "than", "84.0", "needs", "to", "take", "place", "at", "the", "same", "time", ",", "or", "the", "signal_3_n", "signal", "will", "have", "to", "settle", "to", "79.0", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "4.1", ")", "imply", "rise", "(", "signal_2_n", "less equal", "84.0", ")", "or", "signal_3_n", "math equal", "79.0", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "at", "the", "same", "time", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "4.1", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["rise", "(", "signal_2_n", "<=", "84.0", ")"]]}, " prop_3 ": {"span": [40, 53], "prop": [["signal_3_n", "==", "79.0"]]}}} {"id": 5299, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "larger", "than", "4.4", "and", "less", "than", "43.9", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "and", "then", "this", "scenario", "shall", "uninterruptedly", "continue", "till", "signal_4_n", "ultimately", "remains", "greater", "than", "or", "equal", "to", "3.9", ",", "which", "is", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "4.4", "and", "signal_1_n", "less", "43.9", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "signal_4_n", "more equal", "3.9", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "shall", "uninterruptedly", "continue", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["signal_1_n", ">", "4.4"], ["signal_1_n", "<", "43.9"]]}, " prop_2 ": {"span": [23, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 62], "prop": [["signal_4_n", ">=", "3.9"]]}}} {"id": 4677, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "not", "equal", "to", "69.6", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "first", "8", "time", "units", "finally", "at", "a", "time", "in", "the", "following", "35", "time", "units", ",", "the", "value", "of", "signal_2_n", "ought", "not", "to", "be", "greater", "than", "or", "equal", "to", "79.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "69.6", ")", "imply", "globally", "[0,8]", "(", "finally", "[0,35]", "(", "negation", "(", "signal_2_n", "more equal", "79.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 37], "prop": [["-", "(", "signal_1_n", "==", "69.6", ")"]]}, " prop_2 ": {"span": [38, 52], "prop": [["-", "(", "signal_2_n", ">=", "79.2", ")"]]}}} {"id": 1275, "sentence": ["There", "must", "exist", "a", "certain", "time", "point", "starting", "at", "most", "76", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "equal", "to", "7.2", "ultimately", "or", "eventually", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "72.6", "."], "ltl": ["finally", "[0,76]", "(", "signal_1_n", "math equal", "7.2", "or", "signal_2_n", "more equal", "72.6", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "point", "starting", "at", "most", "76", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "76", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 39], "prop": [["signal_1_n", "==", "7.2"], ["signal_2_n", ">=", "72.6"]]}}} {"id": 1307, "sentence": ["During", "the", "first", "99", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "will", "stay", "at", "47.7", "."], "ltl": ["globally", "[0,99]", "(", "signal_1_n", "math equal", "47.7", ")"], "logic_sentence": ["During", "the", "first", "99", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "99", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "47.7"]]}}} {"id": 446, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "stays", "smaller", "than", "86.2", "then", "ultimately", "after", "a", "certain", "time", "instant", "in", "less", "than", "10", "time", "units", "signal_2_n", "must", "be", "equal", "to", "37.1", "and", "has", "to", "uninterruptedly", "continue", "like", "that", "for", "every", "time", "point", "during", "the", "next", "14", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "86.2", "imply", "finally", "[0,10]", "(", "globally", "[0,14]", "(", "signal_2_n", "math equal", "37.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "ultimately", "after", "a", "certain", "time", "instant", "in", "less", "than", "10", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "10", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "86.2"]]}, " prop_2 ": {"span": [29, 52], "prop": [["signal_2_n", "==", "37.1"]]}}} {"id": 1565, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "equal", "to", "78.7", ",", "then", "in", "response", "simultaneously", "the", "signal_2_n", "signal", "will", "be", "over", "87.7", "and", "the", "state", "of", "signal_3_n", "should", "keep", "in", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "78.7", "imply", "signal_2_n", "more", "87.7", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "78.7"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", ">", "87.7"]]}, " prop_3 ": {"span": [30, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 198, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "consecutively", "remain", "greater", "than", "or", "equal", "to", "27.1", "and", "less", "than", "or", "equal", "to", "47.5", "for", "each", "moment", "within", "the", "first", "28", "time", "units", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "more equal", "27.1", "and", "signal_1_n", "less equal", "47.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 30], "prop": [["signal_1_n", ">=", "27.1"], ["signal_1_n", "<=", "47.5"]]}}} {"id": 4001, "sentence": ["At", "a", "time", "in", "less", "than", "47", "time", "units", "ultimately", "signal_1_n", "has", "to", "remain", "greater", "than", "34.4", "or", "eventually", "the", "signal_2_n", "signal", "will", "have", "to", "be", "at", "most", "86.4", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "more", "34.4", "or", "signal_2_n", "less equal", "86.4", ")"], "logic_sentence": ["At", "a", "time", "in", "less", "than", "47", "time", "units", "ultimately", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", ">", "34.4"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "<=", "86.4"]]}}} {"id": 282, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "shifts", "to", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "promptly", "the", "transition", "action", "that", "signal_3_n", "starts", "deviating", "from", "65.7", "shall", "never", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "65.7", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "promptly", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "never", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 26], "prop": [["-", "fall", "(", "signal_3_n", "==", "65.7", ")"]]}}} {"id": 2641, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "finally", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "56.3", "ought", "to", "be", "detected", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "lower", "than", "98.2", "ultimately", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "56.3", ")", "and", "signal_2_n", "less", "98.2", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "finally", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "be", "detected", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["rise", "(", "signal_1_n", "<=", "56.3", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", "<", "98.2"]]}}} {"id": 1104, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "74.8", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "shifts", "to", "26.9", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "will", "never", "get", "equal", "to", "74.9", "then", "this", "scenario", "has", "to", "keep", "consecutively", "for", "every", "time", "point", "in", "the", "coming", "23", "to", "37", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "74.8", "and", "rise", "(", "signal_2_n", "math equal", "26.9", ")", "imply", "globally", "[23,37]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "74.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "then", "this", "scenario", "has", "to", "keep", "consecutively", "for", "every", "time", "point", "in", "the", "coming", "23", "to", "37", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "23", ":", "37", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "74.8"]]}, " prop_2 ": {"span": [16, 22], "prop": [["rise", "(", "signal_2_n", "==", "26.9", ")"]]}, " prop_3 ": {"span": [31, 38], "prop": [["-", "rise", "(", "signal_3_n", "==", "74.9", ")"]]}}} {"id": 5330, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "less", "than", "or", "equal", "to", "12.8", ",", "then", "in", "response", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_2_n", "will", "be", "always", "equal", "to", "41.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "12.8", "imply", "globally", "(", "signal_2_n", "math equal", "41.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "12.8"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", "==", "41.1"]]}}} {"id": 516, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "will", "be", "equal", "to", "29.5", "and", "this", "scenario", "should", "consecutively", "last", "during", "the", "past", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "(", "signal_3_n", "math equal", "29.5", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "should", "consecutively", "last", "during", "the", "past", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_3_n", "==", "29.5"]]}}} {"id": 3254, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "becomes", "lower", "than", "81.7", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "signal_2_n", "ought", "to", "be", "greater", "than", "6.5", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "25.9", "will", "get", "observed", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "81.7", ")", "imply", "signal_2_n", "more", "6.5", "and", "rise", "(", "signal_3_n", "less equal", "25.9", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "get", "observed", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "81.7", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", ">", "6.5"]]}, " prop_3 ": {"span": [38, 50], "prop": [["rise", "(", "signal_3_n", "<=", "25.9", ")"]]}}} {"id": 3811, "sentence": ["On", "condition", "that", "consecutively", "the", "signal_1_n", "signal", "stayed", "greater", "than", "18.3", "within", "the", "last", "30", "to", "86", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "within", "the", "next", "23", "time", "units", ",", "there", "needs", "to", "be", "sometime", "during", "the", "first", "39", "to", "42", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "has", "to", "eventually", "stay", "greater", "than", "9.6", "and", "no", "larger", "than", "14.1", "."], "ltl": ["globally", "(", "historically", "[30,86]", "(", "signal_1_n", "more", "18.3", ")", "imply", "globally", "[0,23]", "(", "finally", "[39,42]", "(", "signal_2_n", "more", "9.6", "and", "signal_2_n", "less equal", "14.1", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "consecutively", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "within", "the", "next", "23", "time", "units", ",", "there", "needs", "to", "be", "sometime", "during", "the", "first", "39", "to", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "30", ":", "86", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "23", "]", "(", "F", "[", "39", ":", "42", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", ">", "18.3"]]}, " prop_2 ": {"span": [55, 70], "prop": [["signal_2_n", ">", "9.6"], ["signal_2_n", "<=", "14.1"]]}}} {"id": 565, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consistently", "signal_1_n", "should", "be", "equal", "to", "82.0", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "consistently", "no", "less", "than", "7.7", "and", "at", "most", "93.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "82.0", "and", "(", "signal_2_n", "more equal", "7.7", "and", "signal_2_n", "less equal", "93.4", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consistently", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", "==", "82.0"]]}, " prop_2 ": {"span": [17, 35], "prop": [["signal_2_n", ">=", "7.7"], ["signal_2_n", "<=", "93.4"]]}}} {"id": 223, "sentence": ["In", "case", "that", "during", "the", "elapsed", "12", "to", "36", "time", "units", ",", "the", "state", "of", "signal_1_n", "consistently", "keeps", "in", "signal_2_n", "then", "signal_3_n", "will", "be", "at", "most", "79.8", "and", "then", "this", "scenario", "will", "have", "to", "always", "continue", "for", "every", "time", "instant", "within", "the", "following", "4", "time", "units", "."], "ltl": ["globally", "(", "historically", "[12,36]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,4]", "(", "signal_3_n", "less equal", "79.8", ")", ")"], "logic_sentence": ["In", "case", "that", "during", "the", "elapsed", "12", "to", "36", "time", "units", ",", "(", "prop_1", ")", "then", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "have", "to", "always", "continue", "for", "every", "time", "instant", "within", "the", "following", "4", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "12", ":", "36", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_3_n", "<=", "79.8"]]}}} {"id": 4236, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "89.2", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "89.2", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", ">=", "89.2"]]}}} {"id": 75, "sentence": ["There", "has", "to", "exist", "sometime", "during", "the", "first", "94", "time", "units", ",", "at", "which", "signal_1_n", "will", "be", "equal", "to", "49.4", "ultimately", "and", "the", "signal_2_n", "signal", "must", "be", "smaller", "than", "58.2", "ultimately", "."], "ltl": ["finally", "[0,94]", "(", "signal_1_n", "math equal", "49.4", "and", "signal_2_n", "less", "58.2", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "during", "the", "first", "94", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "49.4"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "<", "58.2"]]}}} {"id": 2535, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "above", "98.7", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "signal_2_n", "shall", "not", "be", "set", "to", "signal_3_n", "and", "then", "this", "scenario", "will", "have", "to", "uninterruptedly", "last", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "98.7", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "have", "to", "uninterruptedly", "last", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", ">", "98.7", ")"]]}, " prop_2 ": {"span": [42, 49], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5026, "sentence": ["At", "a", "certain", "time", "point", "after", "between", "8", "to", "9", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "0.6", "and", "below", "2.8", ",", "or", "the", "value", "of", "signal_2_n", "will", "be", "equal", "to", "98.4", "finally", "."], "ltl": ["finally", "[8,9]", "(", "(", "signal_1_n", "more", "0.6", "and", "signal_1_n", "less", "2.8", ")", "or", "signal_2_n", "math equal", "98.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "between", "8", "to", "9", "time", "units", ",", "eventually", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "8", ":", "9", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 26], "prop": [["signal_1_n", ">", "0.6"], ["signal_1_n", "<", "2.8"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "98.4"]]}}} {"id": 2021, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "below", "19.0", "takes", "place", ",", "then", "in", "response", "finally", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "subsequent", "16", "time", "units", ",", "after", "which", "signal_2_n", "is", "between", "the", "closed", "interval", "-LSB-", "2.6", ",", "52.5", "-RSB-", "then", "this", "scenario", "will", "be", "always", "remaining", "in", "the", "following", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "19.0", ")", "imply", "finally", "[0,16]", "(", "globally", "[0,73]", "(", "signal_2_n", "more equal", "2.6", "and", "signal_2_n", "less equal", "52.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "finally", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "subsequent", "16", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "will", "be", "always", "remaining", "in", "the", "following", "73", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "16", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<", "19.0", ")"]]}, " prop_2 ": {"span": [40, 51], "prop": [["signal_2_n", ">=", "2.6"], ["signal_2_n", "<=", "52.5"]]}}} {"id": 2285, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "signal_1_n", "consistently", "stays", "at", "92.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "92.1", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "==", "92.1"]]}}} {"id": 526, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "81.8", "and", "the", "mode", "of", "signal_2_n", "keeps", "in", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "the", "value", "of", "signal_4_n", "should", "not", "be", "at", "least", "77.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "81.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "more equal", "77.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["-", "(", "signal_1_n", "<=", "81.8", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 47], "prop": [["-", "(", "signal_4_n", ">=", "77.1", ")"]]}}} {"id": 2672, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "81.5", "takes", "place", "then", "in", "response", "for", "each", "time", "point", "during", "the", "subsequent", "10", "time", "units", ",", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "74", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "goes", "below", "44.6", "will", "have", "to", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "81.5", ")", "imply", "globally", "[0,10]", "(", "finally", "[0,74]", "(", "rise", "(", "signal_2_n", "less", "44.6", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "for", "each", "time", "point", "during", "the", "subsequent", "10", "time", "units", ",", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "74", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "10", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "81.5", ")"]]}, " prop_2 ": {"span": [52, 56], "prop": [["rise", "(", "signal_2_n", "<", "44.6", ")"]]}}} {"id": 6057, "sentence": ["During", "the", "first", "91", "time", "units", "signal_1_n", "needs", "to", "continuously", "keep", "bigger", "than", "80.8", "."], "ltl": ["globally", "[0,91]", "(", "signal_1_n", "more", "80.8", ")"], "logic_sentence": ["During", "the", "first", "91", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", ">", "80.8"]]}}} {"id": 4768, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "85", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "should", "consecutively", "keep", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "will", "uninterruptedly", "remain", "between", "the", "closed", "interval", "-LSB-", "19.9", ",", "50.2", "-RSB-", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "19.9", "and", "signal_3_n", "less equal", "50.2", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "85", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 40], "prop": [["signal_3_n", ">=", "19.9"], ["signal_3_n", "<=", "50.2"]]}}} {"id": 4289, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_1_n", "ought", "to", "consistently", "remain", "in", "signal_2_n", ",", "and", "the", "state", "of", "signal", "signal_3_n", "shall", "keep", "in", "signal_4_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6004, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "93.5", "and", "the", "event", "that", "signal_2_n", "becomes", "equal", "to", "78.7", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "must", "be", "equal", "to", "83.1", "at", "the", "same", "time", ",", "or", "at", "the", "same", "time", "instant", "the", "signal_4_n", "signal", "will", "have", "to", "be", "set", "to", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "93.5", "and", "rise", "(", "signal_2_n", "math equal", "78.7", ")", "imply", "signal_3_n", "math equal", "83.1", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", ",", "or", "at", "the", "same", "time", "instant", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "93.5"]]}, " prop_2 ": {"span": [17, 22], "prop": [["rise", "(", "signal_2_n", "==", "78.7", ")"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_3_n", "==", "83.1"]]}, " prop_4 ": {"span": [50, 60], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 4179, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "must", "be", "signal_4_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3352, "sentence": ["If", "the", "signal_1_n", "signal", "gets", "bigger", "than", "89.2", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "45", "time", "units", "there", "ought", "to", "be", "a", "certain", "moment", "within", "the", "first", "70", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "will", "be", "changed", "to", "signal_3_n", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.2", ")", "imply", "globally", "[0,45]", "(", "finally", "[0,70]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "45", "time", "units", "there", "ought", "to", "be", "a", "certain", "moment", "within", "the", "first", "70", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "45", "]", "(", "F", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", ">", "89.2", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1486, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "remains", "larger", "than", "8.6", ",", "then", "the", "signal_2_n", "signal", "shall", "be", "less", "than", "or", "equal", "to", "0.4", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "more", "8.6", "imply", "signal_2_n", "less equal", "0.4", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "8.6"]]}, " prop_2 ": {"span": [12, 24], "prop": [["signal_2_n", "<=", "0.4"]]}}} {"id": 771, "sentence": ["The", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "happens", "eventually", "at", "a", "certain", "moment", "in", "the", "first", "4", "time", "units", "."], "ltl": ["finally", "[0,4]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "happens", "eventually", "at", "a", "certain", "moment", "in", "the", "first", "4", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 3984, "sentence": ["In", "the", "case", "signal_1_n", "is", "less", "than", "8.2", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "higher", "than", "4.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "has", "to", "be", "greater", "than", "48.7", "and", "smaller", "than", "58.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less", "8.2", "or", "signal_2_n", "more", "4.0", "imply", "signal_3_n", "more", "48.7", "and", "signal_3_n", "less", "58.6", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "8.2"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_2_n", ">", "4.0"]]}, " prop_3 ": {"span": [27, 43], "prop": [["signal_3_n", ">", "48.7"], ["signal_3_n", "<", "58.6"]]}}} {"id": 2344, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "27.1", "and", "no", "larger", "than", "37.0", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "signal_2_n", "signal", "will", "be", "14.0", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "27.1", "and", "signal_1_n", "less equal", "37.0", "imply", "signal_2_n", "math equal", "14.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">=", "27.1"], ["signal_1_n", "<=", "37.0"]]}, " prop_2 ": {"span": [30, 36], "prop": [["signal_2_n", "==", "14.0"]]}}} {"id": 2976, "sentence": ["When", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "is", "observed", ",", "then", "for", "every", "moment", "during", "the", "subsequent", "0", "to", "6", "time", "units", ",", "there", "will", "eventually", "exist", "a", "certain", "time", "point", "within", "67", "to", "96", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "at", "most", "20.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,6]", "(", "finally", "[67,96]", "(", "signal_3_n", "less equal", "20.2", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "every", "moment", "during", "the", "subsequent", "0", "to", "6", "time", "units", ",", "there", "will", "eventually", "exist", "a", "certain", "time", "point", "within", "67", "to", "96", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "6", "]", "(", "F", "[", "67", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 55], "prop": [["signal_3_n", "<=", "20.2"]]}}} {"id": 6074, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "40.1", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "will", "be", "a", "certain", "moment", "within", "51", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "set", "to", "18.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "40.1", ")", "imply", "finally", "[0,51]", "(", "signal_2_n", "math equal", "18.6", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "will", "be", "a", "certain", "moment", "within", "51", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "40.1", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_2_n", "==", "18.6"]]}}} {"id": 2772, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "happens", "then", "in", "response", "for", "the", "past", "59", "to", "67", "time", "units", ",", "the", "signal_3_n", "signal", "has", "been", "remaining", "equal", "to", "60.5", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "[59,67]", "(", "signal_3_n", "math equal", "60.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "for", "the", "past", "59", "to", "67", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "59", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_3_n", "==", "60.5"]]}}} {"id": 1279, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "at", "most", "47.9", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "6.5", "and", "less", "than", "or", "equal", "to", "6.6", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "is", "higher", "than", "8.7", "and", "less", "than", "or", "equal", "to", "51.1", "and", "should", "remain", "in", "this", "range", "consecutively", "for", "every", "moment", "in", "the", "following", "22", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "47.9", "and", "(", "signal_2_n", "more equal", "6.5", "and", "signal_2_n", "less equal", "6.6", ")", "imply", "globally", "[0,22]", "(", "signal_3_n", "more", "8.7", "and", "signal_3_n", "less equal", "51.1", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "22", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["signal_1_n", "<=", "47.9"]]}, " prop_2 ": {"span": [11, 28], "prop": [["signal_2_n", ">=", "6.5"], ["signal_2_n", "<=", "6.6"]]}, " prop_3 ": {"span": [35, 67], "prop": [["signal_3_n", ">", "8.7"], ["signal_3_n", "<=", "51.1"]]}}} {"id": 221, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "59.1", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "17", "time", "units", ",", "there", "ought", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "8", "time", "units", ",", "at", "which", "the", "event", "that", "signal_4_n", "gets", "equal", "to", "22.6", "should", "be", "finally", "observed", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "59.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,17]", "(", "finally", "[0,8]", "(", "rise", "(", "signal_4_n", "math equal", "22.6", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "17", "time", "units", ",", "there", "ought", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "8", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "should", "be", "finally", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["-", "(", "signal_1_n", ">=", "59.1", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [62, 67], "prop": [["rise", "(", "signal_4_n", "==", "22.6", ")"]]}}} {"id": 682, "sentence": ["For", "each", "time", "point", "within", "7", "to", "99", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "remain", "higher", "than", "23.1", "and", "less", "than", "28.7", "uninterruptedly", ",", "or", "the", "mode", "of", "signal_2_n", "needs", "to", "always", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[7,99]", "(", "(", "signal_1_n", "more", "23.1", "and", "signal_1_n", "less", "28.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "7", "to", "99", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "7", ":", "99", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">", "23.1"], ["signal_1_n", "<", "28.7"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3699, "sentence": ["There", "is", "a", "certain", "time", "point", "in", "the", "first", "87", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "ultimately", "equal", "to", "25.6", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "math equal", "25.6", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "point", "in", "the", "first", "87", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "25.6"]]}}} {"id": 1309, "sentence": ["The", "value", "of", "signal_1_n", "will", "stay", "equal", "to", "55.9", "all", "the", "time", "for", "every", "moment", "within", "the", "first", "35", "time", "units", "."], "ltl": ["globally", "[0,35]", "(", "signal_1_n", "math equal", "55.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "55.9"]]}}} {"id": 4781, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "will", "have", "to", "be", "consecutively", "set", "to", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "will", "be", "continuously", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 127, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "9", "time", "units", "finally", "the", "value", "of", "signal", "signal_1_n", "must", "keep", "above", "1.8", "and", "less", "than", "12.4", "."], "ltl": ["finally", "[0,9]", "(", "signal_1_n", "more", "1.8", "and", "signal_1_n", "less", "12.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "9", "time", "units", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">", "1.8"], ["signal_1_n", "<", "12.4"]]}}} {"id": 3658, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "n't", "no", "more", "than", "78.3", "then", "in", "response", "without", "any", "delay", "the", "signal_2_n", "signal", "shall", "never", "be", "lower", "than", "42.7", ",", "or", "starting", "without", "any", "delay", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "92.6", "needs", "to", "get", "detected", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "78.3", ")", "imply", "negation", "(", "signal_2_n", "less", "42.7", ")", "or", "rise", "(", "signal_3_n", "less equal", "92.6", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 28], "prop": [["-", "(", "signal_2_n", "<", "42.7", ")"], ["-", "(", "signal_1_n", "<=", "78.3", ")"]]}, " prop_2 ": {"span": [37, 54], "prop": [["rise", "(", "signal_3_n", "<=", "92.6", ")"]]}}} {"id": 1644, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "above", "74.2", "and", "below", "97.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "coming", "1", "time", "units", ",", "there", "must", "exist", "a", "time", "in", "the", "following", "79", "time", "units", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "has", "to", "be", "no", "less", "than", "55.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "74.2", "and", "signal_1_n", "less", "97.0", "imply", "globally", "[0,1]", "(", "finally", "[0,79]", "(", "signal_2_n", "more equal", "55.2", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "coming", "1", "time", "units", ",", "there", "must", "exist", "a", "time", "in", "the", "following", "79", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "F", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "74.2"], ["signal_1_n", "<", "97.0"]]}, " prop_2 ": {"span": [46, 56], "prop": [["signal_2_n", ">=", "55.2"]]}}} {"id": 2037, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "19.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "consistently", "the", "value", "of", "signal_2_n", "has", "to", "keep", "in", "the", "range", "-LSB-", "1.4", ",", "25.6", "-RSB-", "for", "every", "moment", "in", "the", "subsequent", "14", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "19.1", "imply", "finally", "(", "globally", "[0,14]", "(", "signal_2_n", "more equal", "1.4", "and", "signal_2_n", "less equal", "25.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", ">", "19.1"]]}, " prop_2 ": {"span": [38, 62], "prop": [["signal_2_n", ">=", "1.4"], ["signal_2_n", "<=", "25.6"]]}}} {"id": 4390, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "73.6", ",", "then", "ultimately", "there", "will", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "below", "49.8", "then", "this", "scenario", "shall", "consistently", "remain", "for", "every", "time", "instant", "in", "the", "coming", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "73.6", "imply", "finally", "(", "globally", "[0,44]", "(", "signal_2_n", "less", "49.8", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "ultimately", "there", "will", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "then", "this", "scenario", "shall", "consistently", "remain", "for", "every", "time", "instant", "in", "the", "coming", "44", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "73.6"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_2_n", "<", "49.8"]]}}} {"id": 4943, "sentence": ["There", "must", "ultimately", "exist", "a", "time", "in", "less", "than", "1", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "47.8", "must", "happen", "."], "ltl": ["finally", "[0,1]", "(", "fall", "(", "signal_1_n", "math equal", "47.8", ")", ")"], "logic_sentence": ["There", "must", "ultimately", "exist", "a", "time", "in", "less", "than", "1", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "happen", "."], "logic_ltl": ["F", "[", "0", ":", "1", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["fall", "(", "signal_1_n", "==", "47.8", ")"]]}}} {"id": 6250, "sentence": ["For", "every", "time", "point", "within", "the", "first", "81", "time", "units", "the", "value", "of", "signal_1_n", "must", "be", "set", "to", "12.9", "uninterruptedly", ",", "and", "signal_2_n", "will", "continuously", "stay", "less", "than", "or", "equal", "to", "49.8", "."], "ltl": ["globally", "[0,81]", "(", "signal_1_n", "math equal", "12.9", "and", "signal_2_n", "less equal", "49.8", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "81", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "12.9"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<=", "49.8"]]}}} {"id": 4343, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "then", "there", "shall", "be", "a", "time", "during", "the", "first", "31", "to", "38", "time", "units", "finally", ",", "after", "which", "signal_3_n", "will", "be", "smaller", "than", "48.8", "then", "uninterruptedly", "this", "scenario", "should", "sustain", "for", "every", "time", "instant", "during", "the", "following", "23", "to", "33", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[31,38]", "(", "globally", "[23,33]", "(", "signal_3_n", "less", "48.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "there", "shall", "be", "a", "time", "during", "the", "first", "31", "to", "38", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "then", "uninterruptedly", "this", "scenario", "should", "sustain", "for", "every", "time", "instant", "during", "the", "following", "23", "to", "33", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "31", ":", "38", "]", "(", "G", "[", "23", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_3_n", "<", "48.8"]]}}} {"id": 3099, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "signal_2_n", ",", "or", "the", "transition", "action", "that", "the", "state", "of", "signal_3_n", "starts", "deviating", "from", "signal_4_n", "does", "not", "take", "place", ",", "then", "at", "a", "time", "within", "the", "next", "40", "to", "48", "time", "units", ",", "signal_5_n", "must", "be", "finally", "equal", "to", "64.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "finally", "[40,48]", "(", "signal_5_n", "math equal", "64.2", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "take", "place", ",", "then", "at", "a", "time", "within", "the", "next", "40", "to", "48", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "40", ":", "48", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 22], "prop": [["-", "fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [40, 47], "prop": [["signal_5_n", "==", "64.2"]]}}} {"id": 532, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "stays", "greater", "than", "or", "equal", "to", "67.9", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "0.1", "and", "less", "than", "18.4", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "signal_3_n", "needs", "to", "be", "greater", "than", "56.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "67.9", "or", "(", "signal_2_n", "more", "0.1", "and", "signal_2_n", "less", "18.4", ")", "imply", "signal_3_n", "more", "56.7", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 13], "prop": [["signal_1_n", ">=", "67.9"]]}, " prop_2 ": {"span": [14, 26], "prop": [["signal_2_n", ">", "0.1"], ["signal_2_n", "<", "18.4"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_3_n", ">", "56.7"]]}}} {"id": 1086, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "90", "time", "units", ",", "continuously", "the", "value", "of", "signal_1_n", "is", "never", "less", "than", "or", "equal", "to", "26.9", "and", "the", "signal_2_n", "signal", "must", "remain", "less", "than", "28.3", "continuously", "."], "ltl": ["globally", "[0,90]", "(", "negation", "(", "signal_1_n", "less equal", "26.9", ")", "and", "signal_2_n", "less", "28.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "90", "time", "units", ",", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "90", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["-", "(", "signal_1_n", "<=", "26.9", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "<", "28.3"]]}}} {"id": 1714, "sentence": ["The", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "equal", "to", "49.2", "eventually", "at", "a", "certain", "time", "instant", "after", "at", "most", "51", "time", "units", "."], "ltl": ["finally", "[0,51]", "(", "signal_1_n", "math equal", "49.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "49.2"]]}}} {"id": 1701, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "bigger", "than", "51.4", ",", "then", "in", "response", "the", "signal_2_n", "signal", "should", "equal", "to", "74.5", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "more", "51.4", "imply", "signal_2_n", "math equal", "74.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "51.4"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", "==", "74.5"]]}}} {"id": 6111, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "99.1", "gets", "observed", ",", "then", "in", "response", "signal_2_n", "has", "to", "be", "equal", "to", "65.6", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "99.1", ")", "imply", "finally", "(", "signal_2_n", "math equal", "65.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "99.1", ")"]]}, " prop_2 ": {"span": [26, 48], "prop": [["signal_2_n", "==", "65.6"]]}}} {"id": 4598, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "jumps", "to", "more", "than", "42.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "42.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">", "42.0", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1459, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "enters", "signal_2_n", "takes", "place", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "is", "not", "78.5", "ultimately", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "(", "signal_3_n", "math equal", "78.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 40], "prop": [["-", "(", "signal_3_n", "==", "78.5", ")"]]}}} {"id": 1335, "sentence": ["There", "will", "exist", "sometime", "within", "49", "time", "units", "eventually", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,49]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "within", "49", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5064, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "below", "27.9", "happens", ",", "and", "the", "event", "that", "signal_2_n", "goes", "below", "19.6", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "in", "the", "first", "56", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "must", "be", "no", "less", "than", "17.9", "and", "less", "than", "or", "equal", "to", "70.4", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "continue", "within", "0", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.9", ")", "and", "rise", "(", "signal_2_n", "less", "19.6", ")", "imply", "finally", "[0,56]", "(", "globally", "[0,0]", "(", "signal_3_n", "more equal", "17.9", "and", "signal_3_n", "less equal", "70.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "in", "the", "first", "56", "time", "units", ",", "(", "prop_3", ")", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "continue", "within", "0", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "56", "]", "(", "G", "[", "0", ":", "0", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "27.9", ")"]]}, " prop_2 ": {"span": [19, 23], "prop": [["rise", "(", "signal_2_n", "<", "19.6", ")"]]}, " prop_3 ": {"span": [43, 61], "prop": [["signal_3_n", ">=", "17.9"], ["signal_3_n", "<=", "70.4"]]}}} {"id": 3534, "sentence": ["Globally", ",", "whenever", "in", "the", "past", "since", "the", "start", "of", "the", "execution", ",", "consecutively", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "was", "n't", "observed", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "in", "the", "following", "9", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "gets", "changed", "to", "74.5", "ought", "n't", "to", "get", "detected", "."], "ltl": ["globally", "(", "historically", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "finally", "[0,9]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "74.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "in", "the", "past", "since", "the", "start", "of", "the", "execution", ",", "consecutively", "the", "scenario", "that", "(", "prop_1", ")", "was", "n't", "observed", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "in", "the", "following", "9", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "n't", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "(", "F", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [68, 75], "prop": [["-", "rise", "(", "signal_3_n", "==", "74.5", ")"]]}}} {"id": 5485, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "82", "time", "units", ",", "the", "signal_1_n", "signal", "must", "be", "ultimately", "less", "than", "22.9", "."], "ltl": ["finally", "[0,82]", "(", "signal_1_n", "less", "22.9", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "82", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<", "22.9"]]}}} {"id": 362, "sentence": ["The", "signal_1_n", "signal", "keeps", "greater", "than", "or", "equal", "to", "45.0", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "45.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">=", "45.0"]]}}} {"id": 1782, "sentence": ["For", "each", "moment", "during", "the", "first", "71", "time", "units", "signal_1_n", "will", "have", "to", "be", "consistently", "31.9", ",", "and", "the", "mode", "of", "signal_2_n", "must", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "math equal", "31.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "71", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "31.9"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3071, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "4.7", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "ought", "to", "be", "equal", "to", "45.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "4.7", "imply", "signal_2_n", "math equal", "45.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "==", "4.7"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "45.1"]]}}} {"id": 3225, "sentence": ["There", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "0.5", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "0.5", ")"], "logic_sentence": ["There", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 25], "prop": [["signal_1_n", "==", "0.5"]]}}} {"id": 1917, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "leaves", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "value", "of", "signal_3_n", "shall", "be", "less", "than", "54.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "54.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_3_n", "<", "54.7"]]}}} {"id": 3020, "sentence": ["For", "every", "time", "point", "within", "23", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "shall", "not", "be", "less", "than", "75.1", "."], "ltl": ["globally", "[0,23]", "(", "negation", "(", "signal_1_n", "less", "75.1", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "23", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "(", "signal_1_n", "<", "75.1", ")"]]}}} {"id": 332, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "94.3", "gets", "observed", ",", "then", "in", "response", "there", "exists", "a", "certain", "time", "point", "in", "the", "future", "ultimately", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "equal", "to", "47.3", "and", "needs", "to", "keep", "like", "this", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "94.3", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "47.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "there", "exists", "a", "certain", "time", "point", "in", "the", "future", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "94.3", ")"]]}, " prop_2 ": {"span": [32, 55], "prop": [["signal_2_n", "==", "47.3"]]}}} {"id": 437, "sentence": ["At", "a", "time", "in", "the", "first", "20", "to", "59", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "ultimately", "below", "92.0", ",", "and", "ultimately", "the", "signal_2_n", "signal", "shall", "be", "above", "1.2", "and", "less", "than", "1.6", "."], "ltl": ["finally", "[20,59]", "(", "signal_1_n", "less", "92.0", "and", "(", "signal_2_n", "more", "1.2", "and", "signal_2_n", "less", "1.6", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "20", "to", "59", "time", "units", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "20", ":", "59", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<", "92.0"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">", "1.2"], ["signal_2_n", "<", "1.6"]]}}} {"id": 286, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "gets", "less", "than", "57.8", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "33.3", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "below", "64.4", "and", "then", "will", "be", "keeping", "like", "that", "uninterruptedly", "for", "every", "time", "instant", "during", "the", "first", "44", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "57.8", ")", "or", "signal_2_n", "more equal", "33.3", "imply", "globally", "[0,44]", "(", "signal_3_n", "less", "64.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "44", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "57.8", ")"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", ">=", "33.3"]]}, " prop_3 ": {"span": [31, 59], "prop": [["signal_3_n", "<", "64.4"]]}}} {"id": 5863, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "73.3", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "be", "simultaneously", "higher", "than", "0.2", "and", "below", "0.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "73.3", ")", "imply", "signal_2_n", "more", "0.2", "and", "signal_2_n", "less", "0.3", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "==", "73.3", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", ">", "0.2"], ["signal_2_n", "<", "0.3"]]}}} {"id": 4143, "sentence": ["There", "must", "exist", "sometime", "within", "the", "first", "59", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "6.7", "ought", "to", "ultimately", "get", "observed", "and", "finally", "signal_2_n", "should", "be", "greater", "than", "or", "equal", "to", "0.2", "and", "less", "than", "or", "equal", "to", "2.2", "."], "ltl": ["finally", "[0,59]", "(", "fall", "(", "signal_1_n", "math equal", "6.7", ")", "and", "(", "signal_2_n", "more equal", "0.2", "and", "signal_2_n", "less equal", "2.2", ")", ")"], "logic_sentence": ["There", "must", "exist", "sometime", "within", "the", "first", "59", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "ultimately", "get", "observed", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "59", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["fall", "(", "signal_1_n", "==", "6.7", ")"]]}, " prop_2 ": {"span": [29, 45], "prop": [["signal_2_n", ">=", "0.2"], ["signal_2_n", "<=", "2.2"]]}}} {"id": 3852, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "5.3", "occurs", "then", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "is", "shifted", "to", "signal_3_n", "shall", "promptly", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "5.3", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "promptly", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "5.3", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3938, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "bigger", "than", "77.8", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "43.8", "and", "then", "will", "be", "always", "holding", "like", "this", "for", "every", "time", "point", "in", "the", "next", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "77.8", ")", "imply", "globally", "[0,35]", "(", "signal_2_n", "less", "43.8", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "77.8", ")"]]}, " prop_2 ": {"span": [23, 51], "prop": [["signal_2_n", "<", "43.8"]]}}} {"id": 146, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "30.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "a", "time", "in", "the", "subsequent", "19", "to", "38", "time", "units", ",", "after", "which", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "and", "this", "condition", "will", "be", "consistently", "remaining", "during", "the", "following", "17", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "30.5", ")", "imply", "finally", "[19,38]", "(", "globally", "[0,17]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "a", "time", "in", "the", "subsequent", "19", "to", "38", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "this", "condition", "will", "be", "consistently", "remaining", "during", "the", "following", "17", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "19", ":", "38", "]", "(", "G", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "30.5", ")"]]}, " prop_2 ": {"span": [44, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4704, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "takes", "place", ",", "then", "in", "response", "simultaneously", "the", "signal_3_n", "signal", "should", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 99, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "shall", "be", "consistently", "in", "signal_2_n", "and", "the", "signal_3_n", "signal", "will", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4503, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "78.8", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "finally", "exist", "a", "certain", "time", "instant", "within", "the", "following", "26", "to", "45", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "ought", "to", "be", "signal_5_n", ",", "before", "this", "continuously", "the", "mode", "of", "signal", "signal_2_n", "shall", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "78.8", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[26,45]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "finally", "exist", "a", "certain", "time", "instant", "within", "the", "following", "26", "to", "45", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "this", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "26", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "78.8"]]}, " prop_2 ": {"span": [37, 44], "prop": [["signal_4_n", "==", "signal_5_n"]]}, " prop_3 ": {"span": [48, 57], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 793, "sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "not", "above", "77.0", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "77.0", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 29], "prop": [["-", "(", "signal_1_n", ">", "77.0", ")"]]}}} {"id": 1922, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "increases", "to", "at", "least", "86.9", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "past", "26", "to", "58", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "uninterruptedly", "stayed", "over", "2.6", "and", "less", "than", "21.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "86.9", ")", "imply", "historically", "[26,58]", "(", "signal_2_n", "more", "2.6", "and", "signal_2_n", "less", "21.1", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "past", "26", "to", "58", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "26", ":", "58", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "86.9", ")"]]}, " prop_2 ": {"span": [36, 49], "prop": [["signal_2_n", ">", "2.6"], ["signal_2_n", "<", "21.1"]]}}} {"id": 565, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "drops", "below", "62.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "be", "eventually", "sometime", "in", "the", "coming", "40", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "11.3", "and", "then", "consistently", "this", "scenario", "will", "keep", "for", "every", "time", "instant", "during", "the", "following", "85", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.6", ")", "imply", "finally", "[0,40]", "(", "globally", "[0,85]", "(", "signal_2_n", "math equal", "11.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "be", "eventually", "sometime", "in", "the", "coming", "40", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "consistently", "this", "scenario", "will", "keep", "for", "every", "time", "instant", "during", "the", "following", "85", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "62.6", ")"]]}, " prop_2 ": {"span": [44, 52], "prop": [["signal_2_n", "==", "11.3"]]}}} {"id": 83, "sentence": ["The", "value", "of", "signal", "signal_1_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "4.4", "and", "no", "more", "than", "6.0", "consecutively", "for", "the", "first", "21", "to", "30", "time", "units", "."], "ltl": ["globally", "[21,30]", "(", "signal_1_n", "more equal", "4.4", "and", "signal_1_n", "less equal", "6.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "21", ":", "30", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 28], "prop": [["signal_1_n", ">=", "4.4"], ["signal_1_n", "<=", "6.0"]]}}} {"id": 101, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "state", "of", "signal", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "continuously", ",", "and", "the", "mode", "of", "signal_3_n", "will", "be", "remaining", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 461, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "after", "at", "most", "4", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "larger", "than", "44.4", "has", "to", "be", "finally", "observed", "."], "ltl": ["finally", "[0,4]", "(", "rise", "(", "signal_1_n", "more", "44.4", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "after", "at", "most", "4", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "has", "to", "be", "finally", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["rise", "(", "signal_1_n", ">", "44.4", ")"]]}}} {"id": 787, "sentence": ["Within", "0", "to", "0", "time", "units", ",", "signal_1_n", "must", "keep", "less", "than", "or", "equal", "to", "65.9", "and", "signal_2_n", "keeps", "smaller", "than", "81.5", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "less equal", "65.9", "and", "signal_2_n", "less", "81.5", ")"], "logic_sentence": ["Within", "0", "to", "0", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<=", "65.9"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<", "81.5"]]}}} {"id": 2840, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "more", "than", "23.6", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "time", "within", "the", "coming", "39", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_2_n", "has", "to", "be", "consistently", "equal", "to", "20.9", "for", "each", "moment", "within", "78", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "23.6", ")", "imply", "finally", "[0,39]", "(", "globally", "[0,78]", "(", "signal_2_n", "math equal", "20.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "time", "within", "the", "coming", "39", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", "<=", "23.6", ")"]]}, " prop_2 ": {"span": [49, 67], "prop": [["signal_2_n", "==", "20.9"]]}}} {"id": 365, "sentence": ["The", "value", "of", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "16.3", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "16.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">=", "16.3"]]}}} {"id": 4696, "sentence": ["For", "more", "than", "68", "time", "units", "the", "mode", "of", "signal_1_n", "will", "have", "to", "remain", "in", "signal_2_n", "uninterruptedly", "or", "uninterruptedly", "the", "state", "of", "signal", "signal_3_n", "ought", "to", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "[0,68]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["For", "more", "than", "68", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 29], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1772, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "higher", "than", "53.7", ",", "or", "the", "mode", "of", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "instantly", "the", "value", "of", "signal_4_n", "shall", "never", "be", "equal", "to", "67.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "53.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "math equal", "67.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "(", "signal_1_n", ">", "53.7", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 48], "prop": [["-", "(", "signal_4_n", "==", "67.5", ")"]]}}} {"id": 4960, "sentence": ["There", "must", "be", "a", "certain", "moment", "in", "less", "than", "9", "time", "units", ",", "at", "which", "eventually", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "30.1", "should", "be", "observed", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "finally", "."], "ltl": ["finally", "[0,9]", "(", "rise", "(", "signal_1_n", "math equal", "30.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "moment", "in", "less", "than", "9", "time", "units", ",", "at", "which", "eventually", "the", "event", "that", "(", "prop_1", ")", "should", "be", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 26], "prop": [["rise", "(", "signal_1_n", "==", "30.1", ")"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 112, "sentence": ["At", "sometime", "during", "the", "first", "0", "time", "units", "finally", "signal_1_n", "will", "be", "above", "4.2", ",", "or", "ultimately", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "larger", "than", "56.0", "."], "ltl": ["finally", "[0,0]", "(", "signal_1_n", "more", "4.2", "or", "signal_2_n", "more", "56.0", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "0", "time", "units", "finally", "(", "prop_1", ")", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "0", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", ">", "4.2"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", ">", "56.0"]]}}} {"id": 2387, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "keeps", "above", "62.8", "then", "in", "response", "eventually", "there", "needs", "to", "exist", "sometime", "within", "the", "following", "3", "to", "41", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "must", "consistently", "stay", "higher", "than", "29.3", "and", "less", "than", "50.7", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more", "62.8", "imply", "finally", "[3,41]", "(", "globally", "(", "signal_2_n", "more", "29.3", "and", "signal_2_n", "less", "50.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "eventually", "there", "needs", "to", "exist", "sometime", "within", "the", "following", "3", "to", "41", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "3", ":", "41", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", ">", "62.8"]]}, " prop_2 ": {"span": [32, 54], "prop": [["signal_2_n", ">", "29.3"], ["signal_2_n", "<", "50.7"]]}}} {"id": 3780, "sentence": ["There", "shall", "exist", "a", "time", "in", "the", "first", "29", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "97.2", "should", "finally", "get", "observed", ",", "or", "ultimately", "signal_2_n", "should", "be", "no", "less", "than", "94.6", "."], "ltl": ["finally", "[0,29]", "(", "rise", "(", "signal_1_n", "math equal", "97.2", ")", "or", "signal_2_n", "more equal", "94.6", ")"], "logic_sentence": ["There", "shall", "exist", "a", "time", "in", "the", "first", "29", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "finally", "get", "observed", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "29", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["rise", "(", "signal_1_n", "==", "97.2", ")"]]}, " prop_2 ": {"span": [33, 40], "prop": [["signal_2_n", ">=", "94.6"]]}}} {"id": 1107, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "becomes", "below", "7.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "future", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "ought", "n't", "to", "be", "set", "to", "signal_3_n", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "7.1", ")", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "future", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "7.1", ")"]]}, " prop_2 ": {"span": [41, 54], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 846, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "8.4", "does", "n't", "get", "observed", "or", "signal_2_n", "keeps", "greater", "than", "or", "equal", "to", "23.5", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "has", "to", "be", "instantly", "above", "20.1", "and", "smaller", "than", "56.3", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "8.4", ")", "or", "signal_2_n", "more equal", "23.5", "imply", "signal_3_n", "more", "20.1", "and", "signal_3_n", "less", "56.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "does", "n't", "get", "observed", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["-", "fall", "(", "signal_1_n", ">", "8.4", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_2_n", ">=", "23.5"]]}, " prop_3 ": {"span": [43, 54], "prop": [["signal_3_n", ">", "20.1"], ["signal_3_n", "<", "56.3"]]}}} {"id": 3249, "sentence": ["Consistently", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "rises", "to", "at", "least", "6.7", "must", "not", "happen", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "6.7", ")", ")"], "logic_sentence": ["Consistently", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "not", "happen", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["-", "rise", "(", "signal_1_n", ">=", "6.7", ")"]]}}} {"id": 3972, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "5", "to", "28", "time", "units", "signal_3_n", "needs", "to", "be", "at", "least", "55.5", "and", "less", "than", "or", "equal", "to", "57.4", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[5,28]", "(", "finally", "(", "signal_3_n", "more equal", "55.5", "and", "signal_3_n", "less equal", "57.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "5", "to", "28", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "5", ":", "28", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 53], "prop": [["signal_3_n", ">=", "55.5"], ["signal_3_n", "<=", "57.4"]]}}} {"id": 5021, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "4.3", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "signal_2_n", "ought", "n't", "to", "be", "above", "8.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.3", ")", "imply", "negation", "(", "signal_2_n", "more", "8.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "4.3", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["-", "(", "signal_2_n", ">", "8.0", ")"]]}}} {"id": 5063, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "36.2", "and", "the", "event", "that", "signal_2_n", "becomes", "less", "than", "3.9", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "exists", "a", "time", "during", "the", "following", "14", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_3_n", "consistently", "stays", "greater", "than", "or", "equal", "to", "0.3", "and", "at", "most", "1.4", "for", "each", "time", "instant", "within", "the", "subsequent", "19", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "36.2", ")", "and", "rise", "(", "signal_2_n", "less", "3.9", ")", "imply", "finally", "[0,14]", "(", "globally", "[0,19]", "(", "signal_3_n", "more equal", "0.3", "and", "signal_3_n", "less equal", "1.4", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "exists", "a", "time", "during", "the", "following", "14", "time", "units", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "14", "]", "(", "G", "[", "0", ":", "19", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", "<", "36.2", ")"]]}, " prop_2 ": {"span": [17, 22], "prop": [["rise", "(", "signal_2_n", "<", "3.9", ")"]]}, " prop_3 ": {"span": [46, 72], "prop": [["signal_3_n", ">=", "0.3"], ["signal_3_n", "<=", "1.4"]]}}} {"id": 842, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "81.0", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "22", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "will", "never", "get", "set", "to", "signal_3_n", "and", "ought", "to", "always", "hold", "like", "this", "for", "every", "time", "point", "during", "the", "following", "7", "to", "7", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "81.0", ")", "imply", "finally", "[0,22]", "(", "globally", "[7,7]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "22", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "7", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "81.0", ")"]]}, " prop_2 ": {"span": [37, 67], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3110, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "0.4", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "14.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "0.4", ")", "imply", "signal_2_n", "math equal", "14.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "<=", "0.4", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "14.9"]]}}} {"id": 1344, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "below", "7.4", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "is", "a", "certain", "time", "point", "starting", "at", "most", "15", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "must", "be", "smaller", "than", "52.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "7.4", ")", "imply", "finally", "[0,15]", "(", "signal_2_n", "less", "52.3", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "is", "a", "certain", "time", "point", "starting", "at", "most", "15", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "7.4", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["signal_2_n", "<", "52.3"]]}}} {"id": 735, "sentence": ["It", "is", "always", "the", "case", "that", "when", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "consecutively", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "45.1", "then", "this", "scenario", "shall", "continue", "without", "interruption", "until", "the", "value", "of", "signal", "signal_4_n", "is", "finally", "greater", "than", "or", "equal", "to", "67.3", "at", "a", "certain", "moment", "in", "the", "following", "10", "to", "19", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "45.1", ")", "until", "[10,19]", "(", "signal_4_n", "more equal", "67.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "consecutively", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "scenario", "shall", "continue", "without", "interruption", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "10", ":", "19", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 46], "prop": [["signal_3_n", ">=", "45.1"]]}, " prop_3 ": {"span": [54, 79], "prop": [["signal_4_n", ">=", "67.3"]]}}} {"id": 2023, "sentence": ["At", "a", "time", "starting", "between", "20", "to", "88", "time", "units", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "higher", "than", "8.1", "and", "smaller", "than", "43.6", "and", "finally", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "0.4", "and", "less", "than", "or", "equal", "to", "8.2", "."], "ltl": ["finally", "[20,88]", "(", "(", "signal_1_n", "more", "8.1", "and", "signal_1_n", "less", "43.6", ")", "and", "(", "signal_2_n", "more equal", "0.4", "and", "signal_2_n", "less equal", "8.2", ")", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "20", "to", "88", "time", "units", "(", "prop_1", ")", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "20", ":", "88", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">", "8.1"], ["signal_1_n", "<", "43.6"]]}, " prop_2 ": {"span": [27, 44], "prop": [["signal_2_n", ">=", "0.4"], ["signal_2_n", "<=", "8.2"]]}}} {"id": 1212, "sentence": ["For", "more", "than", "83", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "be", "uninterruptedly", "0.2", "or", "uninterruptedly", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "should", "never", "be", "detected", "."], "ltl": ["globally", "[0,83]", "(", "signal_1_n", "math equal", "0.2", "or", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "more", "than", "83", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 31], "prop": [["signal_1_n", "==", "0.2"], ["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2929, "sentence": ["Eventually", "there", "must", "exist", "a", "certain", "moment", "after", "between", "5", "to", "56", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "less", "than", "18.7", "."], "ltl": ["finally", "[5,56]", "(", "signal_1_n", "less", "18.7", ")"], "logic_sentence": ["Eventually", "there", "must", "exist", "a", "certain", "moment", "after", "between", "5", "to", "56", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "<", "18.7"]]}}} {"id": 724, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "54.3", "happens", ",", "then", "there", "will", "be", "finally", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "signal_2_n", "signal", "never", "exceeds", "the", "threshold", "of", "24.2", "and", "then", "must", "remain", "like", "that", "without", "interruption", "for", "every", "moment", "in", "the", "following", "42", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.3", ")", "imply", "finally", "(", "globally", "[0,42]", "(", "negation", "rise", "(", "signal_2_n", "more", "24.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "there", "will", "be", "finally", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_2", ")", "and", "then", "must", "remain", "like", "that", "without", "interruption", "for", "every", "moment", "in", "the", "following", "42", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["fall", "(", "signal_1_n", "==", "54.3", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["-", "rise", "(", "signal_2_n", ">", "24.2", ")"]]}}} {"id": 283, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "below", "81.5", "happens", "or", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "36.9", ",", "then", "signal_3_n", "shall", "be", "below", "30.0", "continuously", "for", "each", "time", "point", "during", "the", "next", "45", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "81.5", ")", "or", "signal_2_n", "more equal", "36.9", "imply", "globally", "[0,45]", "(", "signal_3_n", "less", "30.0", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "45", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "81.5", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", ">=", "36.9"]]}, " prop_3 ": {"span": [28, 44], "prop": [["signal_3_n", "<", "30.0"]]}}} {"id": 6190, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "above", "2.8", "and", "smaller", "than", "15.0", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "61.9", ",", "then", "the", "mode", "of", "signal_3_n", "has", "to", "be", "simultaneously", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.8", "and", "signal_1_n", "less", "15.0", ")", "and", "signal_2_n", "math equal", "61.9", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "2.8"], ["signal_1_n", "<", "15.0"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "61.9"]]}, " prop_3 ": {"span": [31, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5356, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "59.5", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_4_n", "will", "be", "greater", "than", "7.8", "and", "this", "scenario", "needs", "to", "always", "keep", "for", "every", "moment", "within", "the", "following", "29", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "59.5", "imply", "globally", "[0,29]", "(", "signal_4_n", "more", "7.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "this", "scenario", "needs", "to", "always", "keep", "for", "every", "moment", "within", "the", "following", "29", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "29", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_3_n", "==", "59.5"]]}, " prop_3 ": {"span": [34, 43], "prop": [["signal_4_n", ">", "7.8"]]}}} {"id": 3073, "sentence": ["For", "each", "moment", "during", "the", "first", "82", "time", "units", ",", "signal_1_n", "will", "have", "to", "uninterruptedly", "keep", "larger", "than", "75.4", "and", "less", "than", "89.6", ",", "or", "signal_2_n", "will", "have", "to", "be", "continuously", "set", "to", "65.5", "."], "ltl": ["globally", "[0,82]", "(", "(", "signal_1_n", "more", "75.4", "and", "signal_1_n", "less", "89.6", ")", "or", "signal_2_n", "math equal", "65.5", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "82", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "82", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">", "75.4"], ["signal_1_n", "<", "89.6"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "==", "65.5"]]}}} {"id": 61, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "74.3", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "shall", "be", "at", "most", "38.7", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "74.3", ")", "imply", "signal_2_n", "less equal", "38.7", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "74.3", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "<=", "38.7"]]}}} {"id": 2005, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "following", "47", "time", "units", ",", "eventually", "the", "signal_3_n", "signal", "will", "have", "to", "get", "changed", "to", "42.2", "at", "a", "certain", "moment", "during", "the", "following", "77", "to", "99", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,47]", "(", "finally", "[77,99]", "(", "rise", "(", "signal_3_n", "math equal", "42.2", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "following", "47", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "47", "]", "(", "F", "[", "77", ":", "99", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 56], "prop": [["rise", "(", "signal_3_n", "==", "42.2", ")"]]}}} {"id": 2547, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "remains", "equal", "to", "67.1", ",", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "25.7", "then", "at", "once", "signal_3_n", "will", "not", "be", "lower", "than", "44.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "67.1", "and", "signal_2_n", "more equal", "25.7", "imply", "negation", "(", "signal_3_n", "less", "44.2", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "==", "67.1"]]}, " prop_2 ": {"span": [11, 21], "prop": [["signal_2_n", ">=", "25.7"]]}, " prop_3 ": {"span": [24, 31], "prop": [["-", "(", "signal_3_n", "<", "44.2", ")"]]}}} {"id": 4706, "sentence": ["Whenever", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_3_n", "will", "have", "to", "be", "set", "to", "signal_4_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5028, "sentence": ["In", "the", "first", "23", "time", "units", "consistently", "the", "signal_1_n", "signal", "needs", "to", "be", "above", "87.8", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "more", "87.8", ")"], "logic_sentence": ["In", "the", "first", "23", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "87.8"]]}}} {"id": 1047, "sentence": ["As", "soon", "as", "within", "the", "past", "50", "time", "units", "the", "value", "of", "signal", "signal_1_n", "was", "59.8", "continuously", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_2_n", "shall", "be", "below", "46.8", "and", "this", "condition", "has", "to", "keep", "without", "interruption", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "historically", "[0,50]", "(", "signal_1_n", "math equal", "59.8", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less", "46.8", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "within", "the", "past", "50", "time", "units", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "keep", "without", "interruption", "in", "the", "future", "till", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "50", "]", "(", "prop_1", ")", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "59.8"]]}, " prop_2 ": {"span": [37, 48], "prop": [["signal_2_n", "<", "46.8"]]}}} {"id": 4254, "sentence": ["If", "signal_1_n", "has", "never", "become", "not", "set", "to", "0.2", "for", "the", "elapsed", "60", "time", "units", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "first", "100", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "ought", "to", "increase", "above", "67.7", "."], "ltl": ["globally", "(", "historically", "[0,60]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "0.2", ")", ")", "imply", "globally", "[0,100]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "67.7", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "first", "100", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "60", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "100", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 15], "prop": [["-", "fall", "(", "signal_1_n", "==", "0.2", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["rise", "(", "signal_2_n", ">", "67.7", ")"]]}}} {"id": 4496, "sentence": ["Eventually", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "51.7", "will", "have", "to", "be", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "51.7", ")", ")"], "logic_sentence": ["Eventually", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "have", "to", "be", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "51.7", ")"]]}}} {"id": 5449, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "becomes", "equal", "to", "71.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "will", "be", "uninterruptedly", "bigger", "than", "19.7", "and", "smaller", "than", "64.0", "until", "the", "signal_3_n", "signal", "wo", "n't", "be", "at", "most", "67.4", "at", "a", "certain", "time", "instant", "within", "the", "next", "60", "to", "78", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "71.5", ")", "imply", "(", "signal_2_n", "more", "19.7", "and", "signal_2_n", "less", "64.0", ")", "until", "[60,78]", "(", "negation", "(", "signal_3_n", "less equal", "67.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "60", ":", "78", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "71.5", ")"]]}, " prop_2 ": {"span": [23, 59], "prop": [["signal_2_n", ">", "19.7"], ["signal_2_n", "<", "64.0"], ["-", "(", "signal_3_n", "<=", "67.4", ")"]]}}} {"id": 1881, "sentence": ["Finally", "at", "sometime", "during", "the", "first", "12", "to", "60", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "3.4", "is", "detected", "."], "ltl": ["finally", "[12,60]", "(", "rise", "(", "signal_1_n", "less", "3.4", ")", ")"], "logic_sentence": ["Finally", "at", "sometime", "during", "the", "first", "12", "to", "60", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "."], "logic_ltl": ["F", "[", "12", ":", "60", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["rise", "(", "signal_1_n", "<", "3.4", ")"]]}}} {"id": 643, "sentence": ["In", "the", "case", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "is", "54.3", ",", "then", "in", "response", "finally", "there", "will", "be", "a", "time", "during", "the", "first", "34", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "needs", "to", "be", "no", "less", "than", "95.6", "and", "this", "condition", "will", "have", "to", "keep", "without", "interruption", "for", "each", "moment", "in", "the", "following", "69", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "54.3", "imply", "finally", "[0,34]", "(", "globally", "[0,69]", "(", "signal_4_n", "more equal", "95.6", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "finally", "there", "will", "be", "a", "time", "during", "the", "first", "34", "time", "units", ",", "at", "which", "(", "prop_3", ")", "and", "this", "condition", "will", "have", "to", "keep", "without", "interruption", "for", "each", "moment", "in", "the", "following", "69", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "34", "]", "(", "G", "[", "0", ":", "69", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_3_n", "==", "54.3"]]}, " prop_3 ": {"span": [39, 49], "prop": [["signal_4_n", ">=", "95.6"]]}}} {"id": 583, "sentence": ["Globally", ",", "while", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "66.2", ",", "then", "at", "the", "same", "moment", "the", "signal_4_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "63.2", "and", "starting", "without", "any", "delay", "the", "value", "of", "signal_5_n", "has", "to", "be", "equal", "to", "30.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "66.2", "imply", "signal_4_n", "more equal", "63.2", "and", "signal_5_n", "math equal", "30.6", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "at", "the", "same", "moment", "(", "prop_3", ")", "and", "starting", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 24], "prop": [["signal_3_n", ">=", "66.2"]]}, " prop_3 ": {"span": [30, 42], "prop": [["signal_4_n", ">=", "63.2"]]}, " prop_4 ": {"span": [47, 57], "prop": [["signal_5_n", "==", "30.6"]]}}} {"id": 1062, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consecutively", "signal_1_n", "will", "keep", "greater", "than", "29.4", "or", "signal_2_n", "will", "consecutively", "remain", "below", "94.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "29.4", "or", "signal_2_n", "less", "94.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consecutively", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", ">", "29.4"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "<", "94.9"]]}}} {"id": 5812, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "89.2", "takes", "place", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "shall", "not", "be", "equal", "to", "5.3", "and", "then", "this", "scenario", "will", "have", "to", "always", "remain", "until", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "19.9", ",", "which", "needs", "to", "be", "observed", "at", "a", "certain", "time", "point", "after", "at", "most", "94", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "89.2", ")", "imply", "(", "negation", "(", "signal_2_n", "math equal", "5.3", ")", ")", "until", "[0,94]", "(", "signal_3_n", "less equal", "19.9", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "have", "to", "always", "remain", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "94", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<=", "89.2", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["-", "(", "signal_2_n", "==", "5.3", ")"]]}, " prop_3 ": {"span": [42, 69], "prop": [["signal_3_n", "<=", "19.9"]]}}} {"id": 5618, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "83", "time", "units", ",", "eventually", "the", "state", "of", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,83]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "83", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 994, "sentence": ["For", "every", "moment", "within", "81", "time", "units", "continuously", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "42.7", "shall", "not", "take", "place", "or", "signal_2_n", "will", "be", "staying", "greater", "than", "or", "equal", "to", "5.3", "and", "at", "most", "12.4", "continuously", "."], "ltl": ["globally", "[0,81]", "(", "negation", "rise", "(", "signal_1_n", "math equal", "42.7", ")", "or", "(", "signal_2_n", "more equal", "5.3", "and", "signal_2_n", "less equal", "12.4", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "81", "time", "units", "continuously", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "not", "take", "place", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["-", "rise", "(", "signal_1_n", "==", "42.7", ")"]]}, " prop_2 ": {"span": [24, 39], "prop": [["signal_2_n", ">=", "5.3"], ["signal_2_n", "<=", "12.4"]]}}} {"id": 4163, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "the", "following", "21", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "should", "not", "be", "at", "most", "18.0", "and", "then", "consecutively", "this", "condition", "has", "to", "last", "in", "the", "coming", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,36]", "(", "negation", "(", "signal_3_n", "less equal", "18.0", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "the", "following", "21", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "has", "to", "last", "in", "the", "coming", "36", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["-", "(", "signal_3_n", "<=", "18.0", ")"]]}}} {"id": 932, "sentence": ["Everytime", "when", "signal_1_n", "stays", "between", "the", "open", "interval", "-LRB-", "7.7", ",", "30.0", "-RRB-", ",", "or", "the", "mode", "of", "signal_2_n", "is", "not", "in", "signal_3_n", ",", "then", "simultaneously", "the", "signal_4_n", "signal", "is", "larger", "than", "64.3", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_5_n", "falls", "to", "at", "most", "8.2", "has", "to", "take", "place", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "7.7", "and", "signal_1_n", "less", "30.0", ")", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "signal_4_n", "more", "64.3", "and", "rise", "(", "signal_5_n", "less equal", "8.2", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "simultaneously", "(", "prop_3", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_4", ")", "has", "to", "take", "place", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [2, 13], "prop": [["signal_1_n", ">", "7.7"], ["signal_1_n", "<", "30.0"]]}, " prop_2 ": {"span": [15, 23], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [26, 33], "prop": [["signal_4_n", ">", "64.3"]]}, " prop_4 ": {"span": [39, 49], "prop": [["rise", "(", "signal_5_n", "<=", "8.2", ")"]]}}} {"id": 86, "sentence": ["The", "signal_1_n", "signal", "uninterruptedly", "remains", "in", "the", "closed", "interval", "-LSB-", "0.1", ",", "1.4", "-RSB-", "for", "each", "time", "point", "within", "the", "first", "1", "to", "27", "time", "units", "."], "ltl": ["globally", "[1,27]", "(", "signal_1_n", "more equal", "0.1", "and", "signal_1_n", "less equal", "1.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "27", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 26], "prop": [["signal_1_n", ">=", "0.1"], ["signal_1_n", "<=", "1.4"]]}}} {"id": 4877, "sentence": ["Ultimately", "signal_1_n", "will", "be", "smaller", "than", "44.7", "at", "a", "certain", "time", "instant", "during", "the", "first", "3", "time", "units", "."], "ltl": ["finally", "[0,3]", "(", "signal_1_n", "less", "44.7", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "<", "44.7"]]}}} {"id": 3360, "sentence": ["At", "a", "time", "within", "98", "time", "units", ",", "the", "mode", "of", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "eventually", "or", "the", "value", "of", "signal_3_n", "must", "be", "at", "least", "0.2", "and", "less", "than", "or", "equal", "to", "73.2", "."], "ltl": ["finally", "[0,98]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "0.2", "and", "signal_3_n", "less equal", "73.2", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "98", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "98", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 35], "prop": [["signal_3_n", ">=", "0.2"], ["signal_3_n", "<=", "73.2"]]}}} {"id": 1341, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "0", "to", "53", "time", "units", ",", "signal_1_n", "needs", "to", "continuously", "stay", "greater", "than", "or", "equal", "to", "0.4", ",", "and", "continuously", "the", "signal_2_n", "signal", "will", "have", "to", "keep", "equal", "to", "18.1", "."], "ltl": ["globally", "[0,53]", "(", "signal_1_n", "more equal", "0.4", "and", "signal_2_n", "math equal", "18.1", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "0", "to", "53", "time", "units", ",", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", ">=", "0.4"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "18.1"]]}}} {"id": 1919, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "happens", ",", "then", "in", "response", "immediately", "the", "value", "of", "signal_3_n", "ought", "to", "be", "below", "59.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "59.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_3_n", "<", "59.5"]]}}} {"id": 5247, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "below", "64.8", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "after", "between", "40", "to", "47", "time", "units", ",", "the", "signal_2_n", "signal", "will", "be", "higher", "than", "61.9", "and", "this", "condition", "shall", "hold", "consistently", "for", "each", "time", "point", "during", "the", "next", "45", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "64.8", "imply", "finally", "[40,47]", "(", "globally", "[0,45]", "(", "signal_2_n", "more", "61.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "after", "between", "40", "to", "47", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "shall", "hold", "consistently", "for", "each", "time", "point", "during", "the", "next", "45", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "40", ":", "47", "]", "(", "G", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["signal_1_n", "<", "64.8"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", ">", "61.9"]]}}} {"id": 5907, "sentence": ["In", "the", "case", "the", "state", "of", "signal", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "12.3", ",", "then", "eventually", "there", "shall", "be", "a", "certain", "time", "point", "within", "the", "next", "14", "time", "units", ",", "at", "which", "uninterruptedly", "the", "value", "of", "signal", "signal_4_n", "keeps", "below", "16.5", "for", "each", "time", "instant", "in", "the", "subsequent", "51", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "12.3", "imply", "finally", "[0,14]", "(", "globally", "[0,51]", "(", "signal_4_n", "less", "16.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "eventually", "there", "shall", "be", "a", "certain", "time", "point", "within", "the", "next", "14", "time", "units", ",", "at", "which", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "14", "]", "(", "G", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [14, 23], "prop": [["signal_3_n", "==", "12.3"]]}, " prop_3 ": {"span": [43, 61], "prop": [["signal_4_n", "<", "16.5"]]}}} {"id": 7, "sentence": ["During", "the", "interval", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "sometime", "in", "the", "first", "41", "time", "units", ",", "the", "mode", "of", "signal", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "and", "then", "this", "scenario", "must", "hold", "without", "interruption", "in", "the", "coming", "3", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,41]", "(", "globally", "[0,3]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "sometime", "in", "the", "first", "41", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "must", "hold", "without", "interruption", "in", "the", "coming", "3", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3144, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "72.6", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "49.1", "happens", "then", "the", "signal_3_n", "signal", "needs", "to", "be", "instantly", "higher", "than", "98.4", ",", "and", "the", "event", "that", "signal_4_n", "begins", "deviating", "from", "85.5", "takes", "place", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.6", "and", "rise", "(", "signal_2_n", "more equal", "49.1", ")", "imply", "signal_3_n", "more", "98.4", "and", "fall", "(", "signal_4_n", "math equal", "85.5", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "happens", "then", "(", "prop_3", ")", ",", "and", "the", "event", "that", "(", "prop_4", ")", "takes", "place", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "72.6"]]}, " prop_2 ": {"span": [11, 23], "prop": [["rise", "(", "signal_2_n", ">=", "49.1", ")"]]}, " prop_3 ": {"span": [25, 35], "prop": [["signal_3_n", ">", "98.4"]]}, " prop_4 ": {"span": [40, 45], "prop": [["fall", "(", "signal_4_n", "==", "85.5", ")"]]}}} {"id": 6139, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "must", "remain", "less", "than", "or", "equal", "to", "17.4", "or", "immediately", "the", "mode", "of", "signal_4_n", "has", "to", "stay", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "17.4", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "or", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_3_n", "<=", "17.4"]]}, " prop_3 ": {"span": [27, 36], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 5058, "sentence": ["At", "a", "time", "within", "82", "time", "units", ",", "eventually", "signal_1_n", "must", "be", "higher", "than", "95.4", "and", "the", "signal_2_n", "signal", "shall", "stay", "at", "most", "58.9", "ultimately", "."], "ltl": ["finally", "[0,82]", "(", "signal_1_n", "more", "95.4", "and", "signal_2_n", "less equal", "58.9", ")"], "logic_sentence": ["At", "a", "time", "within", "82", "time", "units", ",", "eventually", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", ">", "95.4"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", "<=", "58.9"]]}}} {"id": 5992, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "31.9", "gets", "observed", ",", "then", "at", "a", "time", "during", "the", "next", "80", "time", "units", "signal_2_n", "must", "eventually", "stay", "larger", "than", "97.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "31.9", ")", "imply", "finally", "[0,80]", "(", "signal_2_n", "more", "97.4", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "at", "a", "time", "during", "the", "next", "80", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">", "31.9", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", ">", "97.4"]]}}} {"id": 1175, "sentence": ["Globally", ",", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "will", "always", "remain", "like", "that", "until", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "goes", "to", "greater", "than", "or", "equal", "to", "61.4", "gets", "detected", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "then", "in", "response", "at", "a", "certain", "moment", "within", "the", "following", "70", "time", "units", ",", "for", "every", "time", "point", "in", "the", "following", "1", "to", "5", "time", "units", "the", "value", "of", "signal_4_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "40.0", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "(", "rise", "(", "signal_3_n", "more equal", "61.4", ")", ")", "imply", "finally", "[0,70]", "(", "globally", "[1,5]", "(", "signal_4_n", "less equal", "40.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "will", "always", "remain", "like", "that", "until", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "then", "in", "response", "at", "a", "certain", "moment", "within", "the", "following", "70", "time", "units", ",", "for", "every", "time", "point", "in", "the", "following", "1", "to", "5", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "70", "]", "(", "G", "[", "1", ":", "5", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 34], "prop": [["rise", "(", "signal_3_n", ">=", "61.4", ")"]]}, " prop_3 ": {"span": [73, 88], "prop": [["signal_4_n", "<=", "40.0"]]}}} {"id": 1828, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "57", "to", "94", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "remaining", "in", "the", "interval", "-LSB-", "44.7", ",", "97.3", "-RSB-", "all", "the", "time", ",", "or", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "79.5", "."], "ltl": ["globally", "[57,94]", "(", "(", "signal_1_n", "more equal", "44.7", "and", "signal_1_n", "less equal", "97.3", ")", "or", "signal_2_n", "more equal", "79.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "57", "to", "94", "time", "units", ",", "(", "prop_1", ")", ",", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "57", ":", "94", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 30], "prop": [["signal_1_n", ">=", "44.7"], ["signal_1_n", "<=", "97.3"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", ">=", "79.5"]]}}} {"id": 2481, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "equal", "to", "21.1", "for", "every", "time", "instant", "during", "the", "first", "86", "time", "units", "."], "ltl": ["globally", "[0,86]", "(", "signal_1_n", "math equal", "21.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "21.1"]]}}} {"id": 5240, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "uninterruptedly", "the", "signal_1_n", "signal", "ought", "never", "to", "be", "less", "than", "or", "equal", "to", "82.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "82.2", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["-", "(", "signal_1_n", "<=", "82.2", ")"]]}}} {"id": 1986, "sentence": ["Eventually", "there", "needs", "to", "exist", "a", "time", "within", "41", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "58.9", "."], "ltl": ["finally", "[0,41]", "(", "signal_1_n", "math equal", "58.9", ")"], "logic_sentence": ["Eventually", "there", "needs", "to", "exist", "a", "time", "within", "41", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "41", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["signal_1_n", "==", "58.9"]]}}} {"id": 5944, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "85.4", "occurs", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "is", "equal", "to", "92.3", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "85.4", ")", "imply", "signal_2_n", "math equal", "92.3", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "85.4", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "92.3"]]}}} {"id": 2764, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "85.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "time", "within", "the", "coming", "8", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "in", "signal_3_n", "and", "consistently", "this", "condition", "needs", "to", "last", "for", "each", "time", "point", "within", "the", "coming", "52", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "85.5", ")", "imply", "finally", "[0,8]", "(", "globally", "[0,52]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "time", "within", "the", "coming", "8", "time", "units", ",", "(", "prop_2", ")", "and", "consistently", "this", "condition", "needs", "to", "last", "for", "each", "time", "point", "within", "the", "coming", "52", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "8", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "85.5", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3697, "sentence": ["Finally", "the", "signal_1_n", "signal", "needs", "to", "be", "24.3", "at", "a", "time", "in", "less", "than", "80", "time", "units", "."], "ltl": ["finally", "[0,80]", "(", "signal_1_n", "math equal", "24.3", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "==", "24.3"]]}}} {"id": 3983, "sentence": ["If", "signal_1_n", "is", "smaller", "than", "57.2", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "above", "24.3", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "shall", "be", "immediately", "over", "23.4", "and", "less", "than", "58.8", "."], "ltl": ["globally", "(", "signal_1_n", "less", "57.2", "or", "signal_2_n", "more", "24.3", "imply", "signal_3_n", "more", "23.4", "and", "signal_3_n", "less", "58.8", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "57.2"]]}, " prop_2 ": {"span": [8, 16], "prop": [["signal_2_n", ">", "24.3"]]}, " prop_3 ": {"span": [20, 33], "prop": [["signal_3_n", ">", "23.4"], ["signal_3_n", "<", "58.8"]]}}} {"id": 3362, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "larger", "than", "22.1", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "first", "5", "time", "units", "the", "signal_2_n", "signal", "should", "remain", "greater", "than", "or", "equal", "to", "7.3", "and", "less", "than", "or", "equal", "to", "53.4", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "22.1", ")", "imply", "globally", "[0,5]", "(", "signal_2_n", "more equal", "7.3", "and", "signal_2_n", "less equal", "53.4", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "first", "5", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "5", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "22.1", ")"]]}, " prop_2 ": {"span": [34, 53], "prop": [["signal_2_n", ">=", "7.3"], ["signal_2_n", "<=", "53.4"]]}}} {"id": 5832, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "at", "most", "76.0", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "25", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal", "signal_2_n", "must", "be", "ultimately", "no", "less", "than", "7.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "76.0", ")", "imply", "globally", "[0,25]", "(", "finally", "(", "signal_2_n", "more equal", "7.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "25", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "25", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "<=", "76.0", ")"]]}, " prop_2 ": {"span": [48, 60], "prop": [["signal_2_n", ">=", "7.3"]]}}} {"id": 1934, "sentence": ["If", "the", "event", "that", "signal_1_n", "is", "changed", "to", "66.5", "happens", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "12.5", "and", "below", "41.7", "then", "the", "state", "of", "signal_3_n", "should", "be", "in", "signal_4_n", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "66.5", ")", "or", "(", "signal_2_n", "more", "12.5", "and", "signal_2_n", "less", "41.7", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "66.5", ")"]]}, " prop_2 ": {"span": [11, 22], "prop": [["signal_2_n", ">", "12.5"], ["signal_2_n", "<", "41.7"]]}, " prop_3 ": {"span": [23, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5899, "sentence": ["There", "must", "exist", "a", "certain", "moment", "after", "at", "most", "14", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "be", "larger", "than", "13.3", "."], "ltl": ["finally", "[0,14]", "(", "signal_1_n", "more", "13.3", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "moment", "after", "at", "most", "14", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "14", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", ">", "13.3"]]}}} {"id": 49, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "37", "to", "37", "time", "units", "the", "value", "of", "signal_1_n", "shall", "always", "remain", "below", "38.3", ",", "and", "the", "state", "of", "signal_2_n", "ought", "to", "be", "uninterruptedly", "in", "signal_3_n", "."], "ltl": ["globally", "[37,37]", "(", "signal_1_n", "less", "38.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "37", "to", "37", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "37", ":", "37", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<", "38.3"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4713, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "crosses", "the", "threshold", "of", "4.3", "takes", "place", "then", "without", "any", "delay", "signal_2_n", "is", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "4.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", ">", "4.3", ")"]]}, " prop_2 ": {"span": [23, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 798, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "mode", "of", "signal", "signal_1_n", "must", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4086, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "stays", "below", "62.4", ",", "then", "the", "value", "of", "signal_2_n", "has", "to", "remain", "less", "than", "or", "equal", "to", "41.0", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "less", "62.4", "imply", "signal_2_n", "less equal", "41.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "62.4"]]}, " prop_2 ": {"span": [16, 30], "prop": [["signal_2_n", "<=", "41.0"]]}}} {"id": 4153, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "subsequent", "54", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "97", "time", "units", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "shifted", "to", "32.4", "shall", "be", "ultimately", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,54]", "(", "finally", "[0,97]", "(", "rise", "(", "signal_3_n", "math equal", "32.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "subsequent", "54", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "97", "time", "units", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "ultimately", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "54", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [50, 59], "prop": [["rise", "(", "signal_3_n", "==", "32.4", ")"]]}}} {"id": 434, "sentence": ["For", "each", "time", "point", "in", "the", "first", "6", "to", "77", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "keep", "less", "than", "or", "equal", "to", "49.0", "consistently", ",", "or", "consistently", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[6,77]", "(", "signal_1_n", "less equal", "49.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "6", "to", "77", "time", "units", ",", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "6", ":", "77", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", "<=", "49.0"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3727, "sentence": ["As", "soon", "as", "signal_1_n", "gets", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "27", "time", "units", "ultimately", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "shall", "never", "be", "signal_4_n", "within", "the", "next", "56", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,27]", "(", "globally", "[0,56]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "27", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 49], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5403, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "raised", "to", "no", "less", "than", "92.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "equals", "to", "68.4", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "92.1", ")", "imply", "signal_2_n", "math equal", "68.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", ">=", "92.1", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["signal_2_n", "==", "68.4"]]}}} {"id": 5465, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "30.2", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "closed", "interval", "-LSB-", "23.7", ",", "27.1", "-RSB-", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "has", "to", "be", "simultaneously", "below", "91.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "30.2", "and", "(", "signal_2_n", "more equal", "23.7", "and", "signal_2_n", "less equal", "27.1", ")", "imply", "signal_3_n", "less", "91.1", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<=", "30.2"]]}, " prop_2 ": {"span": [14, 29], "prop": [["signal_2_n", ">=", "23.7"], ["signal_2_n", "<=", "27.1"]]}, " prop_3 ": {"span": [38, 45], "prop": [["signal_3_n", "<", "91.1"]]}}} {"id": 4915, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "79.5", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "20.2", "and", "consecutively", "this", "condition", "needs", "to", "sustain", "until", "the", "value", "of", "signal_3_n", "will", "be", "at", "least", "17.1", ",", "which", "has", "to", "be", "eventually", "observed", "at", "a", "certain", "time", "point", "during", "the", "next", "54", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.5", ")", "imply", "(", "signal_2_n", "math equal", "20.2", ")", "until", "[0,54]", "(", "signal_3_n", "more equal", "17.1", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "consecutively", "this", "condition", "needs", "to", "sustain", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "54", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "79.5", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "20.2"]]}, " prop_3 ": {"span": [44, 71], "prop": [["signal_3_n", ">=", "17.1"]]}}} {"id": 1421, "sentence": ["For", "each", "moment", "within", "19", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "always", "remaining", "at", "least", "90.1", ",", "and", "signal_2_n", "should", "keep", "greater", "than", "or", "equal", "to", "86.2", "uninterruptedly", "."], "ltl": ["globally", "[0,19]", "(", "signal_1_n", "more equal", "90.1", "and", "signal_2_n", "more equal", "86.2", ")"], "logic_sentence": ["For", "each", "moment", "within", "19", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">=", "90.1"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", ">=", "86.2"]]}}} {"id": 3712, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "will", "not", "be", "signal_2_n", "during", "the", "first", "5", "time", "units", "."], "ltl": ["globally", "[0,5]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "5", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 379, "sentence": ["There", "shall", "be", "a", "certain", "moment", "within", "67", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "27.4", "and", "less", "than", "or", "equal", "to", "77.1", "."], "ltl": ["finally", "[0,67]", "(", "signal_1_n", "more equal", "27.4", "and", "signal_1_n", "less equal", "77.1", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "within", "67", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "67", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 34], "prop": [["signal_1_n", ">=", "27.4"], ["signal_1_n", "<=", "77.1"]]}}} {"id": 108, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "larger", "than", "22.2", "and", "below", "33.6", "or", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "signal_4_n", "needs", "to", "be", "larger", "than", "29.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "22.2", "and", "signal_1_n", "less", "33.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "29.5", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", ">", "22.2"], ["signal_1_n", "<", "33.6"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 37], "prop": [["signal_4_n", ">", "29.5"]]}}} {"id": 2511, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "30.4", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "signal_2_n", "needs", "to", "be", "less", "than", "90.9", "and", "at", "the", "same", "time", "point", "the", "value", "of", "signal_3_n", "shall", "never", "be", "95.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "30.4", "imply", "signal_2_n", "less", "90.9", "and", "negation", "(", "signal_3_n", "math equal", "95.7", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "(", "prop_2", ")", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", ">=", "30.4"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "<", "90.9"]]}, " prop_3 ": {"span": [34, 42], "prop": [["-", "(", "signal_3_n", "==", "95.7", ")"]]}}} {"id": 19, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "changes", "to", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "after", "between", "37", "to", "44", "time", "units", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "78.1", "and", "this", "scenario", "should", "keep", "uninterruptedly", "for", "each", "moment", "within", "the", "subsequent", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[37,44]", "(", "globally", "[0,21]", "(", "signal_3_n", "math equal", "78.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "after", "between", "37", "to", "44", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "should", "keep", "uninterruptedly", "for", "each", "moment", "within", "the", "subsequent", "21", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "37", ":", "44", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_3_n", "==", "78.1"]]}}} {"id": 303, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "7.6", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "should", "be", "higher", "than", "79.2", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "7.6", ")", "imply", "signal_2_n", "more", "79.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["fall", "(", "signal_1_n", "==", "7.6", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", ">", "79.2"]]}}} {"id": 1430, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "65", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "stay", "at", "least", "34.1", "and", "no", "larger", "than", "67.3", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "more equal", "34.1", "and", "signal_1_n", "less equal", "67.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "65", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "34.1"], ["signal_1_n", "<=", "67.3"]]}}} {"id": 2283, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "signal_1_n", "shall", "stay", "equal", "to", "47.2", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "47.2", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "47.2"]]}}} {"id": 433, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "to", "no", "less", "than", "66.8", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "is", "no", "less", "than", "2.4", "and", "below", "4.7", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "66.8", ")", "imply", "signal_2_n", "more equal", "2.4", "and", "signal_2_n", "less", "4.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "66.8", ")"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", ">=", "2.4"], ["signal_2_n", "<", "4.7"]]}}} {"id": 1028, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "54.3", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "3.5", "has", "to", "be", "observed", "promptly", "or", "signal_3_n", "must", "be", "20.8", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.3", ")", "imply", "rise", "(", "signal_2_n", "less equal", "3.5", ")", "or", "signal_3_n", "math equal", "20.8", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "be", "observed", "promptly", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "54.3", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["rise", "(", "signal_2_n", "<=", "3.5", ")"]]}, " prop_3 ": {"span": [44, 52], "prop": [["signal_3_n", "==", "20.8"]]}}} {"id": 5452, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "within", "97", "time", "units", ",", "signal_3_n", "should", "keep", "in", "signal_4_n", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,97]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "within", "97", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6395, "sentence": ["Continuously", "the", "value", "of", "signal_1_n", "will", "remain", "on", "50.0", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.0", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "==", "50.0"]]}}} {"id": 3022, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "during", "the", "following", "77", "time", "units", ",", "the", "transition", "action", "that", "signal_3_n", "becomes", "no", "more", "than", "81.1", "must", "occur", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,77]", "(", "rise", "(", "signal_3_n", "less equal", "81.1", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "during", "the", "following", "77", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "occur", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 46], "prop": [["rise", "(", "signal_3_n", "<=", "81.1", ")"]]}}} {"id": 1880, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "within", "24", "to", "51", "time", "units", "ultimately", ",", "at", "which", "the", "event", "that", "signal_1_n", "gets", "smaller", "than", "5.5", "shall", "get", "detected", "."], "ltl": ["finally", "[24,51]", "(", "rise", "(", "signal_1_n", "less", "5.5", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "within", "24", "to", "51", "time", "units", "ultimately", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "get", "detected", "."], "logic_ltl": ["F", "[", "24", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 26], "prop": [["rise", "(", "signal_1_n", "<", "5.5", ")"]]}}} {"id": 4707, "sentence": ["For", "every", "moment", "during", "the", "first", "33", "to", "87", "time", "units", "continuously", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "98.8", "must", "n't", "be", "detected", "and", "without", "interruption", "signal_2_n", "has", "to", "be", "equal", "to", "38.8", "."], "ltl": ["globally", "[33,87]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "98.8", ")", "and", "signal_2_n", "math equal", "38.8", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "33", "to", "87", "time", "units", "continuously", "the", "event", "that", "(", "prop_1", ")", "must", "n't", "be", "detected", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "33", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["-", "fall", "(", "signal_1_n", "==", "98.8", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["signal_2_n", "==", "38.8"]]}}} {"id": 2002, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", "then", "in", "response", "for", "every", "moment", "within", "28", "time", "units", ",", "eventually", "the", "signal_3_n", "signal", "will", "have", "to", "get", "changed", "to", "2.3", "at", "a", "certain", "moment", "during", "the", "following", "3", "to", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,28]", "(", "finally", "[3,55]", "(", "rise", "(", "signal_3_n", "math equal", "2.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "for", "every", "moment", "within", "28", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "28", "]", "(", "F", "[", "3", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 51], "prop": [["rise", "(", "signal_3_n", "==", "2.3", ")"]]}}} {"id": 3211, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "less", "than", "92.2", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "signal_2_n", "has", "to", "be", "less", "than", "32.7", "."], "ltl": ["globally", "(", "signal_1_n", "less", "92.2", "imply", "signal_2_n", "less", "32.7", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "92.2"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "<", "32.7"]]}}} {"id": 5491, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "55.3", "does", "not", "get", "observed", ",", "and", "the", "signal_2_n", "signal", "is", "13.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_3_n", "shall", "simultaneously", "not", "be", "less", "than", "28.6", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "55.3", ")", "and", "signal_2_n", "math equal", "13.6", "imply", "negation", "(", "signal_3_n", "less", "28.6", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "get", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["-", "fall", "(", "signal_1_n", "==", "55.3", ")"]]}, " prop_2 ": {"span": [20, 25], "prop": [["signal_2_n", "==", "13.6"]]}, " prop_3 ": {"span": [34, 45], "prop": [["-", "(", "signal_3_n", "<", "28.6", ")"]]}}} {"id": 2003, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "coming", "16", "time", "units", "there", "must", "be", "a", "certain", "moment", "within", "the", "coming", "7", "to", "32", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "must", "be", "changed", "to", "94.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,16]", "(", "finally", "[7,32]", "(", "rise", "(", "signal_3_n", "math equal", "94.7", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "coming", "16", "time", "units", "there", "must", "be", "a", "certain", "moment", "within", "the", "coming", "7", "to", "32", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "16", "]", "(", "F", "[", "7", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 62], "prop": [["rise", "(", "signal_3_n", "==", "94.7", ")"]]}}} {"id": 1877, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "at", "most", "52.9", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "55.6", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "simultaneously", "more", "than", "79.9", "and", "below", "83.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "52.9", "and", "signal_2_n", "more equal", "55.6", "imply", "signal_3_n", "more", "79.9", "and", "signal_3_n", "less", "83.7", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<=", "52.9"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", ">=", "55.6"]]}, " prop_3 ": {"span": [33, 48], "prop": [["signal_3_n", ">", "79.9"], ["signal_3_n", "<", "83.7"]]}}} {"id": 1506, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "3.6", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "will", "have", "to", "stay", "in", "signal_3_n", "consistently", "for", "every", "moment", "within", "the", "coming", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "3.6", ")", "imply", "globally", "[0,51]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", ">=", "3.6", ")"]]}, " prop_2 ": {"span": [27, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5555, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "less", "than", "or", "equal", "to", "8.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "8.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_3_n", "<=", "8.5"]]}}} {"id": 4442, "sentence": ["For", "each", "time", "instant", "within", "1", "time", "units", "the", "state", "of", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "consecutively", ",", "and", "consecutively", "the", "value", "of", "signal", "signal_3_n", "will", "be", "staying", "at", "31.0", "."], "ltl": ["globally", "[0,1]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "31.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "1", "time", "units", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "1", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", "==", "31.0"]]}}} {"id": 2191, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "bigger", "than", "73.3", "is", "observed", "then", "signal_2_n", "needs", "to", "be", "at", "most", "16.4", "and", "needs", "to", "uninterruptedly", "keep", "like", "this", "for", "the", "past", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "73.3", ")", "imply", "historically", "[0,36]", "(", "signal_2_n", "less equal", "16.4", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "73.3", ")"]]}, " prop_2 ": {"span": [15, 35], "prop": [["signal_2_n", "<=", "16.4"]]}}} {"id": 1460, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "occurs", ",", "then", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "signal_3_n", "must", "finally", "not", "be", "set", "to", "84.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "(", "signal_3_n", "math equal", "84.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["-", "(", "signal_3_n", "==", "84.6", ")"]]}}} {"id": 6239, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_1_n", "shall", "be", "ultimately", "no", "less", "than", "16.4", "and", "less", "than", "30.7", ",", "or", "the", "signal_2_n", "signal", "has", "to", "be", "larger", "than", "4.4", "and", "less", "than", "10.4", "ultimately", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "16.4", "and", "signal_1_n", "less", "30.7", ")", "or", "(", "signal_2_n", "more", "4.4", "and", "signal_2_n", "less", "10.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">=", "16.4"], ["signal_1_n", "<", "30.7"]]}, " prop_2 ": {"span": [30, 44], "prop": [["signal_2_n", ">", "4.4"], ["signal_2_n", "<", "10.4"]]}}} {"id": 2056, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "50.6", "and", "less", "than", "or", "equal", "to", "69.6", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "signal_2_n", "signal", "ought", "to", "be", "larger", "than", "4.7", "and", "the", "value", "of", "signal", "signal_3_n", "should", "be", "at", "least", "22.2", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "50.6", "and", "signal_1_n", "less equal", "69.6", "imply", "signal_2_n", "more", "4.7", "and", "signal_3_n", "more equal", "22.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 24], "prop": [["signal_1_n", ">=", "50.6"], ["signal_1_n", "<=", "69.6"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", ">", "4.7"]]}, " prop_3 ": {"span": [45, 57], "prop": [["signal_3_n", ">=", "22.2"]]}}} {"id": 2176, "sentence": ["Whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "needs", "to", "be", "1.2", "and", "keeps", "like", "that", "until", "signal_4_n", "is", "eventually", "not", "greater", "than", "or", "equal", "to", "34.5", ",", "which", "will", "have", "to", "get", "observed", "at", "sometime", "within", "the", "following", "19", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "1.2", ")", "until", "[0,19]", "(", "negation", "(", "signal_4_n", "more equal", "34.5", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 54], "prop": [["signal_3_n", "==", "1.2"], ["-", "(", "signal_4_n", ">=", "34.5", ")"]]}}} {"id": 625, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "above", "97.5", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "elapsed", "98", "time", "units", ",", "consistently", "the", "mode", "of", "signal", "signal_2_n", "remained", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "97.5", ")", "imply", "historically", "[0,98]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "elapsed", "98", "time", "units", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "97.5", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5441, "sentence": ["Whenever", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "will", "be", "greater", "than", "or", "equal", "to", "82.7", "and", "less", "than", "or", "equal", "to", "94.8", "and", "then", "this", "condition", "needs", "to", "sustain", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more equal", "82.7", "and", "signal_3_n", "less equal", "94.8", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "needs", "to", "sustain", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 40], "prop": [["signal_3_n", ">=", "82.7"], ["signal_3_n", "<=", "94.8"]]}}} {"id": 2167, "sentence": ["For", "each", "moment", "within", "the", "first", "11", "time", "units", "the", "signal_1_n", "signal", "will", "be", "uninterruptedly", "keeping", "less", "than", "51.7", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "is", "below", "84.2", "."], "ltl": ["globally", "[0,11]", "(", "signal_1_n", "less", "51.7", "and", "signal_2_n", "less", "84.2", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "11", "time", "units", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<", "51.7"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "<", "84.2"]]}}} {"id": 4705, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_3_n", "signal", "ought", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5192, "sentence": ["For", "each", "time", "point", "during", "the", "first", "69", "time", "units", "signal_1_n", "must", "be", "consistently", "34.7", "and", "the", "state", "of", "signal", "signal_2_n", "must", "uninterruptedly", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,69]", "(", "signal_1_n", "math equal", "34.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "69", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "==", "34.7"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 503, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "jumps", "to", "over", "13.9", "happens", "and", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "less", "than", "or", "equal", "to", "37.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "get", "to", "no", "less", "than", "47.2", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "13.9", ")", "and", "negation", "(", "signal_2_n", "less equal", "37.3", ")", "imply", "rise", "(", "signal_3_n", "more equal", "47.2", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", ">", "13.9", ")"]]}, " prop_2 ": {"span": [12, 25], "prop": [["-", "(", "signal_2_n", "<=", "37.3", ")"]]}, " prop_3 ": {"span": [35, 48], "prop": [["rise", "(", "signal_3_n", ">=", "47.2", ")"]]}}} {"id": 919, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "higher", "than", "39.5", "happens", ",", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "40.4", "without", "interruption", "till", "the", "signal_3_n", "signal", "does", "n't", "become", "signal_4_n", ",", "which", "needs", "to", "be", "observed", "at", "sometime", "within", "the", "coming", "40", "time", "units", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "39.5", ")", "imply", "(", "signal_2_n", "less equal", "40.4", ")", "until", "[0,40]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "39.5", ")"]]}, " prop_2 ": {"span": [20, 59], "prop": [["signal_2_n", "<=", "40.4"], ["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4468, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", ",", "then", "in", "response", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "6.4", "and", "this", "condition", "ought", "to", "uninterruptedly", "last", "until", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "53", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "becomes", "more", "than", "7.0", "will", "get", "observed", "eventually", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "6.4", ")", "until", "[0,53]", "(", "rise", "(", "signal_4_n", "more", "7.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "ought", "to", "uninterruptedly", "last", "until", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "53", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "get", "observed", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "53", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_3_n", ">=", "6.4"]]}, " prop_3 ": {"span": [44, 52], "prop": [["rise", "(", "signal_4_n", ">", "7.0", ")"]]}}} {"id": 56, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "86.7", "happens", "then", "for", "every", "moment", "in", "the", "following", "36", "to", "50", "time", "units", ",", "uninterruptedly", "the", "signal_2_n", "signal", "must", "stay", "at", "least", "49.9", "and", "no", "more", "than", "63.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "86.7", ")", "imply", "globally", "[36,50]", "(", "signal_2_n", "more equal", "49.9", "and", "signal_2_n", "less equal", "63.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "for", "every", "moment", "in", "the", "following", "36", "to", "50", "time", "units", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "36", ":", "50", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "86.7", ")"]]}, " prop_2 ": {"span": [36, 49], "prop": [["signal_2_n", ">=", "49.9"], ["signal_2_n", "<=", "63.5"]]}}} {"id": 2886, "sentence": ["At", "a", "time", "starting", "between", "84", "to", "86", "time", "units", ",", "the", "signal_1_n", "signal", "should", "be", "at", "least", "59.5", "and", "no", "more", "than", "86.4", "ultimately", ",", "and", "the", "value", "of", "signal_2_n", "should", "be", "finally", "less", "than", "33.0", "."], "ltl": ["finally", "[84,86]", "(", "(", "signal_1_n", "more equal", "59.5", "and", "signal_1_n", "less equal", "86.4", ")", "and", "signal_2_n", "less", "33.0", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "84", "to", "86", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "84", ":", "86", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">=", "59.5"], ["signal_1_n", "<=", "86.4"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "<", "33.0"]]}}} {"id": 1762, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "20.3", "and", "less", "than", "35.5", "then", "without", "any", "delay", "the", "state", "of", "signal", "signal_2_n", "wo", "n't", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "20.3", "and", "signal_1_n", "less", "35.5", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">", "20.3"], ["signal_1_n", "<", "35.5"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1576, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "11.9", "and", "consecutively", "held", "like", "this", "in", "the", "past", "11", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "exists", "sometime", "in", "the", "coming", "29", "time", "units", ",", "after", "which", "signal_2_n", "has", "to", "always", "equal", "to", "93.1", "for", "each", "time", "point", "within", "the", "subsequent", "87", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,11]", "(", "signal_1_n", "math equal", "11.9", ")", "imply", "finally", "[0,29]", "(", "globally", "[0,87]", "(", "signal_2_n", "math equal", "93.1", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "exists", "sometime", "in", "the", "coming", "29", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "11", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "29", "]", "(", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 21], "prop": [["signal_1_n", "==", "11.9"]]}, " prop_2 ": {"span": [41, 58], "prop": [["signal_2_n", "==", "93.1"]]}}} {"id": 588, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "42.2", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "must", "be", "above", "11.6", "and", "smaller", "than", "80.5", "at", "the", "same", "time", ",", "and", "promptly", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "equal", "to", "94.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "42.2", ")", "imply", "(", "signal_2_n", "more", "11.6", "and", "signal_2_n", "less", "80.5", ")", "and", "signal_3_n", "math equal", "94.5", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "42.2", ")"]]}, " prop_2 ": {"span": [26, 43], "prop": [["signal_2_n", ">", "11.6"], ["signal_2_n", "<", "80.5"]]}, " prop_3 ": {"span": [46, 57], "prop": [["signal_3_n", "==", "94.5"]]}}} {"id": 280, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "3.0", "gets", "observed", "then", "in", "response", "the", "signal_2_n", "signal", "will", "be", "promptly", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "3.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", ">=", "3.0", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4394, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "96.3", ",", "or", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "equal", "to", "91.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "96.3", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "math equal", "91.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "96.3"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [32, 43], "prop": [["signal_4_n", "==", "91.2"]]}}} {"id": 640, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "13", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "5.1", "and", "eventually", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "65.9", "."], "ltl": ["finally", "[0,13]", "(", "signal_1_n", "more equal", "5.1", "and", "signal_2_n", "less equal", "65.9", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "13", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "13", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 32], "prop": [["signal_1_n", ">=", "5.1"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", "<=", "65.9"]]}}} {"id": 1554, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "67.4", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "certain", "time", "point", "in", "the", "first", "44", "time", "units", "without", "interruption", "signal_2_n", "is", "never", "29.8", "for", "each", "time", "point", "in", "the", "following", "6", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "67.4", ")", "imply", "finally", "[0,44]", "(", "globally", "[0,6]", "(", "negation", "(", "signal_2_n", "math equal", "29.8", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "certain", "time", "point", "in", "the", "first", "44", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "44", "]", "(", "G", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", ">=", "67.4", ")"]]}, " prop_2 ": {"span": [41, 55], "prop": [["-", "(", "signal_2_n", "==", "29.8", ")"]]}}} {"id": 5079, "sentence": ["In", "case", "that", "signal_1_n", "is", "equal", "to", "71.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "no", "more", "than", "81.3", "then", "the", "signal_3_n", "signal", "ought", "to", "be", "signal_4_n", "and", "this", "scenario", "continues", "uninterruptedly", "for", "the", "following", "34", "to", "40", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "71.0", "or", "signal_2_n", "less equal", "81.3", "imply", "globally", "[34,40]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "and", "this", "scenario", "continues", "uninterruptedly", "for", "the", "following", "34", "to", "40", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "34", ":", "40", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "71.0"]]}, " prop_2 ": {"span": [10, 20], "prop": [["signal_2_n", "<=", "81.3"]]}, " prop_3 ": {"span": [21, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6385, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "87", "time", "units", ",", "at", "a", "time", "within", "the", "following", "49", "time", "units", "eventually", "the", "state", "of", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,87]", "(", "finally", "[0,49]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "87", "time", "units", ",", "at", "a", "time", "within", "the", "following", "49", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "87", "]", "(", "F", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [50, 59], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6006, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "equal", "to", "54.5", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "shifted", "to", "2.0", "is", "detected", "then", "in", "no", "time", "the", "value", "of", "signal_3_n", "has", "to", "be", "equal", "to", "47.3", "or", "signal_4_n", "ought", "to", "be", "in", "signal_5_n", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "54.5", "and", "rise", "(", "signal_2_n", "math equal", "2.0", ")", "imply", "signal_3_n", "math equal", "47.3", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "in", "no", "time", "(", "prop_3", ")", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "54.5"]]}, " prop_2 ": {"span": [14, 21], "prop": [["rise", "(", "signal_2_n", "==", "2.0", ")"]]}, " prop_3 ": {"span": [27, 37], "prop": [["signal_3_n", "==", "47.3"]]}, " prop_4 ": {"span": [38, 45], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 2231, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "66.8", ",", "or", "the", "scenario", "that", "signal_2_n", "deviates", "from", "23.8", "is", "detected", "then", "after", "a", "certain", "time", "instant", "during", "the", "coming", "58", "time", "units", "signal_3_n", "will", "have", "to", "be", "equal", "to", "81.4", "then", "this", "scenario", "should", "continue", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "next", "8", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "66.8", "or", "fall", "(", "signal_2_n", "math equal", "23.8", ")", "imply", "finally", "[0,58]", "(", "globally", "[0,8]", "(", "signal_3_n", "math equal", "81.4", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "after", "a", "certain", "time", "instant", "during", "the", "coming", "58", "time", "units", "(", "prop_3", ")", "then", "this", "scenario", "should", "continue", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "next", "8", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "58", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "66.8"]]}, " prop_2 ": {"span": [13, 17], "prop": [["fall", "(", "signal_2_n", "==", "23.8", ")"]]}, " prop_3 ": {"span": [31, 39], "prop": [["signal_3_n", "==", "81.4"]]}}} {"id": 2373, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "signal_2_n", "and", "the", "signal_3_n", "signal", "keeps", "in", "signal_4_n", "then", "in", "response", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "first", "36", "to", "64", "time", "units", ",", "signal_5_n", "needs", "to", "be", "no", "less", "than", "34.3", "then", "this", "condition", "should", "uninterruptedly", "last", "for", "each", "time", "point", "during", "the", "subsequent", "41", "to", "94", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "finally", "[36,64]", "(", "globally", "[41,94]", "(", "signal_5_n", "more equal", "34.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "(", "prop_3", ")", "then", "this", "condition", "should", "uninterruptedly", "last", "for", "each", "time", "point", "during", "the", "subsequent", "41", "to", "94", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "36", ":", "64", "]", "(", "G", "[", "41", ":", "94", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [39, 47], "prop": [["signal_5_n", ">=", "34.3"]]}}} {"id": 3935, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "and", "uninterruptedly", "stays", "at", "this", "state", "in", "the", "last", "53", "to", "61", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "exists", "a", "certain", "moment", "within", "the", "coming", "93", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "have", "to", "keep", "between", "19.5", "-LRB-", "closed", "-RRB-", "and", "39.5", "-LRB-", "closed", "-RRB-", "."], "ltl": ["globally", "(", "historically", "[53,61]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,93]", "(", "signal_3_n", "more equal", "19.5", "and", "signal_3_n", "less equal", "39.5", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "exists", "a", "certain", "moment", "within", "the", "coming", "93", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "53", ":", "61", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "93", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [48, 66], "prop": [["signal_3_n", ">=", "19.5"], ["signal_3_n", "<=", "39.5"]]}}} {"id": 1176, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "at", "a", "certain", "moment", "in", "the", "future", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "47.4", "gets", "detected", "ultimately", ",", "before", "that", "the", "mode", "of", "signal_1_n", "will", "be", "consistently", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "subsequent", "26", "time", "units", ",", "after", "which", "signal_4_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "73.5", "and", "this", "scenario", "must", "last", "all", "the", "time", "in", "the", "next", "67", "to", "85", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "(", "rise", "(", "signal_3_n", "more equal", "47.4", ")", ")", "imply", "finally", "[0,26]", "(", "globally", "[67,85]", "(", "signal_4_n", "less equal", "73.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "at", "a", "certain", "moment", "in", "the", "future", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "ultimately", ",", "before", "that", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "subsequent", "26", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "this", "scenario", "must", "last", "all", "the", "time", "in", "the", "next", "67", "to", "85", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "67", ":", "85", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 31], "prop": [["rise", "(", "signal_3_n", ">=", "47.4", ")"]]}, " prop_2 ": {"span": [37, 47], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_3 ": {"span": [75, 85], "prop": [["signal_4_n", "<=", "73.5"]]}}} {"id": 5212, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "85.1", "is", "detected", ",", "then", "in", "response", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_2_n", "signal", "ought", "to", "be", "ultimately", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.1", ")", "imply", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "85.1", ")"]]}, " prop_2 ": {"span": [40, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 922, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "larger", "than", "96.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "49.9", "and", "less", "than", "or", "equal", "to", "60.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "96.2", ")", "imply", "signal_2_n", "more equal", "49.9", "and", "signal_2_n", "less equal", "60.7", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "96.2", ")"]]}, " prop_2 ": {"span": [26, 45], "prop": [["signal_2_n", ">=", "49.9"], ["signal_2_n", "<=", "60.7"]]}}} {"id": 6459, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "49.3", "is", "observed", "then", "there", "must", "be", "finally", "sometime", "in", "the", "coming", "16", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "should", "be", "signal_3_n", "and", "then", "will", "have", "to", "remain", "on", "this", "state", "consecutively", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "49.3", ")", "imply", "finally", "[0,16]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "there", "must", "be", "finally", "sometime", "in", "the", "coming", "16", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "will", "have", "to", "remain", "on", "this", "state", "consecutively", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "16", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "49.3", ")"]]}, " prop_2 ": {"span": [33, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2504, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "62.4", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "following", "11", "to", "17", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "78", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "deviates", "from", "76.2", "will", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "62.4", ")", "imply", "globally", "[11,17]", "(", "finally", "[0,78]", "(", "fall", "(", "signal_2_n", "math equal", "76.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "following", "11", "to", "17", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "78", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "17", "]", "(", "F", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["rise", "(", "signal_1_n", ">", "62.4", ")"]]}, " prop_2 ": {"span": [57, 63], "prop": [["fall", "(", "signal_2_n", "==", "76.2", ")"]]}}} {"id": 5608, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "after", "between", "65", "to", "80", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "6.3", "needs", "to", "be", "detected", "ultimately", "or", "the", "value", "of", "signal_2_n", "will", "have", "to", "get", "to", "no", "less", "than", "99.0", "finally", "."], "ltl": ["finally", "[65,80]", "(", "rise", "(", "signal_1_n", "more equal", "6.3", ")", "or", "rise", "(", "signal_2_n", "more equal", "99.0", ")", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "after", "between", "65", "to", "80", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "be", "detected", "ultimately", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "65", ":", "80", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 31], "prop": [["rise", "(", "signal_1_n", ">=", "6.3", ")"]]}, " prop_2 ": {"span": [37, 51], "prop": [["rise", "(", "signal_2_n", ">=", "99.0", ")"]]}}} {"id": 3874, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "95.3", ",", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "11.6", "and", "less", "than", "13.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "following", "44", "to", "84", "time", "units", ",", "the", "scenario", "that", "signal_3_n", "gets", "raised", "above", "56.0", "shall", "not", "be", "detected", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "following", "99", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "95.3", "and", "(", "signal_2_n", "more equal", "11.6", "and", "signal_2_n", "less", "13.8", ")", "imply", "globally", "[44,84]", "(", "finally", "[0,99]", "(", "negation", "rise", "(", "signal_3_n", "more", "56.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "following", "44", "to", "84", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "shall", "not", "be", "detected", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "following", "99", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "44", ":", "84", "]", "(", "F", "[", "0", ":", "99", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "95.3"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_2_n", ">=", "11.6"], ["signal_2_n", "<", "13.8"]]}, " prop_3 ": {"span": [54, 59], "prop": [["-", "rise", "(", "signal_3_n", ">", "56.0", ")"]]}}} {"id": 4104, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_1_n", "is", "uninterruptedly", "between", "the", "interval", "-LSB-", "8.0", ",", "67.6", "-RSB-", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "8.0", "and", "signal_1_n", "less equal", "67.6", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", ">=", "8.0"], ["signal_1_n", "<=", "67.6"]]}}} {"id": 1724, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "gets", "set", "to", "98.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "next", "32", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "coming", "12", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "5.0", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "98.9", ")", "imply", "globally", "[0,32]", "(", "finally", "[0,12]", "(", "signal_2_n", "math equal", "5.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "next", "32", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "coming", "12", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "32", "]", "(", "F", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "98.9", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["signal_2_n", "==", "5.0"]]}}} {"id": 1605, "sentence": ["There", "ought", "to", "exist", "sometime", "in", "less", "than", "34", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "equal", "to", "9.1", "."], "ltl": ["finally", "[0,34]", "(", "signal_1_n", "math equal", "9.1", ")"], "logic_sentence": ["There", "ought", "to", "exist", "sometime", "in", "less", "than", "34", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "==", "9.1"]]}}} {"id": 1603, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "48.6", "gets", "detected", "then", "finally", "at", "a", "certain", "time", "instant", "in", "the", "coming", "68", "time", "units", ",", "signal_2_n", "has", "to", "be", "above", "16.8", "and", "this", "condition", "has", "to", "consistently", "sustain", "for", "each", "moment", "in", "the", "following", "1", "to", "2", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "48.6", ")", "imply", "finally", "[0,68]", "(", "globally", "[1,2]", "(", "signal_2_n", "more", "16.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "finally", "at", "a", "certain", "time", "instant", "in", "the", "coming", "68", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "consistently", "sustain", "for", "each", "moment", "in", "the", "following", "1", "to", "2", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "68", "]", "(", "G", "[", "1", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", "<", "48.6", ")"]]}, " prop_2 ": {"span": [37, 43], "prop": [["signal_2_n", ">", "16.8"]]}}} {"id": 3166, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "after", "at", "most", "86", "time", "units", ",", "at", "which", "eventually", "the", "state", "of", "signal", "signal_1_n", "ought", "to", "remain", "in", "signal_2_n", "or", "ultimately", "the", "signal_3_n", "signal", "has", "to", "be", "more", "than", "7.1", "and", "below", "20.7", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "7.1", "and", "signal_3_n", "less", "20.7", ")", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "after", "at", "most", "86", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_3_n", ">", "7.1"], ["signal_3_n", "<", "20.7"]]}}} {"id": 302, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "64.0", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_2_n", "should", "be", "larger", "than", "85.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "64.0", ")", "imply", "signal_2_n", "more", "85.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "64.0", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", ">", "85.6"]]}}} {"id": 604, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "73.0", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "between", "9.4", "-LRB-", "closed", "-RRB-", "and", "29.2", "-LRB-", "closed", "-RRB-", "simultaneously", "and", "instantly", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "starts", "not", "equaling", "to", "21.1", "needs", "to", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "73.0", ")", "imply", "(", "signal_2_n", "more equal", "9.4", "and", "signal_2_n", "less equal", "29.2", ")", "and", "fall", "(", "signal_3_n", "math equal", "21.1", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "instantly", "the", "transition", "action", "that", "(", "prop_3", ")", "needs", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "73.0", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">=", "9.4"], ["signal_2_n", "<=", "29.2"]]}, " prop_3 ": {"span": [48, 58], "prop": [["fall", "(", "signal_3_n", "==", "21.1", ")"]]}}} {"id": 5086, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "22.8", "is", "observed", ",", "then", "signal_2_n", "will", "be", "between", "the", "closed", "interval", "-LSB-", "13.6", ",", "72.5", "-RSB-", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "22.8", ")", "imply", "signal_2_n", "more equal", "13.6", "and", "signal_2_n", "less equal", "72.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "22.8", ")"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", ">=", "13.6"], ["signal_2_n", "<=", "72.5"]]}}} {"id": 948, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "29.9", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "42.9", "will", "occur", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "29.9", ")", "imply", "rise", "(", "signal_2_n", "more equal", "42.9", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "(", "prop_2", ")", "will", "occur", "at", "the", "same", "time", "point", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", "<=", "29.9", ")"]]}, " prop_2 ": {"span": [31, 44], "prop": [["rise", "(", "signal_2_n", ">=", "42.9", ")"]]}}} {"id": 285, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "52.3", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "67.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "following", "17", "time", "units", ",", "the", "signal_3_n", "signal", "must", "remain", "below", "79.3", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.3", ")", "or", "signal_2_n", "more equal", "67.5", "imply", "globally", "[0,17]", "(", "signal_3_n", "less", "79.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "following", "17", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "17", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "<", "52.3", ")"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", ">=", "67.5"]]}, " prop_3 ": {"span": [51, 59], "prop": [["signal_3_n", "<", "79.3"]]}}} {"id": 2109, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "48.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "no", "less", "than", "3.9", "and", "less", "than", "or", "equal", "to", "22.3", "and", "then", "this", "scenario", "always", "continues", "until", "signal_3_n", "is", "above", "34.2", ",", "which", "needs", "to", "eventually", "get", "observed", "at", "sometime", "within", "the", "first", "43", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "48.2", "imply", "(", "signal_2_n", "more equal", "3.9", "and", "signal_2_n", "less equal", "22.3", ")", "until", "[0,43]", "(", "signal_3_n", "more", "34.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "always", "continues", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["signal_1_n", "==", "48.2"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_2_n", ">=", "3.9"], ["signal_2_n", "<=", "22.3"]]}, " prop_3 ": {"span": [38, 57], "prop": [["signal_3_n", ">", "34.2"]]}}} {"id": 4320, "sentence": ["Within", "the", "first", "3", "to", "4", "time", "units", ",", "the", "value", "of", "signal_1_n", "needs", "to", "be", "set", "to", "88.4", "consecutively", "."], "ltl": ["globally", "[3,4]", "(", "signal_1_n", "math equal", "88.4", ")"], "logic_sentence": ["Within", "the", "first", "3", "to", "4", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "==", "88.4"]]}}} {"id": 3756, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "set", "to", "33.9", ",", "and", "the", "value", "of", "signal_2_n", "stays", "less", "than", "12.2", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "greater", "than", "1.6", "and", "less", "than", "1.6", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "33.9", "and", "signal_2_n", "less", "12.2", "imply", "signal_3_n", "more", "1.6", "and", "signal_3_n", "less", "1.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "33.9"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "<", "12.2"]]}, " prop_3 ": {"span": [29, 44], "prop": [["signal_3_n", ">", "1.6"], ["signal_3_n", "<", "1.6"]]}}} {"id": 818, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "remain", "less", "than", "or", "equal", "to", "1.7", "continuously", "for", "each", "time", "point", "within", "62", "to", "95", "time", "units", "."], "ltl": ["globally", "[62,95]", "(", "signal_1_n", "less equal", "1.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "62", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "<=", "1.7"]]}}} {"id": 4644, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "49.8", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "a", "certain", "moment", "within", "the", "following", "85", "time", "units", ",", "the", "signal_2_n", "signal", "should", "remain", "equal", "to", "91.8", "for", "every", "time", "point", "within", "the", "coming", "100", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "49.8", ")", "imply", "finally", "[0,85]", "(", "globally", "[0,100]", "(", "signal_2_n", "math equal", "91.8", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "a", "certain", "moment", "within", "the", "following", "85", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "85", "]", "(", "G", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "49.8", ")"]]}, " prop_2 ": {"span": [30, 48], "prop": [["signal_2_n", "==", "91.8"]]}}} {"id": 2909, "sentence": ["Everytime", "when", "signal_1_n", "is", "less", "than", "50.5", "then", "at", "a", "certain", "moment", "in", "the", "future", "the", "signal_2_n", "signal", "ought", "to", "always", "remain", "greater", "than", "or", "equal", "to", "63.6", "and", "less", "than", "or", "equal", "to", "89.7", "for", "each", "time", "instant", "in", "the", "coming", "70", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "50.5", "imply", "finally", "(", "globally", "[0,70]", "(", "signal_2_n", "more equal", "63.6", "and", "signal_2_n", "less equal", "89.7", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "at", "a", "certain", "moment", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "70", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "<", "50.5"]]}, " prop_2 ": {"span": [15, 45], "prop": [["signal_2_n", ">=", "63.6"], ["signal_2_n", "<=", "89.7"]]}}} {"id": 4271, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "92", "to", "98", "time", "units", ",", "signal_1_n", "shall", "uninterruptedly", "not", "be", "equal", "to", "55.0", "."], "ltl": ["globally", "[92,98]", "(", "negation", "(", "signal_1_n", "math equal", "55.0", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "92", "to", "98", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "92", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["-", "(", "signal_1_n", "==", "55.0", ")"]]}}} {"id": 4971, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "in", "response", "promptly", "the", "signal_3_n", "signal", "should", "not", "be", "at", "most", "90.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "(", "signal_3_n", "less equal", "90.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "(", "signal_3_n", "<=", "90.5", ")"]]}}} {"id": 137, "sentence": ["The", "value", "of", "signal_1_n", "shall", "remain", "no", "less", "than", "66.3", "and", "less", "than", "or", "equal", "to", "74.0", "for", "every", "time", "instant", "within", "the", "first", "59", "time", "units", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "more equal", "66.3", "and", "signal_1_n", "less equal", "74.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">=", "66.3"], ["signal_1_n", "<=", "74.0"]]}}} {"id": 339, "sentence": ["For", "each", "moment", "within", "45", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "will", "be", "continuously", "remaining", "in", "signal_2_n", "."], "ltl": ["globally", "[0,45]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "45", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2399, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "subsequent", "36", "time", "units", ",", "the", "scenario", "that", "the", "signal_3_n", "signal", "goes", "over", "87.3", "should", "take", "place", "ultimately", "at", "a", "certain", "time", "instant", "in", "less", "than", "74", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,36]", "(", "finally", "[0,74]", "(", "rise", "(", "signal_3_n", "more", "87.3", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "subsequent", "36", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "should", "take", "place", "ultimately", "at", "a", "certain", "time", "instant", "in", "less", "than", "74", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "36", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 42], "prop": [["rise", "(", "signal_3_n", ">", "87.3", ")"]]}}} {"id": 1311, "sentence": ["Within", "the", "first", "87", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "96.2", "."], "ltl": ["globally", "[0,87]", "(", "signal_1_n", "math equal", "96.2", ")"], "logic_sentence": ["Within", "the", "first", "87", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "96.2"]]}}} {"id": 3748, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "38.5", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "will", "be", "no", "less", "than", "54.3", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "38.5", ")", "imply", "signal_2_n", "more equal", "54.3", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "38.5", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", ">=", "54.3"]]}}} {"id": 1884, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "signal_2_n", "gets", "observed", "then", "at", "once", "signal_3_n", "will", "be", "smaller", "than", "12.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "12.7", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_3_n", "<", "12.7"]]}}} {"id": 5287, "sentence": ["There", "should", "ultimately", "exist", "a", "certain", "moment", "during", "the", "first", "16", "to", "53", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "at", "least", "65.9", "and", "less", "than", "or", "equal", "to", "95.4", "."], "ltl": ["finally", "[16,53]", "(", "signal_1_n", "more equal", "65.9", "and", "signal_1_n", "less equal", "95.4", ")"], "logic_sentence": ["There", "should", "ultimately", "exist", "a", "certain", "moment", "during", "the", "first", "16", "to", "53", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "16", ":", "53", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 33], "prop": [["signal_1_n", ">=", "65.9"], ["signal_1_n", "<=", "95.4"]]}}} {"id": 1659, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "without", "interruption", "the", "mode", "of", "signal", "signal_1_n", "must", "stay", "in", "signal_2_n", ",", "or", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "must", "remain", "above", "2.8", "and", "below", "3.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "2.8", "and", "signal_3_n", "less", "3.5", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_3_n", ">", "2.8"], ["signal_3_n", "<", "3.5"]]}}} {"id": 5994, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "crosses", "the", "threshold", "of", "48.3", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "sometime", "in", "the", "next", "69", "time", "units", ",", "the", "signal_2_n", "signal", "shall", "be", "larger", "than", "53.2", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.3", ")", "imply", "finally", "[0,69]", "(", "signal_2_n", "more", "53.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "sometime", "in", "the", "next", "69", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", ">", "48.3", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", ">", "53.2"]]}}} {"id": 521, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "51.5", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "next", "78", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "finally", "at", "a", "time", "in", "the", "next", "39", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "51.5", ")", "imply", "globally", "[0,78]", "(", "finally", "[0,39]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "next", "78", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "51.5", ")"]]}, " prop_2 ": {"span": [34, 52], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 360, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "above", "40.1", ",", "or", "the", "value", "of", "signal_2_n", "must", "not", "be", "14.3", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "more", "40.1", "or", "negation", "(", "signal_2_n", "math equal", "14.3", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "finally", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 31], "prop": [["signal_1_n", ">", "40.1"]]}, " prop_2 ": {"span": [33, 42], "prop": [["-", "(", "signal_2_n", "==", "14.3", ")"]]}}} {"id": 580, "sentence": ["The", "signal_1_n", "signal", "ought", "to", "be", "greater", "than", "54.2", "and", "less", "than", "82.5", "finally", "at", "a", "certain", "time", "point", "within", "6", "time", "units", "."], "ltl": ["finally", "[0,6]", "(", "signal_1_n", "more", "54.2", "and", "signal_1_n", "less", "82.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">", "54.2"], ["signal_1_n", "<", "82.5"]]}}} {"id": 4259, "sentence": ["In", "the", "case", "for", "the", "past", "18", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "has", "been", "staying", "less", "than", "70.5", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", "the", "scenario", "that", "the", "signal_2_n", "signal", "becomes", "greater", "than", "73.9", "has", "to", "be", "eventually", "detected", "at", "a", "certain", "time", "point", "during", "the", "next", "49", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,18]", "(", "signal_1_n", "less", "70.5", ")", "imply", "globally", "(", "finally", "[49,68]", "(", "rise", "(", "signal_2_n", "more", "73.9", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "for", "the", "past", "18", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "be", "eventually", "detected", "at", "a", "certain", "time", "point", "during", "the", "next", "49", "to", "68", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "18", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "49", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<", "70.5"]]}, " prop_2 ": {"span": [39, 46], "prop": [["rise", "(", "signal_2_n", ">", "73.9", ")"]]}}} {"id": 1625, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "ought", "to", "be", "less", "than", "or", "equal", "to", "40.7", "or", "eventually", "the", "event", "that", "signal_2_n", "gets", "below", "95.7", "has", "to", "be", "detected", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "40.7", "or", "rise", "(", "signal_2_n", "less", "95.7", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "eventually", "(", "prop_1", ")", "or", "eventually", "the", "event", "that", "(", "prop_2", ")", "has", "to", "be", "detected", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 27], "prop": [["signal_1_n", "<=", "40.7"]]}, " prop_2 ": {"span": [32, 36], "prop": [["rise", "(", "signal_2_n", "<", "95.7", ")"]]}}} {"id": 5856, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "next", "13", "to", "22", "time", "units", ",", "consecutively", "the", "signal_3_n", "signal", "remains", "at", "least", "58.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[13,22]", "(", "signal_3_n", "more equal", "58.1", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "next", "13", "to", "22", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "13", ":", "22", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_3_n", ">=", "58.1"]]}}} {"id": 2306, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "keep", "in", "signal_2_n", "consistently", "within", "the", "first", "9", "to", "34", "time", "units", "."], "ltl": ["globally", "[9,34]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "9", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4315, "sentence": ["The", "value", "of", "signal_1_n", "shall", "consistently", "keep", "at", "most", "68.2", "within", "90", "time", "units", "."], "ltl": ["globally", "[0,90]", "(", "signal_1_n", "less equal", "68.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 14], "prop": [["signal_1_n", "<=", "68.2"]]}}} {"id": 2487, "sentence": ["At", "sometime", "after", "between", "20", "to", "21", "time", "units", "finally", "the", "event", "that", "the", "signal_1_n", "signal", "shifts", "to", "65.6", "will", "have", "to", "be", "observed", "or", "ultimately", "the", "signal_2_n", "signal", "will", "remain", "on", "99.3", "."], "ltl": ["finally", "[20,21]", "(", "rise", "(", "signal_1_n", "math equal", "65.6", ")", "or", "signal_2_n", "math equal", "99.3", ")"], "logic_sentence": ["At", "sometime", "after", "between", "20", "to", "21", "time", "units", "finally", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "be", "observed", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "20", ":", "21", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["rise", "(", "signal_1_n", "==", "65.6", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "99.3"]]}}} {"id": 267, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "11.3", "happens", "then", "there", "shall", "be", "ultimately", "a", "time", "during", "the", "subsequent", "98", "time", "units", ",", "at", "which", "consistently", "the", "signal_2_n", "signal", "shall", "not", "be", "less", "than", "6.5", "in", "the", "coming", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "11.3", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,16]", "(", "negation", "(", "signal_2_n", "less", "6.5", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "there", "shall", "be", "ultimately", "a", "time", "during", "the", "subsequent", "98", "time", "units", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "11.3", ")"]]}, " prop_2 ": {"span": [35, 50], "prop": [["-", "(", "signal_2_n", "<", "6.5", ")"]]}}} {"id": 4754, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "is", "observed", ",", "then", "for", "each", "moment", "in", "the", "following", "85", "time", "units", "there", "must", "be", "sometime", "in", "the", "future", "eventually", ",", "at", "which", "the", "state", "of", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,85]", "(", "finally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "each", "moment", "in", "the", "following", "85", "time", "units", "there", "must", "be", "sometime", "in", "the", "future", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "85", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1036, "sentence": ["Ultimately", "there", "ought", "to", "be", "a", "certain", "moment", "after", "at", "most", "4", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "stay", "higher", "than", "11.0", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "more", "11.0", ")"], "logic_sentence": ["Ultimately", "there", "ought", "to", "be", "a", "certain", "moment", "after", "at", "most", "4", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", ">", "11.0"]]}}} {"id": 1577, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "keeps", "equal", "to", "80.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "within", "the", "next", "32", "time", "units", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "and", "must", "consecutively", "hold", "like", "this", "for", "every", "moment", "during", "the", "following", "90", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "80.7", "imply", "finally", "[0,32]", "(", "globally", "[0,90]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "within", "the", "next", "32", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "80.7"]]}, " prop_2 ": {"span": [30, 57], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1542, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "64.4", "occurs", ",", "then", "in", "response", "in", "no", "time", "the", "signal_2_n", "signal", "has", "to", "be", "in", "-LSB-", "1.9", ",", "21.0", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "64.4", ")", "imply", "signal_2_n", "more equal", "1.9", "and", "signal_2_n", "less equal", "21.0", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "64.4", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", ">=", "1.9"], ["signal_2_n", "<=", "21.0"]]}}} {"id": 1914, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "should", "be", "greater", "than", "or", "equal", "to", "39.0", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "more equal", "39.0", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_3_n", ">=", "39.0"]]}}} {"id": 1412, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "31", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "signal_2_n", "does", "n't", "occur", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "is", "changed", "to", "18.7", "must", "be", "detected", "eventually", "."], "ltl": ["finally", "[0,31]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "rise", "(", "signal_3_n", "math equal", "18.7", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "31", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "does", "n't", "occur", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "detected", "eventually", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 28], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["rise", "(", "signal_3_n", "==", "18.7", ")"]]}}} {"id": 1901, "sentence": ["There", "is", "sometime", "starting", "between", "47", "to", "50", "time", "units", ",", "at", "which", "finally", "the", "signal_1_n", "signal", "should", "equal", "to", "69.0", "and", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "ultimately", "set", "to", "28.7", "."], "ltl": ["finally", "[47,50]", "(", "signal_1_n", "math equal", "69.0", "and", "signal_2_n", "math equal", "28.7", ")"], "logic_sentence": ["There", "is", "sometime", "starting", "between", "47", "to", "50", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "47", ":", "50", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "69.0"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "==", "28.7"]]}}} {"id": 3785, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "higher", "than", "98.6", "happens", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "sometime", "within", "the", "subsequent", "14", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "smaller", "than", "2.6", "will", "happen", ",", "and", "before", "this", "without", "interruption", "signal_2_n", "will", "be", "keeping", "below", "2.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "98.6", ")", "imply", "(", "signal_2_n", "less", "2.9", ")", "until", "[0,14]", "(", "rise", "(", "signal_3_n", "less", "2.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "sometime", "within", "the", "subsequent", "14", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", ",", "and", "before", "this", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", ">", "98.6", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["rise", "(", "signal_3_n", "<", "2.6", ")"]]}, " prop_3 ": {"span": [58, 64], "prop": [["signal_2_n", "<", "2.9"]]}}} {"id": 2429, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "4.1", "and", "no", "more", "than", "44.8", ",", "or", "signal_2_n", "is", "less", "than", "or", "equal", "to", "25.2", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "next", "95", "time", "units", "there", "needs", "to", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "next", "76", "time", "units", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal_3_n", "changes", "to", "signal_4_n", "gets", "observed", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "4.1", "and", "signal_1_n", "less equal", "44.8", ")", "or", "signal_2_n", "less equal", "25.2", "imply", "globally", "[0,95]", "(", "finally", "[0,76]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "next", "95", "time", "units", "there", "needs", "to", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "next", "76", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "gets", "observed", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "95", "]", "(", "F", "[", "0", ":", "76", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "4.1"], ["signal_1_n", "<=", "44.8"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "<=", "25.2"]]}, " prop_3 ": {"span": [67, 74], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 375, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "94.6", "takes", "place", "then", "in", "response", "the", "signal_2_n", "signal", "should", "be", "in", "signal_3_n", "at", "the", "same", "time", "point", "and", "the", "signal_4_n", "signal", "ought", "to", "be", "equal", "to", "62.8", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "94.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "62.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "94.6", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 46], "prop": [["signal_4_n", "==", "62.8"]]}}} {"id": 6269, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "ultimately", "the", "scenario", "that", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "14.8", "needs", "to", "take", "place", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "more equal", "14.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["rise", "(", "signal_3_n", ">=", "14.8", ")"]]}}} {"id": 3162, "sentence": ["At", "a", "certain", "time", "point", "within", "85", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "eventually", "keep", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "will", "be", "bigger", "than", "26.4", "and", "less", "than", "73.1", "ultimately", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "26.4", "and", "signal_3_n", "less", "73.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "85", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_3_n", ">", "26.4"], ["signal_3_n", "<", "73.1"]]}}} {"id": 4921, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "event", "that", "the", "state", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "will", "not", "be", "detected", "or", "signal_3_n", "ought", "to", "be", "eventually", "no", "more", "than", "54.6", "."], "ltl": ["finally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "less equal", "54.6", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "event", "that", "(", "prop_1", ")", "will", "not", "be", "detected", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_3_n", "<=", "54.6"]]}}} {"id": 5122, "sentence": ["In", "the", "future", ",", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "equal", "to", "21.5", "continuously", ",", "and", "consistently", "the", "signal_2_n", "signal", "must", "be", "no", "larger", "than", "88.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "21.5", "and", "signal_2_n", "less equal", "88.2", ")"], "logic_sentence": ["In", "the", "future", ",", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "==", "21.5"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<=", "88.2"]]}}} {"id": 4245, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "2.4", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "5.5", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "2.4", ")", "imply", "signal_2_n", "more equal", "5.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["fall", "(", "signal_1_n", "==", "2.4", ")"]]}, " prop_2 ": {"span": [27, 41], "prop": [["signal_2_n", ">=", "5.5"]]}}} {"id": 260, "sentence": ["In", "the", "case", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "mode", "of", "signal", "signal_3_n", "will", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2440, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "18.4", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "below", "81.7", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.4", ")", "imply", "signal_2_n", "less", "81.7", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "18.4", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<", "81.7"]]}}} {"id": 6414, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "equal", "to", "40.1", "then", "ultimately", "there", "will", "be", "a", "certain", "moment", "during", "the", "next", "3", "to", "7", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "should", "never", "be", "equal", "to", "99.0", "and", "then", "consecutively", "this", "scenario", "shall", "remain", "in", "the", "next", "11", "to", "79", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "40.1", "imply", "finally", "[3,7]", "(", "globally", "[11,79]", "(", "negation", "(", "signal_2_n", "math equal", "99.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "ultimately", "there", "will", "be", "a", "certain", "moment", "during", "the", "next", "3", "to", "7", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "consecutively", "this", "scenario", "shall", "remain", "in", "the", "next", "11", "to", "79", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "3", ":", "7", "]", "(", "G", "[", "11", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "40.1"]]}, " prop_2 ": {"span": [32, 42], "prop": [["-", "(", "signal_2_n", "==", "99.0", ")"]]}}} {"id": 5003, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "below", "94.0", "happens", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "during", "the", "subsequent", "97", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "set", "to", "60.6", "shall", "ultimately", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "94.0", ")", "imply", "finally", "[0,97]", "(", "rise", "(", "signal_2_n", "math equal", "60.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "during", "the", "subsequent", "97", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "shall", "ultimately", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "<", "94.0", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["rise", "(", "signal_2_n", "==", "60.6", ")"]]}}} {"id": 528, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "jumps", "to", "over", "93.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "88.6", "shall", "never", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "93.1", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "88.6", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "shall", "never", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "93.1", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["-", "fall", "(", "signal_2_n", "==", "88.6", ")"]]}}} {"id": 5071, "sentence": ["For", "each", "time", "point", "during", "the", "first", "41", "time", "units", "the", "signal_1_n", "signal", "will", "be", "being", "uninterruptedly", "higher", "than", "34.6", "and", "the", "signal_2_n", "signal", "will", "uninterruptedly", "not", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[0,41]", "(", "signal_1_n", "more", "34.6", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "41", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "41", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">", "34.6"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2059, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "lower", "than", "52.5", "is", "observed", "then", "right", "away", "the", "signal_2_n", "signal", "ought", "to", "be", "between", "31.1", "-LRB-", "closed", "-RRB-", "and", "34.9", "-LRB-", "closed", "-RRB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.5", ")", "imply", "signal_2_n", "more equal", "31.1", "and", "signal_2_n", "less equal", "34.9", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "52.5", ")"]]}, " prop_2 ": {"span": [19, 35], "prop": [["signal_2_n", ">=", "31.1"], ["signal_2_n", "<=", "34.9"]]}}} {"id": 1477, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "62.0", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "at", "least", "7.1", "shall", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "62.0", ")", "imply", "rise", "(", "signal_2_n", "more equal", "7.1", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "62.0", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["rise", "(", "signal_2_n", ">=", "7.1", ")"]]}}} {"id": 1200, "sentence": ["There", "will", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "9.7", "will", "occur", "eventually", ",", "and", "finally", "signal_2_n", "will", "have", "to", "be", "greater", "than", "58.9", "."], "ltl": ["finally", "(", "fall", "(", "signal_1_n", "math equal", "9.7", ")", "and", "signal_2_n", "more", "58.9", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "occur", "eventually", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 23], "prop": [["fall", "(", "signal_1_n", "==", "9.7", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_2_n", ">", "58.9"]]}}} {"id": 235, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "gets", "less", "than", "87.2", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "should", "be", "over", "68.2", "and", "smaller", "than", "73.9", "instantly", ",", "and", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "47.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "87.2", ")", "imply", "(", "signal_2_n", "more", "68.2", "and", "signal_2_n", "less", "73.9", ")", "and", "signal_3_n", "more equal", "47.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "87.2", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "68.2"], ["signal_2_n", "<", "73.9"]]}, " prop_3 ": {"span": [38, 51], "prop": [["signal_3_n", ">=", "47.1"]]}}} {"id": 6112, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "detected", "then", "in", "response", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "36.6", ",", "and", "the", "value", "of", "signal", "signal_4_n", "will", "be", "promptly", "higher", "than", "0.9", "and", "at", "most", "5.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "36.6", "and", "(", "signal_4_n", "more", "0.9", "and", "signal_4_n", "less equal", "5.6", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "at", "the", "same", "time", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_3_n", "==", "36.6"]]}, " prop_3 ": {"span": [36, 51], "prop": [["signal_4_n", ">", "0.9"], ["signal_4_n", "<=", "5.6"]]}}} {"id": 4882, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "ought", "to", "be", "within", "the", "open", "interval", "-LRB-", "11.9", ",", "39.6", "-RRB-", "and", "then", "must", "uninterruptedly", "hold", "like", "that", "until", "the", "value", "of", "signal_4_n", "is", "no", "more", "than", "91.6", ",", "which", "will", "have", "to", "get", "observed", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "(", "signal_3_n", "more", "11.9", "and", "signal_3_n", "less", "39.6", ")", "until", "(", "signal_4_n", "less equal", "91.6", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 75], "prop": [["signal_3_n", ">", "11.9"], ["signal_3_n", "<", "39.6"], ["signal_4_n", "<=", "91.6"]]}}} {"id": 6406, "sentence": ["At", "a", "certain", "time", "point", "within", "83", "time", "units", "ultimately", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "37.9", "will", "have", "to", "get", "observed", "."], "ltl": ["finally", "[0,83]", "(", "rise", "(", "signal_1_n", "math equal", "37.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "83", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "83", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", "==", "37.9", ")"]]}}} {"id": 2048, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "decreases", "below", "45.6", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "consistently", "the", "value", "of", "signal_2_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "40.2", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.6", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more equal", "40.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "45.6", ")"]]}, " prop_2 ": {"span": [41, 61], "prop": [["signal_2_n", ">=", "40.2"]]}}} {"id": 899, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "not", "at", "most", "86.4", "then", "there", "will", "finally", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "32.1", "wo", "n't", "happen", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "86.4", ")", "imply", "finally", "(", "negation", "fall", "(", "signal_2_n", "more", "32.1", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "there", "will", "finally", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "wo", "n't", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "<=", "86.4", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["-", "fall", "(", "signal_2_n", ">", "32.1", ")"]]}}} {"id": 3776, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "keeps", "higher", "than", "8.1", ",", "then", "in", "response", "ultimately", "there", "has", "to", "be", "a", "certain", "time", "point", "after", "at", "most", "87", "time", "units", ",", "at", "which", "for", "every", "moment", "during", "the", "subsequent", "86", "time", "units", "continuously", "the", "signal_2_n", "signal", "ought", "to", "remain", "over", "92.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "8.1", "imply", "finally", "[0,87]", "(", "globally", "[0,86]", "(", "signal_2_n", "more", "92.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "there", "has", "to", "be", "a", "certain", "time", "point", "after", "at", "most", "87", "time", "units", ",", "at", "which", "for", "every", "moment", "during", "the", "subsequent", "86", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "87", "]", "(", "G", "[", "0", ":", "86", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "8.1"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", ">", "92.3"]]}}} {"id": 5985, "sentence": ["Consecutively", "the", "state", "of", "signal_1_n", "will", "have", "to", "keep", "in", "signal_2_n", "for", "every", "time", "instant", "during", "the", "first", "22", "to", "51", "time", "units", "."], "ltl": ["globally", "[22,51]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "22", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1484, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "greater", "than", "52.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_2_n", "is", "at", "most", "79.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "52.9", "imply", "signal_2_n", "less equal", "79.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">", "52.9"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "<=", "79.5"]]}}} {"id": 132, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "enters", "signal_2_n", "occurs", "then", "in", "response", "the", "signal_3_n", "signal", "shall", "be", "less", "than", "or", "equal", "to", "48.6", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "48.6", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 29], "prop": [["signal_3_n", "<=", "48.6"]]}}} {"id": 414, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "become", "less", "than", "59.8", "eventually", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "59.8", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["rise", "(", "signal_1_n", "<", "59.8", ")"]]}}} {"id": 2034, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "drops", "to", "at", "most", "60.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "next", "97", "time", "units", "there", "will", "exist", "a", "certain", "moment", "within", "2", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "30.8", "will", "have", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "60.0", ")", "imply", "globally", "[0,97]", "(", "finally", "[0,2]", "(", "rise", "(", "signal_2_n", "less equal", "30.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "next", "97", "time", "units", "there", "will", "exist", "a", "certain", "moment", "within", "2", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<=", "60.0", ")"]]}, " prop_2 ": {"span": [47, 60], "prop": [["rise", "(", "signal_2_n", "<=", "30.8", ")"]]}}} {"id": 6056, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "1.5", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "90.7", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "next", "81", "time", "units", "ultimately", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_3_n", "becomes", "signal_4_n", "ought", "to", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "1.5", ")", "and", "signal_2_n", "more equal", "90.7", "imply", "globally", "[0,81]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "next", "81", "time", "units", "ultimately", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "81", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["rise", "(", "signal_1_n", ">=", "1.5", ")"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", ">=", "90.7"]]}, " prop_3 ": {"span": [46, 53], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 193, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "5.0", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "less", "than", "77.8", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "5.0", ")", "imply", "signal_2_n", "less", "77.8", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "5.0", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "<", "77.8"]]}}} {"id": 652, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "at", "most", "82.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "is", "higher", "than", "0.0", "and", "less", "than", "or", "equal", "to", "0.3", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "82.7", "imply", "signal_2_n", "more", "0.0", "and", "signal_2_n", "less equal", "0.3", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<=", "82.7"]]}, " prop_2 ": {"span": [25, 40], "prop": [["signal_2_n", ">", "0.0"], ["signal_2_n", "<=", "0.3"]]}}} {"id": 109, "sentence": ["Finally", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "8", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "shift", "to", "17.3", "."], "ltl": ["finally", "[0,8]", "(", "rise", "(", "signal_1_n", "math equal", "17.3", ")", ")"], "logic_sentence": ["Finally", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "8", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["rise", "(", "signal_1_n", "==", "17.3", ")"]]}}} {"id": 642, "sentence": ["As", "soon", "as", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "and", "signal_3_n", "remains", "on", "57.5", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "shall", "be", "a", "certain", "time", "point", "during", "the", "subsequent", "68", "time", "units", ",", "at", "which", "for", "every", "time", "point", "during", "the", "next", "73", "time", "units", ",", "the", "signal_4_n", "signal", "has", "to", "remain", "greater", "than", "or", "equal", "to", "47.2", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "57.5", "imply", "finally", "[0,68]", "(", "globally", "[0,73]", "(", "signal_4_n", "more equal", "47.2", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "shall", "be", "a", "certain", "time", "point", "during", "the", "subsequent", "68", "time", "units", ",", "at", "which", "for", "every", "time", "point", "during", "the", "next", "73", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "68", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 15], "prop": [["signal_3_n", "==", "57.5"]]}, " prop_3 ": {"span": [50, 63], "prop": [["signal_4_n", ">=", "47.2"]]}}} {"id": 3313, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "63.7", ",", "then", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "will", "not", "be", "no", "less", "than", "51.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "63.7", ")", "imply", "negation", "(", "signal_2_n", "more equal", "51.9", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["rise", "(", "signal_1_n", "<=", "63.7", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["-", "(", "signal_2_n", ">=", "51.9", ")"]]}}} {"id": 861, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "76.4", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "subsequent", "14", "time", "units", ",", "there", "shall", "exist", "sometime", "after", "at", "most", "54", "time", "units", ",", "at", "which", "eventually", "the", "event", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "94.1", "will", "have", "to", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "76.4", ")", "imply", "globally", "[0,14]", "(", "finally", "[0,54]", "(", "rise", "(", "signal_2_n", "less equal", "94.1", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "subsequent", "14", "time", "units", ",", "there", "shall", "exist", "sometime", "after", "at", "most", "54", "time", "units", ",", "at", "which", "eventually", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "14", "]", "(", "F", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["fall", "(", "signal_1_n", "==", "76.4", ")"]]}, " prop_2 ": {"span": [50, 59], "prop": [["rise", "(", "signal_2_n", "<=", "94.1", ")"]]}}} {"id": 1722, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "73.7", "takes", "place", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "subsequent", "91", "time", "units", "at", "a", "certain", "moment", "within", "the", "coming", "21", "time", "units", ",", "signal_2_n", "has", "to", "be", "51.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "73.7", ")", "imply", "globally", "[0,91]", "(", "finally", "[0,21]", "(", "signal_2_n", "math equal", "51.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "subsequent", "91", "time", "units", "at", "a", "certain", "moment", "within", "the", "coming", "21", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "91", "]", "(", "F", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "73.7", ")"]]}, " prop_2 ": {"span": [38, 43], "prop": [["signal_2_n", "==", "51.7"]]}}} {"id": 1199, "sentence": ["There", "should", "be", "a", "certain", "moment", "in", "less", "than", "84", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "should", "be", "eventually", "higher", "than", "84.6", "and", "less", "than", "or", "equal", "to", "84.9", "and", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "77.1", "."], "ltl": ["finally", "[0,84]", "(", "(", "signal_1_n", "more", "84.6", "and", "signal_1_n", "less equal", "84.9", ")", "and", "signal_2_n", "more", "77.1", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "in", "less", "than", "84", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 32], "prop": [["signal_1_n", ">", "84.6"], ["signal_1_n", "<=", "84.9"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", ">", "77.1"]]}}} {"id": 6216, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "16.9", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "6", "time", "units", ",", "ultimately", "the", "value", "of", "signal_2_n", "is", "above", "16.8", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "16.9", ")", "imply", "globally", "[0,6]", "(", "finally", "(", "signal_2_n", "more", "16.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "6", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "6", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "16.9", ")"]]}, " prop_2 ": {"span": [37, 56], "prop": [["signal_2_n", ">", "16.8"]]}}} {"id": 278, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "42.6", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "mode", "of", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "42.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", ">=", "42.6", ")"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4224, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "decreases", "below", "91.6", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "during", "the", "next", "4", "time", "units", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "and", "then", "needs", "to", "uninterruptedly", "continue", "like", "that", "within", "the", "following", "61", "to", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "91.6", ")", "imply", "finally", "[0,4]", "(", "globally", "[61,81]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "during", "the", "next", "4", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "4", "]", "(", "G", "[", "61", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "91.6", ")"]]}, " prop_2 ": {"span": [27, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5186, "sentence": ["At", "sometime", "after", "at", "most", "81", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "ultimately", ",", "or", "the", "value", "of", "signal_3_n", "needs", "to", "equal", "to", "97.8", "finally", "."], "ltl": ["finally", "[0,81]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "math equal", "97.8", ")"], "logic_sentence": ["At", "sometime", "after", "at", "most", "81", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "81", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", "==", "97.8"]]}}} {"id": 633, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "finally", "the", "scenario", "that", "the", "mode", "of", "signal_3_n", "enters", "signal_4_n", "will", "have", "to", "be", "observed", "at", "a", "certain", "moment", "in", "the", "subsequent", "2", "to", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[2,35]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "finally", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "be", "observed", "at", "a", "certain", "moment", "in", "the", "subsequent", "2", "to", "35", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "2", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 42], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 280, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "60.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "shall", "be", "equal", "to", "0.2", "and", "this", "condition", "should", "consistently", "sustain", "until", "finally", "the", "state", "of", "signal_3_n", "is", "set", "to", "signal_4_n", ",", "which", "should", "get", "observed", "at", "a", "certain", "time", "instant", "within", "the", "coming", "79", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "60.0", ")", "imply", "(", "signal_2_n", "math equal", "0.2", ")", "until", "[0,79]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "condition", "should", "consistently", "sustain", "until", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "79", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "60.0", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "==", "0.2"]]}, " prop_3 ": {"span": [42, 66], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2010, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "at", "most", "60.6", "then", "for", "every", "time", "point", "in", "the", "first", "0", "to", "43", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "coming", "11", "to", "54", "time", "units", "the", "value", "of", "signal_2_n", "is", "equal", "to", "86.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.6", "imply", "globally", "[0,43]", "(", "finally", "[11,54]", "(", "signal_2_n", "math equal", "86.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "for", "every", "time", "point", "in", "the", "first", "0", "to", "43", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "coming", "11", "to", "54", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "11", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<=", "60.6"]]}, " prop_2 ": {"span": [39, 47], "prop": [["signal_2_n", "==", "86.1"]]}}} {"id": 1823, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "48", "time", "units", "finally", "signal_1_n", "needs", "to", "be", "84.7", "and", "the", "transition", "action", "that", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "94.2", "will", "happen", "ultimately", "."], "ltl": ["finally", "[0,48]", "(", "signal_1_n", "math equal", "84.7", "and", "rise", "(", "signal_2_n", "more equal", "94.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "48", "time", "units", "finally", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "happen", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "==", "84.7"]]}, " prop_2 ": {"span": [22, 31], "prop": [["rise", "(", "signal_2_n", ">=", "94.2", ")"]]}}} {"id": 4329, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consecutively", "the", "signal_1_n", "signal", "has", "to", "remain", "at", "least", "26.7", ",", "or", "continuously", "the", "value", "of", "signal_2_n", "shall", "keep", "less", "than", "or", "equal", "to", "90.2", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "26.7", "or", "signal_2_n", "less equal", "90.2", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consecutively", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">=", "26.7"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", "<=", "90.2"]]}}} {"id": 617, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "24.6", ",", "and", "the", "signal_2_n", "signal", "stays", "greater", "than", "25.4", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "next", "53", "to", "57", "time", "units", "eventually", "there", "should", "be", "a", "certain", "moment", "within", "the", "subsequent", "16", "to", "64", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "31.4", "should", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "24.6", "and", "signal_2_n", "more", "25.4", "imply", "globally", "[53,57]", "(", "finally", "[16,64]", "(", "rise", "(", "signal_3_n", "more", "31.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "next", "53", "to", "57", "time", "units", "eventually", "there", "should", "be", "a", "certain", "moment", "within", "the", "subsequent", "16", "to", "64", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "53", ":", "57", "]", "(", "F", "[", "16", ":", "64", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "24.6"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", ">", "25.4"]]}, " prop_3 ": {"span": [57, 65], "prop": [["rise", "(", "signal_3_n", ">", "31.4", ")"]]}}} {"id": 3730, "sentence": ["When", "signal_1_n", "gets", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "ultimately", "a", "certain", "moment", "in", "the", "coming", "21", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_3_n", "should", "not", "be", "in", "signal_4_n", "and", "will", "be", "continuing", "like", "that", "uninterruptedly", "for", "each", "moment", "in", "the", "next", "48", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,48]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "ultimately", "a", "certain", "moment", "in", "the", "coming", "21", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 54], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3554, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "the", "signal_1_n", "signal", "shall", "be", "set", "to", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "shall", "continuously", "stay", "above", "3.9", "and", "less", "than", "5.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "3.9", "and", "signal_3_n", "less", "5.2", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_3_n", ">", "3.9"], ["signal_3_n", "<", "5.2"]]}}} {"id": 1685, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "70", "to", "97", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "gets", "equal", "to", "26.3", "has", "to", "be", "detected", "finally", ",", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "25.8", "ultimately", "."], "ltl": ["finally", "[70,97]", "(", "rise", "(", "signal_1_n", "math equal", "26.3", ")", "or", "signal_2_n", "more", "25.8", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "70", "to", "97", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "has", "to", "be", "detected", "finally", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "70", ":", "97", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 27], "prop": [["rise", "(", "signal_1_n", "==", "26.3", ")"]]}, " prop_2 ": {"span": [34, 46], "prop": [["signal_2_n", ">", "25.8"]]}}} {"id": 4508, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "uninterruptedly", "remains", "in", "the", "interval", "-LSB-", "14.9", ",", "55.6", "-RSB-", ",", "or", "signal_2_n", "needs", "to", "remain", "no", "more", "than", "96.9", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "14.9", "and", "signal_1_n", "less equal", "55.6", ")", "or", "signal_2_n", "less equal", "96.9", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">=", "14.9"], ["signal_1_n", "<=", "55.6"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "96.9"]]}}} {"id": 5684, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "not", "less", "than", "or", "equal", "to", "72.8", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "increases", "to", "no", "less", "than", "35.8", "gets", "observed", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "88", "time", "units", "there", "must", "exist", "a", "certain", "time", "point", "during", "the", "coming", "70", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "ultimately", "stay", "at", "least", "47.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "72.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "35.8", ")", "imply", "globally", "[0,88]", "(", "finally", "[0,70]", "(", "signal_3_n", "more equal", "47.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "88", "time", "units", "there", "must", "exist", "a", "certain", "time", "point", "during", "the", "coming", "70", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 18], "prop": [["-", "(", "signal_1_n", "<=", "72.8", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["rise", "(", "signal_2_n", ">=", "35.8", ")"]]}, " prop_3 ": {"span": [63, 73], "prop": [["signal_3_n", ">=", "47.1"]]}}} {"id": 120, "sentence": ["For", "every", "time", "point", "during", "the", "first", "79", "time", "units", "consistently", "the", "value", "of", "signal", "signal_1_n", "has", "to", "stay", "less", "than", "86.8", ",", "and", "uninterruptedly", "signal_2_n", "shall", "stay", "below", "43.8", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "less", "86.8", "and", "signal_2_n", "less", "43.8", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "79", "time", "units", "consistently", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<", "86.8"]]}, " prop_2 ": {"span": [25, 30], "prop": [["signal_2_n", "<", "43.8"]]}}} {"id": 610, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "at", "most", "60.3", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "77.7", "is", "observed", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "60.3", ")", "imply", "rise", "(", "signal_2_n", "less equal", "77.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "starting", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", "<=", "60.3", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["rise", "(", "signal_2_n", "<=", "77.7", ")"]]}}} {"id": 5864, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "is", "shifted", "to", "61.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "is", "over", "45.3", "and", "less", "than", "74.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "61.1", ")", "imply", "signal_2_n", "more", "45.3", "and", "signal_2_n", "less", "74.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "61.1", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", ">", "45.3"], ["signal_2_n", "<", "74.2"]]}}} {"id": 3569, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "equals", "to", "99.3", "and", "consistently", "this", "condition", "ought", "to", "keep", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "signal_3_n", "math equal", "99.3", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "consistently", "this", "condition", "ought", "to", "keep", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 19], "prop": [["signal_3_n", "==", "99.3"]]}}} {"id": 315, "sentence": ["The", "mode", "of", "signal_1_n", "will", "be", "being", "set", "to", "signal_2_n", "continuously", "for", "each", "time", "instant", "in", "the", "first", "83", "time", "units", "."], "ltl": ["globally", "[0,83]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 535, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "92.0", ",", "then", "in", "response", "finally", "there", "is", "a", "time", "within", "the", "coming", "10", "to", "61", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "92.0", "imply", "finally", "[10,61]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "finally", "there", "is", "a", "time", "within", "the", "coming", "10", "to", "61", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "10", ":", "61", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 12], "prop": [["signal_1_n", "==", "92.0"]]}, " prop_2 ": {"span": [32, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1947, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "99.7", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "mode", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "99.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "99.7", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6181, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "1.6", "and", "less", "than", "or", "equal", "to", "4.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "first", "77", "time", "units", "there", "must", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "coming", "97", "time", "units", ",", "at", "which", "signal_2_n", "shall", "stay", "smaller", "than", "80.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.6", "and", "signal_1_n", "less equal", "4.9", "imply", "globally", "[0,77]", "(", "finally", "[0,97]", "(", "signal_2_n", "less", "80.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "first", "77", "time", "units", "there", "must", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "coming", "97", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 21], "prop": [["signal_1_n", ">=", "1.6"], ["signal_1_n", "<=", "4.9"]]}, " prop_2 ": {"span": [56, 62], "prop": [["signal_2_n", "<", "80.8"]]}}} {"id": 1983, "sentence": ["There", "shall", "finally", "exist", "sometime", "in", "less", "than", "30", "time", "units", ",", "at", "which", "signal_1_n", "will", "settle", "to", "16.6", "."], "ltl": ["finally", "[0,30]", "(", "signal_1_n", "math equal", "16.6", ")"], "logic_sentence": ["There", "shall", "finally", "exist", "sometime", "in", "less", "than", "30", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["signal_1_n", "==", "16.6"]]}}} {"id": 5929, "sentence": ["If", "signal_1_n", "enters", "signal_2_n", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "81.3", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "81.3", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [7, 17], "prop": [["signal_3_n", "==", "81.3"]]}}} {"id": 3766, "sentence": ["Whenever", "the", "event", "that", "signal_1_n", "gets", "changed", "to", "3.2", "happens", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "must", "eventually", "keep", "larger", "than", "5.0", "and", "no", "larger", "than", "24.1", "at", "a", "certain", "time", "point", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "3.2", ")", "imply", "finally", "(", "signal_2_n", "more", "5.0", "and", "signal_2_n", "less equal", "24.1", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "3.2", ")"]]}, " prop_2 ": {"span": [16, 36], "prop": [["signal_2_n", ">", "5.0"], ["signal_2_n", "<=", "24.1"]]}}} {"id": 1326, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "29.6", ",", "then", "the", "value", "of", "signal_2_n", "ought", "to", "be", "equal", "to", "2.6", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "29.6", "imply", "signal_2_n", "math equal", "2.6", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "29.6"]]}, " prop_2 ": {"span": [10, 25], "prop": [["signal_2_n", "==", "2.6"]]}}} {"id": 1387, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "not", "higher", "than", "34.4", ",", "and", "the", "transition", "action", "that", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "93.1", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "34.4", ")", "and", "rise", "(", "signal_2_n", "less equal", "93.1", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", ">", "34.4", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["rise", "(", "signal_2_n", "<=", "93.1", ")"]]}, " prop_3 ": {"span": [41, 49], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3270, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "gets", "lower", "than", "99.9", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "42", "time", "units", ",", "finally", "signal_2_n", "must", "keep", "above", "88.7", "at", "a", "certain", "time", "instant", "within", "the", "following", "60", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "99.9", ")", "imply", "globally", "[0,42]", "(", "finally", "[0,60]", "(", "signal_2_n", "more", "88.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "42", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "F", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "<", "99.9", ")"]]}, " prop_2 ": {"span": [34, 50], "prop": [["signal_2_n", ">", "88.7"]]}}} {"id": 5815, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "82.5", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "69.3", "eventually", "at", "sometime", "in", "the", "next", "94", "time", "units", ",", "before", "that", "consecutively", "the", "value", "of", "signal_2_n", "wo", "n't", "be", "93.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "82.5", ")", "imply", "(", "negation", "(", "signal_2_n", "math equal", "93.2", ")", ")", "until", "[0,94]", "(", "signal_3_n", "less equal", "69.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "82.5", ")"]]}, " prop_2 ": {"span": [32, 64], "prop": [["signal_3_n", "<=", "69.3"], ["-", "(", "signal_2_n", "==", "93.2", ")"]]}}} {"id": 1330, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "happens", "then", "the", "following", "condition", "holds", ":", "finally", "there", "has", "to", "exist", "a", "time", "during", "the", "subsequent", "66", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "deviates", "from", "26.1", "is", "n't", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,66]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "26.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "finally", "there", "has", "to", "exist", "a", "time", "during", "the", "subsequent", "66", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "n't", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 54], "prop": [["-", "fall", "(", "signal_3_n", "==", "26.1", ")"]]}}} {"id": 6259, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "9", "to", "70", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "will", "be", "keeping", "below", "63.2", "and", "the", "value", "of", "signal_2_n", "ought", "to", "consistently", "remain", "larger", "than", "69.0", "."], "ltl": ["globally", "[9,70]", "(", "signal_1_n", "less", "63.2", "and", "signal_2_n", "more", "69.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "9", "to", "70", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "9", ":", "70", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "<", "63.2"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", ">", "69.0"]]}}} {"id": 5906, "sentence": ["For", "each", "moment", "in", "the", "first", "26", "time", "units", "the", "mode", "of", "signal_1_n", "will", "be", "remaining", "in", "signal_2_n", "uninterruptedly", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "26", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4211, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "gets", "shifted", "to", "60.0", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "signal_2_n", "becomes", "no", "less", "than", "5.4", "must", "immediately", "take", "place", "and", "the", "value", "of", "signal_3_n", "has", "to", "be", "67.5", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "60.0", ")", "imply", "rise", "(", "signal_2_n", "more equal", "5.4", ")", "and", "signal_3_n", "math equal", "67.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "(", "prop_2", ")", "must", "immediately", "take", "place", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "60.0", ")"]]}, " prop_2 ": {"span": [23, 29], "prop": [["rise", "(", "signal_2_n", ">=", "5.4", ")"]]}, " prop_3 ": {"span": [34, 46], "prop": [["signal_3_n", "==", "67.5"]]}}} {"id": 1339, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "8", "to", "10", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "greater", "than", "or", "equal", "to", "49.8", ",", "and", "the", "value", "of", "signal_2_n", "will", "be", "remaining", "equal", "to", "13.6", "all", "the", "time", "."], "ltl": ["globally", "[8,10]", "(", "signal_1_n", "more equal", "49.8", "and", "signal_2_n", "math equal", "13.6", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "8", "to", "10", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "8", ":", "10", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 27], "prop": [["signal_1_n", ">=", "49.8"]]}, " prop_2 ": {"span": [29, 42], "prop": [["signal_2_n", "==", "13.6"]]}}} {"id": 3461, "sentence": ["There", "is", "eventually", "a", "certain", "moment", "within", "the", "first", "87", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "40.6", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "less equal", "40.6", ")"], "logic_sentence": ["There", "is", "eventually", "a", "certain", "moment", "within", "the", "first", "87", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 28], "prop": [["signal_1_n", "<=", "40.6"]]}}} {"id": 1518, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "62.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "4", "to", "10", "time", "units", "finally", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "above", "24.6", "and", "less", "than", "86.2", "at", "a", "certain", "moment", "during", "the", "next", "41", "to", "57", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "62.3", "imply", "globally", "[4,10]", "(", "finally", "[41,57]", "(", "signal_2_n", "more", "24.6", "and", "signal_2_n", "less", "86.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "4", "to", "10", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "4", ":", "10", "]", "(", "F", "[", "41", ":", "57", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["signal_1_n", "<=", "62.3"]]}, " prop_2 ": {"span": [39, 65], "prop": [["signal_2_n", ">", "24.6"], ["signal_2_n", "<", "86.2"]]}}} {"id": 1849, "sentence": ["There", "is", "sometime", "within", "the", "first", "17", "time", "units", ",", "at", "which", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "14.6", "and", "less", "than", "or", "equal", "to", "35.3", "finally", ",", "or", "eventually", "the", "scenario", "that", "the", "signal_2_n", "signal", "drops", "to", "no", "larger", "than", "77.5", "will", "have", "to", "take", "place", "."], "ltl": ["finally", "[0,17]", "(", "(", "signal_1_n", "more equal", "14.6", "and", "signal_1_n", "less equal", "35.3", ")", "or", "rise", "(", "signal_2_n", "less equal", "77.5", ")", ")"], "logic_sentence": ["There", "is", "sometime", "within", "the", "first", "17", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "eventually", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "17", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 30], "prop": [["signal_1_n", ">=", "14.6"], ["signal_1_n", "<=", "35.3"]]}, " prop_2 ": {"span": [36, 45], "prop": [["rise", "(", "signal_2_n", "<=", "77.5", ")"]]}}} {"id": 1907, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "ultimately", "greater", "than", "or", "equal", "to", "2.3", "and", "no", "larger", "than", "47.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "more equal", "2.3", "and", "signal_3_n", "less equal", "47.5", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 55], "prop": [["signal_3_n", ">=", "2.3"], ["signal_3_n", "<=", "47.5"]]}}} {"id": 1548, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "69.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "finally", "a", "certain", "time", "instant", "during", "the", "subsequent", "13", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "does", "not", "become", "not", "set", "to", "signal_3_n", "and", "then", "uninterruptedly", "this", "condition", "will", "have", "to", "hold", "for", "each", "time", "instant", "in", "the", "subsequent", "52", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "69.4", "imply", "finally", "[0,13]", "(", "globally", "[0,52]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "finally", "a", "certain", "time", "instant", "during", "the", "subsequent", "13", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "condition", "will", "have", "to", "hold", "for", "each", "time", "instant", "in", "the", "subsequent", "52", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<=", "69.4"]]}, " prop_2 ": {"span": [40, 52], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 472, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "more", "than", "51.7", "happens", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "52.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.7", ")", "imply", "signal_2_n", "more equal", "52.3", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "51.7", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", ">=", "52.3"]]}}} {"id": 4737, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "21.8", "and", "no", "more", "than", "69.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "shall", "be", "a", "certain", "time", "instant", "within", "the", "first", "37", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "31.9", "and", "less", "than", "or", "equal", "to", "47.9", "then", "this", "condition", "must", "last", "uninterruptedly", "for", "the", "following", "40", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "21.8", "and", "signal_1_n", "less equal", "69.1", "imply", "finally", "[0,37]", "(", "globally", "[0,40]", "(", "signal_2_n", "more equal", "31.9", "and", "signal_2_n", "less equal", "47.9", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "shall", "be", "a", "certain", "time", "instant", "within", "the", "first", "37", "time", "units", ",", "at", "which", "(", "prop_2", ")", "then", "this", "condition", "must", "last", "uninterruptedly", "for", "the", "following", "40", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "37", "]", "(", "G", "[", "0", ":", "40", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", ">=", "21.8"], ["signal_1_n", "<=", "69.1"]]}, " prop_2 ": {"span": [44, 62], "prop": [["signal_2_n", ">=", "31.9"], ["signal_2_n", "<=", "47.9"]]}}} {"id": 2394, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3665, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "54.1", "gets", "observed", "then", "in", "response", "signal_2_n", "is", "between", "the", "range", "-LSB-", "53.8", ",", "64.3", "-RSB-", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "54.1", ")", "imply", "signal_2_n", "more equal", "53.8", "and", "signal_2_n", "less equal", "64.3", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "54.1", ")"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">=", "53.8"], ["signal_2_n", "<=", "64.3"]]}}} {"id": 5759, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "no", "less", "than", "31.2", ",", "or", "the", "event", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "82.9", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "value", "of", "signal_3_n", "needs", "to", "settle", "to", "60.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "31.2", "or", "rise", "(", "signal_2_n", "less equal", "82.9", ")", "imply", "signal_3_n", "math equal", "60.1", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", ">=", "31.2"]]}, " prop_2 ": {"span": [14, 23], "prop": [["rise", "(", "signal_2_n", "<=", "82.9", ")"]]}, " prop_3 ": {"span": [35, 44], "prop": [["signal_3_n", "==", "60.1"]]}}} {"id": 4727, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "state", "of", "signal_1_n", "is", "signal_2_n", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1679, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "remains", "larger", "than", "0.6", "and", "below", "10.3", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "more", "than", "13.8", "and", "less", "than", "22.4", ",", "then", "the", "mode", "of", "signal_3_n", "ought", "to", "be", "in", "signal_4_n", "promptly", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "0.6", "and", "signal_1_n", "less", "10.3", ")", "or", "(", "signal_2_n", "more", "13.8", "and", "signal_2_n", "less", "22.4", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "0.6"], ["signal_1_n", "<", "10.3"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", ">", "13.8"], ["signal_2_n", "<", "22.4"]]}, " prop_3 ": {"span": [31, 41], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3271, "sentence": ["When", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "30.6", "gets", "observed", "then", "for", "every", "time", "instant", "in", "the", "subsequent", "7", "time", "units", ",", "finally", "there", "should", "be", "a", "time", "in", "less", "than", "41", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "5.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "30.6", ")", "imply", "globally", "[0,7]", "(", "finally", "[0,41]", "(", "signal_2_n", "more", "5.5", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "for", "every", "time", "instant", "in", "the", "subsequent", "7", "time", "units", ",", "finally", "there", "should", "be", "a", "time", "in", "less", "than", "41", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "7", "]", "(", "F", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "30.6", ")"]]}, " prop_2 ": {"span": [40, 48], "prop": [["signal_2_n", ">", "5.5"]]}}} {"id": 88, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "higher", "than", "1.4", "and", "less", "than", "1.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "70.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "1.4", "and", "signal_1_n", "less", "1.8", "imply", "signal_2_n", "more equal", "70.2", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "1.4"], ["signal_1_n", "<", "1.8"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "70.2"]]}}} {"id": 2296, "sentence": ["For", "each", "time", "point", "within", "13", "time", "units", "signal_1_n", "has", "to", "keep", "above", "1.4", "and", "below", "15.9", "continuously", ",", "and", "consecutively", "signal_2_n", "will", "stay", "no", "larger", "than", "35.1", "."], "ltl": ["globally", "[0,13]", "(", "(", "signal_1_n", "more", "1.4", "and", "signal_1_n", "less", "15.9", ")", "and", "signal_2_n", "less equal", "35.1", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "13", "time", "units", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "13", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "1.4"], ["signal_1_n", "<", "15.9"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "<=", "35.1"]]}}} {"id": 19, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "82.7", "and", "the", "event", "that", "signal_2_n", "becomes", "below", "0.4", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "coming", "19", "to", "95", "time", "units", "finally", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "be", "equal", "to", "17.0", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "82.7", "and", "rise", "(", "signal_2_n", "less", "0.4", ")", "imply", "globally", "[19,95]", "(", "finally", "(", "signal_3_n", "math equal", "17.0", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "coming", "19", "to", "95", "time", "units", "finally", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "19", ":", "95", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", ">=", "82.7"]]}, " prop_2 ": {"span": [16, 20], "prop": [["rise", "(", "signal_2_n", "<", "0.4", ")"]]}, " prop_3 ": {"span": [63, 72], "prop": [["signal_3_n", "==", "17.0"]]}}} {"id": 429, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "9.0", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "78", "time", "units", ",", "after", "which", "for", "every", "time", "point", "in", "the", "next", "44", "time", "units", "the", "signal_2_n", "signal", "remains", "in", "-LSB-", "56.8", ",", "69.5", "-RSB-", "all", "the", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "9.0", ")", "imply", "finally", "[0,78]", "(", "globally", "[0,44]", "(", "signal_2_n", "more equal", "56.8", "and", "signal_2_n", "less equal", "69.5", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "78", "time", "units", ",", "after", "which", "for", "every", "time", "point", "in", "the", "next", "44", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "9.0", ")"]]}, " prop_2 ": {"span": [56, 69], "prop": [["signal_2_n", ">=", "56.8"], ["signal_2_n", "<=", "69.5"]]}}} {"id": 1700, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "76.5", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "will", "be", "84.7", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "more", "76.5", "imply", "signal_2_n", "math equal", "84.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "76.5"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "84.7"]]}}} {"id": 99, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "has", "to", "be", "less", "than", "92.9", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "92.9", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "<", "92.9"]]}}} {"id": 5908, "sentence": ["In", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "23.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "should", "be", "a", "time", "within", "the", "coming", "11", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "should", "stay", "less", "than", "78.9", "all", "the", "time", "for", "every", "moment", "within", "the", "following", "36", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "23.6", "imply", "finally", "[0,11]", "(", "globally", "[0,36]", "(", "signal_4_n", "less", "78.9", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "should", "be", "a", "time", "within", "the", "coming", "11", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "36", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_3_n", "==", "23.6"]]}, " prop_3 ": {"span": [48, 68], "prop": [["signal_4_n", "<", "78.9"]]}}} {"id": 1690, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "becomes", "higher", "than", "57.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "61", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "4", "to", "42", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "is", "eventually", "not", "below", "92.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "57.3", ")", "imply", "globally", "[0,61]", "(", "finally", "[4,42]", "(", "negation", "(", "signal_2_n", "less", "92.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "61", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "4", "to", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "61", "]", "(", "F", "[", "4", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", ">", "57.3", ")"]]}, " prop_2 ": {"span": [55, 63], "prop": [["-", "(", "signal_2_n", "<", "92.3", ")"]]}}} {"id": 4689, "sentence": ["For", "each", "time", "point", "within", "the", "first", "97", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "be", "less", "than", "or", "equal", "to", "92.3", "consistently", "."], "ltl": ["globally", "[0,97]", "(", "signal_1_n", "less equal", "92.3", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "97", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", "<=", "92.3"]]}}} {"id": 327, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "at", "least", "17.4", "happens", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "ought", "n't", "to", "be", "47.9", "and", "will", "continue", "like", "that", "uninterruptedly", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "17.4", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "47.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", ">=", "17.4", ")"]]}, " prop_2 ": {"span": [40, 65], "prop": [["-", "(", "signal_2_n", "==", "47.9", ")"]]}}} {"id": 516, "sentence": ["At", "sometime", "in", "less", "than", "80", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "equal", "to", "44.6", "eventually", "."], "ltl": ["finally", "[0,80]", "(", "signal_1_n", "math equal", "44.6", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "80", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "44.6"]]}}} {"id": 3212, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "first", "50", "to", "84", "time", "units", ",", "at", "which", "signal_1_n", "should", "be", "signal_2_n", "eventually", "."], "ltl": ["finally", "[50,84]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "first", "50", "to", "84", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "50", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3512, "sentence": ["In", "the", "future", ",", "without", "interruption", "the", "signal_1_n", "signal", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "45.4", "and", "no", "more", "than", "84.3", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "45.4", "and", "signal_1_n", "less equal", "84.3", ")"], "logic_sentence": ["In", "the", "future", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 23], "prop": [["signal_1_n", ">=", "45.4"], ["signal_1_n", "<=", "84.3"]]}}} {"id": 1415, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "37.7", ",", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LSB-", "0.6", ",", "12.8", "-RSB-", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "following", "58", "to", "67", "time", "units", ",", "signal_3_n", "will", "be", "consistently", "keeping", "greater", "than", "or", "equal", "to", "69.8", "and", "no", "more", "than", "78.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "37.7", ")", "and", "(", "signal_2_n", "more equal", "0.6", "and", "signal_2_n", "less equal", "12.8", ")", "imply", "globally", "[58,67]", "(", "signal_3_n", "more equal", "69.8", "and", "signal_3_n", "less equal", "78.4", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "following", "58", "to", "67", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "58", ":", "67", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "37.7", ")"]]}, " prop_2 ": {"span": [13, 26], "prop": [["signal_2_n", ">=", "0.6"], ["signal_2_n", "<=", "12.8"]]}, " prop_3 ": {"span": [46, 62], "prop": [["signal_3_n", ">=", "69.8"], ["signal_3_n", "<=", "78.4"]]}}} {"id": 584, "sentence": ["In", "case", "that", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", ",", "and", "signal_3_n", "is", "at", "least", "47.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "signal_4_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "11.6", "and", "starting", "without", "any", "delay", "the", "value", "of", "signal_5_n", "has", "to", "be", "equal", "to", "92.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "47.1", "imply", "signal_4_n", "more equal", "11.6", "and", "signal_5_n", "math equal", "92.3", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "and", "starting", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 16], "prop": [["signal_3_n", ">=", "47.1"]]}, " prop_3 ": {"span": [30, 42], "prop": [["signal_4_n", ">=", "11.6"]]}, " prop_4 ": {"span": [47, 57], "prop": [["signal_5_n", "==", "92.3"]]}}} {"id": 2726, "sentence": ["In", "the", "first", "0", "time", "units", "consecutively", "signal_1_n", "will", "be", "remaining", "equal", "to", "97.9", "and", "the", "signal_2_n", "signal", "has", "to", "be", "below", "70.2", "continuously", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "math equal", "97.9", "and", "signal_2_n", "less", "70.2", ")"], "logic_sentence": ["In", "the", "first", "0", "time", "units", "consecutively", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "97.9"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "<", "70.2"]]}}} {"id": 157, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "larger", "than", "83.2", "and", "the", "value", "of", "signal", "signal_2_n", "stays", "over", "8.4", "and", "less", "than", "23.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "the", "signal_3_n", "signal", "shall", "be", "ultimately", "less", "than", "48.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "83.2", "and", "(", "signal_2_n", "more", "8.4", "and", "signal_2_n", "less", "23.2", ")", "imply", "finally", "(", "signal_3_n", "less", "48.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "83.2"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_2_n", ">", "8.4"], ["signal_2_n", "<", "23.2"]]}, " prop_3 ": {"span": [44, 53], "prop": [["signal_3_n", "<", "48.3"]]}}} {"id": 1729, "sentence": ["For", "every", "time", "instant", "within", "36", "to", "39", "time", "units", ",", "the", "value", "of", "signal_1_n", "stays", "greater", "than", "18.8", "and", "lower", "than", "76.2", "and", "the", "signal_2_n", "signal", "must", "keep", "greater", "than", "or", "equal", "to", "75.3", "consecutively", "."], "ltl": ["globally", "[36,39]", "(", "(", "signal_1_n", "more", "18.8", "and", "signal_1_n", "less", "76.2", ")", "and", "signal_2_n", "more equal", "75.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "36", "to", "39", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "36", ":", "39", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">", "18.8"], ["signal_1_n", "<", "76.2"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">=", "75.3"]]}}} {"id": 1857, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "85.6", "must", "always", "not", "be", "observed", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "85.6", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "(", "prop_1", ")", "must", "always", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["-", "fall", "(", "signal_1_n", "==", "85.6", ")"]]}}} {"id": 2439, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "50.3", "happens", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "16.2", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "50.3", ")", "imply", "signal_2_n", "less", "16.2", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "50.3", ")"]]}, " prop_2 ": {"span": [21, 35], "prop": [["signal_2_n", "<", "16.2"]]}}} {"id": 3551, "sentence": ["For", "each", "time", "point", "within", "18", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "consistently", "stay", "at", "least", "65.2", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "more equal", "65.2", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "18", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">=", "65.2"]]}}} {"id": 1242, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "56.2", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "25.9", "and", "less", "than", "or", "equal", "to", "33.5", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "56.2", "imply", "signal_2_n", "more equal", "25.9", "and", "signal_2_n", "less equal", "33.5", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "56.2"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">=", "25.9"], ["signal_2_n", "<=", "33.5"]]}}} {"id": 5816, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "no", "more", "than", "4.6", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "during", "the", "following", "83", "time", "units", ",", "at", "which", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "25.4", ",", "before", "that", "without", "interruption", "the", "signal_2_n", "signal", "will", "not", "be", "86.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.6", ")", "imply", "(", "negation", "(", "signal_2_n", "math equal", "86.9", ")", ")", "until", "[0,83]", "(", "signal_3_n", "less equal", "25.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "during", "the", "following", "83", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "that", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "4.6", ")"]]}, " prop_2 ": {"span": [44, 54], "prop": [["signal_3_n", "<=", "25.4"]]}, " prop_3 ": {"span": [59, 66], "prop": [["-", "(", "signal_2_n", "==", "86.9", ")"]]}}} {"id": 46, "sentence": ["Whenever", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "63.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "coming", "25", "time", "units", ",", "signal_2_n", "must", "keep", "in", "signal_3_n", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "63.9", ")", "imply", "globally", "[0,25]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "coming", "25", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["rise", "(", "signal_1_n", "<=", "63.9", ")"]]}, " prop_2 ": {"span": [32, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2512, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "changes", "to", "8.1", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "signal_3_n", "and", "then", "will", "remain", "like", "this", "for", "the", "last", "92", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.1", ")", "imply", "historically", "[0,92]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "8.1", ")"]]}, " prop_2 ": {"span": [25, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1834, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "23.8", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "not", "become", "lower", "than", "16.7", "and", "then", "will", "continue", "like", "this", "consistently", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "23.8", ")", "imply", "globally", "(", "negation", "fall", "(", "signal_2_n", "more equal", "16.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["fall", "(", "signal_1_n", "==", "23.8", ")"]]}, " prop_2 ": {"span": [25, 50], "prop": [["-", "fall", "(", "signal_2_n", ">=", "16.7", ")"]]}}} {"id": 4558, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "rises", "above", "49.1", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "scenario", "that", "the", "signal_2_n", "signal", "becomes", "not", "set", "to", "signal_3_n", "must", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "49.1", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "49.1", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3865, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "77.8", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "there", "ultimately", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "14.8", "and", "then", "will", "stay", "like", "this", "without", "interruption", "for", "every", "time", "instant", "within", "the", "next", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.8", ")", "imply", "finally", "(", "globally", "[0,84]", "(", "signal_2_n", "math equal", "14.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "there", "ultimately", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "77.8", ")"]]}, " prop_2 ": {"span": [43, 69], "prop": [["signal_2_n", "==", "14.8"]]}}} {"id": 3132, "sentence": ["The", "value", "of", "signal_1_n", "will", "keep", "higher", "than", "19.5", "and", "less", "than", "30.0", "all", "the", "time", "for", "every", "moment", "within", "the", "first", "1", "to", "5", "time", "units", "."], "ltl": ["globally", "[1,5]", "(", "signal_1_n", "more", "19.5", "and", "signal_1_n", "less", "30.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "5", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">", "19.5"], ["signal_1_n", "<", "30.0"]]}}} {"id": 2237, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "happens", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "next", "56", "time", "units", ",", "at", "which", "ultimately", "the", "signal_3_n", "signal", "will", "be", "equal", "to", "68.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,56]", "(", "signal_3_n", "math equal", "68.3", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "next", "56", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_3_n", "==", "68.3"]]}}} {"id": 234, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "less", "than", "21.9", "or", "signal_2_n", "stays", "smaller", "than", "3.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "mode", "of", "signal", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "21.9", "or", "signal_2_n", "less", "3.8", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<", "21.9"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<", "3.8"]]}, " prop_3 ": {"span": [34, 45], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1113, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "equal", "to", "50.6", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "3.8", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "following", "6", "time", "units", ",", "finally", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "coming", "99", "time", "units", ",", "at", "which", "signal_3_n", "needs", "to", "get", "shifted", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.6", "or", "signal_2_n", "less", "3.8", "imply", "globally", "[0,6]", "(", "finally", "[0,99]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "following", "6", "time", "units", ",", "finally", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "coming", "99", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "6", "]", "(", "F", "[", "0", ":", "99", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "50.6"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", "<", "3.8"]]}, " prop_3 ": {"span": [56, 63], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1457, "sentence": ["Finally", "there", "shall", "be", "a", "certain", "time", "instant", "in", "less", "than", "44", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "larger", "than", "12.2", "and", "less", "than", "51.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "not", "be", "no", "less", "than", "25.2", "."], "ltl": ["finally", "[0,44]", "(", "(", "signal_1_n", "more", "12.2", "and", "signal_1_n", "less", "51.0", ")", "or", "negation", "(", "signal_2_n", "more equal", "25.2", ")", ")"], "logic_sentence": ["Finally", "there", "shall", "be", "a", "certain", "time", "instant", "in", "less", "than", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 32], "prop": [["signal_1_n", ">", "12.2"], ["signal_1_n", "<", "51.0"]]}, " prop_2 ": {"span": [34, 46], "prop": [["-", "(", "signal_2_n", ">=", "25.2", ")"]]}}} {"id": 4188, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "gets", "shifted", "to", "87.9", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "next", "63", "time", "units", "there", "will", "exist", "sometime", "in", "the", "following", "35", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "increases", "to", "no", "less", "than", "29.6", "occurs", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "87.9", ")", "imply", "globally", "[0,63]", "(", "finally", "[0,35]", "(", "rise", "(", "signal_2_n", "more equal", "29.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "next", "63", "time", "units", "there", "will", "exist", "sometime", "in", "the", "following", "35", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "87.9", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["rise", "(", "signal_2_n", ">=", "29.6", ")"]]}}} {"id": 4860, "sentence": ["Ultimately", "the", "signal_1_n", "signal", "should", "be", "in", "signal_2_n", "at", "a", "certain", "time", "instant", "in", "less", "than", "78", "time", "units", "."], "ltl": ["finally", "[0,78]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 34, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "no", "larger", "than", "76.4", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "next", "92", "time", "units", "at", "sometime", "during", "the", "coming", "21", "time", "units", ",", "the", "signal_2_n", "signal", "will", "have", "to", "be", "set", "to", "10.8", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "76.4", ")", "imply", "globally", "[0,92]", "(", "finally", "[0,21]", "(", "signal_2_n", "math equal", "10.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "next", "92", "time", "units", "at", "sometime", "during", "the", "coming", "21", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "92", "]", "(", "F", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "<=", "76.4", ")"]]}, " prop_2 ": {"span": [52, 63], "prop": [["signal_2_n", "==", "10.8"]]}}} {"id": 6157, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "9.8", "and", "less", "than", "or", "equal", "to", "39.4", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "signal_3_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "9.8", "and", "signal_1_n", "less equal", "39.4", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 24], "prop": [["signal_1_n", ">=", "9.8"], ["signal_1_n", "<=", "39.4"]]}, " prop_2 ": {"span": [31, 45], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5045, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "event", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "does", "not", "get", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "subsequent", "93", "time", "units", ",", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "next", "82", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "58.3", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,93]", "(", "finally", "[0,82]", "(", "signal_3_n", "more equal", "58.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "event", "that", "(", "prop_1", ")", "does", "not", "get", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "subsequent", "93", "time", "units", ",", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "next", "82", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "93", "]", "(", "F", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [54, 67], "prop": [["signal_3_n", ">=", "58.3"]]}}} {"id": 338, "sentence": ["For", "more", "than", "94", "time", "units", ",", "the", "mode", "of", "signal_1_n", "ought", "to", "be", "consistently", "in", "signal_2_n", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "more", "than", "94", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4348, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "23.0", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "mode", "of", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "23.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<", "23.0", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2860, "sentence": ["For", "every", "moment", "within", "35", "time", "units", "the", "value", "of", "signal_1_n", "continuously", "stays", "no", "more", "than", "17.6", "."], "ltl": ["globally", "[0,35]", "(", "signal_1_n", "less equal", "17.6", ")"], "logic_sentence": ["For", "every", "moment", "within", "35", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "17.6"]]}}} {"id": 4435, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "99.4", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "is", "simultaneously", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "99.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "99.4", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5144, "sentence": ["For", "each", "moment", "during", "the", "first", "2", "to", "40", "time", "units", "the", "signal_1_n", "signal", "should", "always", "remain", "equal", "to", "69.6", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "no", "more", "than", "35.8", "shall", "not", "occur", "."], "ltl": ["globally", "[2,40]", "(", "signal_1_n", "math equal", "69.6", "and", "negation", "fall", "(", "signal_2_n", "more", "35.8", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "2", "to", "40", "time", "units", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "not", "occur", "."], "logic_ltl": ["G", "[", "2", ":", "40", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "69.6"]]}, " prop_2 ": {"span": [26, 37], "prop": [["-", "fall", "(", "signal_2_n", ">", "35.8", ")"]]}}} {"id": 1704, "sentence": ["In", "case", "that", "in", "the", "last", "76", "time", "units", ",", "the", "mode", "of", "signal_1_n", "consecutively", "kept", "in", "signal_2_n", "then", "there", "needs", "to", "exist", "sometime", "during", "the", "next", "27", "time", "units", "ultimately", ",", "at", "which", "consecutively", "the", "mode", "of", "signal_3_n", "needs", "to", "stay", "in", "signal_4_n", "for", "every", "time", "point", "within", "the", "following", "8", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,76]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,27]", "(", "globally", "[0,8]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "in", "the", "last", "76", "time", "units", ",", "(", "prop_1", ")", "then", "there", "needs", "to", "exist", "sometime", "during", "the", "next", "27", "time", "units", "ultimately", ",", "at", "which", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "76", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [35, 54], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2376, "sentence": ["Whenever", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "and", "the", "state", "of", "signal_3_n", "is", "in", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "17", "to", "21", "time", "units", ",", "at", "which", "the", "value", "of", "signal_5_n", "stays", "greater", "than", "or", "equal", "to", "58.1", "without", "interruption", "for", "each", "moment", "during", "the", "following", "11", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "finally", "[17,21]", "(", "globally", "[11,23]", "(", "signal_5_n", "more equal", "58.1", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "17", "to", "21", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "17", ":", "21", "]", "(", "G", "[", "11", ":", "23", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [9, 16], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [43, 67], "prop": [["signal_5_n", ">=", "58.1"]]}}} {"id": 4560, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "56.3", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "starts", "deviating", "from", "signal_3_n", "must", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "56.3", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "56.3", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1105, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "5.6", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "shifts", "to", "55.9", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "signal_3_n", "changes", "to", "16.9", "should", "never", "be", "observed", "in", "the", "next", "0", "to", "0", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "5.6", "and", "rise", "(", "signal_2_n", "math equal", "55.9", ")", "imply", "globally", "[0,0]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "16.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "(", "prop_3", ")", "should", "never", "be", "observed", "in", "the", "next", "0", "to", "0", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "0", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">=", "5.6"]]}, " prop_2 ": {"span": [20, 26], "prop": [["rise", "(", "signal_2_n", "==", "55.9", ")"]]}, " prop_3 ": {"span": [39, 43], "prop": [["-", "rise", "(", "signal_3_n", "==", "16.9", ")"]]}}} {"id": 5749, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "24.3", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "following", "97", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "47", "time", "units", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "at", "least", "78.4", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "24.3", ")", "imply", "globally", "[0,97]", "(", "finally", "[0,47]", "(", "signal_2_n", "more equal", "78.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "following", "97", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "47", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "24.3", ")"]]}, " prop_2 ": {"span": [52, 64], "prop": [["signal_2_n", ">=", "78.4"]]}}} {"id": 3116, "sentence": ["When", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "68.4", "is", "observed", "then", "in", "response", "the", "value", "of", "signal_2_n", "is", "greater", "than", "69.3", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "68.4", ")", "imply", "signal_2_n", "more", "69.3", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "68.4", ")"]]}, " prop_2 ": {"span": [14, 23], "prop": [["signal_2_n", ">", "69.3"]]}}} {"id": 961, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "less", "than", "or", "equal", "to", "12.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "12.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", "<=", "12.1"]]}}} {"id": 320, "sentence": ["In", "the", "first", "36", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "always", "remaining", "less", "than", "or", "equal", "to", "27.4", "or", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "will", "be", "remaining", "on", "50.8", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "less equal", "27.4", "or", "signal_2_n", "math equal", "50.8", ")"], "logic_sentence": ["In", "the", "first", "36", "time", "units", ",", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", "<=", "27.4"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "==", "50.8"]]}}} {"id": 283, "sentence": ["If", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "deviates", "from", "22.5", "ought", "n't", "to", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "22.5", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_2", ")", "ought", "n't", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["-", "fall", "(", "signal_3_n", "==", "22.5", ")"]]}}} {"id": 3035, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "67.1", ",", "or", "the", "signal_2_n", "signal", "is", "greater", "than", "35.3", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "must", "be", "promptly", "signal_4_n", ",", "or", "promptly", "the", "value", "of", "signal", "signal_5_n", "ought", "not", "to", "be", "equal", "to", "40.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "67.1", "or", "signal_2_n", "more", "35.3", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "negation", "(", "signal_5_n", "math equal", "40.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", ",", "or", "promptly", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<=", "67.1"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", ">", "35.3"]]}, " prop_3 ": {"span": [34, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [42, 54], "prop": [["-", "(", "signal_5_n", "==", "40.4", ")"]]}}} {"id": 4095, "sentence": ["The", "signal_1_n", "signal", "will", "remain", "smaller", "than", "30.5", "continuously", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "less", "30.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 12], "prop": [["signal_1_n", "<", "30.5"]]}}} {"id": 4753, "sentence": ["If", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "leaves", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "following", "3", "time", "units", ",", "there", "will", "have", "to", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "state", "of", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,3]", "(", "finally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "following", "3", "time", "units", ",", "there", "will", "have", "to", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 62], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1327, "sentence": ["Everytime", "when", "signal_1_n", "is", "n't", "smaller", "than", "34.5", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "smaller", "than", "71.7", "takes", "place", ",", "then", "at", "a", "certain", "moment", "in", "the", "following", "30", "time", "units", ",", "for", "each", "time", "point", "within", "71", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "will", "always", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "34.5", ")", "and", "rise", "(", "signal_2_n", "less", "71.7", ")", "imply", "finally", "[0,30]", "(", "globally", "[0,71]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "at", "a", "certain", "moment", "in", "the", "following", "30", "time", "units", ",", "for", "each", "time", "point", "within", "71", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "30", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["-", "(", "signal_1_n", "<", "34.5", ")"]]}, " prop_2 ": {"span": [14, 23], "prop": [["rise", "(", "signal_2_n", "<", "71.7", ")"]]}, " prop_3 ": {"span": [46, 56], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2140, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "78", "time", "units", ",", "signal_1_n", "will", "have", "to", "always", "keep", "greater", "than", "9.7", "or", "uninterruptedly", "the", "signal_2_n", "signal", "must", "stay", "at", "least", "67.4", "."], "ltl": ["globally", "[0,78]", "(", "signal_1_n", "more", "9.7", "or", "signal_2_n", "more equal", "67.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "78", "time", "units", ",", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "78", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">", "9.7"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", ">=", "67.4"]]}}} {"id": 50, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "1", "to", "3", "time", "units", ",", "the", "signal_1_n", "signal", "must", "uninterruptedly", "stay", "below", "38.0", ",", "and", "continuously", "signal_2_n", "shall", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[1,3]", "(", "signal_1_n", "less", "38.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "1", "to", "3", "time", "units", ",", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "<", "38.0"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 647, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "34.2", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "must", "be", "above", "51.6", "and", "less", "than", "or", "equal", "to", "66.4", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "34.2", ")", "imply", "signal_2_n", "more", "51.6", "and", "signal_2_n", "less equal", "66.4", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["fall", "(", "signal_1_n", "==", "34.2", ")"]]}, " prop_2 ": {"span": [19, 38], "prop": [["signal_2_n", ">", "51.6"], ["signal_2_n", "<=", "66.4"]]}}} {"id": 4470, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "not", "signal_2_n", ",", "then", "signal_3_n", "will", "have", "to", "remain", "greater", "than", "or", "equal", "to", "79.4", "consecutively", "until", "the", "value", "of", "signal", "signal_4_n", "goes", "above", "18.6", ",", "which", "needs", "to", "ultimately", "take", "place", "at", "a", "time", "after", "at", "most", "90", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "79.4", ")", "until", "[0,90]", "(", "rise", "(", "signal_4_n", "more", "18.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 52], "prop": [["signal_3_n", ">=", "79.4"], ["rise", "(", "signal_4_n", ">", "18.6", ")"]]}}} {"id": 3180, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "81.9", "gets", "detected", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "or", "right", "away", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "greater", "than", "9.1", "and", "below", "12.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "81.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "or", "(", "signal_4_n", "more", "9.1", "and", "signal_4_n", "less", "12.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "or", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<", "81.9", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [41, 55], "prop": [["signal_4_n", ">", "9.1"], ["signal_4_n", "<", "12.0"]]}}} {"id": 1058, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "coming", "2", "to", "11", "time", "units", "there", "needs", "to", "be", "sometime", "during", "the", "subsequent", "4", "to", "7", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "signal_3_n", "rises", "to", "no", "less", "than", "78.9", "must", "get", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[2,11]", "(", "finally", "[4,7]", "(", "rise", "(", "signal_3_n", "more equal", "78.9", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "coming", "2", "to", "11", "time", "units", "there", "needs", "to", "be", "sometime", "during", "the", "subsequent", "4", "to", "7", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_2", ")", "must", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "11", "]", "(", "F", "[", "4", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [60, 67], "prop": [["rise", "(", "signal_3_n", ">=", "78.9", ")"]]}}} {"id": 1822, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "64", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "equal", "to", "75.8", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "10.8", "shall", "be", "finally", "observed", "."], "ltl": ["finally", "[0,64]", "(", "signal_1_n", "math equal", "75.8", "and", "rise", "(", "signal_2_n", "more equal", "10.8", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "64", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "finally", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "75.8"]]}, " prop_2 ": {"span": [31, 42], "prop": [["rise", "(", "signal_2_n", ">=", "10.8", ")"]]}}} {"id": 693, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "68.7", ",", "then", "continuously", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "keep", "greater", "than", "12.2", "and", "smaller", "than", "31.3", "till", "at", "a", "time", "during", "the", "subsequent", "0", "to", "0", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "will", "be", "25.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.7", "imply", "(", "signal_2_n", "more", "12.2", "and", "signal_2_n", "less", "31.3", ")", "until", "[0,0]", "(", "signal_3_n", "math equal", "25.5", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "68.7"]]}, " prop_2 ": {"span": [14, 50], "prop": [["signal_2_n", ">", "12.2"], ["signal_2_n", "<", "31.3"], ["signal_3_n", "==", "25.5"]]}}} {"id": 782, "sentence": ["For", "the", "first", "65", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "ought", "never", "to", "be", "no", "larger", "than", "81.1", ",", "and", "the", "value", "of", "signal_2_n", "will", "uninterruptedly", "keep", "larger", "than", "36.9", "and", "smaller", "than", "76.3", "."], "ltl": ["globally", "[0,65]", "(", "negation", "(", "signal_1_n", "less equal", "81.1", ")", "and", "(", "signal_2_n", "more", "36.9", "and", "signal_2_n", "less", "76.3", ")", ")"], "logic_sentence": ["For", "the", "first", "65", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["-", "(", "signal_1_n", "<=", "81.1", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_2_n", ">", "36.9"], ["signal_2_n", "<", "76.3"]]}}} {"id": 199, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "36.8", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "has", "to", "remain", "greater", "than", "or", "equal", "to", "26.5", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "36.8", ")", "imply", "signal_2_n", "more equal", "26.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "36.8", ")"]]}, " prop_2 ": {"span": [34, 50], "prop": [["signal_2_n", ">=", "26.5"]]}}} {"id": 564, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "61.8", "occurs", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "instant", "starting", "at", "most", "21", "time", "units", ",", "signal_2_n", "must", "be", "37.6", "and", "ought", "to", "hold", "like", "this", "consecutively", "for", "every", "moment", "within", "the", "subsequent", "28", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "61.8", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,28]", "(", "signal_2_n", "math equal", "37.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "instant", "starting", "at", "most", "21", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "61.8", ")"]]}, " prop_2 ": {"span": [35, 55], "prop": [["signal_2_n", "==", "37.6"]]}}} {"id": 3049, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 934, "sentence": ["There", "must", "exist", "a", "certain", "time", "point", "in", "less", "than", "92", "time", "units", ",", "at", "which", "finally", "signal_1_n", "should", "be", "4.4", ",", "and", "eventually", "the", "signal_2_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "13.3", "and", "at", "most", "56.2", "."], "ltl": ["finally", "[0,92]", "(", "signal_1_n", "math equal", "4.4", "and", "(", "signal_2_n", "more equal", "13.3", "and", "signal_2_n", "less equal", "56.2", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "point", "in", "less", "than", "92", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "92", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 21], "prop": [["signal_1_n", "==", "4.4"]]}, " prop_2 ": {"span": [24, 39], "prop": [["signal_2_n", ">=", "13.3"], ["signal_2_n", "<=", "56.2"]]}}} {"id": 5145, "sentence": ["For", "the", "first", "6", "to", "32", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "should", "equal", "to", "73.7", "and", "continuously", "the", "scenario", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "48.2", "must", "n't", "be", "observed", "."], "ltl": ["globally", "[6,32]", "(", "signal_1_n", "math equal", "73.7", "and", "negation", "fall", "(", "signal_2_n", "more", "48.2", ")", ")"], "logic_sentence": ["For", "the", "first", "6", "to", "32", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "continuously", "the", "scenario", "that", "(", "prop_2", ")", "must", "n't", "be", "observed", "."], "logic_ltl": ["G", "[", "6", ":", "32", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "73.7"]]}, " prop_2 ": {"span": [22, 31], "prop": [["-", "fall", "(", "signal_2_n", ">", "48.2", ")"]]}}} {"id": 2689, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "46.9", "happens", "then", "in", "response", "consecutively", "the", "value", "of", "signal_2_n", "is", "never", "equal", "to", "84.1", "within", "98", "to", "98", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "46.9", ")", "imply", "globally", "[98,98]", "(", "negation", "(", "signal_2_n", "math equal", "84.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "98", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "46.9", ")"]]}, " prop_2 ": {"span": [18, 33], "prop": [["-", "(", "signal_2_n", "==", "84.1", ")"]]}}} {"id": 2922, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "48.3", ",", "and", "the", "event", "that", "signal_2_n", "drops", "to", "at", "most", "47.3", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "first", "68", "time", "units", ",", "there", "should", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "17", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "increases", "above", "54.2", "should", "be", "detected", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "48.3", "and", "rise", "(", "signal_2_n", "less equal", "47.3", ")", "imply", "globally", "[0,68]", "(", "finally", "[0,17]", "(", "rise", "(", "signal_3_n", "more", "54.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "first", "68", "time", "units", ",", "there", "should", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "17", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "68", "]", "(", "F", "[", "0", ":", "17", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "48.3"]]}, " prop_2 ": {"span": [16, 22], "prop": [["rise", "(", "signal_2_n", "<=", "47.3", ")"]]}, " prop_3 ": {"span": [61, 69], "prop": [["rise", "(", "signal_3_n", ">", "54.2", ")"]]}}} {"id": 1446, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "53.2", "then", "right", "away", "signal_2_n", "will", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "53.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["fall", "(", "signal_1_n", "==", "53.2", ")"]]}, " prop_2 ": {"span": [13, 18], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3518, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "no", "more", "than", "48.1", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "following", "65", "time", "units", "at", "a", "certain", "time", "point", "after", "at", "most", "92", "time", "units", "the", "signal_2_n", "signal", "must", "be", "ultimately", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "48.1", "imply", "globally", "[0,65]", "(", "finally", "[0,92]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "following", "65", "time", "units", "at", "a", "certain", "time", "point", "after", "at", "most", "92", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "65", "]", "(", "F", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<=", "48.1"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3629, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "larger", "than", "33.3", "happens", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "ought", "to", "be", "instantly", "smaller", "than", "79.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "33.3", ")", "imply", "signal_2_n", "less", "79.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "33.3", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "<", "79.3"]]}}} {"id": 4973, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "bigger", "than", "2.3", "and", "smaller", "than", "16.2", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "3.9", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "subsequent", "17", "time", "units", ",", "finally", "at", "a", "certain", "time", "instant", "starting", "at", "most", "35", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "greater", "than", "63.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.3", "and", "signal_1_n", "less", "16.2", ")", "and", "rise", "(", "signal_2_n", "less equal", "3.9", ")", "imply", "globally", "[0,17]", "(", "finally", "[0,35]", "(", "signal_3_n", "more", "63.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "subsequent", "17", "time", "units", ",", "finally", "at", "a", "certain", "time", "instant", "starting", "at", "most", "35", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "2.3"], ["signal_1_n", "<", "16.2"]]}, " prop_2 ": {"span": [17, 28], "prop": [["rise", "(", "signal_2_n", "<=", "3.9", ")"]]}, " prop_3 ": {"span": [64, 74], "prop": [["signal_3_n", ">", "63.2"]]}}} {"id": 1186, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "shall", "be", "always", "set", "to", "12.4", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "should", "never", "be", "greater", "than", "59.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "12.4", "and", "negation", "(", "signal_2_n", "more", "59.4", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "12.4"]]}, " prop_2 ": {"span": [19, 30], "prop": [["-", "(", "signal_2_n", ">", "59.4", ")"]]}}} {"id": 1584, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "n't", "less", "than", "or", "equal", "to", "50.0", ",", "and", "the", "value", "of", "signal", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "6.6", "and", "less", "than", "or", "equal", "to", "10.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "within", "the", "coming", "16", "to", "16", "time", "units", "the", "signal_3_n", "signal", "is", "ultimately", "not", "over", "0.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "50.0", ")", "and", "(", "signal_2_n", "more equal", "6.6", "and", "signal_2_n", "less equal", "10.7", ")", "imply", "finally", "[16,16]", "(", "negation", "(", "signal_3_n", "more", "0.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "within", "the", "coming", "16", "to", "16", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "16", ":", "16", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["-", "(", "signal_1_n", "<=", "50.0", ")"]]}, " prop_2 ": {"span": [20, 39], "prop": [["signal_2_n", ">=", "6.6"], ["signal_2_n", "<=", "10.7"]]}, " prop_3 ": {"span": [60, 68], "prop": [["-", "(", "signal_3_n", ">", "0.6", ")"]]}}} {"id": 5696, "sentence": ["When", "signal_1_n", "drops", "to", "at", "most", "29.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "smaller", "than", "8.1", "and", "this", "scenario", "shall", "always", "hold", "for", "every", "moment", "during", "the", "following", "48", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "29.9", ")", "imply", "globally", "[0,48]", "(", "signal_2_n", "less", "8.1", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "shall", "always", "hold", "for", "every", "moment", "during", "the", "following", "48", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["rise", "(", "signal_1_n", "<=", "29.9", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "<", "8.1"]]}}} {"id": 2580, "sentence": ["Within", "82", "time", "units", "the", "value", "of", "signal_1_n", "shall", "always", "not", "be", "equal", "to", "23.6", "."], "ltl": ["globally", "[0,82]", "(", "negation", "(", "signal_1_n", "math equal", "23.6", ")", ")"], "logic_sentence": ["Within", "82", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["-", "(", "signal_1_n", "==", "23.6", ")"]]}}} {"id": 2017, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "58.1", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "time", "during", "the", "first", "13", "time", "units", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "4.8", "and", "less", "than", "or", "equal", "to", "17.5", "for", "each", "time", "point", "during", "the", "following", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "58.1", ")", "imply", "finally", "[0,13]", "(", "globally", "[0,68]", "(", "signal_2_n", "more equal", "4.8", "and", "signal_2_n", "less equal", "17.5", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "time", "during", "the", "first", "13", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "58.1", ")"]]}, " prop_2 ": {"span": [33, 64], "prop": [["signal_2_n", ">=", "4.8"], ["signal_2_n", "<=", "17.5"]]}}} {"id": 1734, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "29.3", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "in", "the", "next", "71", "time", "units", "ultimately", "the", "value", "of", "signal", "signal_2_n", "must", "be", "at", "most", "37.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.3", ")", "imply", "finally", "[0,71]", "(", "signal_2_n", "less equal", "37.5", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "in", "the", "next", "71", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", ">=", "29.3", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_2_n", "<=", "37.5"]]}}} {"id": 5121, "sentence": ["The", "mode", "of", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "consecutively", "for", "each", "time", "instant", "within", "the", "first", "59", "time", "units", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1451, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "gets", "less", "than", "3.0", "takes", "place", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "bigger", "than", "52.9", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "needs", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "3.0", ")", "and", "signal_2_n", "more", "52.9", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "3.0", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", ">", "52.9"]]}, " prop_3 ": {"span": [35, 44], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4690, "sentence": ["The", "signal_1_n", "signal", "should", "be", "at", "most", "65.0", "for", "each", "time", "instant", "in", "the", "first", "92", "time", "units", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "less equal", "65.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "<=", "65.0"]]}}} {"id": 6328, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "starts", "deviating", "from", "63.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "must", "immediately", "not", "be", "74.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "63.4", ")", "imply", "negation", "(", "signal_2_n", "math equal", "74.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["fall", "(", "signal_1_n", "==", "63.4", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["-", "(", "signal_2_n", "==", "74.9", ")"]]}}} {"id": 117, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "changes", "to", "19.2", ",", "then", "signal_2_n", "ought", "to", "remain", "bigger", "than", "1.3", "and", "lower", "than", "1.5", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "19.2", ")", "imply", "signal_2_n", "more", "1.3", "and", "signal_2_n", "less", "1.5", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "19.2", ")"]]}, " prop_2 ": {"span": [13, 26], "prop": [["signal_2_n", ">", "1.3"], ["signal_2_n", "<", "1.5"]]}}} {"id": 2979, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "1.8", "and", "at", "most", "5.4", "or", "the", "mode", "of", "signal", "signal_2_n", "keeps", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "sometime", "in", "the", "next", "53", "time", "units", "the", "value", "of", "signal", "signal_4_n", "should", "equal", "to", "86.8", "and", "then", "this", "scenario", "must", "keep", "during", "the", "following", "52", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "1.8", "and", "signal_1_n", "less equal", "5.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,53]", "(", "globally", "[0,52]", "(", "signal_4_n", "math equal", "86.8", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "sometime", "in", "the", "next", "53", "time", "units", "(", "prop_3", ")", "and", "then", "this", "scenario", "must", "keep", "during", "the", "following", "52", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "53", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 20], "prop": [["signal_1_n", "<=", "5.4"], ["signal_1_n", ">=", "1.8"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [47, 56], "prop": [["signal_4_n", "==", "86.8"]]}}} {"id": 10, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "no", "less", "than", "56.3", "and", "stays", "in", "this", "interval", "in", "the", "past", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "exists", "sometime", "within", "the", "following", "10", "time", "units", ",", "at", "which", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "for", "every", "moment", "during", "the", "coming", "68", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "56.3", ")", "imply", "finally", "[0,10]", "(", "globally", "[0,68]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "exists", "sometime", "within", "the", "following", "10", "time", "units", ",", "at", "which", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "F", "[", "0", ":", "10", "]", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", ">=", "56.3"]]}, " prop_2 ": {"span": [51, 70], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3096, "sentence": ["On", "condition", "that", "the", "following", "condition", "is", "not", "true", ":", "the", "mode", "of", "signal_1_n", "is", "not", "in", "signal_2_n", "and", "has", "been", "staying", "like", "that", "without", "interruption", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "then", "at", "a", "time", "within", "the", "subsequent", "53", "time", "units", "the", "value", "of", "signal", "signal_3_n", "must", "be", "greater", "than", "or", "equal", "to", "40.9", "and", "then", "will", "have", "to", "uninterruptedly", "remain", "in", "this", "range", "for", "every", "moment", "within", "the", "following", "79", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", ")", "imply", "finally", "[0,53]", "(", "globally", "[0,79]", "(", "signal_3_n", "more equal", "40.9", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "following", "condition", "is", "not", "true", ":", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "53", "]", "(", "G", "[", "0", ":", "79", "]", "(", "prop_1", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 77], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"], ["signal_3_n", ">=", "40.9"]]}}} {"id": 6408, "sentence": ["If", "signal_1_n", "remains", "smaller", "than", "77.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "less", "77.5", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "77.5"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 558, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "63.4", ",", "then", "at", "sometime", "during", "the", "first", "84", "time", "units", "signal_2_n", "ought", "to", "be", "ultimately", "less", "than", "or", "equal", "to", "56.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "63.4", "imply", "finally", "[0,84]", "(", "signal_2_n", "less equal", "56.6", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "at", "sometime", "during", "the", "first", "84", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "63.4"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<=", "56.6"]]}}} {"id": 1935, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "equal", "to", "15.6", "without", "interruption", "for", "every", "moment", "within", "39", "time", "units", "."], "ltl": ["globally", "[0,39]", "(", "signal_1_n", "math equal", "15.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "15.6"]]}}} {"id": 1540, "sentence": ["In", "the", "future", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "at", "most", "87.8", "consistently", "and", "the", "signal_2_n", "signal", "will", "continuously", "remain", "over", "18.8", "and", "less", "than", "or", "equal", "to", "59.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "87.8", "and", "(", "signal_2_n", "more", "18.8", "and", "signal_2_n", "less equal", "59.1", ")", ")"], "logic_sentence": ["In", "the", "future", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "87.8"]]}, " prop_2 ": {"span": [17, 32], "prop": [["signal_2_n", ">", "18.8"], ["signal_2_n", "<=", "59.1"]]}}} {"id": 723, "sentence": ["If", "signal_1_n", "is", "less", "than", "6.9", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "not", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "should", "exist", "a", "certain", "moment", "within", "the", "next", "22", "time", "units", ",", "after", "which", "for", "every", "time", "instant", "within", "81", "time", "units", "consistently", "signal_4_n", "will", "keep", "equal", "to", "62.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "6.9", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "[0,22]", "(", "globally", "[0,81]", "(", "signal_4_n", "math equal", "62.2", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "should", "exist", "a", "certain", "moment", "within", "the", "next", "22", "time", "units", ",", "after", "which", "for", "every", "time", "instant", "within", "81", "time", "units", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "6.9"]]}, " prop_2 ": {"span": [8, 16], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [48, 54], "prop": [["signal_4_n", "==", "62.2"]]}}} {"id": 1215, "sentence": ["For", "each", "moment", "in", "the", "first", "79", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "56.9", "continuously", "or", "consistently", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "shall", "never", "be", "observed", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "math equal", "56.9", "or", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "79", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 34], "prop": [["signal_1_n", "==", "56.9"], ["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2035, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "to", "no", "more", "than", "27.5", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "100", "time", "units", "eventually", "there", "must", "be", "sometime", "within", "the", "first", "52", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "to", "at", "most", "36.0", "will", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "27.5", ")", "imply", "globally", "[0,100]", "(", "finally", "[0,52]", "(", "rise", "(", "signal_2_n", "less equal", "36.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "100", "time", "units", "eventually", "there", "must", "be", "sometime", "within", "the", "first", "52", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "100", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "<=", "27.5", ")"]]}, " prop_2 ": {"span": [58, 68], "prop": [["rise", "(", "signal_2_n", "<=", "36.0", ")"]]}}} {"id": 3312, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "22.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "the", "signal_2_n", "signal", "is", "not", "no", "less", "than", "11.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "22.8", ")", "imply", "negation", "(", "signal_2_n", "more equal", "11.8", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "22.8", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["-", "(", "signal_2_n", ">=", "11.8", ")"]]}}} {"id": 823, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "5", "to", "16", "time", "units", ",", "the", "mode", "of", "signal_1_n", "will", "have", "to", "be", "finally", "set", "to", "signal_2_n", "or", "the", "signal_3_n", "signal", "needs", "to", "be", "42.9", "."], "ltl": ["finally", "[5,16]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "42.9", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "5", "to", "16", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "5", ":", "16", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_3_n", "==", "42.9"]]}}} {"id": 2668, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "ultimately", "signal_1_n", "needs", "to", "be", "equal", "to", "32.9", ",", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "not", "set", "to", "33.9", "does", "n't", "get", "detected", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "32.9", "or", "negation", "fall", "(", "signal_2_n", "math equal", "33.9", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "ultimately", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "does", "n't", "get", "detected", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 27], "prop": [["signal_1_n", "==", "32.9"]]}, " prop_2 ": {"span": [32, 42], "prop": [["-", "fall", "(", "signal_2_n", "==", "33.9", ")"]]}}} {"id": 5284, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "less", "than", "or", "equal", "to", "50.7", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "24.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "50.7", "imply", "signal_2_n", "more equal", "24.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "50.7"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", ">=", "24.4"]]}}} {"id": 5023, "sentence": ["There", "will", "exist", "sometime", "during", "the", "first", "20", "to", "27", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "eventually", "over", "49.2", "and", "below", "64.2", "or", "the", "value", "of", "signal_2_n", "will", "be", "equal", "to", "46.0", "."], "ltl": ["finally", "[20,27]", "(", "(", "signal_1_n", "more", "49.2", "and", "signal_1_n", "less", "64.2", ")", "or", "signal_2_n", "math equal", "46.0", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "during", "the", "first", "20", "to", "27", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "20", ":", "27", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", ">", "49.2"], ["signal_1_n", "<", "64.2"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "46.0"]]}}} {"id": 2706, "sentence": ["Within", "the", "first", "18", "time", "units", ",", "consistently", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Within", "the", "first", "18", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 438, "sentence": ["There", "is", "sometime", "after", "between", "54", "to", "98", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "eventually", "less", "than", "89.0", "and", "the", "signal_2_n", "signal", "will", "have", "to", "be", "finally", "greater", "than", "7.0", "and", "less", "than", "51.6", "."], "ltl": ["finally", "[54,98]", "(", "signal_1_n", "less", "89.0", "and", "(", "signal_2_n", "more", "7.0", "and", "signal_2_n", "less", "51.6", ")", ")"], "logic_sentence": ["There", "is", "sometime", "after", "between", "54", "to", "98", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "54", ":", "98", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "<", "89.0"]]}, " prop_2 ": {"span": [25, 40], "prop": [["signal_2_n", ">", "7.0"], ["signal_2_n", "<", "51.6"]]}}} {"id": 129, "sentence": ["In", "the", "case", "signal_1_n", "is", "signal_2_n", "or", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "25.8", "then", "the", "value", "of", "signal", "signal_4_n", "is", "instantly", "larger", "than", "89.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "25.8", "imply", "signal_4_n", "more", "89.3", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [7, 17], "prop": [["signal_3_n", "<=", "25.8"]]}, " prop_3 ": {"span": [18, 28], "prop": [["signal_4_n", ">", "89.3"]]}}} {"id": 257, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "at", "most", "57.5", "happens", "and", "the", "value", "of", "signal", "signal_2_n", "is", "79.8", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "during", "the", "first", "76", "time", "units", ",", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "77.0", "continuously", "for", "the", "next", "65", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "57.5", ")", "and", "signal_2_n", "math equal", "79.8", "imply", "finally", "[0,76]", "(", "globally", "[0,65]", "(", "signal_3_n", "less equal", "77.0", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "during", "the", "first", "76", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "65", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<=", "57.5", ")"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_2_n", "==", "79.8"]]}, " prop_3 ": {"span": [42, 58], "prop": [["signal_3_n", "<=", "77.0"]]}}} {"id": 3284, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "does", "n't", "get", "to", "at", "most", "74.5", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "until", "the", "execution", "ends", ",", "the", "mode", "of", "signal_2_n", "will", "be", "consistently", "in", "signal_3_n", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "74.5", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "fall", "(", "signal_1_n", ">", "74.5", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1213, "sentence": ["Globally", ",", "in", "case", "that", "at", "a", "certain", "time", "point", "in", "the", "first", "29", "to", "96", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "87.4", "happens", "eventually", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "must", "be", "sometime", "within", "the", "coming", "19", "time", "units", ",", "at", "which", "consistently", "the", "value", "of", "signal", "signal_2_n", "has", "to", "equal", "to", "8.3", "for", "every", "time", "instant", "in", "the", "subsequent", "98", "time", "units", "."], "ltl": ["globally", "(", "finally", "[29,96]", "(", "rise", "(", "signal_1_n", "less equal", "87.4", ")", ")", "imply", "finally", "[0,19]", "(", "globally", "[0,98]", "(", "signal_2_n", "math equal", "8.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "at", "a", "certain", "time", "point", "in", "the", "first", "29", "to", "96", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "eventually", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "must", "be", "sometime", "within", "the", "coming", "19", "time", "units", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "29", ":", "96", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "19", "]", "(", "G", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [22, 35], "prop": [["rise", "(", "signal_1_n", "<=", "87.4", ")"]]}, " prop_2 ": {"span": [61, 81], "prop": [["signal_2_n", "==", "8.3"]]}}} {"id": 5308, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "has", "to", "be", "higher", "than", "50.6", "and", "then", "this", "scenario", "should", "consistently", "keep", "for", "each", "time", "instant", "in", "the", "next", "96", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,96]", "(", "signal_3_n", "more", "50.6", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "should", "consistently", "keep", "for", "each", "time", "instant", "in", "the", "next", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_3_n", ">", "50.6"]]}}} {"id": 1180, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "80.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "state", "of", "signal", "signal_2_n", "is", "n't", "set", "to", "signal_3_n", "then", "this", "condition", "will", "have", "to", "keep", "consecutively", "for", "each", "time", "point", "within", "the", "subsequent", "10", "to", "17", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "80.1", ")", "imply", "finally", "(", "globally", "[10,17]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "then", "this", "condition", "will", "have", "to", "keep", "consecutively", "for", "each", "time", "point", "within", "the", "subsequent", "10", "to", "17", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "10", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "80.1", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1839, "sentence": ["For", "each", "time", "point", "within", "the", "first", "45", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "at", "least", "77.2", "and", "less", "than", "or", "equal", "to", "81.8", "without", "interruption", ",", "or", "signal_2_n", "needs", "to", "consistently", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,45]", "(", "(", "signal_1_n", "more equal", "77.2", "and", "signal_1_n", "less equal", "81.8", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "45", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "45", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 30], "prop": [["signal_1_n", ">=", "77.2"], ["signal_1_n", "<=", "81.8"]]}, " prop_2 ": {"span": [32, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 438, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "43.8", "and", "less", "than", "70.0", ",", "and", "the", "transition", "action", "that", "signal_2_n", "jumps", "to", "no", "less", "than", "15.2", "gets", "detected", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "86.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "43.8", "and", "signal_1_n", "less", "70.0", ")", "and", "rise", "(", "signal_2_n", "more equal", "15.2", ")", "imply", "signal_3_n", "less equal", "86.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", "then", "in", "response", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "43.8"], ["signal_1_n", "<", "70.0"]]}, " prop_2 ": {"span": [22, 29], "prop": [["rise", "(", "signal_2_n", ">=", "15.2", ")"]]}, " prop_3 ": {"span": [37, 49], "prop": [["signal_3_n", "<=", "86.7"]]}}} {"id": 2572, "sentence": ["There", "is", "finally", "a", "certain", "time", "point", "within", "47", "to", "65", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "remains", "no", "less", "than", "80.3", "."], "ltl": ["finally", "[47,65]", "(", "signal_1_n", "more equal", "80.3", ")"], "logic_sentence": ["There", "is", "finally", "a", "certain", "time", "point", "within", "47", "to", "65", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "47", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", ">=", "80.3"]]}}} {"id": 4379, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "signal_1_n", "goes", "to", "no", "more", "than", "9.9", "gets", "detected", "then", "signal_2_n", "will", "have", "to", "stay", "at", "13.2", "consistently", "for", "every", "time", "point", "within", "the", "next", "23", "to", "27", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "9.9", ")", "imply", "globally", "[23,27]", "(", "signal_2_n", "math equal", "13.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "23", ":", "27", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "<=", "9.9", ")"]]}, " prop_2 ": {"span": [22, 42], "prop": [["signal_2_n", "==", "13.2"]]}}} {"id": 570, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "50.0", "is", "detected", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "signal_4_n", "is", "over", "2.1", "and", "less", "than", "4.1", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "50.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "2.1", "and", "signal_4_n", "less", "4.1", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<", "50.0", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [35, 45], "prop": [["signal_4_n", ">", "2.1"], ["signal_4_n", "<", "4.1"]]}}} {"id": 6052, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "79.2", "happens", "and", "signal_2_n", "is", "at", "least", "61.9", "then", "for", "every", "time", "point", "during", "the", "next", "76", "time", "units", ",", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "event", "that", "signal_3_n", "shifts", "to", "signal_4_n", "ought", "to", "get", "detected", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.2", ")", "and", "signal_2_n", "more equal", "61.9", "imply", "globally", "[0,76]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "76", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", ">=", "79.2", ")"]]}, " prop_2 ": {"span": [23, 61], "prop": [["signal_2_n", ">=", "61.9"], ["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6059, "sentence": ["The", "signal_1_n", "signal", "will", "consecutively", "keep", "greater", "than", "60.8", "for", "every", "moment", "during", "the", "first", "60", "time", "units", "."], "ltl": ["globally", "[0,60]", "(", "signal_1_n", "more", "60.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "60", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", ">", "60.8"]]}}} {"id": 406, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "lower", "than", "63.6", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "the", "following", "38", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "to", "no", "larger", "than", "91.3", "will", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "63.6", ")", "imply", "globally", "[0,38]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "91.3", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "the", "following", "38", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "will", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "<", "63.6", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["rise", "(", "signal_2_n", "<=", "91.3", ")"]]}}} {"id": 1316, "sentence": ["For", "each", "moment", "within", "the", "first", "12", "time", "units", ",", "signal_1_n", "will", "be", "less", "than", "65.5", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "less", "65.5", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "12", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "<", "65.5"]]}}} {"id": 1283, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "signal_1_n", "ought", "to", "keep", "bigger", "than", "4.6", "and", "consistently", "signal_2_n", "should", "remain", "on", "33.4", "."], "ltl": ["globally", "(", "signal_1_n", "more", "4.6", "and", "signal_2_n", "math equal", "33.4", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", ">", "4.6"]]}, " prop_2 ": {"span": [21, 26], "prop": [["signal_2_n", "==", "33.4"]]}}} {"id": 6030, "sentence": ["There", "is", "a", "certain", "time", "instant", "in", "the", "first", "10", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "or", "finally", "the", "signal_3_n", "signal", "will", "be", "no", "more", "than", "29.0", "."], "ltl": ["finally", "[0,10]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "29.0", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "instant", "in", "the", "first", "10", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_3_n", "<=", "29.0"]]}}} {"id": 2393, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "the", "state", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 201, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "at", "most", "74.1", "happens", ",", "then", "at", "the", "same", "time", "the", "signal_2_n", "signal", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "65.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "74.1", ")", "imply", "signal_2_n", "more equal", "65.2", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<=", "74.1", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">=", "65.2"]]}}} {"id": 4170, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "in", "signal_2_n", ",", "or", "signal_3_n", "is", "20.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_4_n", "shall", "be", "13.0", "and", "then", "ought", "to", "uninterruptedly", "remain", "on", "this", "value", "for", "each", "time", "instant", "during", "the", "subsequent", "4", "to", "7", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "20.7", "imply", "globally", "[4,7]", "(", "signal_4_n", "math equal", "13.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "4", ":", "7", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 16], "prop": [["signal_3_n", "==", "20.7"]]}, " prop_3 ": {"span": [26, 51], "prop": [["signal_4_n", "==", "13.0"]]}}} {"id": 650, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "is", "equal", "to", "48.3", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "48.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_3_n", "==", "48.3"]]}}} {"id": 2116, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "should", "be", "at", "least", "49.3", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "eventually", "equal", "to", "33.7", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "49.3", "and", "signal_2_n", "math equal", "33.7", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", ">=", "49.3"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", "==", "33.7"]]}}} {"id": 6232, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "41.8", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "11", "time", "units", "eventually", ",", "after", "which", "for", "each", "time", "instant", "during", "the", "coming", "66", "time", "units", ",", "the", "value", "of", "signal_2_n", "will", "have", "to", "remain", "equal", "to", "13.6", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "41.8", ")", "imply", "finally", "[0,11]", "(", "globally", "[0,66]", "(", "signal_2_n", "math equal", "13.6", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "11", "time", "units", "eventually", ",", "after", "which", "for", "each", "time", "instant", "during", "the", "coming", "66", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "41.8", ")"]]}, " prop_2 ": {"span": [55, 67], "prop": [["signal_2_n", "==", "13.6"]]}}} {"id": 1765, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "stay", "in", "signal_2_n", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1494, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "25.7", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "signal_2_n", "ought", "to", "be", "no", "less", "than", "25.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "25.7", ")", "imply", "signal_2_n", "more equal", "25.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "25.7", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", ">=", "25.5"]]}}} {"id": 38, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "does", "n't", "get", "raised", "to", "at", "least", "82.8", "and", "this", "scenario", "has", "last", "without", "interruption", "in", "the", "past", "6", "to", "6", "time", "units", ",", "then", "the", "value", "of", "signal", "signal_2_n", "shall", "always", "keep", "in", "the", "closed", "interval", "-LSB-", "31.5", ",", "72.4", "-RSB-", "for", "the", "past", "39", "time", "units", "."], "ltl": ["globally", "(", "historically", "[6,6]", "(", "negation", "rise", "(", "signal_1_n", "more equal", "82.8", ")", ")", "imply", "historically", "[0,39]", "(", "signal_2_n", "more equal", "31.5", "and", "signal_2_n", "less equal", "72.4", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "this", "scenario", "has", "last", "without", "interruption", "in", "the", "past", "6", "to", "6", "time", "units", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "6", ":", "6", "]", "(", "prop_1", ")", "->", "hist|ically", "[", "0", ":", "39", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 18], "prop": [["-", "rise", "(", "signal_1_n", ">=", "82.8", ")"]]}, " prop_2 ": {"span": [35, 58], "prop": [["signal_2_n", ">=", "31.5"], ["signal_2_n", "<=", "72.4"]]}}} {"id": 3945, "sentence": ["Whenever", "the", "signal_1_n", "signal", "stays", "larger", "than", "19.0", "or", "the", "scenario", "that", "the", "signal_2_n", "signal", "changes", "to", "7.7", "gets", "detected", "then", "there", "must", "be", "a", "time", "in", "the", "coming", "76", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "78.1", "and", "always", "stays", "in", "this", "range", "for", "every", "time", "instant", "during", "the", "coming", "20", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "19.0", "or", "rise", "(", "signal_2_n", "math equal", "7.7", ")", "imply", "finally", "[0,76]", "(", "globally", "[0,20]", "(", "signal_3_n", "less equal", "78.1", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", "then", "there", "must", "be", "a", "time", "in", "the", "coming", "76", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "20", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", ">", "19.0"]]}, " prop_2 ": {"span": [12, 18], "prop": [["rise", "(", "signal_2_n", "==", "7.7", ")"]]}, " prop_3 ": {"span": [35, 63], "prop": [["signal_3_n", "<=", "78.1"]]}}} {"id": 5874, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "17.3", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "the", "signal_2_n", "signal", "has", "to", "be", "ultimately", "smaller", "than", "62.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "17.3", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "less", "62.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "17.3", ")"]]}, " prop_2 ": {"span": [48, 58], "prop": [["signal_2_n", "<", "62.0"]]}}} {"id": 423, "sentence": ["Finally", "there", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "no", "larger", "than", "76.5", "should", "occur", ",", "or", "the", "value", "of", "signal", "signal_2_n", "wo", "n't", "be", "less", "than", "or", "equal", "to", "9.4", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "76.5", ")", "or", "negation", "(", "signal_2_n", "less equal", "9.4", ")", ")"], "logic_sentence": ["Finally", "there", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "occur", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 33], "prop": [["rise", "(", "signal_1_n", "<=", "76.5", ")"]]}, " prop_2 ": {"span": [37, 51], "prop": [["-", "(", "signal_2_n", "<=", "9.4", ")"]]}}} {"id": 3052, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "26", "to", "36", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "consecutively", "staying", "at", "59.8", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "continuously", "larger", "than", "18.5", "."], "ltl": ["globally", "[26,36]", "(", "signal_1_n", "math equal", "59.8", "and", "signal_2_n", "more", "18.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "26", "to", "36", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "26", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "59.8"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">", "18.5"]]}}} {"id": 6173, "sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "57.9", "should", "be", "detected", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "57.9", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "be", "detected", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [24, 33], "prop": [["rise", "(", "signal_1_n", "<", "57.9", ")"]]}}} {"id": 722, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "21.2", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "signal_2_n", "should", "n't", "become", "greater", "than", "1.9", "and", "needs", "to", "remain", "like", "this", "all", "the", "time", "for", "the", "coming", "98", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "21.2", ")", "imply", "finally", "(", "globally", "[0,98]", "(", "negation", "rise", "(", "signal_2_n", "more", "1.9", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "21.2", ")"]]}, " prop_2 ": {"span": [39, 61], "prop": [["-", "rise", "(", "signal_2_n", ">", "1.9", ")"]]}}} {"id": 1931, "sentence": ["For", "every", "time", "point", "in", "the", "first", "53", "time", "units", ",", "the", "signal_1_n", "signal", "should", "stay", "in", "signal_2_n", "consecutively", "."], "ltl": ["globally", "[0,53]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "53", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4004, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "goes", "lower", "than", "35.0", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "higher", "than", "16.1", "and", "below", "38.2", "and", "should", "continuously", "hold", "like", "this", "for", "each", "time", "instant", "in", "the", "coming", "29", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "35.0", ")", "imply", "globally", "[0,29]", "(", "signal_2_n", "more", "16.1", "and", "signal_2_n", "less", "38.2", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "29", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "<", "35.0", ")"]]}, " prop_2 ": {"span": [21, 49], "prop": [["signal_2_n", ">", "16.1"], ["signal_2_n", "<", "38.2"]]}}} {"id": 741, "sentence": ["Whenever", "the", "event", "that", "signal_1_n", "becomes", "greater", "than", "74.6", "occurs", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "must", "stay", "equal", "to", "5.2", "without", "any", "delay", "or", "the", "value", "of", "signal", "signal_3_n", "is", "simultaneously", "3.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "74.6", ")", "imply", "signal_2_n", "math equal", "5.2", "or", "signal_3_n", "math equal", "3.5", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "74.6", ")"]]}, " prop_2 ": {"span": [13, 26], "prop": [["signal_2_n", "==", "5.2"]]}, " prop_3 ": {"span": [27, 35], "prop": [["signal_3_n", "==", "3.5"]]}}} {"id": 3182, "sentence": ["Between", "25", "to", "65", "time", "units", ",", "without", "interruption", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "or", "consistently", "the", "signal_3_n", "signal", "must", "not", "be", "0.7", "."], "ltl": ["globally", "[25,65]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "math equal", "0.7", ")", ")"], "logic_sentence": ["Between", "25", "to", "65", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "25", ":", "65", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 25], "prop": [["-", "(", "signal_3_n", "==", "0.7", ")"]]}}} {"id": 1573, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "gets", "to", "no", "larger", "than", "15.1", "occurs", ",", "then", "there", "ought", "to", "finally", "exist", "a", "time", "within", "35", "time", "units", ",", "at", "which", "in", "the", "future", "till", "the", "simulation", "ends", ",", "signal_2_n", "shall", "remain", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "15.1", ")", "imply", "finally", "[0,35]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "there", "ought", "to", "finally", "exist", "a", "time", "within", "35", "time", "units", ",", "at", "which", "in", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "35", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<=", "15.1", ")"]]}, " prop_2 ": {"span": [38, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3617, "sentence": ["For", "every", "time", "instant", "within", "86", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "consistently", "remain", "greater", "than", "97.2", "."], "ltl": ["globally", "[0,86]", "(", "signal_1_n", "more", "97.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "86", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "97.2"]]}}} {"id": 63, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "0.9", "happens", ",", "then", "at", "the", "same", "time", "point", "signal_2_n", "should", "be", "equal", "to", "24.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "0.9", ")", "imply", "signal_2_n", "math equal", "24.6", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "0.9", ")"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_2_n", "==", "24.6"]]}}} {"id": 275, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "less", "than", "57.8", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "less", "than", "57.5", "is", "observed", ",", "then", "in", "response", "in", "no", "time", "signal_3_n", "will", "have", "to", "keep", "no", "larger", "than", "93.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "57.8", "and", "rise", "(", "signal_2_n", "less", "57.5", ")", "imply", "signal_3_n", "less equal", "93.5", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "in", "response", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "57.8"]]}, " prop_2 ": {"span": [15, 24], "prop": [["rise", "(", "signal_2_n", "<", "57.5", ")"]]}, " prop_3 ": {"span": [33, 42], "prop": [["signal_3_n", "<=", "93.5"]]}}} {"id": 5396, "sentence": ["If", "the", "signal_1_n", "signal", "is", "no", "less", "than", "58.4", "and", "at", "most", "85.7", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "following", "55", "time", "units", ",", "at", "a", "time", "in", "the", "subsequent", "80", "time", "units", ",", "the", "transition", "action", "that", "the", "mode", "of", "signal_2_n", "deviates", "from", "signal_3_n", "ought", "to", "be", "detected", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "58.4", "and", "signal_1_n", "less equal", "85.7", "imply", "globally", "[0,55]", "(", "finally", "[0,80]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "following", "55", "time", "units", ",", "at", "a", "time", "in", "the", "subsequent", "80", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "be", "detected", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "55", "]", "(", "F", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">=", "58.4"], ["signal_1_n", "<=", "85.7"]]}, " prop_2 ": {"span": [42, 49], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 418, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "47.1", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "next", "77", "time", "units", "the", "scenario", "that", "signal_2_n", "deviates", "from", "53.4", "must", "occur", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "47.1", ")", "imply", "finally", "[0,77]", "(", "fall", "(", "signal_2_n", "math equal", "53.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "next", "77", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "must", "occur", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "47.1", ")"]]}, " prop_2 ": {"span": [39, 43], "prop": [["fall", "(", "signal_2_n", "==", "53.4", ")"]]}}} {"id": 1337, "sentence": ["During", "the", "first", "29", "to", "61", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "keeping", "no", "less", "than", "14.5", "uninterruptedly", "and", "the", "signal_2_n", "signal", "ought", "to", "remain", "equal", "to", "94.3", "consecutively", "."], "ltl": ["globally", "[29,61]", "(", "signal_1_n", "more equal", "14.5", "and", "signal_2_n", "math equal", "94.3", ")"], "logic_sentence": ["During", "the", "first", "29", "to", "61", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "29", ":", "61", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">=", "14.5"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "==", "94.3"]]}}} {"id": 258, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "65.8", "is", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "86.7", "then", "there", "will", "exist", "a", "certain", "time", "point", "within", "84", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_3_n", "needs", "to", "be", "no", "larger", "than", "44.9", "and", "has", "to", "stay", "like", "that", "all", "the", "time", "for", "each", "moment", "during", "the", "subsequent", "74", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "65.8", ")", "and", "signal_2_n", "math equal", "86.7", "imply", "finally", "[0,84]", "(", "globally", "[0,74]", "(", "signal_3_n", "less equal", "44.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", "then", "there", "will", "exist", "a", "certain", "time", "point", "within", "84", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "84", "]", "(", "G", "[", "0", ":", "74", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["rise", "(", "signal_1_n", "<=", "65.8", ")"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", "==", "86.7"]]}, " prop_3 ": {"span": [48, 77], "prop": [["signal_3_n", "<=", "44.9"]]}}} {"id": 814, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "should", "be", "26.4", "and", "then", "consecutively", "this", "condition", "must", "keep", "until", "signal_4_n", "is", "signal_5_n", ",", "which", "will", "be", "detected", "at", "a", "time", "within", "41", "to", "60", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "26.4", ")", "until", "[41,60]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "must", "keep", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "41", ":", "60", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_3_n", "==", "26.4"]]}, " prop_3 ": {"span": [39, 57], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1032, "sentence": ["Finally", "the", "signal_1_n", "signal", "has", "to", "stay", "bigger", "than", "93.6", "at", "a", "certain", "time", "point", "within", "the", "first", "85", "time", "units", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "more", "93.6", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">", "93.6"]]}}} {"id": 332, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "shifts", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "next", "2", "to", "5", "time", "units", "eventually", "the", "signal_3_n", "signal", "has", "to", "be", "less", "than", "or", "equal", "to", "29.3", "at", "a", "time", "after", "at", "most", "92", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[2,5]", "(", "finally", "[0,92]", "(", "signal_3_n", "less equal", "29.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "next", "2", "to", "5", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "5", "]", "(", "F", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 55], "prop": [["signal_3_n", "<=", "29.3"]]}}} {"id": 1318, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "38.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "time", "instant", "within", "the", "first", "72", "time", "units", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "1.5", "and", "less", "than", "or", "equal", "to", "1.9", "and", "this", "condition", "has", "to", "always", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "38.8", ")", "imply", "finally", "[0,72]", "(", "globally", "(", "signal_2_n", "more equal", "1.5", "and", "signal_2_n", "less equal", "1.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "time", "instant", "within", "the", "first", "72", "time", "units", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "always", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "72", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["fall", "(", "signal_1_n", "==", "38.8", ")"]]}, " prop_2 ": {"span": [38, 54], "prop": [["signal_2_n", ">=", "1.5"], ["signal_2_n", "<=", "1.9"]]}}} {"id": 3328, "sentence": ["There", "will", "be", "a", "certain", "time", "instant", "starting", "at", "most", "14", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "should", "drop", "to", "no", "larger", "than", "23.3", "ultimately", "."], "ltl": ["finally", "[0,14]", "(", "rise", "(", "signal_1_n", "less equal", "23.3", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "instant", "starting", "at", "most", "14", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "14", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["rise", "(", "signal_1_n", "<=", "23.3", ")"]]}}} {"id": 1179, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "below", "66.5", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "mode", "of", "signal", "signal_2_n", "should", "n't", "be", "set", "to", "signal_3_n", "and", "this", "condition", "needs", "to", "remain", "continuously", "for", "each", "time", "instant", "within", "the", "following", "6", "to", "47", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "66.5", ")", "imply", "finally", "(", "globally", "[6,47]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "and", "this", "condition", "needs", "to", "remain", "continuously", "for", "each", "time", "instant", "within", "the", "following", "6", "to", "47", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "6", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "66.5", ")"]]}, " prop_2 ": {"span": [40, 51], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5343, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "until", "the", "execution", "ends", "consistently", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "remain", "higher", "than", "29.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more", "29.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "until", "the", "execution", "ends", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_3_n", ">", "29.3"]]}}} {"id": 5930, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "gets", "observed", "then", "in", "no", "time", "the", "signal_3_n", "signal", "shall", "be", "95.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "95.7", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_3_n", "==", "95.7"]]}}} {"id": 2321, "sentence": ["Whenever", "the", "signal_1_n", "signal", "remains", "equal", "to", "71.8", ",", "or", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "96.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "next", "13", "to", "67", "time", "units", ",", "at", "a", "certain", "moment", "during", "the", "following", "12", "to", "51", "time", "units", "the", "event", "that", "the", "state", "of", "signal", "signal_3_n", "leaves", "signal_4_n", "shall", "eventually", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "71.8", "or", "signal_2_n", "less equal", "96.3", "imply", "globally", "[13,67]", "(", "finally", "[12,51]", "(", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "next", "13", "to", "67", "time", "units", ",", "at", "a", "certain", "moment", "during", "the", "following", "12", "to", "51", "time", "units", "the", "event", "that", "(", "prop_3", ")", "shall", "eventually", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "13", ":", "67", "]", "(", "F", "[", "12", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "71.8"]]}, " prop_2 ": {"span": [10, 20], "prop": [["signal_2_n", "<=", "96.3"]]}, " prop_3 ": {"span": [55, 62], "prop": [["fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4722, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "shifts", "to", "88.7", "occurs", "then", "in", "response", "starting", "without", "any", "delay", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "76.8", "must", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "88.7", ")", "imply", "rise", "(", "signal_2_n", "more", "76.8", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_2", ")", "must", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "==", "88.7", ")"]]}, " prop_2 ": {"span": [20, 29], "prop": [["rise", "(", "signal_2_n", ">", "76.8", ")"]]}}} {"id": 1128, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "at", "most", "53.2", "or", "the", "event", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "12.8", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "coming", "30", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "moment", "during", "the", "coming", "70", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "shall", "not", "equal", "to", "26.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "53.2", "or", "rise", "(", "signal_2_n", "less equal", "12.8", ")", "imply", "globally", "[0,30]", "(", "finally", "[0,70]", "(", "negation", "(", "signal_3_n", "math equal", "26.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "coming", "30", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "moment", "during", "the", "coming", "70", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "30", "]", "(", "F", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "<=", "53.2"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", "<=", "12.8", ")"]]}, " prop_3 ": {"span": [63, 73], "prop": [["-", "(", "signal_3_n", "==", "26.7", ")"]]}}} {"id": 587, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "no", "less", "than", "1.1", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "above", "27.2", "and", "less", "than", "60.0", "at", "the", "same", "time", "instant", ",", "and", "at", "the", "same", "time", "point", "signal_3_n", "is", "equal", "to", "61.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "1.1", ")", "imply", "(", "signal_2_n", "more", "27.2", "and", "signal_2_n", "less", "60.0", ")", "and", "signal_3_n", "math equal", "61.0", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["rise", "(", "signal_1_n", ">=", "1.1", ")"]]}, " prop_2 ": {"span": [28, 59], "prop": [["signal_2_n", ">", "27.2"], ["signal_2_n", "<", "60.0"], ["signal_3_n", "==", "61.0"]]}}} {"id": 93, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "is", "uninterruptedly", "equal", "to", "18.7", "until", "there", "exists", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "above", "9.6", "takes", "place", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "next", "59", "to", "68", "time", "units", "the", "signal_3_n", "signal", "needs", "to", "be", "at", "most", "9.5", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "18.7", ")", "until", "(", "rise", "(", "signal_2_n", "more", "9.6", ")", ")", "imply", "globally", "[59,68]", "(", "signal_3_n", "less equal", "9.5", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "next", "59", "to", "68", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_1", ")", "->", "G", "[", "59", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 45], "prop": [["signal_1_n", "==", "18.7"], ["rise", "(", "signal_2_n", ">", "9.6", ")"]]}, " prop_2 ": {"span": [61, 73], "prop": [["signal_3_n", "<=", "9.5"]]}}} {"id": 892, "sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "67", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "ultimately", "no", "less", "than", "10.6", "."], "ltl": ["finally", "[0,67]", "(", "signal_1_n", "more equal", "10.6", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "67", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "67", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", ">=", "10.6"]]}}} {"id": 1698, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "above", "14.9", "then", "in", "response", "the", "signal_2_n", "signal", "must", "be", "instantly", "48.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "14.9", "imply", "signal_2_n", "math equal", "48.3", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "14.9"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "==", "48.3"]]}}} {"id": 519, "sentence": ["The", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "7.4", "and", "no", "more", "than", "28.1", "without", "interruption", "for", "every", "moment", "within", "the", "first", "15", "time", "units", "."], "ltl": ["globally", "[0,15]", "(", "signal_1_n", "more equal", "7.4", "and", "signal_1_n", "less equal", "28.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "15", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">=", "7.4"], ["signal_1_n", "<=", "28.1"]]}}} {"id": 1048, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "continuously", "stayed", "equal", "to", "36.0", "within", "the", "past", "1", "time", "units", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "ultimately", ",", "after", "which", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "consecutively", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "57.0", "."], "ltl": ["globally", "(", "historically", "[0,1]", "(", "signal_1_n", "math equal", "36.0", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less", "57.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "ultimately", ",", "after", "which", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "1", "]", "(", "prop_1", ")", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "==", "36.0"]]}, " prop_2 ": {"span": [49, 58], "prop": [["signal_2_n", "<", "57.0"]]}}} {"id": 5096, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "2.8", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "ought", "to", "immediately", "keep", "equal", "to", "43.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.8", ")", "imply", "signal_2_n", "math equal", "43.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "2.8", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", "==", "43.9"]]}}} {"id": 1932, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "91.0", "takes", "place", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "17.7", "and", "below", "80.0", ",", "then", "at", "once", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.0", ")", "or", "(", "signal_2_n", "more", "17.7", "and", "signal_2_n", "less", "80.0", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "or", "(", "prop_2", ")", ",", "then", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "91.0", ")"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", ">", "17.7"], ["signal_2_n", "<", "80.0"]]}, " prop_3 ": {"span": [31, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4324, "sentence": ["In", "the", "case", "the", "event", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "is", "observed", ",", "then", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "between", "the", "range", "-LSB-", "0.6", ",", "13.4", "-RSB-", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "0.6", "and", "signal_3_n", "less equal", "13.4", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 35], "prop": [["signal_3_n", ">=", "0.6"], ["signal_3_n", "<=", "13.4"]]}}} {"id": 2328, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "during", "the", "first", "26", "to", "33", "time", "units", ",", "at", "which", "finally", "signal_1_n", "is", "more", "than", "0.6", "."], "ltl": ["finally", "[26,33]", "(", "signal_1_n", "more", "0.6", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "during", "the", "first", "26", "to", "33", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "26", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 24], "prop": [["signal_1_n", ">", "0.6"]]}}} {"id": 6225, "sentence": ["For", "every", "moment", "in", "the", "first", "46", "to", "59", "time", "units", "consecutively", "the", "signal_1_n", "signal", "shall", "remain", "greater", "than", "or", "equal", "to", "13.4", ",", "and", "uninterruptedly", "signal_2_n", "must", "stay", "greater", "than", "or", "equal", "to", "88.3", "."], "ltl": ["globally", "[46,59]", "(", "signal_1_n", "more equal", "13.4", "and", "signal_2_n", "more equal", "88.3", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "46", "to", "59", "time", "units", "consecutively", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "46", ":", "59", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", ">=", "13.4"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", ">=", "88.3"]]}}} {"id": 1314, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "ultimately", "become", "above", "92.4", "at", "a", "certain", "time", "instant", "in", "the", "first", "47", "to", "76", "time", "units", "."], "ltl": ["finally", "[47,76]", "(", "rise", "(", "signal_1_n", "more", "92.4", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "47", ":", "76", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["rise", "(", "signal_1_n", ">", "92.4", ")"]]}}} {"id": 2687, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "is", "changed", "to", "44.3", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "1", "to", "7", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "ought", "not", "to", "settle", "to", "87.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "44.3", ")", "imply", "globally", "[1,7]", "(", "negation", "(", "signal_2_n", "math equal", "87.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "1", "to", "7", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "7", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "44.3", ")"]]}, " prop_2 ": {"span": [35, 46], "prop": [["-", "(", "signal_2_n", "==", "87.5", ")"]]}}} {"id": 3448, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "2", "to", "3", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "continuously", "keep", "larger", "than", "10.6", "and", "less", "than", "17.0", "."], "ltl": ["globally", "[2,3]", "(", "signal_1_n", "more", "10.6", "and", "signal_1_n", "less", "17.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "2", "to", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "2", ":", "3", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 29], "prop": [["signal_1_n", ">", "10.6"], ["signal_1_n", "<", "17.0"]]}}} {"id": 443, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "no", "larger", "than", "8.4", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "81.0", "and", "then", "has", "to", "stay", "in", "this", "range", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "8.4", ")", "imply", "globally", "(", "signal_2_n", "more equal", "81.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<=", "8.4", ")"]]}, " prop_2 ": {"span": [28, 60], "prop": [["signal_2_n", ">=", "81.0"]]}}} {"id": 47, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "9.6", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "is", "shifted", "to", "signal_3_n", "should", "not", "take", "place", ",", "and", "at", "the", "same", "time", "point", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "is", "changed", "to", "76.8", "will", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "9.6", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "and", "rise", "(", "signal_4_n", "math equal", "76.8", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "scenario", "that", "(", "prop_2", ")", "should", "not", "take", "place", ",", "and", "at", "the", "same", "time", "point", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "9.6", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [52, 59], "prop": [["rise", "(", "signal_4_n", "==", "76.8", ")"]]}}} {"id": 982, "sentence": ["For", "every", "moment", "during", "the", "first", "38", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "continuously", "remain", "greater", "than", "or", "equal", "to", "82.5", "and", "the", "signal_2_n", "signal", "consecutively", "keeps", "in", "the", "range", "-LSB-", "52.3", ",", "53.6", "-RSB-", "."], "ltl": ["globally", "[0,38]", "(", "signal_1_n", "more equal", "82.5", "and", "(", "signal_2_n", "more equal", "52.3", "and", "signal_2_n", "less equal", "53.6", ")", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "38", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "38", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", ">=", "82.5"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">=", "52.3"], ["signal_2_n", "<=", "53.6"]]}}} {"id": 2669, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "shall", "be", "equal", "to", "95.9", ",", "or", "eventually", "the", "transition", "action", "that", "signal_2_n", "begins", "deviating", "from", "79.8", "does", "n't", "get", "observed", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "95.9", "or", "negation", "fall", "(", "signal_2_n", "math equal", "79.8", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "95.9"]]}, " prop_2 ": {"span": [33, 38], "prop": [["-", "fall", "(", "signal_2_n", "==", "79.8", ")"]]}}} {"id": 482, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "be", "finally", "in", "signal_2_n", "at", "sometime", "in", "the", "future", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 856, "sentence": ["Without", "interruption", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "below", "84.1", "for", "every", "time", "point", "during", "the", "first", "52", "time", "units", "."], "ltl": ["globally", "[0,52]", "(", "signal_1_n", "less", "84.1", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 21], "prop": [["signal_1_n", "<", "84.1"]]}}} {"id": 1810, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "signal_4_n", "should", "stay", "at", "most", "18.7", "at", "a", "certain", "time", "instant", "during", "the", "following", "10", "to", "62", "time", "units", ",", "before", "that", "the", "signal_3_n", "signal", "shall", "consecutively", "stay", "no", "less", "than", "42.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "42.9", ")", "until", "[10,62]", "(", "signal_4_n", "less equal", "18.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "10", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 61], "prop": [["signal_4_n", "<=", "18.7"], ["signal_3_n", ">=", "42.9"]]}}} {"id": 64, "sentence": ["In", "the", "case", "the", "condition", "that", "uninterruptedly", "the", "signal_1_n", "signal", "is", "not", "greater", "than", "or", "equal", "to", "58.6", "in", "the", "past", "will", "not", "be", "true", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "during", "the", "next", "84", "time", "units", "during", "the", "following", "31", "time", "units", ",", "signal_2_n", "shall", "be", "consistently", "less", "than", "or", "equal", "to", "8.4", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "more equal", "58.6", ")", ")", ")", "imply", "finally", "[0,84]", "(", "globally", "[0,31]", "(", "signal_2_n", "less equal", "8.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "condition", "that", "uninterruptedly", "(", "prop_1", ")", "will", "not", "be", "true", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "during", "the", "next", "84", "time", "units", "during", "the", "following", "31", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "84", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["-", "(", "signal_1_n", ">=", "58.6", ")"]]}, " prop_2 ": {"span": [48, 58], "prop": [["signal_2_n", "<=", "8.4"]]}}} {"id": 3150, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "consistently", "stay", "at", "30.5", "for", "every", "moment", "during", "the", "first", "68", "to", "80", "time", "units", "."], "ltl": ["globally", "[68,80]", "(", "signal_1_n", "math equal", "30.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "68", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "30.5"]]}}} {"id": 154, "sentence": ["For", "every", "moment", "in", "the", "first", "40", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "staying", "greater", "than", "or", "equal", "to", "1.9", "and", "at", "most", "5.7", "consecutively", ",", "or", "the", "signal_2_n", "signal", "must", "n't", "be", "less", "than", "3.9", "."], "ltl": ["globally", "[0,40]", "(", "(", "signal_1_n", "more equal", "1.9", "and", "signal_1_n", "less equal", "5.7", ")", "or", "negation", "(", "signal_2_n", "less", "3.9", ")", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "40", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "40", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">=", "1.9"], ["signal_1_n", "<=", "5.7"]]}, " prop_2 ": {"span": [29, 38], "prop": [["-", "(", "signal_2_n", "<", "3.9", ")"]]}}} {"id": 5989, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "should", "be", "eventually", "greater", "than", "or", "equal", "to", "11.1", "and", "lower", "than", "71.2", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "11.1", "and", "signal_1_n", "less", "71.2", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 34], "prop": [["signal_1_n", ">=", "11.1"], ["signal_1_n", "<", "71.2"]]}}} {"id": 605, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "78.6", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "signal_2_n", "ought", "to", "be", "between", "0.4", "-LRB-", "closed", "-RRB-", "and", "23.7", "-LRB-", "closed", "-RRB-", "and", "the", "transition", "action", "that", "signal_3_n", "starts", "not", "equaling", "to", "51.3", "will", "get", "observed", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "78.6", ")", "imply", "(", "signal_2_n", "more equal", "0.4", "and", "signal_2_n", "less equal", "23.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "51.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "get", "observed", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "78.6", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_2_n", ">=", "0.4"], ["signal_2_n", "<=", "23.7"]]}, " prop_3 ": {"span": [42, 48], "prop": [["fall", "(", "signal_3_n", "==", "51.3", ")"]]}}} {"id": 1121, "sentence": ["Whenever", "signal_1_n", "is", "16.4", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "never", "enters", "signal_3_n", "and", "uninterruptedly", "this", "scenario", "shall", "remain", "for", "each", "moment", "in", "the", "first", "6", "to", "12", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.4", "imply", "globally", "[6,12]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "shall", "remain", "for", "each", "moment", "in", "the", "first", "6", "to", "12", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "6", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "16.4"]]}, " prop_2 ": {"span": [11, 15], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 195, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "becomes", "no", "more", "than", "72.3", "is", "observed", "then", "the", "following", "condition", "holds", ":", "right", "away", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "41.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "72.3", ")", "imply", "signal_2_n", "less", "41.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<=", "72.3", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "<", "41.6"]]}}} {"id": 6, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "14.8", "and", "less", "than", "56.6", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "should", "be", "a", "time", "in", "the", "first", "18", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "has", "to", "be", "equal", "to", "60.3", "and", "then", "consecutively", "this", "scenario", "will", "have", "to", "keep", "for", "every", "moment", "during", "the", "following", "27", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "14.8", "and", "signal_1_n", "less", "56.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,18]", "(", "globally", "[0,27]", "(", "signal_4_n", "math equal", "60.3", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "should", "be", "a", "time", "in", "the", "first", "18", "time", "units", ",", "at", "which", "(", "prop_3", ")", "and", "then", "consecutively", "this", "scenario", "will", "have", "to", "keep", "for", "every", "moment", "during", "the", "following", "27", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "[", "0", ":", "18", "]", "(", "G", "[", "0", ":", "27", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "14.8"], ["signal_1_n", "<", "56.6"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [47, 57], "prop": [["signal_4_n", "==", "60.3"]]}}} {"id": 4785, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "signal_1_n", "signal", "must", "uninterruptedly", "stay", "no", "less", "than", "11.3", "and", "at", "most", "47.9", "and", "the", "signal_2_n", "signal", "needs", "to", "remain", "equal", "to", "45.9", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "11.3", "and", "signal_1_n", "less equal", "47.9", ")", "and", "signal_2_n", "math equal", "45.9", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 21], "prop": [["signal_1_n", ">=", "11.3"], ["signal_1_n", "<=", "47.9"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "==", "45.9"]]}}} {"id": 6136, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", ",", "then", "signal_3_n", "has", "to", "be", "instantly", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5073, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "a", "certain", "time", "point", "during", "the", "first", "42", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "stay", "higher", "than", "52.8", "and", "lower", "than", "79.4", "for", "each", "moment", "during", "the", "subsequent", "39", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,42]", "(", "globally", "[0,39]", "(", "signal_3_n", "more", "52.8", "and", "signal_3_n", "less", "79.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "a", "certain", "time", "point", "during", "the", "first", "42", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "42", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 66], "prop": [["signal_3_n", ">", "52.8"], ["signal_3_n", "<", "79.4"]]}}} {"id": 1579, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "keeps", "equal", "to", "7.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "69", "time", "units", "finally", ",", "after", "which", "consistently", "the", "mode", "of", "signal_2_n", "must", "remain", "in", "signal_3_n", "during", "the", "next", "58", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "7.1", "imply", "finally", "[0,69]", "(", "globally", "[0,58]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "69", "time", "units", "finally", ",", "after", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "69", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "7.1"]]}, " prop_2 ": {"span": [40, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 187, "sentence": ["For", "every", "time", "instant", "within", "62", "to", "70", "time", "units", "the", "value", "of", "signal_1_n", "ought", "to", "be", "65.7", "consecutively", ",", "and", "consistently", "the", "signal_2_n", "signal", "will", "have", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[62,70]", "(", "signal_1_n", "math equal", "65.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "62", "to", "70", "time", "units", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "62", ":", "70", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "65.7"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 87, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "the", "mode", "of", "signal_1_n", "is", "uninterruptedly", "set", "to", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 635, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "not", "set", "to", "27.2", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "57", "time", "units", ",", "there", "ought", "to", "be", "eventually", "a", "certain", "time", "point", "in", "the", "first", "44", "to", "49", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "equal", "to", "81.7", "is", "n't", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "27.2", ")", "imply", "globally", "[0,57]", "(", "finally", "[44,49]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "81.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "57", "time", "units", ",", "there", "ought", "to", "be", "eventually", "a", "certain", "time", "point", "in", "the", "first", "44", "to", "49", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "is", "n't", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "57", "]", "(", "F", "[", "44", ":", "49", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["fall", "(", "signal_1_n", "==", "27.2", ")"]]}, " prop_2 ": {"span": [62, 69], "prop": [["-", "rise", "(", "signal_2_n", "==", "81.7", ")"]]}}} {"id": 2681, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "57.3", "gets", "detected", ",", "then", "in", "response", "for", "the", "first", "9", "time", "units", "signal_2_n", "needs", "to", "stay", "equal", "to", "46.4", "all", "the", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "57.3", ")", "imply", "globally", "[0,9]", "(", "signal_2_n", "math equal", "46.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "the", "first", "9", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "57.3", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", "==", "46.4"]]}}} {"id": 3986, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "smaller", "than", "63.5", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "84.8", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "value", "of", "signal_3_n", "needs", "to", "be", "over", "11.8", "and", "smaller", "than", "19.4", "."], "ltl": ["globally", "(", "signal_1_n", "less", "63.5", "or", "signal_2_n", "more", "84.8", "imply", "signal_3_n", "more", "11.8", "and", "signal_3_n", "less", "19.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "63.5"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", ">", "84.8"]]}, " prop_3 ": {"span": [31, 44], "prop": [["signal_3_n", ">", "11.8"], ["signal_3_n", "<", "19.4"]]}}} {"id": 2015, "sentence": ["There", "should", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "signal_1_n", "sha", "n't", "be", "below", "68.4", ",", "and", "the", "event", "that", "signal_2_n", "gets", "to", "greater", "than", "or", "equal", "to", "43.6", "will", "have", "to", "occur", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "less", "68.4", ")", "and", "rise", "(", "signal_2_n", "more equal", "43.6", ")", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 21], "prop": [["-", "(", "signal_1_n", "<", "68.4", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["rise", "(", "signal_2_n", ">=", "43.6", ")"]]}}} {"id": 100, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "consecutively", "and", "uninterruptedly", "signal_3_n", "stays", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4814, "sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "13", "to", "14", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal_1_n", "should", "be", "29.1", ",", "and", "the", "event", "that", "signal_2_n", "gets", "set", "to", "signal_3_n", "must", "finally", "not", "happen", "."], "ltl": ["finally", "[13,14]", "(", "signal_1_n", "math equal", "29.1", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "13", "to", "14", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "must", "finally", "not", "happen", "."], "logic_ltl": ["F", "[", "13", ":", "14", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "29.1"]]}, " prop_2 ": {"span": [29, 34], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 966, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "gets", "below", "88.7", ",", "then", "in", "response", "ultimately", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "starting", "at", "most", "5", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "at", "most", "11.6", "and", "be", "always", "staying", "in", "this", "range", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "88.7", ")", "imply", "finally", "[0,5]", "(", "globally", "(", "signal_2_n", "less equal", "11.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "starting", "at", "most", "5", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "5", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "88.7", ")"]]}, " prop_2 ": {"span": [36, 62], "prop": [["signal_2_n", "<=", "11.6"]]}}} {"id": 1130, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "at", "most", "35.1", "or", "the", "event", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "1.2", "gets", "observed", "then", "for", "each", "moment", "during", "the", "next", "68", "time", "units", "there", "ought", "to", "exist", "a", "time", "after", "at", "most", "82", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_3_n", "ought", "not", "to", "settle", "to", "14.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "35.1", "or", "rise", "(", "signal_2_n", "less equal", "1.2", ")", "imply", "globally", "[0,68]", "(", "finally", "[0,82]", "(", "negation", "(", "signal_3_n", "math equal", "14.7", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "for", "each", "moment", "during", "the", "next", "68", "time", "units", "there", "ought", "to", "exist", "a", "time", "after", "at", "most", "82", "time", "units", ",", "at", "which", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "68", "]", "(", "F", "[", "0", ":", "82", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "35.1"]]}, " prop_2 ": {"span": [15, 24], "prop": [["rise", "(", "signal_2_n", "<=", "1.2", ")"]]}, " prop_3 ": {"span": [52, 63], "prop": [["-", "(", "signal_3_n", "==", "14.7", ")"]]}}} {"id": 210, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "70.6", "will", "ultimately", "happen", ",", "or", "signal_2_n", "should", "ultimately", "decrease", "to", "less", "than", "or", "equal", "to", "69.2", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "more", "70.6", ")", "or", "rise", "(", "signal_2_n", "less equal", "69.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "event", "that", "(", "prop_1", ")", "will", "ultimately", "happen", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["rise", "(", "signal_1_n", ">", "70.6", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["rise", "(", "signal_2_n", "<=", "69.2", ")"]]}}} {"id": 837, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "7", "to", "71", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "uninterruptedly", "in", "signal_2_n", ",", "or", "without", "interruption", "signal_3_n", "will", "be", "remaining", "in", "the", "range", "-LRB-", "5.4", ",", "6.0", "-RRB-", "."], "ltl": ["globally", "[7,71]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "5.4", "and", "signal_3_n", "less", "6.0", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "7", "to", "71", "time", "units", ",", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "7", ":", "71", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_3_n", ">", "5.4"], ["signal_3_n", "<", "6.0"]]}}} {"id": 2655, "sentence": ["When", "the", "value", "of", "signal_1_n", "remains", "equal", "to", "6.1", "and", "the", "value", "of", "signal", "signal_2_n", "is", "larger", "than", "55.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "sometime", "within", "the", "next", "95", "time", "units", ",", "at", "which", "eventually", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "6.1", "and", "signal_2_n", "more", "55.4", "imply", "finally", "[0,95]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "sometime", "within", "the", "next", "95", "time", "units", ",", "at", "which", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "95", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "6.1"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_2_n", ">", "55.4"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4849, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "the", "signal_3_n", "signal", "must", "be", "at", "most", "67.4", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "67.4", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_3_n", "<=", "67.4"]]}}} {"id": 594, "sentence": ["For", "every", "moment", "during", "the", "first", "36", "time", "units", "signal_1_n", "needs", "to", "consecutively", "remain", "less", "than", "or", "equal", "to", "16.5", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "less equal", "16.5", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "36", "time", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "<=", "16.5"]]}}} {"id": 2120, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "equal", "to", "84.8", ",", "then", "there", "should", "eventually", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "signal_2_n", "must", "never", "be", "in", "signal_3_n", "then", "this", "scenario", "shall", "consecutively", "sustain", "for", "each", "time", "point", "during", "the", "next", "12", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "84.8", "imply", "finally", "(", "globally", "[0,12]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "there", "should", "eventually", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "shall", "consecutively", "sustain", "for", "each", "time", "point", "during", "the", "next", "12", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "84.8"]]}, " prop_2 ": {"span": [26, 32], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1835, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "bigger", "than", "83.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "needs", "to", "remain", "in", "signal_3_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "more", "83.4", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "83.4"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 434, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "85.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "42.0", "and", "less", "than", "56.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "85.8", ")", "imply", "signal_2_n", "more equal", "42.0", "and", "signal_2_n", "less", "56.6", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["rise", "(", "signal_1_n", ">=", "85.8", ")"]]}, " prop_2 ": {"span": [26, 42], "prop": [["signal_2_n", ">=", "42.0"], ["signal_2_n", "<", "56.6"]]}}} {"id": 506, "sentence": ["Whenever", "signal_1_n", "is", "less", "than", "26.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "within", "83", "time", "units", ",", "the", "mode", "of", "signal_2_n", "ought", "n't", "to", "be", "set", "to", "signal_3_n", "and", "then", "needs", "to", "consecutively", "remain", "like", "that", "for", "every", "moment", "during", "the", "coming", "17", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "26.4", "imply", "finally", "[0,83]", "(", "globally", "[0,17]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "within", "83", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "83", "]", "(", "G", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "26.4"]]}, " prop_2 ": {"span": [25, 53], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1308, "sentence": ["For", "every", "time", "point", "within", "the", "first", "52", "time", "units", ",", "signal_1_n", "has", "to", "keep", "equal", "to", "86.3", "continuously", "."], "ltl": ["globally", "[0,52]", "(", "signal_1_n", "math equal", "86.3", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "52", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "86.3"]]}}} {"id": 6271, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "event", "that", "signal_3_n", "goes", "to", "greater", "than", "or", "equal", "to", "87.3", "gets", "detected", "finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "more equal", "87.3", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", "finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 47], "prop": [["rise", "(", "signal_3_n", ">=", "87.3", ")"]]}}} {"id": 3193, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "then", "in", "response", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_3_n", "should", "stay", "less", "than", "or", "equal", "to", "3.5", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "less equal", "3.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_3_n", "<=", "3.5"]]}}} {"id": 1830, "sentence": ["For", "every", "moment", "within", "the", "first", "32", "to", "87", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "greater", "than", "or", "equal", "to", "46.0", "and", "no", "more", "than", "92.9", ",", "or", "the", "value", "of", "signal", "signal_2_n", "stays", "no", "less", "than", "92.9", "all", "the", "time", "."], "ltl": ["globally", "[32,87]", "(", "(", "signal_1_n", "more equal", "46.0", "and", "signal_1_n", "less equal", "92.9", ")", "or", "signal_2_n", "more equal", "92.9", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "32", "to", "87", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "32", ":", "87", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 33], "prop": [["signal_1_n", ">=", "46.0"], ["signal_1_n", "<=", "92.9"]]}, " prop_2 ": {"span": [35, 48], "prop": [["signal_2_n", ">=", "92.9"]]}}} {"id": 1438, "sentence": ["There", "ought", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "in", "the", "closed", "interval", "-LSB-", "7.0", ",", "7.3", "-RSB-", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "7.0", "and", "signal_1_n", "less equal", "7.3", ")"], "logic_sentence": ["There", "ought", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 37], "prop": [["signal_1_n", ">=", "7.0"], ["signal_1_n", "<=", "7.3"]]}}} {"id": 1890, "sentence": ["The", "value", "of", "signal_1_n", "should", "be", "consistently", "higher", "than", "74.4", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "74.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">", "74.4"]]}}} {"id": 181, "sentence": ["For", "every", "moment", "within", "the", "first", "0", "to", "0", "time", "units", ",", "the", "value", "of", "signal_1_n", "should", "be", "greater", "than", "79.2", "consecutively", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "will", "always", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "more", "79.2", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "0", "to", "0", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", ">", "79.2"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 227, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "less", "than", "75", "time", "units", ",", "at", "which", "eventually", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,75]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "less", "than", "75", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "75", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 317, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "stays", "no", "larger", "than", "24.6", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "8", "time", "units", ",", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "coming", "94", "time", "units", "ultimately", ",", "at", "which", "the", "event", "that", "the", "signal_2_n", "signal", "jumps", "to", "above", "3.2", "sha", "n't", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "24.6", "imply", "globally", "[0,8]", "(", "finally", "[0,94]", "(", "negation", "rise", "(", "signal_2_n", "more", "3.2", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "8", "time", "units", ",", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "coming", "94", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "24.6"]]}, " prop_2 ": {"span": [44, 57], "prop": [["-", "rise", "(", "signal_2_n", ">", "3.2", ")"]]}}} {"id": 1392, "sentence": ["For", "each", "time", "instant", "within", "44", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "uninterruptedly", "remain", "above", "18.9", ",", "and", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "more", "18.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "44", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "18.9"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1004, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "16.3", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "subsequent", "20", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "decreases", "below", "47.5", "ought", "to", "be", "detected", "at", "sometime", "during", "the", "following", "49", "to", "96", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "16.3", ")", "imply", "globally", "[0,20]", "(", "finally", "[49,96]", "(", "rise", "(", "signal_2_n", "less", "47.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "subsequent", "20", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "be", "detected", "at", "sometime", "during", "the", "following", "49", "to", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "49", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "16.3", ")"]]}, " prop_2 ": {"span": [35, 42], "prop": [["rise", "(", "signal_2_n", "<", "47.5", ")"]]}}} {"id": 4687, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "27.2", "for", "each", "time", "point", "within", "the", "first", "99", "time", "units", "."], "ltl": ["globally", "[0,99]", "(", "signal_1_n", "less equal", "27.2", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "99", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", "<=", "27.2"]]}}} {"id": 998, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "8.9", "is", "detected", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "state", "of", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "8.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "8.9", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1458, "sentence": ["Everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "sometime", "in", "the", "future", ",", "signal_3_n", "should", "not", "be", "18.4", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "(", "signal_3_n", "math equal", "18.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "sometime", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 36], "prop": [["-", "(", "signal_3_n", "==", "18.4", ")"]]}}} {"id": 4576, "sentence": ["There", "will", "be", "a", "certain", "time", "instant", "during", "the", "first", "54", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "finally", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,54]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "instant", "during", "the", "first", "54", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2280, "sentence": ["There", "will", "be", "a", "certain", "time", "instant", "in", "less", "than", "86", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "eventually", "less", "than", "or", "equal", "to", "25.0", ",", "and", "the", "transition", "action", "that", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "11.9", "will", "have", "to", "ultimately", "occur", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "less equal", "25.0", "and", "rise", "(", "signal_2_n", "more equal", "11.9", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "instant", "in", "less", "than", "86", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "ultimately", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["signal_1_n", "<=", "25.0"]]}, " prop_2 ": {"span": [34, 43], "prop": [["rise", "(", "signal_2_n", ">=", "11.9", ")"]]}}} {"id": 3138, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "not", "15.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "will", "equal", "to", "16.7", "instantly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "15.2", ")", "imply", "signal_2_n", "math equal", "16.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "(", "signal_1_n", "==", "15.2", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "16.7"]]}}} {"id": 1278, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "73.0", ",", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "14.7", "and", "less", "than", "or", "equal", "to", "41.7", "then", "in", "response", "signal_3_n", "ought", "to", "be", "above", "5.3", "and", "at", "most", "31.1", "then", "this", "scenario", "consecutively", "continues", "for", "each", "time", "instant", "during", "the", "following", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "73.0", "and", "(", "signal_2_n", "more equal", "14.7", "and", "signal_2_n", "less equal", "41.7", ")", "imply", "globally", "[0,81]", "(", "signal_3_n", "more", "5.3", "and", "signal_3_n", "less equal", "31.1", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "then", "this", "scenario", "consecutively", "continues", "for", "each", "time", "instant", "during", "the", "following", "81", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "81", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["signal_1_n", "<=", "73.0"]]}, " prop_2 ": {"span": [13, 30], "prop": [["signal_2_n", ">=", "14.7"], ["signal_2_n", "<=", "41.7"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_3_n", ">", "5.3"], ["signal_3_n", "<=", "31.1"]]}}} {"id": 3444, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "1.8", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "scenario", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "or", "equal", "to", "72.0", "must", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "1.8", ")", "imply", "rise", "(", "signal_2_n", "less equal", "72.0", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "1.8", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["rise", "(", "signal_2_n", "<=", "72.0", ")"]]}}} {"id": 6060, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "will", "have", "to", "keep", "greater", "than", "29.0", "for", "each", "time", "instant", "in", "the", "first", "74", "time", "units", "."], "ltl": ["globally", "[0,74]", "(", "signal_1_n", "more", "29.0", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">", "29.0"]]}}} {"id": 920, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "18", "time", "units", "finally", "the", "state", "of", "signal_1_n", "will", "be", "set", "to", "signal_2_n", ",", "or", "signal_3_n", "is", "higher", "than", "18.1", "finally", "."], "ltl": ["finally", "[0,18]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "more", "18.1", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "18", "time", "units", "finally", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "18", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 28], "prop": [["signal_3_n", ">", "18.1"]]}}} {"id": 4947, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "finally", "a", "certain", "time", "point", "during", "the", "subsequent", "18", "to", "39", "time", "units", ",", "after", "which", "for", "every", "time", "instant", "in", "the", "next", "29", "to", "80", "time", "units", ",", "consecutively", "the", "signal_3_n", "signal", "needs", "to", "remain", "at", "least", "79.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[18,39]", "(", "globally", "[29,80]", "(", "signal_3_n", "more equal", "79.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "finally", "a", "certain", "time", "point", "during", "the", "subsequent", "18", "to", "39", "time", "units", ",", "after", "which", "for", "every", "time", "instant", "in", "the", "next", "29", "to", "80", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "18", ":", "39", "]", "(", "G", "[", "29", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [50, 59], "prop": [["signal_3_n", ">=", "79.5"]]}}} {"id": 3356, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "more", "than", "48.3", "gets", "observed", ",", "then", "in", "response", "for", "every", "moment", "within", "90", "time", "units", ",", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "following", "100", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "gets", "shifted", "to", "signal_3_n", "needs", "to", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.3", ")", "imply", "globally", "[0,90]", "(", "finally", "[0,100]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "for", "every", "moment", "within", "90", "time", "units", ",", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "following", "100", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "90", "]", "(", "F", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", ">", "48.3", ")"]]}, " prop_2 ": {"span": [46, 51], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 524, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "larger", "than", "70.8", "then", "there", "will", "be", "a", "time", "after", "at", "most", "87", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_4_n", "deviates", "from", "signal_5_n", "will", "be", "observed", ",", "and", "until", "then", "the", "state", "of", "signal_2_n", "stays", "in", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "70.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,87]", "(", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "there", "will", "be", "a", "time", "after", "at", "most", "87", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "(", "prop_2", ")", "will", "be", "observed", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["-", "(", "signal_1_n", ">", "70.8", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}, " prop_3 ": {"span": [49, 59], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1913, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "signal_3_n", "has", "to", "be", "no", "less", "than", "84.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "more equal", "84.1", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_3_n", ">=", "84.1"]]}}} {"id": 14, "sentence": ["Continuously", "the", "state", "of", "signal_1_n", "will", "not", "be", "set", "to", "signal_2_n", "for", "every", "time", "instant", "within", "19", "time", "units", "."], "ltl": ["globally", "[0,19]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 5289, "sentence": ["Finally", "at", "a", "certain", "moment", "within", "60", "to", "67", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "7.7", "and", "no", "more", "than", "55.3", "."], "ltl": ["finally", "[60,67]", "(", "signal_1_n", "more equal", "7.7", "and", "signal_1_n", "less equal", "55.3", ")"], "logic_sentence": ["Finally", "at", "a", "certain", "moment", "within", "60", "to", "67", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "60", ":", "67", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 30], "prop": [["signal_1_n", ">=", "7.7"], ["signal_1_n", "<=", "55.3"]]}}} {"id": 2018, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "65.5", "gets", "detected", "then", "for", "each", "time", "instant", "during", "the", "next", "90", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "following", "74", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "67.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "65.5", ")", "imply", "globally", "[0,90]", "(", "finally", "[0,74]", "(", "signal_2_n", "more equal", "67.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "for", "each", "time", "instant", "during", "the", "next", "90", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "following", "74", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "90", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "65.5", ")"]]}, " prop_2 ": {"span": [47, 61], "prop": [["signal_2_n", ">=", "67.1"]]}}} {"id": 6458, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "changes", "to", "35.7", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "subsequent", "62", "time", "units", ",", "the", "state", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "and", "this", "condition", "shall", "always", "remain", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "35.7", ")", "imply", "finally", "[0,62]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "subsequent", "62", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "shall", "always", "remain", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "35.7", ")"]]}, " prop_2 ": {"span": [34, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 797, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "10", "to", "10", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "above", "8.8", "and", "below", "80.2", "eventually", ",", "and", "finally", "the", "scenario", "that", "the", "signal_2_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "87.7", "gets", "observed", "."], "ltl": ["finally", "[10,10]", "(", "(", "signal_1_n", "more", "8.8", "and", "signal_1_n", "less", "80.2", ")", "and", "rise", "(", "signal_2_n", "less equal", "87.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "10", "to", "10", "time", "units", "(", "prop_1", ")", ",", "and", "finally", "the", "scenario", "that", "(", "prop_2", ")", "gets", "observed", "."], "logic_ltl": ["F", "[", "10", ":", "10", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["signal_1_n", ">", "8.8"], ["signal_1_n", "<", "80.2"]]}, " prop_2 ": {"span": [32, 43], "prop": [["rise", "(", "signal_2_n", "<=", "87.7", ")"]]}}} {"id": 1388, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "n't", "higher", "than", "98.3", ",", "and", "the", "scenario", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "52.8", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "98.3", ")", "and", "rise", "(", "signal_2_n", "less equal", "52.8", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", ">", "98.3", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["rise", "(", "signal_2_n", "<=", "52.8", ")"]]}, " prop_3 ": {"span": [37, 43], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 642, "sentence": ["Consistently", "the", "signal_1_n", "signal", "ought", "to", "remain", "greater", "than", "or", "equal", "to", "42.4", "for", "each", "moment", "within", "the", "first", "2", "to", "79", "time", "units", "."], "ltl": ["globally", "[2,79]", "(", "signal_1_n", "more equal", "42.4", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "2", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", ">=", "42.4"]]}}} {"id": 4212, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "52.6", "or", "the", "event", "that", "the", "mode", "of", "signal_2_n", "changes", "to", "signal_3_n", "does", "n't", "occur", "then", "for", "each", "time", "instant", "in", "the", "first", "83", "time", "units", "there", "should", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "33", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "will", "be", "ultimately", "less", "than", "44.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "52.6", "or", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,83]", "(", "finally", "[0,33]", "(", "signal_4_n", "less", "44.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "in", "the", "first", "83", "time", "units", "there", "should", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "33", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "83", "]", "(", "F", "[", "0", ":", "33", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["signal_1_n", "==", "52.6"]]}, " prop_2 ": {"span": [15, 25], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [52, 62], "prop": [["signal_4_n", "<", "44.8"]]}}} {"id": 4291, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "in", "signal_2_n", "without", "interruption", ",", "and", "the", "state", "of", "signal", "signal_3_n", "keeps", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5116, "sentence": ["At", "a", "certain", "time", "instant", "starting", "at", "most", "45", "time", "units", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "90.2", "ought", "to", "be", "ultimately", "observed", "and", "the", "signal_2_n", "signal", "should", "be", "higher", "than", "0.8", "and", "smaller", "than", "1.3", "ultimately", "."], "ltl": ["finally", "[0,45]", "(", "rise", "(", "signal_1_n", "more", "90.2", ")", "and", "(", "signal_2_n", "more", "0.8", "and", "signal_2_n", "less", "1.3", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "at", "most", "45", "time", "units", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "be", "ultimately", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "45", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["rise", "(", "signal_1_n", ">", "90.2", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">", "0.8"], ["signal_2_n", "<", "1.3"]]}}} {"id": 5512, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "falls", "to", "no", "more", "than", "87.5", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "subsequent", "78", "time", "units", ",", "signal_2_n", "needs", "to", "settle", "to", "65.6", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "87.5", ")", "imply", "globally", "[0,78]", "(", "finally", "(", "signal_2_n", "math equal", "65.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "78", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 27], "prop": [["rise", "(", "signal_1_n", "<=", "87.5", ")"]]}, " prop_2 ": {"span": [28, 49], "prop": [["signal_2_n", "==", "65.6"]]}}} {"id": 1879, "sentence": ["The", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "below", "49.6", "must", "be", "detected", "eventually", "at", "sometime", "within", "50", "to", "73", "time", "units", "."], "ltl": ["finally", "[50,73]", "(", "rise", "(", "signal_1_n", "less", "49.6", ")", ")"], "logic_sentence": ["The", "scenario", "that", "(", "prop_1", ")", "must", "be", "detected", "eventually", "at", "sometime", "within", "50", "to", "73", "time", "units", "."], "logic_ltl": ["F", "[", "50", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "49.6", ")"]]}}} {"id": 4234, "sentence": ["The", "signal_1_n", "signal", "will", "keep", "greater", "than", "or", "equal", "to", "58.3", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "58.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 14], "prop": [["signal_1_n", ">=", "58.3"]]}}} {"id": 5456, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "remains", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "and", "has", "to", "always", "hold", "like", "this", "for", "more", "than", "11", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,11]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 293, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "gets", "below", "71.9", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "after", "which", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "72.5", "and", "then", "will", "hold", "like", "this", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "following", "38", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "71.9", ")", "imply", "finally", "(", "globally", "[0,38]", "(", "signal_2_n", "more equal", "72.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "38", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "<", "71.9", ")"]]}, " prop_2 ": {"span": [38, 67], "prop": [["signal_2_n", ">=", "72.5"]]}}} {"id": 5317, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "stays", "equal", "to", "52.9", ",", "and", "signal_2_n", "is", "less", "than", "or", "equal", "to", "83.9", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "next", "59", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "10", "to", "15", "time", "units", "finally", "signal_3_n", "has", "to", "be", "no", "more", "than", "64.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "52.9", "and", "signal_2_n", "less equal", "83.9", "imply", "globally", "[0,59]", "(", "finally", "[10,15]", "(", "signal_3_n", "less equal", "64.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "next", "59", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "10", "to", "15", "time", "units", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "59", "]", "(", "F", "[", "10", ":", "15", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "52.9"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "<=", "83.9"]]}, " prop_3 ": {"span": [53, 61], "prop": [["signal_3_n", "<=", "64.7"]]}}} {"id": 2023, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "16.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "has", "to", "be", "a", "certain", "time", "instant", "within", "the", "next", "0", "to", "3", "time", "units", ",", "after", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "45.0", "continuously", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "16.2", ")", "imply", "finally", "[0,3]", "(", "globally", "(", "signal_2_n", "more equal", "45.0", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "has", "to", "be", "a", "certain", "time", "instant", "within", "the", "next", "0", "to", "3", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "16.2", ")"]]}, " prop_2 ": {"span": [45, 69], "prop": [["signal_2_n", ">=", "45.0"]]}}} {"id": 4223, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "decreases", "below", "17.4", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "will", "have", "to", "exist", "sometime", "within", "the", "following", "91", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "will", "be", "set", "to", "signal_3_n", "and", "then", "ought", "to", "remain", "like", "that", "consistently", "for", "every", "moment", "during", "the", "coming", "34", "to", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "17.4", ")", "imply", "finally", "[0,91]", "(", "globally", "[34,70]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "will", "have", "to", "exist", "sometime", "within", "the", "following", "91", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "ought", "to", "remain", "like", "that", "consistently", "for", "every", "moment", "during", "the", "coming", "34", "to", "70", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "91", "]", "(", "G", "[", "34", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "17.4", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1909, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "has", "to", "be", "finally", "greater", "than", "or", "equal", "to", "56.2", "and", "less", "than", "or", "equal", "to", "94.5", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "more equal", "56.2", "and", "signal_3_n", "less equal", "94.5", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 48], "prop": [["signal_3_n", ">=", "56.2"], ["signal_3_n", "<=", "94.5"]]}}} {"id": 1101, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "57.8", "is", "n't", "observed", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "greater", "than", "93.2", "happens", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "will", "be", "no", "less", "than", "32.9", "all", "the", "time", "for", "every", "moment", "within", "the", "subsequent", "17", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "57.8", ")", "and", "rise", "(", "signal_2_n", "more", "93.2", ")", "imply", "globally", "[0,17]", "(", "signal_3_n", "more equal", "32.9", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "n't", "observed", ",", "and", "the", "event", "that", "(", "prop_2", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "17", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["-", "fall", "(", "signal_1_n", ">", "57.8", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["rise", "(", "signal_2_n", ">", "93.2", ")"]]}, " prop_3 ": {"span": [37, 56], "prop": [["signal_3_n", ">=", "32.9"]]}}} {"id": 964, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "drops", "below", "31.9", ",", "then", "in", "response", "after", "a", "time", "during", "the", "next", "82", "time", "units", ",", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "1.4", "then", "this", "scenario", "should", "remain", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "31.9", ")", "imply", "finally", "[0,82]", "(", "globally", "(", "signal_2_n", "less equal", "1.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "after", "a", "time", "during", "the", "next", "82", "time", "units", ",", "(", "prop_2", ")", "then", "this", "scenario", "should", "remain", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "82", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "<", "31.9", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<=", "1.4"]]}}} {"id": 2251, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "the", "value", "of", "signal_1_n", "has", "to", "consecutively", "keep", "larger", "than", "42.0", ",", "and", "the", "signal_2_n", "signal", "should", "stay", "larger", "than", "34.5", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "more", "42.0", "and", "signal_2_n", "more", "34.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">", "42.0"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "34.5"]]}}} {"id": 6431, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "above", "71.4", "happens", ",", "then", "for", "each", "moment", "in", "the", "subsequent", "67", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "subsequent", "70", "time", "units", ",", "at", "which", "signal_2_n", "will", "be", "equal", "to", "50.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "71.4", ")", "imply", "globally", "[0,67]", "(", "finally", "[0,70]", "(", "signal_2_n", "math equal", "50.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "moment", "in", "the", "subsequent", "67", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "subsequent", "70", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "67", "]", "(", "F", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "71.4", ")"]]}, " prop_2 ": {"span": [46, 52], "prop": [["signal_2_n", "==", "50.7"]]}}} {"id": 3951, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "no", "less", "than", "34.6", "and", "at", "most", "90.6", "or", "the", "signal_2_n", "signal", "is", "greater", "than", "2.5", "and", "less", "than", "41.3", ",", "then", "finally", "there", "shall", "exist", "sometime", "in", "the", "next", "12", "to", "65", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "should", "never", "be", "at", "least", "40.2", "and", "will", "be", "keeping", "like", "that", "consecutively", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "34.6", "and", "signal_1_n", "less equal", "90.6", ")", "or", "(", "signal_2_n", "more", "2.5", "and", "signal_2_n", "less", "41.3", ")", "imply", "finally", "[12,65]", "(", "globally", "(", "negation", "(", "signal_3_n", "more equal", "40.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "finally", "there", "shall", "exist", "sometime", "in", "the", "next", "12", "to", "65", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "12", ":", "65", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">=", "34.6"], ["signal_1_n", "<=", "90.6"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", ">", "2.5"], ["signal_2_n", "<", "41.3"]]}, " prop_3 ": {"span": [48, 71], "prop": [["-", "(", "signal_3_n", ">=", "40.2", ")"]]}}} {"id": 6468, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "77.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "signal_2_n", "starts", "not", "equaling", "to", "57.7", "will", "have", "to", "happen", "or", "the", "signal_3_n", "signal", "has", "to", "be", "less", "than", "45.2", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "77.3", ")", "imply", "fall", "(", "signal_2_n", "math equal", "57.7", ")", "or", "signal_3_n", "less", "45.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "77.3", ")"]]}, " prop_2 ": {"span": [30, 36], "prop": [["fall", "(", "signal_2_n", "==", "57.7", ")"]]}, " prop_3 ": {"span": [41, 51], "prop": [["signal_3_n", "<", "45.2"]]}}} {"id": 4752, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "next", "82", "time", "units", "there", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,82]", "(", "finally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "next", "82", "time", "units", "there", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "82", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [53, 60], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1979, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "more", "than", "59.7", "is", "detected", "then", "immediately", "the", "signal_2_n", "signal", "shall", "be", "smaller", "than", "68.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "59.7", ")", "imply", "signal_2_n", "less", "68.9", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "59.7", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "<", "68.9"]]}}} {"id": 3524, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "remains", "below", "20.0", ",", "and", "the", "signal_2_n", "signal", "is", "94.5", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "the", "mode", "of", "signal_3_n", "gets", "shifted", "to", "signal_4_n", "ought", "to", "take", "place", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "less", "20.0", "and", "signal_2_n", "math equal", "94.5", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "take", "place", "promptly", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "20.0"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_2_n", "==", "94.5"]]}, " prop_3 ": {"span": [26, 34], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2146, "sentence": ["While", "signal_1_n", "keeps", "between", "the", "range", "-LSB-", "27.1", ",", "53.1", "-RSB-", "then", "in", "response", "the", "state", "of", "signal_3_n", "will", "be", "finally", "signal_4_n", "at", "sometime", "within", "the", "next", "3", "to", "5", "time", "units", ",", "till", "then", "the", "value", "of", "signal_2_n", "remains", "smaller", "than", "86.3", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "27.1", "and", "signal_1_n", "less equal", "53.1", "imply", "(", "signal_2_n", "less", "86.3", ")", "until", "[3,5]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_3", ")", "U", "[", "3", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", ">=", "27.1"], ["signal_1_n", "<=", "53.1"]]}, " prop_2 ": {"span": [14, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [35, 44], "prop": [["signal_2_n", "<", "86.3"]]}}} {"id": 1626, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "signal_1_n", "is", "less", "than", "or", "equal", "to", "51.4", "eventually", "or", "eventually", "the", "scenario", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "smaller", "than", "4.0", "shall", "happen", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "51.4", "or", "rise", "(", "signal_2_n", "less", "4.0", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 37], "prop": [["signal_1_n", "<=", "51.4"], ["rise", "(", "signal_2_n", "<", "4.0", ")"]]}}} {"id": 721, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "23.0", "gets", "detected", ",", "then", "in", "response", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "42.2", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "23.0", ")", "imply", "signal_2_n", "less", "42.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", ">=", "23.0", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", "<", "42.2"]]}}} {"id": 6434, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "31.5", "takes", "place", "then", "at", "the", "same", "time", "point", "signal_2_n", "needs", "to", "be", "higher", "than", "54.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "31.5", ")", "imply", "signal_2_n", "more", "54.9", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "31.5", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", ">", "54.9"]]}}} {"id": 4553, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "51.3", "occurs", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "the", "range", "-LSB-", "80.2", ",", "85.2", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.3", ")", "imply", "signal_2_n", "more equal", "80.2", "and", "signal_2_n", "less equal", "85.2", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "51.3", ")"]]}, " prop_2 ": {"span": [26, 43], "prop": [["signal_2_n", ">=", "80.2"], ["signal_2_n", "<=", "85.2"]]}}} {"id": 1585, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "n't", "no", "more", "than", "76.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "37.1", "and", "less", "than", "or", "equal", "to", "52.9", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "should", "n't", "be", "larger", "than", "84.0", "at", "sometime", "during", "the", "next", "16", "to", "24", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "76.1", ")", "and", "(", "signal_2_n", "more equal", "37.1", "and", "signal_2_n", "less equal", "52.9", ")", "imply", "finally", "[16,24]", "(", "negation", "(", "signal_3_n", "more", "84.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "16", ":", "24", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["-", "(", "signal_1_n", "<=", "76.1", ")"]]}, " prop_2 ": {"span": [16, 35], "prop": [["signal_2_n", ">=", "37.1"], ["signal_2_n", "<=", "52.9"]]}, " prop_3 ": {"span": [42, 61], "prop": [["-", "(", "signal_3_n", ">", "84.0", ")"]]}}} {"id": 1256, "sentence": ["At", "a", "certain", "moment", "within", "17", "time", "units", "the", "signal_1_n", "signal", "should", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,17]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "17", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3075, "sentence": ["For", "every", "moment", "within", "the", "first", "78", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "larger", "than", "22.1", "and", "lower", "than", "30.4", "without", "interruption", "or", "signal_2_n", "will", "remain", "on", "40.3", "consistently", "."], "ltl": ["globally", "[0,78]", "(", "(", "signal_1_n", "more", "22.1", "and", "signal_1_n", "less", "30.4", ")", "or", "signal_2_n", "math equal", "40.3", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "78", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "78", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">", "22.1"], ["signal_1_n", "<", "30.4"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_2_n", "==", "40.3"]]}}} {"id": 2370, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "11.3", "and", "uninterruptedly", "holds", "like", "that", "for", "the", "elapsed", "0", "to", "0", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "first", "95", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "below", "78.7", "has", "to", "get", "observed", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "historically", "[0,0]", "(", "signal_1_n", "math equal", "11.3", ")", "imply", "globally", "[0,95]", "(", "finally", "(", "rise", "(", "signal_2_n", "less", "78.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "first", "95", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "get", "observed", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "0", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "95", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 27], "prop": [["signal_1_n", "==", "11.3"]]}, " prop_2 ": {"span": [48, 56], "prop": [["rise", "(", "signal_2_n", "<", "78.7", ")"]]}}} {"id": 4423, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "30.7", "is", "detected", "then", "instantly", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "7.5", "and", "less", "than", "or", "equal", "to", "26.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "30.7", ")", "imply", "signal_2_n", "more equal", "7.5", "and", "signal_2_n", "less equal", "26.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "30.7", ")"]]}, " prop_2 ": {"span": [19, 40], "prop": [["signal_2_n", ">=", "7.5"], ["signal_2_n", "<=", "26.2"]]}}} {"id": 2471, "sentence": ["At", "a", "certain", "time", "point", "starting", "between", "41", "to", "47", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "73.6", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "no", "more", "than", "45.0", "will", "have", "to", "finally", "occur", "."], "ltl": ["finally", "[41,47]", "(", "signal_1_n", "more equal", "73.6", "and", "rise", "(", "signal_2_n", "less equal", "45.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "between", "41", "to", "47", "time", "units", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "finally", "occur", "."], "logic_ltl": ["F", "[", "41", ":", "47", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 27], "prop": [["signal_1_n", ">=", "73.6"]]}, " prop_2 ": {"span": [33, 41], "prop": [["rise", "(", "signal_2_n", "<=", "45.0", ")"]]}}} {"id": 1610, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "93.6", "gets", "detected", ",", "then", "in", "response", "there", "should", "be", "sometime", "within", "the", "next", "61", "to", "61", "time", "units", "eventually", ",", "after", "which", "the", "signal_2_n", "signal", "should", "never", "be", "equal", "to", "35.9", "then", "this", "scenario", "shall", "remain", "consecutively", "for", "each", "time", "instant", "within", "the", "coming", "94", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "93.6", ")", "imply", "finally", "[61,61]", "(", "globally", "[0,94]", "(", "negation", "(", "signal_2_n", "math equal", "35.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "there", "should", "be", "sometime", "within", "the", "next", "61", "to", "61", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "shall", "remain", "consecutively", "for", "each", "time", "instant", "within", "the", "coming", "94", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "61", ":", "61", "]", "(", "G", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "93.6", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["-", "(", "signal_2_n", "==", "35.9", ")"]]}}} {"id": 452, "sentence": ["At", "sometime", "in", "the", "future", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "7.6", "needs", "to", "be", "detected", "or", "ultimately", "the", "mode", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "math equal", "7.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "be", "detected", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "7.6", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6141, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "must", "keep", "no", "more", "than", "19.6", "at", "the", "same", "time", ",", "or", "the", "state", "of", "signal_4_n", "keeps", "in", "signal_5_n", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "19.6", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_3_n", "<=", "19.6"]]}, " prop_3 ": {"span": [41, 50], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 2275, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "64", "time", "units", "signal_1_n", "consistently", "keeps", "no", "larger", "than", "27.2", "and", "the", "value", "of", "signal_2_n", "will", "be", "staying", "greater", "than", "or", "equal", "to", "29.1", "and", "less", "than", "or", "equal", "to", "56.6", "consistently", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "less equal", "27.2", "and", "(", "signal_2_n", "more equal", "29.1", "and", "signal_2_n", "less equal", "56.6", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "64", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "<=", "27.2"]]}, " prop_2 ": {"span": [18, 39], "prop": [["signal_2_n", ">=", "29.1"], ["signal_2_n", "<=", "56.6"]]}}} {"id": 6170, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "equals", "to", "68.6", "and", "the", "value", "of", "signal_2_n", "is", "35.6", ",", "then", "in", "response", "there", "has", "to", "exist", "a", "time", "within", "13", "to", "31", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_3_n", "decreases", "to", "no", "larger", "than", "52.7", "has", "to", "happen", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.6", "and", "signal_2_n", "math equal", "35.6", "imply", "finally", "[13,31]", "(", "rise", "(", "signal_3_n", "less equal", "52.7", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "there", "has", "to", "exist", "a", "time", "within", "13", "to", "31", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "happen", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "13", ":", "31", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "68.6"]]}, " prop_2 ": {"span": [11, 17], "prop": [["signal_2_n", "==", "35.6"]]}, " prop_3 ": {"span": [39, 46], "prop": [["rise", "(", "signal_3_n", "<=", "52.7", ")"]]}}} {"id": 3946, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "stays", "above", "89.5", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "gets", "changed", "to", "10.0", "happens", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "next", "88", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "consistently", "less", "than", "or", "equal", "to", "91.3", "during", "the", "next", "88", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "89.5", "or", "rise", "(", "signal_2_n", "math equal", "10.0", ")", "imply", "finally", "[0,88]", "(", "globally", "[0,88]", "(", "signal_3_n", "less equal", "91.3", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "next", "88", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "88", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">", "89.5"]]}, " prop_2 ": {"span": [14, 22], "prop": [["rise", "(", "signal_2_n", "==", "10.0", ")"]]}, " prop_3 ": {"span": [43, 61], "prop": [["signal_3_n", "<=", "91.3"]]}}} {"id": 1529, "sentence": ["The", "value", "of", "signal_1_n", "will", "remain", "higher", "than", "31.1", "and", "less", "than", "80.2", "uninterruptedly", "for", "each", "moment", "within", "15", "to", "46", "time", "units", "."], "ltl": ["globally", "[15,46]", "(", "signal_1_n", "more", "31.1", "and", "signal_1_n", "less", "80.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "15", ":", "46", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">", "31.1"], ["signal_1_n", "<", "80.2"]]}}} {"id": 2925, "sentence": ["If", "the", "signal_1_n", "signal", "remains", "equal", "to", "20.8", ",", "and", "the", "event", "that", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "33.1", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "subsequent", "63", "time", "units", "there", "must", "finally", "exist", "a", "certain", "time", "point", "within", "the", "coming", "56", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "exceeds", "66.8", "needs", "to", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "20.8", "and", "rise", "(", "signal_2_n", "less equal", "33.1", ")", "imply", "globally", "[0,63]", "(", "finally", "[0,56]", "(", "rise", "(", "signal_3_n", "more", "66.8", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "subsequent", "63", "time", "units", "there", "must", "finally", "exist", "a", "certain", "time", "point", "within", "the", "coming", "56", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "needs", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "0", ":", "56", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "20.8"]]}, " prop_2 ": {"span": [13, 21], "prop": [["rise", "(", "signal_2_n", "<=", "33.1", ")"]]}, " prop_3 ": {"span": [60, 67], "prop": [["rise", "(", "signal_3_n", ">", "66.8", ")"]]}}} {"id": 347, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "50.9", "or", "the", "signal_2_n", "signal", "is", "smaller", "than", "17.1", "then", "in", "response", "without", "any", "delay", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "3.8", "and", "no", "more", "than", "39.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "50.9", "or", "signal_2_n", "less", "17.1", "imply", "signal_3_n", "more equal", "3.8", "and", "signal_3_n", "less equal", "39.9", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "50.9"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "<", "17.1"]]}, " prop_3 ": {"span": [24, 39], "prop": [["signal_3_n", ">=", "3.8"], ["signal_3_n", "<=", "39.9"]]}}} {"id": 5335, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "below", "72.9", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "61", "to", "69", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "rises", "to", "no", "less", "than", "27.9", "should", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "72.9", ")", "imply", "globally", "[61,69]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "27.9", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "61", "to", "69", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "61", ":", "69", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "72.9", ")"]]}, " prop_2 ": {"span": [57, 67], "prop": [["rise", "(", "signal_2_n", ">=", "27.9", ")"]]}}} {"id": 5782, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "18.9", "takes", "place", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "41.1", "and", "less", "than", "97.8", "at", "the", "same", "time", "point", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "deviates", "from", "27.2", "shall", "simultaneously", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "18.9", ")", "imply", "(", "signal_2_n", "more", "41.1", "and", "signal_2_n", "less", "97.8", ")", "and", "fall", "(", "signal_3_n", "math equal", "27.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "simultaneously", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", ">=", "18.9", ")"]]}, " prop_2 ": {"span": [26, 45], "prop": [["signal_2_n", ">", "41.1"], ["signal_2_n", "<", "97.8"]]}, " prop_3 ": {"span": [51, 58], "prop": [["fall", "(", "signal_3_n", "==", "27.2", ")"]]}}} {"id": 512, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "following", "17", "to", "23", "time", "units", ",", "ultimately", "the", "transition", "action", "that", "signal_3_n", "becomes", "signal_4_n", "will", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[17,23]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "following", "17", "to", "23", "time", "units", ",", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "17", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 39], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5175, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "mode", "of", "signal", "signal_3_n", "shall", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 690, "sentence": ["When", "the", "signal_1_n", "signal", "is", "not", "signal_2_n", "and", "always", "holds", "like", "that", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "12", "time", "units", ",", "the", "mode", "of", "signal_3_n", "will", "be", "set", "to", "signal_4_n", "finally", "at", "sometime", "in", "the", "next", "17", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "[0,12]", "(", "finally", "[0,17]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "12", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "[", "0", ":", "12", "]", "(", "F", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 59], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1374, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "30.4", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "shifts", "to", "signal_3_n", "should", "eventually", "take", "place", "at", "a", "certain", "moment", "in", "the", "coming", "15", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "30.4", ")", "imply", "globally", "(", "finally", "[0,15]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "scenario", "that", "(", "prop_2", ")", "should", "eventually", "take", "place", "at", "a", "certain", "moment", "in", "the", "coming", "15", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "30.4", ")"]]}, " prop_2 ": {"span": [40, 47], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1699, "sentence": ["There", "shall", "be", "a", "time", "starting", "between", "2", "to", "4", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "smaller", "than", "83.0", "will", "ultimately", "occur", ",", "or", "signal_2_n", "shall", "be", "equal", "to", "10.3", "eventually", "."], "ltl": ["finally", "[2,4]", "(", "rise", "(", "signal_1_n", "less", "83.0", ")", "or", "signal_2_n", "math equal", "10.3", ")"], "logic_sentence": ["There", "shall", "be", "a", "time", "starting", "between", "2", "to", "4", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "ultimately", "occur", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "4", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", "<", "83.0", ")"]]}, " prop_2 ": {"span": [32, 39], "prop": [["signal_2_n", "==", "10.3"]]}}} {"id": 495, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "consecutively", "not", "set", "to", "signal_2_n", "for", "each", "moment", "during", "the", "first", "27", "time", "units", ",", "then", "in", "response", "there", "needs", "to", "ultimately", "exist", "a", "certain", "moment", "starting", "at", "most", "6", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "ought", "to", "be", "at", "least", "21.1", "and", "less", "than", "or", "equal", "to", "38.9", "and", "uninterruptedly", "this", "scenario", "shall", "sustain", "in", "the", "subsequent", "36", "time", "units", "."], "ltl": ["globally", "(", "globally", "[0,27]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,36]", "(", "signal_3_n", "more equal", "21.1", "and", "signal_3_n", "less equal", "38.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "there", "needs", "to", "ultimately", "exist", "a", "certain", "moment", "starting", "at", "most", "6", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "shall", "sustain", "in", "the", "subsequent", "36", "time", "units", "."], "logic_ltl": ["G", "(", "G", "[", "0", ":", "27", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "36", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 27], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [48, 65], "prop": [["signal_3_n", ">=", "21.1"], ["signal_3_n", "<=", "38.9"]]}}} {"id": 2541, "sentence": ["In", "the", "case", "the", "event", "that", "the", "signal_1_n", "signal", "leaves", "signal_2_n", "gets", "observed", "then", "there", "will", "have", "to", "be", "sometime", "after", "at", "most", "100", "time", "units", ",", "at", "which", "signal_3_n", "should", "be", "eventually", "above", "66.1", "and", "less", "than", "69.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,100]", "(", "signal_3_n", "more", "66.1", "and", "signal_3_n", "less", "69.5", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "there", "will", "have", "to", "be", "sometime", "after", "at", "most", "100", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "100", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_3_n", ">", "66.1"], ["signal_3_n", "<", "69.5"]]}}} {"id": 1580, "sentence": ["The", "value", "of", "signal", "signal_1_n", "has", "to", "be", "equal", "to", "6.8", "eventually", "at", "a", "certain", "time", "instant", "during", "the", "first", "34", "time", "units", "."], "ltl": ["finally", "[0,34]", "(", "signal_1_n", "math equal", "6.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "6.8"]]}}} {"id": 2869, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "5.3", "is", "detected", ",", "then", "in", "response", "starting", "without", "any", "delay", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<", "5.3", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6367, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "below", "23.8", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "has", "to", "exist", "a", "certain", "time", "instant", "within", "100", "time", "units", ",", "after", "which", "continuously", "the", "value", "of", "signal_2_n", "should", "n't", "be", "below", "8.3", "for", "each", "time", "instant", "in", "the", "coming", "2", "to", "66", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "23.8", "imply", "finally", "[0,100]", "(", "globally", "[2,66]", "(", "negation", "(", "signal_2_n", "less", "8.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "has", "to", "exist", "a", "certain", "time", "instant", "within", "100", "time", "units", ",", "after", "which", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "100", "]", "(", "G", "[", "2", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["signal_1_n", "<", "23.8"]]}, " prop_2 ": {"span": [36, 57], "prop": [["-", "(", "signal_2_n", "<", "8.3", ")"]]}}} {"id": 4540, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "24.8", "all", "the", "time", ",", "or", "the", "signal_2_n", "signal", "will", "remain", "in", "signal_3_n", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "24.8", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">=", "24.8"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4098, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "lower", "than", "40.9", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "sometime", "within", "the", "first", "39", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "needs", "to", "eventually", "equal", "to", "49.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "40.9", ")", "imply", "finally", "[0,39]", "(", "signal_2_n", "math equal", "49.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "sometime", "within", "the", "first", "39", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "40.9", ")"]]}, " prop_2 ": {"span": [34, 43], "prop": [["signal_2_n", "==", "49.7"]]}}} {"id": 522, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "not", "larger", "than", "46.5", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "moment", "in", "the", "coming", "4", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_4_n", "begins", "deviating", "from", "signal_5_n", "will", "happen", "ultimately", ",", "before", "this", "the", "state", "of", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "46.5", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,4]", "(", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "moment", "in", "the", "coming", "4", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "ultimately", ",", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["-", "(", "signal_1_n", ">", "46.5", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}, " prop_3 ": {"span": [52, 64], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4638, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "gets", "raised", "above", "19.2", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "the", "following", "1", "time", "units", "there", "must", "exist", "a", "certain", "time", "point", "starting", "at", "most", "14", "time", "units", ",", "at", "which", "ultimately", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "19.2", ")", "imply", "globally", "[0,1]", "(", "finally", "[0,14]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "the", "following", "1", "time", "units", "there", "must", "exist", "a", "certain", "time", "point", "starting", "at", "most", "14", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "F", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "19.2", ")"]]}, " prop_2 ": {"span": [48, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 852, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "39", "time", "units", ",", "signal_1_n", "needs", "to", "uninterruptedly", "keep", "below", "90.7", "."], "ltl": ["globally", "[0,39]", "(", "signal_1_n", "less", "90.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "39", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "<", "90.7"]]}}} {"id": 3426, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "57.4", "happens", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "following", "75", "time", "units", "at", "sometime", "during", "the", "following", "24", "time", "units", "the", "signal_2_n", "signal", "shall", "be", "finally", "98.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "57.4", ")", "imply", "globally", "[0,75]", "(", "finally", "[0,24]", "(", "signal_2_n", "math equal", "98.2", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "following", "75", "time", "units", "at", "sometime", "during", "the", "following", "24", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "75", "]", "(", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "57.4", ")"]]}, " prop_2 ": {"span": [38, 45], "prop": [["signal_2_n", "==", "98.2"]]}}} {"id": 970, "sentence": ["For", "each", "moment", "in", "the", "first", "11", "to", "56", "time", "units", ",", "signal_1_n", "will", "be", "keeping", "less", "than", "or", "equal", "to", "55.8", "consecutively", ",", "and", "the", "mode", "of", "signal_2_n", "ought", "not", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[11,56]", "(", "signal_1_n", "less equal", "55.8", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "11", "to", "56", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "11", ":", "56", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<=", "55.8"]]}, " prop_2 ": {"span": [25, 35], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6471, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "changes", "to", "56.3", "occurs", ",", "then", "starting", "without", "any", "delay", "the", "scenario", "that", "signal_2_n", "begins", "deviating", "from", "66.1", "will", "be", "detected", "or", "the", "signal_3_n", "signal", "will", "have", "to", "be", "less", "than", "51.8", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "56.3", ")", "imply", "fall", "(", "signal_2_n", "math equal", "66.1", ")", "or", "signal_3_n", "less", "51.8", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "starting", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "will", "be", "detected", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "==", "56.3", ")"]]}, " prop_2 ": {"span": [18, 23], "prop": [["fall", "(", "signal_2_n", "==", "66.1", ")"]]}, " prop_3 ": {"span": [27, 40], "prop": [["signal_3_n", "<", "51.8"]]}}} {"id": 744, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "less", "than", "94.4", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "must", "be", "less", "than", "or", "equal", "to", "76.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "94.4", ")", "imply", "signal_2_n", "less equal", "76.8", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "94.4", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_2_n", "<=", "76.8"]]}}} {"id": 1512, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "19", "to", "61", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "remain", "larger", "than", "71.4", "consistently", "."], "ltl": ["globally", "[19,61]", "(", "signal_1_n", "more", "71.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "19", "to", "61", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "19", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", ">", "71.4"]]}}} {"id": 784, "sentence": ["At", "a", "certain", "time", "instant", "within", "22", "to", "28", "time", "units", ",", "finally", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "over", "33.6", "has", "to", "get", "observed", "or", "ultimately", "the", "signal_2_n", "signal", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[22,28]", "(", "rise", "(", "signal_1_n", "more", "33.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "22", "to", "28", "time", "units", ",", "finally", "the", "scenario", "that", "(", "prop_1", ")", "has", "to", "get", "observed", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "22", ":", "28", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["rise", "(", "signal_1_n", ">", "33.6", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6287, "sentence": ["There", "will", "be", "a", "certain", "time", "point", "within", "the", "first", "6", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "the", "state", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "must", "n't", "occur", "."], "ltl": ["finally", "[0,6]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "point", "within", "the", "first", "6", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "must", "n't", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 28], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 430, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "simultaneously", "lower", "than", "93.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "93.6", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_3_n", "<", "93.6"]]}}} {"id": 2101, "sentence": ["At", "sometime", "after", "between", "9", "to", "48", "time", "units", ",", "signal_1_n", "will", "stay", "less", "than", "83.5", "ultimately", "."], "ltl": ["finally", "[9,48]", "(", "signal_1_n", "less", "83.5", ")"], "logic_sentence": ["At", "sometime", "after", "between", "9", "to", "48", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "9", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "<", "83.5"]]}}} {"id": 491, "sentence": ["In", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "moment", "in", "the", "first", "6", "to", "11", "time", "units", "continuously", "signal_3_n", "shall", "remain", "on", "55.3", "for", "every", "time", "instant", "within", "the", "coming", "54", "to", "61", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[6,11]", "(", "globally", "[54,61]", "(", "signal_3_n", "math equal", "55.3", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "moment", "in", "the", "first", "6", "to", "11", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "6", ":", "11", "]", "(", "G", "[", "54", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 50], "prop": [["signal_3_n", "==", "55.3"]]}}} {"id": 3538, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "bigger", "than", "69.1", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "moment", "during", "the", "next", "71", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_3_n", "gets", "to", "less", "than", "or", "equal", "to", "31.0", "should", "finally", "occur", ",", "and", "before", "this", "the", "value", "of", "signal", "signal_2_n", "has", "to", "always", "keep", "equal", "to", "50.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "69.1", ")", "imply", "(", "signal_2_n", "math equal", "50.6", ")", "until", "[0,71]", "(", "rise", "(", "signal_3_n", "less equal", "31.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "moment", "during", "the", "next", "71", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "should", "finally", "occur", ",", "and", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">", "69.1", ")"]]}, " prop_2 ": {"span": [44, 53], "prop": [["rise", "(", "signal_3_n", "<=", "31.0", ")"]]}, " prop_3 ": {"span": [60, 72], "prop": [["signal_2_n", "==", "50.6"]]}}} {"id": 1747, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "87", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "eventually", "smaller", "than", "70.5", "and", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "33.7", "eventually", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "less", "70.5", "and", "signal_2_n", "less equal", "33.7", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "87", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<", "70.5"]]}, " prop_2 ": {"span": [24, 38], "prop": [["signal_2_n", "<=", "33.7"]]}}} {"id": 1501, "sentence": ["When", "the", "signal_1_n", "signal", "is", "not", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "2", "to", "8", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "be", "less", "than", "or", "equal", "to", "64.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[2,8]", "(", "signal_3_n", "less equal", "64.2", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "2", "to", "8", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "2", ":", "8", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 50], "prop": [["signal_3_n", "<=", "64.2"]]}}} {"id": 4449, "sentence": ["If", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "no", "more", "than", "98.4", "and", "should", "continuously", "hold", "like", "this", "for", "each", "time", "instant", "within", "the", "following", "0", "to", "0", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,0]", "(", "signal_3_n", "less equal", "98.4", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 42], "prop": [["signal_3_n", "<=", "98.4"]]}}} {"id": 5170, "sentence": ["There", "should", "exist", "a", "time", "in", "less", "than", "33", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "70.6", "must", "take", "place", "finally", "."], "ltl": ["finally", "[0,33]", "(", "rise", "(", "signal_1_n", "less", "70.6", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "in", "less", "than", "33", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "take", "place", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["rise", "(", "signal_1_n", "<", "70.6", ")"]]}}} {"id": 603, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "starting", "at", "most", "74", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "15.3", "must", "n't", "take", "place", ",", "and", "eventually", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "24.1", "."], "ltl": ["finally", "[0,74]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "15.3", ")", "and", "signal_2_n", "more equal", "24.1", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "starting", "at", "most", "74", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_1", ")", "must", "n't", "take", "place", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 28], "prop": [["-", "fall", "(", "signal_1_n", "==", "15.3", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", ">=", "24.1"]]}}} {"id": 1350, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "enters", "signal_2_n", "happens", "then", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "or", "equal", "to", "58.0", "has", "to", "get", "observed", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "58.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "get", "observed", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 30], "prop": [["rise", "(", "signal_3_n", ">=", "58.0", ")"]]}}} {"id": 789, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "equal", "to", "10.5", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "will", "be", "promptly", "higher", "than", "41.7", "and", "lower", "than", "87.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "10.5", "imply", "signal_2_n", "more", "41.7", "and", "signal_2_n", "less", "87.3", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "10.5"]]}, " prop_2 ": {"span": [14, 29], "prop": [["signal_2_n", ">", "41.7"], ["signal_2_n", "<", "87.3"]]}}} {"id": 254, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", "then", "in", "response", "the", "signal_3_n", "signal", "must", "be", "73.5", "at", "the", "same", "time", "and", "in", "no", "time", "the", "signal_4_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "36.5", "and", "less", "than", "or", "equal", "to", "42.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "73.5", "and", "(", "signal_4_n", "more equal", "36.5", "and", "signal_4_n", "less equal", "42.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "and", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", "==", "73.5"]]}, " prop_3 ": {"span": [32, 51], "prop": [["signal_4_n", ">=", "36.5"], ["signal_4_n", "<=", "42.8"]]}}} {"id": 1946, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "above", "15.5", "and", "less", "than", "or", "equal", "to", "72.2", "and", "stayed", "in", "this", "interval", "in", "the", "elapsed", "5", "to", "15", "time", "units", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "shall", "remain", "higher", "than", "41.5", "and", "smaller", "than", "44.3", "without", "interruption", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "[5,15]", "(", "signal_1_n", "more", "15.5", "and", "signal_1_n", "less equal", "72.2", ")", "imply", "globally", "(", "signal_2_n", "more", "41.5", "and", "signal_2_n", "less", "44.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "5", ":", "15", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 33], "prop": [["signal_1_n", ">", "15.5"], ["signal_1_n", "<=", "72.2"]]}, " prop_2 ": {"span": [39, 62], "prop": [["signal_2_n", ">", "41.5"], ["signal_2_n", "<", "44.3"]]}}} {"id": 2520, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "87.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "be", "ultimately", "a", "certain", "time", "instant", "in", "less", "than", "93", "time", "units", ",", "at", "which", "during", "the", "next", "9", "to", "17", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "will", "be", "remaining", "greater", "than", "or", "equal", "to", "28.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "87.0", ")", "imply", "finally", "[0,93]", "(", "globally", "[9,17]", "(", "signal_2_n", "more equal", "28.9", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "be", "ultimately", "a", "certain", "time", "instant", "in", "less", "than", "93", "time", "units", ",", "at", "which", "during", "the", "next", "9", "to", "17", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "G", "[", "9", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "87.0", ")"]]}, " prop_2 ": {"span": [56, 70], "prop": [["signal_2_n", ">=", "28.9"]]}}} {"id": 473, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "74.0", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "64.4", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "74.0", ")", "imply", "signal_2_n", "more equal", "64.4", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", ">", "74.0", ")"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_2_n", ">=", "64.4"]]}}} {"id": 186, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "19.7", "and", "at", "most", "33.2", "and", "this", "condition", "will", "be", "always", "continuing", "until", "the", "signal_2_n", "signal", "does", "n't", "start", "deviating", "from", "40.9", ",", "which", "will", "be", "observed", "at", "sometime", "within", "the", "subsequent", "9", "time", "units", "ultimately", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "during", "the", "next", "4", "to", "35", "time", "units", "without", "interruption", "the", "signal_3_n", "signal", "will", "have", "to", "remain", "on", "18.6", "for", "every", "time", "point", "during", "the", "coming", "4", "to", "4", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "19.7", "and", "signal_1_n", "less equal", "33.2", ")", "until", "[0,9]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "40.9", ")", ")", "imply", "finally", "[4,35]", "(", "globally", "[4,4]", "(", "signal_3_n", "math equal", "18.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "this", "condition", "will", "be", "always", "continuing", "until", "(", "prop_2", ")", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "during", "the", "next", "4", "to", "35", "time", "units", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "0", ":", "9", "]", "(", "prop_2", ")", "->", "F", "[", "4", ":", "35", "]", "(", "G", "[", "4", ":", "4", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">=", "19.7"], ["signal_1_n", "<=", "33.2"]]}, " prop_2 ": {"span": [29, 52], "prop": [["-", "fall", "(", "signal_2_n", "==", "40.9", ")"]]}, " prop_3 ": {"span": [71, 92], "prop": [["signal_3_n", "==", "18.6"]]}}} {"id": 4772, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "64.3", "and", "will", "be", "consistently", "holding", "like", "that", "in", "the", "future", "until", "the", "execution", "ends", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "first", "53", "time", "units", "the", "signal_2_n", "signal", "needs", "to", "be", "above", "98.6", "without", "interruption", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "64.3", ")", "imply", "globally", "[0,53]", "(", "signal_2_n", "more", "98.6", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "first", "53", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "G", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 27], "prop": [["signal_1_n", ">", "64.3"]]}, " prop_2 ": {"span": [43, 53], "prop": [["signal_2_n", ">", "98.6"]]}}} {"id": 598, "sentence": ["Eventually", "the", "signal_1_n", "signal", "has", "to", "be", "at", "least", "77.4", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "77.4", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", ">=", "77.4"]]}}} {"id": 666, "sentence": ["Finally", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "no", "less", "than", "1.5", "at", "a", "time", "within", "the", "first", "1", "to", "31", "time", "units", "."], "ltl": ["finally", "[1,31]", "(", "signal_1_n", "more equal", "1.5", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "1", ":", "31", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["signal_1_n", ">=", "1.5"]]}}} {"id": 815, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "63.7", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "following", "25", "time", "units", ",", "at", "sometime", "in", "the", "coming", "5", "to", "25", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "54.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.7", ")", "imply", "globally", "[0,25]", "(", "finally", "[5,25]", "(", "signal_2_n", "less", "54.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "following", "25", "time", "units", ",", "at", "sometime", "in", "the", "coming", "5", "to", "25", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "25", "]", "(", "F", "[", "5", ":", "25", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "63.7", ")"]]}, " prop_2 ": {"span": [45, 55], "prop": [["signal_2_n", "<", "54.6"]]}}} {"id": 6355, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "4.2", "and", "less", "than", "or", "equal", "to", "8.7", "or", "the", "signal_2_n", "signal", "is", "in", "the", "range", "-LSB-", "4.9", ",", "24.7", "-RSB-", "then", "in", "response", "simultaneously", "the", "signal_3_n", "signal", "is", "over", "87.8", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "4.2", "and", "signal_1_n", "less equal", "8.7", ")", "or", "(", "signal_2_n", "more equal", "4.9", "and", "signal_2_n", "less equal", "24.7", ")", "imply", "signal_3_n", "more", "87.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 24], "prop": [["signal_1_n", ">=", "4.2"], ["signal_1_n", "<=", "8.7"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", ">=", "4.9"], ["signal_2_n", "<=", "24.7"]]}, " prop_3 ": {"span": [41, 47], "prop": [["signal_3_n", ">", "87.8"]]}}} {"id": 1265, "sentence": ["Finally", "at", "a", "certain", "time", "instant", "within", "96", "time", "units", "the", "value", "of", "signal_1_n", "must", "be", "greater", "than", "19.2", "and", "below", "55.7", "."], "ltl": ["finally", "[0,96]", "(", "signal_1_n", "more", "19.2", "and", "signal_1_n", "less", "55.7", ")"], "logic_sentence": ["Finally", "at", "a", "certain", "time", "instant", "within", "96", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "96", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">", "19.2"], ["signal_1_n", "<", "55.7"]]}}} {"id": 1514, "sentence": ["For", "each", "time", "point", "within", "5", "to", "13", "time", "units", ",", "consecutively", "the", "value", "of", "signal_1_n", "ought", "to", "keep", "greater", "than", "8.5", "."], "ltl": ["globally", "[5,13]", "(", "signal_1_n", "more", "8.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "5", "to", "13", "time", "units", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "5", ":", "13", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", ">", "8.5"]]}}} {"id": 3083, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "gets", "detected", "then", "in", "response", "finally", "after", "a", "certain", "moment", "in", "the", "first", "100", "time", "units", ",", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "continuously", "the", "value", "of", "signal", "signal_3_n", "should", "be", "above", "16.0", "and", "smaller", "than", "40.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,100]", "(", "globally", "(", "signal_3_n", "more", "16.0", "and", "signal_3_n", "less", "40.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "finally", "after", "a", "certain", "moment", "in", "the", "first", "100", "time", "units", ",", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "100", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 57], "prop": [["signal_3_n", ">", "16.0"], ["signal_3_n", "<", "40.6"]]}}} {"id": 1994, "sentence": ["For", "every", "moment", "in", "the", "first", "43", "time", "units", "signal_1_n", "remains", "no", "less", "than", "8.7", "without", "interruption", "and", "without", "interruption", "the", "state", "of", "signal_2_n", "ought", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "more equal", "8.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "43", "time", "units", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", ">=", "8.7"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 579, "sentence": ["There", "must", "be", "ultimately", "sometime", "after", "at", "most", "89", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "be", "greater", "than", "2.1", "and", "less", "than", "26.9", "."], "ltl": ["finally", "[0,89]", "(", "signal_1_n", "more", "2.1", "and", "signal_1_n", "less", "26.9", ")"], "logic_sentence": ["There", "must", "be", "ultimately", "sometime", "after", "at", "most", "89", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 27], "prop": [["signal_1_n", ">", "2.1"], ["signal_1_n", "<", "26.9"]]}}} {"id": 1412, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "99.4", "is", "observed", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LSB-", "11.2", ",", "87.8", "-RSB-", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "76.2", "and", "less", "than", "or", "equal", "to", "79.1", "and", "this", "scenario", "should", "consecutively", "remain", "for", "each", "time", "instant", "during", "the", "coming", "37", "to", "41", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "99.4", ")", "and", "(", "signal_2_n", "more equal", "11.2", "and", "signal_2_n", "less equal", "87.8", ")", "imply", "globally", "[37,41]", "(", "signal_3_n", "more equal", "76.2", "and", "signal_3_n", "less equal", "79.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "this", "scenario", "should", "consecutively", "remain", "for", "each", "time", "instant", "during", "the", "coming", "37", "to", "41", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "37", ":", "41", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["fall", "(", "signal_1_n", "==", "99.4", ")"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", ">=", "11.2"], ["signal_2_n", "<=", "87.8"]]}, " prop_3 ": {"span": [36, 54], "prop": [["signal_3_n", ">=", "76.2"], ["signal_3_n", "<=", "79.1"]]}}} {"id": 6256, "sentence": ["At", "a", "certain", "time", "instant", "after", "between", "15", "to", "31", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "be", "ultimately", "set", "to", "signal_2_n", ",", "and", "eventually", "the", "value", "of", "signal_3_n", "has", "to", "remain", "greater", "than", "or", "equal", "to", "82.4", "."], "ltl": ["finally", "[15,31]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "82.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "between", "15", "to", "31", "time", "units", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "15", ":", "31", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_3_n", ">=", "82.4"]]}}} {"id": 2432, "sentence": ["Globally", ",", "in", "case", "that", "uninterruptedly", "the", "signal_1_n", "signal", "stays", "higher", "than", "60.5", "and", "less", "than", "71.7", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "coming", "30", "to", "52", "time", "units", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "73.7", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more", "60.5", "and", "signal_1_n", "less", "71.7", ")", "imply", "globally", "[30,52]", "(", "finally", "(", "signal_2_n", "more equal", "73.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "uninterruptedly", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "coming", "30", "to", "52", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "30", ":", "52", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 26], "prop": [["signal_1_n", ">", "60.5"], ["signal_1_n", "<", "71.7"]]}, " prop_2 ": {"span": [44, 67], "prop": [["signal_2_n", ">=", "73.7"]]}}} {"id": 3380, "sentence": ["On", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "signal_3_n", "signal", "should", "stay", "greater", "than", "or", "equal", "to", "22.4", "and", "at", "most", "27.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "22.4", "and", "signal_3_n", "less equal", "27.3", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_3_n", ">=", "22.4"], ["signal_3_n", "<=", "27.3"]]}}} {"id": 586, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "73.4", "is", "detected", "then", "in", "response", "continuously", "the", "value", "of", "signal", "signal_2_n", "has", "to", "remain", "greater", "than", "0.3", "and", "less", "than", "1.4", "within", "the", "coming", "39", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "73.4", ")", "imply", "globally", "[0,39]", "(", "signal_2_n", "more", "0.3", "and", "signal_2_n", "less", "1.4", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "73.4", ")"]]}, " prop_2 ": {"span": [20, 41], "prop": [["signal_2_n", ">", "0.3"], ["signal_2_n", "<", "1.4"]]}}} {"id": 691, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "to", "no", "larger", "than", "26.1", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "0", "to", "4", "time", "units", ",", "the", "signal_2_n", "signal", "shall", "consistently", "remain", "above", "13.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.1", ")", "imply", "globally", "[0,4]", "(", "signal_2_n", "more", "13.1", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "0", "to", "4", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<=", "26.1", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["signal_2_n", ">", "13.1"]]}}} {"id": 4848, "sentence": ["Globally", ",", "when", "the", "state", "of", "signal_1_n", "is", "signal_2_n", "then", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "34.5", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "34.5", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 26], "prop": [["signal_3_n", "<=", "34.5"]]}}} {"id": 5637, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "starts", "not", "equaling", "to", "61.8", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "goes", "over", "50.7", "ought", "to", "get", "observed", "in", "no", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "61.8", ")", "imply", "rise", "(", "signal_2_n", "more", "50.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "get", "observed", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "61.8", ")"]]}, " prop_2 ": {"span": [27, 34], "prop": [["rise", "(", "signal_2_n", ">", "50.7", ")"]]}}} {"id": 5993, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "47.3", "is", "observed", ",", "then", "there", "shall", "eventually", "exist", "a", "certain", "time", "instant", "during", "the", "next", "59", "time", "units", ",", "at", "which", "signal_2_n", "stays", "larger", "than", "94.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "47.3", ")", "imply", "finally", "[0,59]", "(", "signal_2_n", "more", "94.6", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "there", "shall", "eventually", "exist", "a", "certain", "time", "instant", "during", "the", "next", "59", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "47.3", ")"]]}, " prop_2 ": {"span": [36, 41], "prop": [["signal_2_n", ">", "94.6"]]}}} {"id": 4950, "sentence": ["In", "the", "case", "signal_1_n", "is", "signal_2_n", ",", "then", "there", "will", "have", "to", "ultimately", "exist", "a", "certain", "moment", "during", "the", "following", "26", "to", "39", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "10.8", "then", "this", "scenario", "needs", "to", "consecutively", "continue", "for", "every", "time", "point", "within", "the", "coming", "60", "to", "72", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[26,39]", "(", "globally", "[60,72]", "(", "signal_3_n", "more equal", "10.8", ")", ")", ")"], "logic_sentence": ["In", "(", "prop_1", ")", ",", "then", "there", "will", "have", "to", "ultimately", "exist", "a", "certain", "moment", "during", "the", "following", "26", "to", "39", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "needs", "to", "consecutively", "continue", "for", "every", "time", "point", "within", "the", "coming", "60", "to", "72", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "26", ":", "39", "]", "(", "G", "[", "60", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 41], "prop": [["signal_3_n", ">=", "10.8"]]}}} {"id": 5450, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "38.4", "occurs", "then", "ultimately", "signal_3_n", "ought", "n't", "to", "be", "at", "most", "97.5", "at", "a", "time", "in", "the", "coming", "54", "to", "91", "time", "units", ",", "and", "till", "then", "the", "signal_2_n", "signal", "will", "remain", "above", "8.0", "and", "below", "30.9", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "38.4", ")", "imply", "(", "signal_2_n", "more", "8.0", "and", "signal_2_n", "less", "30.9", ")", "until", "[54,91]", "(", "negation", "(", "signal_3_n", "less equal", "97.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "ultimately", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "54", ":", "91", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "38.4", ")"]]}, " prop_2 ": {"span": [23, 42], "prop": [["-", "(", "signal_3_n", "<=", "97.5", ")"]]}, " prop_3 ": {"span": [46, 57], "prop": [["signal_2_n", ">", "8.0"], ["signal_2_n", "<", "30.9"]]}}} {"id": 437, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "is", "89.5", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "10.3", "then", "consecutively", "this", "condition", "will", "sustain", "till", "finally", "the", "state", "of", "signal", "signal_3_n", "is", "signal_4_n", "at", "a", "time", "within", "the", "next", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "89.5", "imply", "(", "signal_2_n", "math equal", "10.3", ")", "until", "[0,44]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "consecutively", "this", "condition", "will", "sustain", "till", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "44", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "89.5"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "10.3"]]}, " prop_3 ": {"span": [34, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3627, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "over", "42.3", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "is", "below", "15.1", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "42.3", ")", "imply", "signal_2_n", "less", "15.1", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "42.3", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<", "15.1"]]}}} {"id": 6154, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "28.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "after", "at", "most", "59", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "should", "be", "greater", "than", "or", "equal", "to", "23.7", "and", "smaller", "than", "45.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "28.0", "imply", "finally", "[0,59]", "(", "signal_4_n", "more equal", "23.7", "and", "signal_4_n", "less", "45.5", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "after", "at", "most", "59", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "59", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 24], "prop": [["signal_3_n", "<=", "28.0"]]}, " prop_3 ": {"span": [53, 68], "prop": [["signal_4_n", ">=", "23.7"], ["signal_4_n", "<", "45.5"]]}}} {"id": 4392, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "over", "90.3", ",", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "signal_4_n", "will", "equal", "to", "27.3", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "90.3", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "math equal", "27.3", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", ">", "90.3"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 32], "prop": [["signal_4_n", "==", "27.3"]]}}} {"id": 4972, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "bigger", "than", "1.9", "and", "smaller", "than", "22.0", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "falls", "to", "no", "more", "than", "59.6", "occurs", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "coming", "44", "time", "units", "signal_3_n", "shall", "be", "higher", "than", "61.6", "at", "a", "certain", "moment", "in", "the", "following", "28", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "1.9", "and", "signal_1_n", "less", "22.0", ")", "and", "rise", "(", "signal_2_n", "less equal", "59.6", ")", "imply", "globally", "[0,44]", "(", "finally", "[0,28]", "(", "signal_3_n", "more", "61.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "coming", "44", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "44", "]", "(", "F", "[", "0", ":", "28", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "1.9"], ["signal_1_n", "<", "22.0"]]}, " prop_2 ": {"span": [18, 27], "prop": [["rise", "(", "signal_2_n", "<=", "59.6", ")"]]}, " prop_3 ": {"span": [42, 58], "prop": [["signal_3_n", ">", "61.6"]]}}} {"id": 2893, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "crosses", "the", "threshold", "of", "9.9", ",", "then", "finally", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "92", "time", "units", "in", "the", "subsequent", "55", "time", "units", "the", "signal_2_n", "signal", "should", "consecutively", "equal", "to", "60.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "9.9", ")", "imply", "finally", "[0,92]", "(", "globally", "[0,55]", "(", "signal_2_n", "math equal", "60.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "finally", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "92", "time", "units", "in", "the", "subsequent", "55", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "92", "]", "(", "G", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", ">", "9.9", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", "==", "60.7"]]}}} {"id": 2883, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "22", "to", "39", "time", "units", ",", "ultimately", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "28.9", "and", "less", "than", "or", "equal", "to", "35.7", "and", "the", "signal_2_n", "signal", "should", "stay", "less", "than", "35.9", "."], "ltl": ["finally", "[22,39]", "(", "(", "signal_1_n", "more equal", "28.9", "and", "signal_1_n", "less equal", "35.7", ")", "and", "signal_2_n", "less", "35.9", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "22", "to", "39", "time", "units", ",", "ultimately", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "22", ":", "39", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 30], "prop": [["signal_1_n", ">=", "28.9"], ["signal_1_n", "<=", "35.7"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "<", "35.9"]]}}} {"id": 2027, "sentence": ["Without", "interruption", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3703, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "17.1", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "74.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "83", "time", "units", ",", "there", "is", "a", "certain", "moment", "in", "the", "first", "51", "time", "units", "finally", ",", "at", "which", "signal_3_n", "will", "have", "to", "jump", "to", "no", "less", "than", "86.9", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "17.1", "and", "signal_2_n", "more equal", "74.7", "imply", "globally", "[0,83]", "(", "finally", "[0,51]", "(", "rise", "(", "signal_3_n", "more equal", "86.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "83", "time", "units", ",", "there", "is", "a", "certain", "moment", "in", "the", "first", "51", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "83", "]", "(", "F", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">=", "17.1"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", ">=", "74.7"]]}, " prop_3 ": {"span": [58, 68], "prop": [["rise", "(", "signal_3_n", ">=", "86.9", ")"]]}}} {"id": 4393, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "greater", "than", "88.9", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "signal_4_n", "stays", "at", "44.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "88.9", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "math equal", "44.7", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "88.9"]]}, " prop_2 ": {"span": [11, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 34], "prop": [["signal_4_n", "==", "44.7"]]}}} {"id": 6146, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "20", "to", "35", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "higher", "than", "57.1", "and", "less", "than", "64.3", "all", "the", "time", "."], "ltl": ["globally", "[20,35]", "(", "signal_1_n", "more", "57.1", "and", "signal_1_n", "less", "64.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "20", "to", "35", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "20", ":", "35", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 29], "prop": [["signal_1_n", ">", "57.1"], ["signal_1_n", "<", "64.3"]]}}} {"id": 118, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "67.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "must", "stay", "greater", "than", "0.5", "and", "less", "than", "71.8", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "67.7", ")", "imply", "signal_2_n", "more", "0.5", "and", "signal_2_n", "less", "71.8", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "67.7", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", ">", "0.5"], ["signal_2_n", "<", "71.8"]]}}} {"id": 919, "sentence": ["At", "sometime", "within", "25", "time", "units", ",", "ultimately", "signal_1_n", "will", "have", "to", "keep", "in", "signal_2_n", ",", "or", "eventually", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "greater", "than", "58.0", "."], "ltl": ["finally", "[0,25]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "more", "58.0", ")"], "logic_sentence": ["At", "sometime", "within", "25", "time", "units", ",", "ultimately", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_3_n", ">", "58.0"]]}}} {"id": 1944, "sentence": ["The", "value", "of", "signal_1_n", "should", "keep", "lower", "than", "83.7", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "83.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "<", "83.7"]]}}} {"id": 4091, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "then", "in", "response", "the", "value", "of", "signal_3_n", "should", "be", "94.2", "instantly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "94.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_3_n", "==", "94.2"]]}}} {"id": 743, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "less", "than", "95.3", "takes", "place", "then", "in", "response", "the", "value", "of", "signal_2_n", "keeps", "less", "than", "or", "equal", "to", "20.5", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "95.3", ")", "imply", "signal_2_n", "less equal", "20.5", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", ">=", "95.3", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "<=", "20.5"]]}}} {"id": 716, "sentence": ["For", "every", "time", "point", "within", "the", "first", "2", "to", "17", "time", "units", ",", "consecutively", "signal_1_n", "shall", "keep", "at", "most", "8.7", ",", "or", "the", "value", "of", "signal", "signal_2_n", "will", "be", "no", "less", "than", "35.4", "continuously", "."], "ltl": ["globally", "[2,17]", "(", "signal_1_n", "less equal", "8.7", "or", "signal_2_n", "more equal", "35.4", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "2", "to", "17", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "17", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["signal_1_n", "<=", "8.7"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "35.4"]]}}} {"id": 805, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "58", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "needs", "to", "stay", "below", "6.2", "."], "ltl": ["globally", "[0,58]", "(", "signal_1_n", "less", "6.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "58", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "<", "6.2"]]}}} {"id": 2050, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "lower", "than", "19.2", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_2_n", "signal", "is", "no", "less", "than", "30.9", "continuously", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "19.2", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more equal", "30.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "19.2", ")"]]}, " prop_2 ": {"span": [39, 55], "prop": [["signal_2_n", ">=", "30.9"]]}}} {"id": 294, "sentence": ["The", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "needs", "to", "ultimately", "get", "detected", "at", "a", "certain", "time", "instant", "during", "the", "first", "54", "time", "units", "."], "ltl": ["finally", "[0,54]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "ultimately", "get", "detected", "at", "a", "certain", "time", "instant", "during", "the", "first", "54", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1241, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "23.5", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "coming", "60", "time", "units", ",", "within", "the", "coming", "19", "time", "units", ",", "the", "value", "of", "signal_2_n", "will", "be", "being", "less", "than", "or", "equal", "to", "90.0", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "23.5", ")", "imply", "finally", "[0,60]", "(", "globally", "[0,19]", "(", "signal_2_n", "less equal", "90.0", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "coming", "60", "time", "units", ",", "within", "the", "coming", "19", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "60", "]", "(", "G", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", ">", "23.5", ")"]]}, " prop_2 ": {"span": [40, 54], "prop": [["signal_2_n", "<=", "90.0"]]}}} {"id": 51, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "8.7", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "shifts", "to", "signal_3_n", "ought", "not", "to", "happen", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "shifts", "to", "85.8", "should", "be", "observed", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.7", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "and", "rise", "(", "signal_4_n", "math equal", "85.8", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "scenario", "that", "(", "prop_2", ")", "ought", "not", "to", "happen", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "be", "observed", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "8.7", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [46, 53], "prop": [["rise", "(", "signal_4_n", "==", "85.8", ")"]]}}} {"id": 4142, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "90", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "17.1", "shall", "be", "detected", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "ultimately", "at", "least", "38.8", "and", "less", "than", "or", "equal", "to", "58.9", "."], "ltl": ["finally", "[0,90]", "(", "fall", "(", "signal_1_n", "math equal", "17.1", ")", "and", "(", "signal_2_n", "more equal", "38.8", "and", "signal_2_n", "less equal", "58.9", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "90", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_1", ")", "shall", "be", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "90", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [22, 31], "prop": [["fall", "(", "signal_1_n", "==", "17.1", ")"]]}, " prop_2 ": {"span": [35, 53], "prop": [["signal_2_n", ">=", "38.8"], ["signal_2_n", "<=", "58.9"]]}}} {"id": 1893, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "no", "less", "than", "18.5", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "till", "the", "simulation", "ends", "eventually", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "61.1", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "18.5", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "61.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "till", "the", "simulation", "ends", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", ">=", "18.5", ")"]]}, " prop_2 ": {"span": [39, 62], "prop": [["signal_2_n", "==", "61.1"]]}}} {"id": 199, "sentence": ["At", "a", "time", "during", "the", "first", "39", "to", "72", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "between", "48.5", "-LRB-", "closed", "-RRB-", "and", "90.5", "-LRB-", "closed", "-RRB-", "finally", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "73.9", "needs", "to", "take", "place", "eventually", "."], "ltl": ["finally", "[39,72]", "(", "(", "signal_1_n", "more equal", "48.5", "and", "signal_1_n", "less equal", "90.5", ")", "or", "rise", "(", "signal_2_n", "less equal", "73.9", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "39", "to", "72", "time", "units", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "eventually", "."], "logic_ltl": ["F", "[", "39", ":", "72", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 29], "prop": [["signal_1_n", ">=", "48.5"], ["signal_1_n", "<=", "90.5"]]}, " prop_2 ": {"span": [34, 46], "prop": [["rise", "(", "signal_2_n", "<=", "73.9", ")"]]}}} {"id": 5584, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "time", "during", "the", "subsequent", "28", "time", "units", ",", "for", "each", "time", "point", "during", "the", "subsequent", "8", "to", "30", "time", "units", "signal_3_n", "will", "be", "uninterruptedly", "in", "-LSB-", "10.0", ",", "65.3", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,28]", "(", "globally", "[8,30]", "(", "signal_3_n", "more equal", "10.0", "and", "signal_3_n", "less equal", "65.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "time", "during", "the", "subsequent", "28", "time", "units", ",", "for", "each", "time", "point", "during", "the", "subsequent", "8", "to", "30", "time", "units", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "28", "]", "(", "G", "[", "8", ":", "30", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [51, 60], "prop": [["signal_3_n", ">=", "10.0"], ["signal_3_n", "<=", "65.3"]]}}} {"id": 5800, "sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "during", "the", "first", "21", "to", "53", "time", "units", "ultimately", ",", "at", "which", "signal_1_n", "has", "to", "remain", "less", "than", "or", "equal", "to", "29.8", "."], "ltl": ["finally", "[21,53]", "(", "signal_1_n", "less equal", "29.8", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "during", "the", "first", "21", "to", "53", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "21", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 29], "prop": [["signal_1_n", "<=", "29.8"]]}}} {"id": 4969, "sentence": ["In", "the", "case", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "in", "response", "simultaneously", "the", "signal_3_n", "signal", "will", "not", "be", "less", "than", "or", "equal", "to", "2.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "(", "signal_3_n", "less equal", "2.5", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 26], "prop": [["-", "(", "signal_3_n", "<=", "2.5", ")"]]}}} {"id": 1503, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "73.2", "gets", "observed", "then", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "keep", "in", "signal_3_n", "all", "the", "time", "for", "every", "moment", "during", "the", "first", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "73.2", ")", "imply", "globally", "[0,84]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "73.2", ")"]]}, " prop_2 ": {"span": [22, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5662, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "96.9", "and", "the", "value", "of", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "62.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "be", "a", "certain", "time", "point", "during", "the", "next", "77", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "becomes", "less", "than", "or", "equal", "to", "21.2", "ought", "to", "happen", ",", "and", "before", "that", "signal_3_n", "will", "have", "to", "stay", "over", "27.1", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.9", "and", "rise", "(", "signal_2_n", "more equal", "62.7", ")", "imply", "(", "signal_3_n", "more", "27.1", ")", "until", "[0,77]", "(", "rise", "(", "signal_4_n", "less equal", "21.2", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "be", "a", "certain", "time", "point", "during", "the", "next", "77", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "happen", ",", "and", "before", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "77", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", "==", "96.9"]]}, " prop_2 ": {"span": [9, 20], "prop": [["rise", "(", "signal_2_n", ">=", "62.7", ")"]]}, " prop_3 ": {"span": [50, 60], "prop": [["rise", "(", "signal_4_n", "<=", "21.2", ")"]]}, " prop_4 ": {"span": [66, 75], "prop": [["signal_3_n", ">", "27.1"]]}}} {"id": 5678, "sentence": ["There", "is", "sometime", "within", "the", "first", "53", "to", "87", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "signal_1_n", "signal", "exceeds", "the", "threshold", "of", "79.4", "will", "have", "to", "be", "detected", "."], "ltl": ["finally", "[53,87]", "(", "rise", "(", "signal_1_n", "more", "79.4", ")", ")"], "logic_sentence": ["There", "is", "sometime", "within", "the", "first", "53", "to", "87", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "be", "detected", "."], "logic_ltl": ["F", "[", "53", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["rise", "(", "signal_1_n", ">", "79.4", ")"]]}}} {"id": 43, "sentence": ["For", "each", "moment", "in", "the", "first", "57", "time", "units", "the", "signal_1_n", "signal", "ought", "never", "to", "be", "13.2", "."], "ltl": ["globally", "[0,57]", "(", "negation", "(", "signal_1_n", "math equal", "13.2", ")", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "57", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["-", "(", "signal_1_n", "==", "13.2", ")"]]}}} {"id": 1148, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "changes", "to", "69.6", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "at", "least", "22.4", "and", "below", "49.9", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.6", ")", "imply", "signal_2_n", "more equal", "22.4", "and", "signal_2_n", "less", "49.9", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", "==", "69.6", ")"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_2_n", ">=", "22.4"], ["signal_2_n", "<", "49.9"]]}}} {"id": 212, "sentence": ["As", "soon", "as", "signal_1_n", "settles", "to", "82.2", ",", "or", "the", "value", "of", "signal", "signal_2_n", "stays", "equal", "to", "0.8", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "following", "84", "time", "units", ",", "the", "mode", "of", "signal_3_n", "must", "be", "finally", "signal_4_n", "at", "sometime", "in", "the", "coming", "7", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "82.2", "or", "signal_2_n", "math equal", "0.8", "imply", "globally", "[0,84]", "(", "finally", "[0,7]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "following", "84", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "84", "]", "(", "F", "[", "0", ":", "7", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "82.2"]]}, " prop_2 ": {"span": [9, 18], "prop": [["signal_2_n", "==", "0.8"]]}, " prop_3 ": {"span": [35, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1619, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "rises", "to", "at", "least", "10.6", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "1", "to", "56", "time", "units", ",", "at", "which", "ultimately", "signal_2_n", "wo", "n't", "be", "less", "than", "or", "equal", "to", "90.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "10.6", ")", "imply", "globally", "(", "finally", "[1,56]", "(", "negation", "(", "signal_2_n", "less equal", "90.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "1", "to", "56", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "1", ":", "56", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", ">=", "10.6", ")"]]}, " prop_2 ": {"span": [61, 71], "prop": [["-", "(", "signal_2_n", "<=", "90.2", ")"]]}}} {"id": 1703, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "30.4", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "subsequent", "50", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "on", "99.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "30.4", ")", "imply", "globally", "[0,50]", "(", "signal_2_n", "math equal", "99.1", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "subsequent", "50", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "30.4", ")"]]}, " prop_2 ": {"span": [35, 46], "prop": [["signal_2_n", "==", "99.1"]]}}} {"id": 3771, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "between", "25", "to", "53", "time", "units", ",", "consecutively", "the", "value", "of", "signal_1_n", "will", "equal", "to", "2.3", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "there", "is", "a", "time", "starting", "between", "41", "to", "85", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "must", "be", "above", "57.5", "and", "smaller", "than", "60.0", "eventually", "."], "ltl": ["globally", "(", "globally", "[25,53]", "(", "signal_1_n", "math equal", "2.3", ")", "imply", "globally", "(", "finally", "[41,85]", "(", "signal_2_n", "more", "57.5", "and", "signal_2_n", "less", "60.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "between", "25", "to", "53", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "there", "is", "a", "time", "starting", "between", "41", "to", "85", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "25", ":", "53", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "41", ":", "85", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "2.3"]]}, " prop_2 ": {"span": [55, 69], "prop": [["signal_2_n", ">", "57.5"], ["signal_2_n", "<", "60.0"]]}}} {"id": 1719, "sentence": ["For", "more", "than", "69", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "consecutively", "equal", "to", "15.0", "."], "ltl": ["globally", "[0,69]", "(", "signal_1_n", "math equal", "15.0", ")"], "logic_sentence": ["For", "more", "than", "69", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "==", "15.0"]]}}} {"id": 2372, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "remains", "in", "signal_4_n", ",", "then", "in", "response", "after", "a", "certain", "moment", "in", "the", "coming", "96", "to", "99", "time", "units", ",", "the", "value", "of", "signal", "signal_5_n", "will", "have", "to", "be", "no", "less", "than", "39.2", "and", "then", "this", "scenario", "always", "holds", "for", "each", "moment", "during", "the", "next", "39", "to", "80", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "finally", "[96,99]", "(", "globally", "[39,80]", "(", "signal_5_n", "more equal", "39.2", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "after", "a", "certain", "moment", "in", "the", "coming", "96", "to", "99", "time", "units", ",", "(", "prop_3", ")", "and", "then", "this", "scenario", "always", "holds", "for", "each", "moment", "during", "the", "next", "39", "to", "80", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "96", ":", "99", "]", "(", "G", "[", "39", ":", "80", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 17], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [34, 47], "prop": [["signal_5_n", ">=", "39.2"]]}}} {"id": 1502, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "increases", "to", "no", "less", "than", "42.2", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "and", "then", "this", "condition", "continues", "consistently", "in", "the", "next", "49", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "42.2", ")", "imply", "globally", "[0,49]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "continues", "consistently", "in", "the", "next", "49", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">=", "42.2", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2713, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "equal", "to", "65.9", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "9.8", "and", "at", "most", "20.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "will", "exist", "a", "certain", "moment", "in", "the", "next", "42", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "ought", "to", "be", "above", "14.0", "then", "this", "condition", "will", "consecutively", "keep", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "65.9", "and", "(", "signal_2_n", "more equal", "9.8", "and", "signal_2_n", "less equal", "20.6", ")", "imply", "finally", "[0,42]", "(", "globally", "(", "signal_3_n", "more", "14.0", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "will", "exist", "a", "certain", "moment", "in", "the", "next", "42", "time", "units", ",", "after", "which", "(", "prop_3", ")", "then", "this", "condition", "will", "consecutively", "keep", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "42", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "65.9"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_2_n", ">=", "9.8"], ["signal_2_n", "<=", "20.6"]]}, " prop_3 ": {"span": [47, 55], "prop": [["signal_3_n", ">", "14.0"]]}}} {"id": 1569, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "shifts", "to", "50.9", "takes", "place", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "instantly", "59.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "50.9", ")", "imply", "signal_2_n", "math equal", "59.2", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "50.9", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", "==", "59.2"]]}}} {"id": 854, "sentence": ["Consecutively", "the", "value", "of", "signal_1_n", "must", "stay", "less", "than", "52.7", "in", "the", "first", "64", "time", "units", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "less", "52.7", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "<", "52.7"]]}}} {"id": 1774, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "n't", "greater", "than", "34.0", "or", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "signal_4_n", "signal", "will", "not", "be", "equal", "to", "49.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "34.0", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "math equal", "49.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", ">", "34.0", ")"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [34, 43], "prop": [["-", "(", "signal_4_n", "==", "49.2", ")"]]}}} {"id": 3747, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "92.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "54.0", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "92.5", ")", "imply", "signal_2_n", "more equal", "54.0", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "92.5", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">=", "54.0"]]}}} {"id": 2029, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "state", "of", "signal", "signal_1_n", "has", "to", "be", "uninterruptedly", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3286, "sentence": ["While", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "55.1", "does", "n't", "get", "observed", ",", "then", "in", "response", "the", "signal_2_n", "signal", "should", "be", "signal_3_n", "and", "will", "be", "remaining", "like", "that", "all", "the", "time", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "55.1", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["While", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "get", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["-", "fall", "(", "signal_1_n", ">", "55.1", ")"]]}, " prop_2 ": {"span": [24, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4739, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "85.7", "and", "no", "more", "than", "86.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "within", "the", "following", "76", "time", "units", "signal_2_n", "should", "consecutively", "keep", "between", "4.3", "-LRB-", "closed", "-RRB-", "and", "80.9", "-LRB-", "closed", "-RRB-", "for", "each", "time", "instant", "in", "the", "subsequent", "59", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "85.7", "and", "signal_1_n", "less equal", "86.1", "imply", "finally", "[0,76]", "(", "globally", "[0,59]", "(", "signal_2_n", "more equal", "4.3", "and", "signal_2_n", "less equal", "80.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "within", "the", "following", "76", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "59", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "85.7"], ["signal_1_n", "<=", "86.1"]]}, " prop_2 ": {"span": [40, 64], "prop": [["signal_2_n", ">=", "4.3"], ["signal_2_n", "<=", "80.9"]]}}} {"id": 377, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "above", "43.6", "and", "smaller", "than", "95.2", ",", "or", "signal_2_n", "is", "at", "least", "90.4", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "less", "than", "81", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "equal", "to", "96.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "43.6", "and", "signal_1_n", "less", "95.2", ")", "or", "signal_2_n", "more equal", "90.4", "imply", "finally", "[0,81]", "(", "signal_3_n", "math equal", "96.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "less", "than", "81", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "81", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "43.6"], ["signal_1_n", "<", "95.2"]]}, " prop_2 ": {"span": [13, 18], "prop": [["signal_2_n", ">=", "90.4"]]}, " prop_3 ": {"span": [38, 49], "prop": [["signal_3_n", "==", "96.3"]]}}} {"id": 1089, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "37.0", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "set", "to", "42.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "37.0", ")", "imply", "signal_2_n", "math equal", "42.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "<", "37.0", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", "==", "42.4"]]}}} {"id": 6389, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "at", "most", "61.8", "and", "signal_2_n", "is", "larger", "than", "2.6", "and", "below", "11.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_3_n", "is", "signal_4_n", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "61.8", "and", "(", "signal_2_n", "more", "2.6", "and", "signal_2_n", "less", "11.7", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "<=", "61.8"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", ">", "2.6"], ["signal_2_n", "<", "11.7"]]}, " prop_3 ": {"span": [33, 41], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 324, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "98.9", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "greater", "than", "12.8", "and", "below", "38.3", "then", "continuously", "this", "condition", "has", "to", "sustain", "until", "the", "value", "of", "signal", "signal_3_n", "remains", "no", "less", "than", "28.7", "ultimately", ",", "which", "will", "get", "observed", "at", "a", "certain", "time", "point", "in", "the", "next", "94", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "98.9", "imply", "(", "signal_2_n", "more", "12.8", "and", "signal_2_n", "less", "38.3", ")", "until", "[0,94]", "(", "signal_3_n", "more equal", "28.7", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "continuously", "this", "condition", "has", "to", "sustain", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "94", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "==", "98.9"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", ">", "12.8"], ["signal_2_n", "<", "38.3"]]}, " prop_3 ": {"span": [36, 63], "prop": [["signal_3_n", ">=", "28.7"]]}}} {"id": 609, "sentence": ["In", "the", "case", "signal_1_n", "is", "set", "to", "96.8", "then", "in", "response", "for", "each", "time", "point", "within", "the", "next", "85", "time", "units", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "50", "time", "units", ",", "the", "value", "of", "signal_2_n", "is", "ultimately", "equal", "to", "79.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.8", "imply", "globally", "[0,85]", "(", "finally", "[0,50]", "(", "signal_2_n", "math equal", "79.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "85", "]", "(", "F", "[", "0", ":", "50", "]", "(", "prop_1", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 42], "prop": [["signal_1_n", "==", "96.8"], ["signal_2_n", "==", "79.0"]]}}} {"id": 3094, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "following", "condition", "wo", "n't", "be", "true", ":", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "and", "has", "been", "consecutively", "remaining", "like", "that", "in", "the", "past", ",", "then", "ultimately", "at", "a", "time", "during", "the", "coming", "66", "time", "units", ",", "the", "value", "of", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "10.8", "and", "then", "has", "to", "remain", "in", "this", "range", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "coming", "74", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", ")", "imply", "finally", "[0,66]", "(", "globally", "[0,74]", "(", "signal_3_n", "more equal", "10.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "following", "condition", "wo", "n't", "be", "true", ":", "(", "prop_1", ")", ",", "then", "ultimately", "at", "a", "time", "during", "the", "coming", "66", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "66", "]", "(", "G", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 32], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [45, 78], "prop": [["signal_3_n", ">=", "10.8"]]}}} {"id": 1821, "sentence": ["There", "exists", "a", "certain", "time", "point", "starting", "between", "22", "to", "93", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "eventually", "signal_2_n", "."], "ltl": ["finally", "[22,93]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "point", "starting", "between", "22", "to", "93", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "22", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5100, "sentence": ["At", "a", "time", "in", "the", "future", ",", "finally", "the", "value", "of", "signal_1_n", "is", "within", "-LSB-", "6.4", ",", "35.7", "-RSB-", "or", "the", "signal_2_n", "signal", "should", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "6.4", "and", "signal_1_n", "less equal", "35.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", ",", "finally", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">=", "6.4"], ["signal_1_n", "<=", "35.7"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 597, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "12.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "has", "to", "keep", "greater", "than", "or", "equal", "to", "71.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "12.2", ")", "imply", "signal_2_n", "more equal", "71.6", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "12.2", ")"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_2_n", ">=", "71.6"]]}}} {"id": 1173, "sentence": ["Everytime", "when", "the", "state", "of", "signal", "signal_1_n", "is", "signal_2_n", "and", "consecutively", "remains", "like", "this", "till", "ultimately", "the", "value", "of", "signal_3_n", "increases", "to", "greater", "than", "or", "equal", "to", "53.0", ",", "which", "will", "take", "place", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "then", "there", "should", "be", "a", "time", "within", "the", "coming", "82", "time", "units", "eventually", ",", "after", "which", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "at", "most", "51.7", "and", "then", "this", "scenario", "will", "have", "to", "sustain", "consistently", "in", "the", "next", "10", "to", "17", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "(", "rise", "(", "signal_3_n", "more equal", "53.0", ")", ")", "imply", "finally", "[0,82]", "(", "globally", "[10,17]", "(", "signal_4_n", "less equal", "51.7", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "there", "should", "be", "a", "time", "within", "the", "coming", "82", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "have", "to", "sustain", "consistently", "in", "the", "next", "10", "to", "17", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "82", "]", "(", "G", "[", "10", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 43], "prop": [["signal_1_n", "==", "signal_2_n"], ["rise", "(", "signal_3_n", ">=", "53.0", ")"]]}, " prop_2 ": {"span": [60, 70], "prop": [["signal_4_n", "<=", "51.7"]]}}} {"id": 1920, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "happens", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "will", "be", "below", "32.0", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "32.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_3_n", "<", "32.0"]]}}} {"id": 1246, "sentence": ["When", "the", "value", "of", "signal_1_n", "jumps", "to", "no", "less", "than", "80.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_2_n", "must", "remain", "greater", "than", "or", "equal", "to", "68.8", "and", "at", "most", "94.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "80.0", ")", "imply", "signal_2_n", "more equal", "68.8", "and", "signal_2_n", "less equal", "94.2", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["rise", "(", "signal_1_n", ">=", "80.0", ")"]]}, " prop_2 ": {"span": [26, 43], "prop": [["signal_2_n", ">=", "68.8"], ["signal_2_n", "<=", "94.2"]]}}} {"id": 1721, "sentence": ["Continuously", "the", "signal_1_n", "signal", "has", "to", "remain", "on", "59.0", "for", "each", "time", "point", "during", "the", "first", "85", "time", "units", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "math equal", "59.0", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "59.0"]]}}} {"id": 2098, "sentence": ["There", "is", "ultimately", "sometime", "starting", "between", "9", "to", "38", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "remain", "less", "than", "96.4", "."], "ltl": ["finally", "[9,38]", "(", "signal_1_n", "less", "96.4", ")"], "logic_sentence": ["There", "is", "ultimately", "sometime", "starting", "between", "9", "to", "38", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "9", ":", "38", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "<", "96.4"]]}}} {"id": 1099, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "no", "larger", "than", "16.7", "is", "n't", "observed", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "jumps", "to", "more", "than", "1.3", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "subsequent", "56", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "25.6", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "16.7", ")", "and", "rise", "(", "signal_2_n", "more", "1.3", ")", "imply", "globally", "[0,56]", "(", "signal_3_n", "more equal", "25.6", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "n't", "observed", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "subsequent", "56", "time", "units", ",", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "56", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["-", "fall", "(", "signal_1_n", ">", "16.7", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["rise", "(", "signal_2_n", ">", "1.3", ")"]]}, " prop_3 ": {"span": [54, 68], "prop": [["signal_3_n", ">=", "25.6"]]}}} {"id": 94, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "equal", "to", "39.8", "and", "will", "be", "remaining", "like", "that", "all", "the", "time", "till", "eventually", "the", "signal_2_n", "signal", "gets", "above", "1.0", ",", "which", "will", "get", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "then", "for", "each", "time", "instant", "during", "the", "coming", "22", "to", "84", "time", "units", ",", "the", "value", "of", "signal_3_n", "needs", "to", "always", "remain", "at", "most", "81.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "39.8", ")", "until", "(", "rise", "(", "signal_2_n", "more", "1.0", ")", ")", "imply", "globally", "[22,84]", "(", "signal_3_n", "less equal", "81.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "will", "be", "remaining", "like", "that", "all", "the", "time", "till", "eventually", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "during", "the", "coming", "22", "to", "84", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "G", "[", "22", ":", "84", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "39.8"]]}, " prop_2 ": {"span": [21, 44], "prop": [["rise", "(", "signal_2_n", ">", "1.0", ")"]]}, " prop_3 ": {"span": [58, 69], "prop": [["signal_3_n", "<=", "81.2"]]}}} {"id": 1483, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "stays", "larger", "than", "50.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "the", "value", "of", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "17.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "50.5", "imply", "signal_2_n", "less equal", "17.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">", "50.5"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", "<=", "17.6"]]}}} {"id": 435, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "decreases", "below", "66.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "20", "time", "units", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "finally", "below", "32.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "66.9", ")", "imply", "finally", "[0,20]", "(", "signal_2_n", "less", "32.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "20", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "66.9", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", "<", "32.1"]]}}} {"id": 2385, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "does", "n't", "happen", "and", "signal_3_n", "keeps", "in", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "the", "value", "of", "signal_5_n", "is", "equal", "to", "9.4", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "signal_5_n", "math equal", "9.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "happen", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 24], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_5_n", "==", "9.4"]]}}} {"id": 378, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "above", "4.3", "and", "smaller", "than", "91.8", ",", "or", "signal_2_n", "is", "at", "least", "63.3", ",", "then", "in", "response", "at", "sometime", "starting", "at", "most", "71", "time", "units", "the", "value", "of", "signal", "signal_3_n", "must", "be", "ultimately", "73.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "4.3", "and", "signal_1_n", "less", "91.8", ")", "or", "signal_2_n", "more equal", "63.3", "imply", "finally", "[0,71]", "(", "signal_3_n", "math equal", "73.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "at", "sometime", "starting", "at", "most", "71", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "71", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", ">", "4.3"], ["signal_1_n", "<", "91.8"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", ">=", "63.3"]]}, " prop_3 ": {"span": [32, 41], "prop": [["signal_3_n", "==", "73.2"]]}}} {"id": 1067, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "keeps", "greater", "than", "22.8", "continuously", "and", "consecutively", "the", "mode", "of", "signal_2_n", "will", "be", "staying", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "22.8", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", ">", "22.8"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1459, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "49", "time", "units", ",", "the", "value", "of", "signal_1_n", "needs", "to", "be", "greater", "than", "31.9", "and", "less", "than", "86.8", "finally", ",", "or", "eventually", "the", "value", "of", "signal", "signal_2_n", "ought", "not", "to", "be", "no", "less", "than", "29.1", "."], "ltl": ["finally", "[0,49]", "(", "(", "signal_1_n", "more", "31.9", "and", "signal_1_n", "less", "86.8", ")", "or", "negation", "(", "signal_2_n", "more equal", "29.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "49", "time", "units", ",", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 27], "prop": [["signal_1_n", ">", "31.9"], ["signal_1_n", "<", "86.8"]]}, " prop_2 ": {"span": [30, 43], "prop": [["-", "(", "signal_2_n", ">=", "29.1", ")"]]}}} {"id": 343, "sentence": ["If", "the", "signal_1_n", "signal", "is", "39.4", ",", "then", "for", "each", "time", "point", "within", "the", "next", "25", "to", "96", "time", "units", "the", "signal_2_n", "signal", "must", "be", "smaller", "than", "57.9", "eventually", "at", "sometime", "during", "the", "following", "52", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "39.4", "imply", "globally", "[25,96]", "(", "finally", "[0,52]", "(", "signal_2_n", "less", "57.9", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "for", "each", "time", "point", "within", "the", "next", "25", "to", "96", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "25", ":", "96", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "39.4"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", "<", "57.9"]]}}} {"id": 489, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "finally", "sometime", "in", "the", "next", "41", "to", "70", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "must", "be", "equal", "to", "84.1", "then", "consecutively", "this", "scenario", "will", "have", "to", "remain", "for", "every", "moment", "within", "45", "to", "92", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[41,70]", "(", "globally", "[45,92]", "(", "signal_3_n", "math equal", "84.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "finally", "sometime", "in", "the", "next", "41", "to", "70", "time", "units", ",", "at", "which", "(", "prop_2", ")", "then", "consecutively", "this", "scenario", "will", "have", "to", "remain", "for", "every", "moment", "within", "45", "to", "92", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "41", ":", "70", "]", "(", "G", "[", "45", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [39, 49], "prop": [["signal_3_n", "==", "84.1"]]}}} {"id": 1836, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "18.3", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "until", "the", "simulation", "ends", ",", "continuously", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "below", "66.1", "sha", "n't", "take", "place", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "18.3", ")", "imply", "globally", "(", "negation", "fall", "(", "signal_2_n", "more equal", "66.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "until", "the", "simulation", "ends", ",", "continuously", "the", "transition", "action", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["fall", "(", "signal_1_n", "==", "18.3", ")"]]}, " prop_2 ": {"span": [44, 56], "prop": [["-", "fall", "(", "signal_2_n", ">=", "66.1", ")"]]}}} {"id": 1043, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "must", "be", "above", "7.4", "and", "below", "9.8", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "7.4", "and", "signal_3_n", "less", "9.8", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_3_n", ">", "7.4"], ["signal_3_n", "<", "9.8"]]}}} {"id": 82, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "24.2", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "a", "certain", "time", "point", "during", "the", "next", "4", "to", "16", "time", "units", "signal_2_n", "will", "be", "higher", "than", "6.6", "and", "below", "43.6", "and", "this", "scenario", "will", "have", "to", "consecutively", "hold", "within", "the", "next", "6", "to", "24", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "24.2", ")", "imply", "finally", "[4,16]", "(", "globally", "[6,24]", "(", "signal_2_n", "more", "6.6", "and", "signal_2_n", "less", "43.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "a", "certain", "time", "point", "during", "the", "next", "4", "to", "16", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "will", "have", "to", "consecutively", "hold", "within", "the", "next", "6", "to", "24", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "4", ":", "16", "]", "(", "G", "[", "6", ":", "24", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", ">=", "24.2", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["signal_2_n", ">", "6.6"], ["signal_2_n", "<", "43.6"]]}}} {"id": 3185, "sentence": ["For", "each", "moment", "within", "the", "first", "1", "to", "12", "time", "units", ",", "the", "mode", "of", "signal_1_n", "will", "keep", "in", "signal_2_n", "consistently", ",", "or", "without", "interruption", "signal_3_n", "must", "never", "be", "equal", "to", "35.5", "."], "ltl": ["globally", "[1,12]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "math equal", "35.5", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "1", "to", "12", "time", "units", ",", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "12", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "(", "signal_3_n", "==", "35.5", ")"]]}}} {"id": 6456, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "43", "time", "units", "the", "mode", "of", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "without", "interruption", "or", "the", "value", "of", "signal", "signal_3_n", "should", "continuously", "keep", "less", "than", "19.2", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "19.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "43", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_3_n", "<", "19.2"]]}}} {"id": 817, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "67.1", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "above", "79.8", "and", "then", "this", "condition", "will", "be", "continuing", "consistently", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.1", ")", "imply", "globally", "(", "signal_2_n", "more", "79.8", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "be", "continuing", "consistently", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "67.1", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", ">", "79.8"]]}}} {"id": 579, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "57.5", "then", "there", "must", "exist", "a", "certain", "time", "instant", "after", "at", "most", "61", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "signal_2_n", "begins", "deviating", "from", "11.3", "should", "not", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "57.5", "imply", "finally", "[0,61]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "11.3", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "there", "must", "exist", "a", "certain", "time", "instant", "after", "at", "most", "61", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_2", ")", "should", "not", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "57.5"]]}, " prop_2 ": {"span": [28, 33], "prop": [["-", "fall", "(", "signal_2_n", "==", "11.3", ")"]]}}} {"id": 5553, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "ought", "to", "be", "no", "larger", "than", "42.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "42.0", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 35], "prop": [["signal_3_n", "<=", "42.0"]]}}} {"id": 2643, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "70", "time", "units", "ultimately", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,70]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "70", "time", "units", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1211, "sentence": ["There", "exists", "a", "certain", "time", "instant", "after", "at", "most", "98", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "69.2", "."], "ltl": ["finally", "[0,98]", "(", "signal_1_n", "math equal", "69.2", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "instant", "after", "at", "most", "98", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", "==", "69.2"]]}}} {"id": 5012, "sentence": ["At", "a", "time", "in", "the", "first", "3", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "13.8", "should", "be", "eventually", "observed", "and", "the", "signal_2_n", "signal", "will", "have", "to", "be", "more", "than", "43.3", "."], "ltl": ["finally", "[0,3]", "(", "rise", "(", "signal_1_n", "more", "13.8", ")", "and", "signal_2_n", "more", "43.3", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "3", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "be", "eventually", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["rise", "(", "signal_1_n", ">", "13.8", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", ">", "43.3"]]}}} {"id": 619, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "higher", "than", "14.2", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "next", "6", "time", "units", ",", "signal_2_n", "has", "to", "consecutively", "equal", "to", "13.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "14.2", ")", "imply", "globally", "[0,6]", "(", "signal_2_n", "math equal", "13.4", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "next", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", ">", "14.2", ")"]]}, " prop_2 ": {"span": [37, 44], "prop": [["signal_2_n", "==", "13.4"]]}}} {"id": 5249, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "smaller", "than", "75.8", "then", "in", "response", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "following", "53", "to", "74", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "higher", "than", "33.7", "all", "the", "time", "for", "every", "time", "point", "within", "54", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "75.8", "imply", "finally", "[53,74]", "(", "globally", "[0,54]", "(", "signal_2_n", "more", "33.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "in", "response", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "following", "53", "to", "74", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "53", ":", "74", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "75.8"]]}, " prop_2 ": {"span": [31, 52], "prop": [["signal_2_n", ">", "33.7"]]}}} {"id": 699, "sentence": ["There", "will", "exist", "sometime", "starting", "at", "most", "46", "time", "units", "ultimately", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "0.3", "and", "less", "than", "0.7", "."], "ltl": ["finally", "[0,46]", "(", "signal_1_n", "more equal", "0.3", "and", "signal_1_n", "less", "0.7", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "starting", "at", "most", "46", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 29], "prop": [["signal_1_n", ">=", "0.3"], ["signal_1_n", "<", "0.7"]]}}} {"id": 3350, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "equal", "to", "20.6", ",", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "26.4", "and", "smaller", "than", "27.3", ",", "then", "the", "mode", "of", "signal_3_n", "shall", "be", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "20.6", "or", "(", "signal_2_n", "more", "26.4", "and", "signal_2_n", "less", "27.3", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "20.6"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">", "26.4"], ["signal_2_n", "<", "27.3"]]}, " prop_3 ": {"span": [25, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4094, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "the", "signal_1_n", "signal", "ought", "to", "remain", "smaller", "than", "98.2", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "less", "98.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<", "98.2"]]}}} {"id": 3438, "sentence": ["At", "sometime", "within", "9", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "eventually", "greater", "than", "28.4", "and", "smaller", "than", "71.0", "."], "ltl": ["finally", "[0,9]", "(", "signal_1_n", "more", "28.4", "and", "signal_1_n", "less", "71.0", ")"], "logic_sentence": ["At", "sometime", "within", "9", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 21], "prop": [["signal_1_n", ">", "28.4"], ["signal_1_n", "<", "71.0"]]}}} {"id": 1215, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "at", "sometime", "during", "the", "first", "16", "to", "17", "time", "units", ",", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "34.8", "is", "observed", "ultimately", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "exist", "sometime", "within", "the", "first", "90", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "be", "remaining", "equal", "to", "77.4", "consecutively", "for", "every", "time", "instant", "in", "the", "coming", "9", "time", "units", "."], "ltl": ["globally", "(", "finally", "[16,17]", "(", "rise", "(", "signal_1_n", "less equal", "34.8", ")", ")", "imply", "finally", "[0,90]", "(", "globally", "[0,9]", "(", "signal_2_n", "math equal", "77.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "at", "sometime", "during", "the", "first", "16", "to", "17", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "ultimately", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "exist", "sometime", "within", "the", "first", "90", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "16", ":", "17", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "90", "]", "(", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [21, 32], "prop": [["rise", "(", "signal_1_n", "<=", "34.8", ")"]]}, " prop_2 ": {"span": [55, 75], "prop": [["signal_2_n", "==", "77.4"]]}}} {"id": 1321, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "63.2", ",", "then", "in", "response", "there", "ought", "to", "be", "a", "certain", "moment", "within", "0", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "be", "continuously", "staying", "no", "less", "than", "37.2", "and", "less", "than", "or", "equal", "to", "92.7", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "63.2", ")", "imply", "finally", "[0,0]", "(", "globally", "(", "signal_2_n", "more equal", "37.2", "and", "signal_2_n", "less equal", "92.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "in", "response", "there", "ought", "to", "be", "a", "certain", "moment", "within", "0", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "63.2", ")"]]}, " prop_2 ": {"span": [30, 59], "prop": [["signal_2_n", ">=", "37.2"], ["signal_2_n", "<=", "92.7"]]}}} {"id": 6120, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "17.2", "is", "observed", ",", "then", "in", "response", "starting", "without", "any", "delay", "signal_2_n", "must", "be", "larger", "than", "95.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "17.2", ")", "imply", "signal_2_n", "more", "95.7", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", ">=", "17.2", ")"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", ">", "95.7"]]}}} {"id": 5896, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "73.4", "occurs", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "gets", "shifted", "to", "signal_3_n", "shall", "not", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "73.4", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "73.4", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 492, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "26.8", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_2_n", "has", "to", "be", "set", "to", "signal_3_n", "and", "then", "has", "to", "continue", "like", "that", "consistently", "for", "each", "moment", "within", "the", "first", "29", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "26.8", ")", "imply", "globally", "[0,29]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "26.8", ")"]]}, " prop_2 ": {"span": [22, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4574, "sentence": ["Eventually", "there", "will", "be", "a", "certain", "time", "instant", "within", "the", "first", "43", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "keep", "in", "signal_2_n", "."], "ltl": ["finally", "[0,43]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Eventually", "there", "will", "be", "a", "certain", "time", "instant", "within", "the", "first", "43", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1174, "sentence": ["Globally", ",", "everytime", "when", "continuously", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "until", "the", "value", "of", "signal_3_n", "rises", "to", "greater", "than", "or", "equal", "to", "38.2", ",", "which", "will", "be", "finally", "observed", "at", "sometime", "in", "the", "future", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "ultimately", "exist", "a", "certain", "moment", "within", "51", "time", "units", ",", "after", "which", "signal_4_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "10.1", "and", "this", "condition", "will", "keep", "without", "interruption", "for", "each", "time", "point", "within", "the", "next", "23", "to", "53", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "(", "rise", "(", "signal_3_n", "more equal", "38.2", ")", ")", "imply", "finally", "[0,51]", "(", "globally", "[23,53]", "(", "signal_4_n", "less equal", "10.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "continuously", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "ultimately", "exist", "a", "certain", "moment", "within", "51", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "this", "condition", "will", "keep", "without", "interruption", "for", "each", "time", "point", "within", "the", "next", "23", "to", "53", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "23", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 36], "prop": [["signal_1_n", "==", "signal_2_n"], ["rise", "(", "signal_3_n", ">=", "38.2", ")"]]}, " prop_2 ": {"span": [59, 69], "prop": [["signal_4_n", "<=", "10.1"]]}}} {"id": 1612, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "not", "greater", "than", "or", "equal", "to", "11.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "99.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "greater", "than", "or", "equal", "to", "6.1", "simultaneously", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "11.0", ")", "or", "signal_2_n", "math equal", "99.3", "imply", "signal_3_n", "more equal", "6.1", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["-", "(", "signal_1_n", ">=", "11.0", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "==", "99.3"]]}, " prop_3 ": {"span": [35, 49], "prop": [["signal_3_n", ">=", "6.1"]]}}} {"id": 2340, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "95.9", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "45.8", "must", "never", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "95.9", ")", "imply", "negation", "rise", "(", "signal_2_n", "more equal", "45.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "event", "that", "(", "prop_2", ")", "must", "never", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["rise", "(", "signal_1_n", "<=", "95.9", ")"]]}, " prop_2 ": {"span": [43, 56], "prop": [["-", "rise", "(", "signal_2_n", ">=", "45.8", ")"]]}}} {"id": 3415, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "exceeds", "the", "threshold", "of", "6.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "is", "never", "less", "than", "23.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "6.1", ")", "imply", "negation", "(", "signal_2_n", "less", "23.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "6.1", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["-", "(", "signal_2_n", "<", "23.9", ")"]]}}} {"id": 1866, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "6.4", "and", "less", "than", "or", "equal", "to", "14.9", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "93.9", "happens", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "has", "to", "be", "smaller", "than", "7.0", "right", "away", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "6.4", "and", "signal_1_n", "less equal", "14.9", ")", "and", "rise", "(", "signal_2_n", "more equal", "93.9", ")", "imply", "signal_3_n", "less", "7.0", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", ">=", "6.4"], ["signal_1_n", "<=", "14.9"]]}, " prop_2 ": {"span": [22, 33], "prop": [["rise", "(", "signal_2_n", ">=", "93.9", ")"]]}, " prop_3 ": {"span": [40, 51], "prop": [["signal_3_n", "<", "7.0"]]}}} {"id": 12, "sentence": ["The", "state", "of", "signal", "signal_1_n", "is", "never", "signal_2_n", "during", "the", "first", "89", "time", "units", "."], "ltl": ["globally", "[0,89]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 14], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 587, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "more", "than", "22.8", "happens", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "has", "to", "be", "greater", "than", "49.5", "at", "once", ",", "and", "at", "once", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "higher", "than", "74.8", "and", "less", "than", "or", "equal", "to", "88.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "22.8", ")", "imply", "signal_2_n", "more", "49.5", "and", "(", "signal_3_n", "more", "74.8", "and", "signal_3_n", "less equal", "88.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "and", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "22.8", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "49.5"]]}, " prop_3 ": {"span": [34, 52], "prop": [["signal_3_n", ">", "74.8"], ["signal_3_n", "<=", "88.3"]]}}} {"id": 1151, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "is", "detected", ",", "then", "in", "response", "the", "condition", "that", "consecutively", "the", "value", "of", "signal", "signal_3_n", "will", "not", "start", "not", "equaling", "to", "9.3", "for", "each", "time", "point", "during", "the", "next", "14", "time", "units", "should", "not", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "globally", "[0,14]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "9.3", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "the", "condition", "that", "consecutively", "(", "prop_2", ")", "should", "not", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 46], "prop": [["-", "fall", "(", "signal_3_n", "==", "9.3", ")"]]}}} {"id": 4243, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "22.2", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "should", "be", "greater", "than", "or", "equal", "to", "2.7", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "22.2", ")", "imply", "signal_2_n", "more equal", "2.7", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "22.2", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", ">=", "2.7"]]}}} {"id": 4949, "sentence": ["In", "case", "that", "signal_1_n", "is", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "during", "the", "following", "8", "to", "9", "time", "units", ",", "signal_3_n", "shall", "be", "no", "less", "than", "79.9", "then", "this", "condition", "will", "be", "consecutively", "sustaining", "for", "every", "time", "point", "in", "the", "subsequent", "33", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[8,9]", "(", "globally", "[33,68]", "(", "signal_3_n", "more equal", "79.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "during", "the", "following", "8", "to", "9", "time", "units", ",", "(", "prop_2", ")", "then", "this", "condition", "will", "be", "consecutively", "sustaining", "for", "every", "time", "point", "in", "the", "subsequent", "33", "to", "68", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "8", ":", "9", "]", "(", "G", "[", "33", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_3_n", ">=", "79.9"]]}}} {"id": 1226, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "ought", "never", "to", "be", "below", "62.8", "or", "uninterruptedly", "the", "signal_2_n", "signal", "wo", "n't", "be", "smaller", "than", "58.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "62.8", ")", "or", "negation", "(", "signal_2_n", "less", "58.5", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "continuously", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["-", "(", "signal_1_n", "<", "62.8", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "(", "signal_2_n", "<", "58.5", ")"]]}}} {"id": 3, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "89", "time", "units", ",", "ultimately", "the", "signal_1_n", "signal", "needs", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,89]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "89", "time", "units", ",", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2071, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "82.4", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "signal_2_n", "becomes", "less", "than", "24.3", "must", "take", "place", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "82.4", ")", "imply", "rise", "(", "signal_2_n", "less", "24.3", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "take", "place", "simultaneously", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", ">=", "82.4", ")"]]}, " prop_2 ": {"span": [30, 35], "prop": [["rise", "(", "signal_2_n", "<", "24.3", ")"]]}}} {"id": 3006, "sentence": ["For", "each", "time", "point", "within", "the", "first", "13", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "always", "stay", "larger", "than", "31.9", "and", "smaller", "than", "44.1", "."], "ltl": ["globally", "[0,13]", "(", "signal_1_n", "more", "31.9", "and", "signal_1_n", "less", "44.1", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "13", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "13", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">", "31.9"], ["signal_1_n", "<", "44.1"]]}}} {"id": 1361, "sentence": ["There", "has", "to", "exist", "sometime", "after", "at", "most", "95", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "25.1", "shall", "take", "place", "finally", "."], "ltl": ["finally", "[0,95]", "(", "rise", "(", "signal_1_n", "more", "25.1", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "after", "at", "most", "95", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "shall", "take", "place", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["rise", "(", "signal_1_n", ">", "25.1", ")"]]}}} {"id": 485, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "or", "equal", "to", "48.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "the", "coming", "11", "to", "23", "time", "units", ",", "for", "each", "time", "instant", "in", "the", "coming", "29", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "be", "set", "to", "39.7", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "48.5", ")", "imply", "finally", "[11,23]", "(", "globally", "[0,29]", "(", "signal_2_n", "math equal", "39.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "the", "coming", "11", "to", "23", "time", "units", ",", "for", "each", "time", "instant", "in", "the", "coming", "29", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "11", ":", "23", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", "<=", "48.5", ")"]]}, " prop_2 ": {"span": [47, 57], "prop": [["signal_2_n", "==", "39.7"]]}}} {"id": 4377, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "no", "more", "than", "16.7", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consistently", "signal_2_n", "has", "to", "stay", "at", "83.1", "for", "each", "time", "point", "in", "the", "subsequent", "2", "to", "56", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "16.7", ")", "imply", "globally", "[2,56]", "(", "signal_2_n", "math equal", "83.1", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", "<=", "16.7", ")"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_2_n", "==", "83.1"]]}}} {"id": 4614, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "signal_2_n", "will", "consistently", "not", "take", "place", "until", "there", "is", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "scenario", "that", "the", "signal_3_n", "signal", "becomes", "greater", "than", "88.3", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "eventually", "a", "certain", "moment", "during", "the", "subsequent", "91", "time", "units", ",", "after", "which", "for", "every", "moment", "in", "the", "next", "84", "time", "units", ",", "the", "value", "of", "signal_4_n", "will", "be", "continuously", "staying", "below", "12.5", "."], "ltl": ["globally", "(", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "until", "(", "rise", "(", "signal_3_n", "more", "88.3", ")", ")", "imply", "finally", "[0,91]", "(", "globally", "[0,84]", "(", "signal_4_n", "less", "12.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "will", "consistently", "not", "take", "place", "until", "there", "is", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "eventually", "a", "certain", "moment", "during", "the", "subsequent", "91", "time", "units", ",", "after", "which", "for", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "91", "]", "(", "G", "[", "0", ":", "84", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [46, 53], "prop": [["rise", "(", "signal_3_n", ">", "88.3", ")"]]}, " prop_3 ": {"span": [80, 99], "prop": [["signal_4_n", "<", "12.5"]]}}} {"id": 1110, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "below", "93.4", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "at", "a", "certain", "moment", "in", "the", "future", ",", "the", "mode", "of", "signal", "signal_2_n", "should", "n't", "be", "signal_3_n", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "93.4", ")", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "at", "a", "certain", "moment", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "<", "93.4", ")"]]}, " prop_2 ": {"span": [47, 57], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3953, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "94.6", "is", "observed", ",", "then", "the", "value", "of", "signal_2_n", "has", "to", "be", "above", "15.3", "and", "then", "needs", "to", "remain", "in", "this", "interval", "consistently", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "94.6", ")", "imply", "globally", "(", "signal_2_n", "more", "15.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "94.6", ")"]]}, " prop_2 ": {"span": [16, 41], "prop": [["signal_2_n", ">", "15.3"]]}}} {"id": 5804, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "78.1", "happens", ",", "then", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "next", "38", "time", "units", "finally", ",", "after", "which", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "57.8", "and", "then", "ought", "to", "keep", "like", "that", "for", "each", "time", "point", "during", "the", "following", "13", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "78.1", ")", "imply", "finally", "[0,38]", "(", "globally", "[0,13]", "(", "signal_2_n", "more equal", "57.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "next", "38", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "38", "]", "(", "G", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "78.1", ")"]]}, " prop_2 ": {"span": [35, 63], "prop": [["signal_2_n", ">=", "57.8"]]}}} {"id": 2307, "sentence": ["During", "the", "first", "11", "to", "24", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "always", "remain", "at", "least", "79.6", ",", "or", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "to", "no", "more", "than", "15.7", "shall", "never", "take", "place", "."], "ltl": ["globally", "[11,24]", "(", "signal_1_n", "more equal", "79.6", "or", "negation", "fall", "(", "signal_2_n", "more", "15.7", ")", ")"], "logic_sentence": ["During", "the", "first", "11", "to", "24", "time", "units", ",", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "shall", "never", "take", "place", "."], "logic_ltl": ["G", "[", "11", ":", "24", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">=", "79.6"]]}, " prop_2 ": {"span": [23, 32], "prop": [["-", "fall", "(", "signal_2_n", ">", "15.7", ")"]]}}} {"id": 4043, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "2.5", ",", "and", "the", "mode", "of", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "signal_4_n", "shall", "continuously", "remain", "on", "31.5", "for", "each", "time", "point", "during", "the", "coming", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "2.5", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "globally", "[0,81]", "(", "signal_4_n", "math equal", "31.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "2.5"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 54], "prop": [["signal_4_n", "==", "31.5"]]}}} {"id": 3574, "sentence": ["For", "every", "time", "point", "in", "the", "first", "4", "to", "4", "time", "units", "the", "signal_1_n", "signal", "uninterruptedly", "remains", "in", "signal_2_n", "and", "consistently", "the", "value", "of", "signal_3_n", "must", "stay", "greater", "than", "or", "equal", "to", "87.6", "."], "ltl": ["globally", "[4,4]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "87.6", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "4", "to", "4", "time", "units", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "4", ":", "4", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", ">=", "87.6"]]}}} {"id": 1410, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "57.6", "then", "in", "response", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "signal_2_n", "will", "be", "keeping", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "57.6", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "in", "response", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "57.6", ")"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1582, "sentence": ["If", "the", "signal_1_n", "signal", "is", "not", "less", "than", "or", "equal", "to", "69.9", ",", "and", "signal_2_n", "stays", "in", "-LSB-", "23.5", ",", "24.9", "-RSB-", "then", "the", "following", "condition", "holds", ":", "ultimately", "the", "signal_3_n", "signal", "must", "not", "be", "bigger", "than", "69.5", "at", "a", "certain", "time", "point", "during", "the", "following", "19", "to", "98", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "69.9", ")", "and", "(", "signal_2_n", "more equal", "23.5", "and", "signal_2_n", "less equal", "24.9", ")", "imply", "finally", "[19,98]", "(", "negation", "(", "signal_3_n", "more", "69.5", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "19", ":", "98", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["-", "(", "signal_1_n", "<=", "69.9", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", ">=", "23.5"], ["signal_2_n", "<=", "24.9"]]}, " prop_3 ": {"span": [29, 51], "prop": [["-", "(", "signal_3_n", ">", "69.5", ")"]]}}} {"id": 1818, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "no", "more", "than", "80.2", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "0.9", "and", "less", "than", "62.3", "immediately", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "starts", "not", "equaling", "to", "7.4", "is", "observed", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "80.2", ")", "imply", "(", "signal_2_n", "more", "0.9", "and", "signal_2_n", "less", "62.3", ")", "and", "fall", "(", "signal_3_n", "math equal", "7.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "is", "observed", "right", "away", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "80.2", ")"]]}, " prop_2 ": {"span": [26, 42], "prop": [["signal_2_n", ">", "0.9"], ["signal_2_n", "<", "62.3"]]}, " prop_3 ": {"span": [48, 57], "prop": [["fall", "(", "signal_3_n", "==", "7.4", ")"]]}}} {"id": 4228, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "92", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "above", "32.4", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "more", "32.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "92", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", ">", "32.4"]]}}} {"id": 1360, "sentence": ["Globally", ",", "whenever", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "and", "signal_3_n", "is", "larger", "than", "60.6", "and", "less", "than", "79.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "signal_4_n", "should", "not", "be", "88.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "60.6", "and", "signal_3_n", "less", "79.1", ")", "imply", "negation", "(", "signal_4_n", "math equal", "88.9", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_3_n", ">", "60.6"], ["signal_3_n", "<", "79.1"]]}, " prop_3 ": {"span": [33, 38], "prop": [["-", "(", "signal_4_n", "==", "88.9", ")"]]}}} {"id": 4750, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "next", "78", "time", "units", ",", "at", "sometime", "within", "the", "next", "1", "to", "14", "time", "units", "the", "signal_3_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "83.5", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,78]", "(", "finally", "[1,14]", "(", "signal_3_n", "more equal", "83.5", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "next", "78", "time", "units", ",", "at", "sometime", "within", "the", "next", "1", "to", "14", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "1", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_3_n", ">=", "83.5"]]}}} {"id": 5610, "sentence": ["There", "exists", "a", "certain", "moment", "within", "the", "first", "23", "to", "56", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "76.6", "needs", "to", "get", "detected", "ultimately", ",", "or", "eventually", "the", "transition", "action", "that", "signal_2_n", "gets", "to", "greater", "than", "or", "equal", "to", "22.6", "will", "be", "detected", "."], "ltl": ["finally", "[23,56]", "(", "rise", "(", "signal_1_n", "more equal", "76.6", ")", "or", "rise", "(", "signal_2_n", "more equal", "22.6", ")", ")"], "logic_sentence": ["There", "exists", "a", "certain", "moment", "within", "the", "first", "23", "to", "56", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "needs", "to", "get", "detected", "ultimately", ",", "or", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "be", "detected", "."], "logic_ltl": ["F", "[", "23", ":", "56", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 30], "prop": [["rise", "(", "signal_1_n", ">=", "76.6", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["rise", "(", "signal_2_n", ">=", "22.6", ")"]]}}} {"id": 4035, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "continuously", "signal_1_n", "must", "not", "be", "less", "than", "or", "equal", "to", "56.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "93.1", "uninterruptedly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "56.5", ")", "and", "signal_2_n", "math equal", "93.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "<=", "56.5", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "93.1"]]}}} {"id": 973, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "eventually", "the", "signal_1_n", "signal", "ought", "n't", "to", "equal", "to", "19.5", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "math equal", "19.5", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["-", "(", "signal_1_n", "==", "19.5", ")"]]}}} {"id": 2489, "sentence": ["There", "must", "exist", "a", "certain", "time", "point", "within", "the", "first", "11", "to", "78", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "7.3", "is", "detected", "ultimately", ",", "or", "ultimately", "the", "signal_2_n", "signal", "will", "have", "to", "remain", "equal", "to", "54.7", "."], "ltl": ["finally", "[11,78]", "(", "rise", "(", "signal_1_n", "math equal", "7.3", ")", "or", "signal_2_n", "math equal", "54.7", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "point", "within", "the", "first", "11", "to", "78", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "ultimately", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "11", ":", "78", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 29], "prop": [["rise", "(", "signal_1_n", "==", "7.3", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_2_n", "==", "54.7"]]}}} {"id": 3395, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "28.6", "gets", "observed", "then", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "87.6", "and", "then", "must", "uninterruptedly", "stay", "like", "that", "for", "each", "time", "point", "in", "the", "next", "66", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "28.6", ")", "imply", "globally", "[0,66]", "(", "signal_2_n", "more equal", "87.6", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["fall", "(", "signal_1_n", "==", "28.6", ")"]]}, " prop_2 ": {"span": [16, 46], "prop": [["signal_2_n", ">=", "87.6"]]}}} {"id": 3751, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "87.9", "happens", "then", "in", "response", "in", "no", "time", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "33.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "87.9", ")", "imply", "signal_2_n", "more equal", "33.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "87.9", ")"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_2_n", ">=", "33.4"]]}}} {"id": 2295, "sentence": ["For", "each", "time", "instant", "within", "16", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "needs", "to", "stay", "greater", "than", "31.8", "and", "smaller", "than", "57.6", "and", "the", "signal_2_n", "signal", "has", "to", "remain", "less", "than", "or", "equal", "to", "91.4", "."], "ltl": ["globally", "[0,16]", "(", "(", "signal_1_n", "more", "31.8", "and", "signal_1_n", "less", "57.6", ")", "and", "signal_2_n", "less equal", "91.4", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "16", "time", "units", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "16", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">", "31.8"], ["signal_1_n", "<", "57.6"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<=", "91.4"]]}}} {"id": 6219, "sentence": ["The", "state", "of", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "for", "every", "moment", "in", "the", "first", "23", "time", "units", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1904, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "signal_1_n", "should", "uninterruptedly", "remain", "over", "78.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "78.8", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", ">", "78.8"]]}}} {"id": 1288, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "6.3", "takes", "place", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "begins", "deviating", "from", "13.8", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "have", "to", "be", "less", "than", "1.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "6.3", ")", "and", "fall", "(", "signal_2_n", "math equal", "13.8", ")", "imply", "signal_3_n", "less", "1.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", "<=", "6.3", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["fall", "(", "signal_2_n", "==", "13.8", ")"]]}, " prop_3 ": {"span": [49, 57], "prop": [["signal_3_n", "<", "1.6"]]}}} {"id": 820, "sentence": ["For", "each", "time", "point", "within", "28", "to", "98", "time", "units", "signal_1_n", "ought", "to", "always", "keep", "less", "than", "or", "equal", "to", "93.0", "."], "ltl": ["globally", "[28,98]", "(", "signal_1_n", "less equal", "93.0", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "28", "to", "98", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "28", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<=", "93.0"]]}}} {"id": 5462, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "no", "more", "than", "42.1", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "closed", "interval", "-LSB-", "17.3", ",", "30.1", "-RSB-", ",", "then", "in", "response", "at", "the", "same", "moment", "the", "value", "of", "signal_3_n", "should", "be", "lower", "than", "1.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "42.1", "and", "(", "signal_2_n", "more equal", "17.3", "and", "signal_2_n", "less equal", "30.1", ")", "imply", "signal_3_n", "less", "1.1", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<=", "42.1"]]}, " prop_2 ": {"span": [13, 28], "prop": [["signal_2_n", ">=", "17.3"], ["signal_2_n", "<=", "30.1"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_3_n", "<", "1.1"]]}}} {"id": 3590, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "99.9", "occurs", "then", "in", "response", "at", "a", "time", "in", "the", "following", "75", "time", "units", "the", "signal_2_n", "signal", "should", "be", "36.4", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "99.9", ")", "imply", "finally", "[0,75]", "(", "signal_2_n", "math equal", "36.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "at", "a", "time", "in", "the", "following", "75", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", ">", "99.9", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", "==", "36.4"]]}}} {"id": 1997, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "28.6", "and", "less", "than", "64.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "11.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "28.6", "and", "signal_1_n", "less", "64.2", "imply", "signal_2_n", "less", "11.7", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 17], "prop": [["signal_1_n", ">=", "28.6"], ["signal_1_n", "<", "64.2"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "<", "11.7"]]}}} {"id": 284, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "77.7", "or", "the", "value", "of", "signal_2_n", "is", "at", "least", "64.9", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "has", "to", "be", "smaller", "than", "93.2", "and", "then", "must", "consecutively", "continue", "like", "this", "for", "the", "coming", "2", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.7", ")", "or", "signal_2_n", "more equal", "64.9", "imply", "globally", "[0,2]", "(", "signal_3_n", "less", "93.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "2", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "77.7", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", ">=", "64.9"]]}, " prop_3 ": {"span": [31, 53], "prop": [["signal_3_n", "<", "93.2"]]}}} {"id": 732, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "uninterruptedly", "this", "condition", "sustains", "during", "the", "past", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "18.0", "and", "this", "condition", "will", "last", "consistently", "until", "the", "signal_4_n", "signal", "is", "greater", "than", "or", "equal", "to", "6.2", ",", "which", "must", "get", "observed", "at", "a", "certain", "moment", "within", "the", "coming", "61", "to", "94", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "18.0", ")", "until", "[61,94]", "(", "signal_4_n", "more equal", "6.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "uninterruptedly", "this", "condition", "sustains", "during", "the", "past", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "last", "consistently", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "61", ":", "94", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_3_n", ">=", "18.0"]]}, " prop_3 ": {"span": [46, 74], "prop": [["signal_4_n", ">=", "6.2"]]}}} {"id": 4859, "sentence": ["The", "state", "of", "signal", "signal_1_n", "must", "be", "in", "signal_2_n", "eventually", "at", "sometime", "after", "at", "most", "22", "time", "units", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1914, "sentence": ["In", "the", "case", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "or", "signal_3_n", "is", "75.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_4_n", "must", "shift", "to", "signal_5_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "75.9", "imply", "rise", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 14], "prop": [["signal_3_n", "==", "75.9"]]}, " prop_3 ": {"span": [23, 31], "prop": [["rise", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 1749, "sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "61", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "33.6", "eventually", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "no", "larger", "than", "40.8", "ultimately", "."], "ltl": ["finally", "[0,61]", "(", "signal_1_n", "less", "33.6", "and", "signal_2_n", "less equal", "40.8", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "61", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<", "33.6"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<=", "40.8"]]}}} {"id": 40, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "without", "interruption", "the", "value", "of", "signal_1_n", "never", "becomes", "no", "less", "than", "95.2", "in", "the", "last", "27", "to", "60", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "29.4", "and", "less", "than", "or", "equal", "to", "53.3", "then", "consecutively", "this", "scenario", "must", "last", "for", "the", "past", "13", "time", "units", "."], "ltl": ["globally", "(", "historically", "[27,60]", "(", "negation", "rise", "(", "signal_1_n", "more equal", "95.2", ")", ")", "imply", "historically", "[0,13]", "(", "signal_2_n", "more equal", "29.4", "and", "signal_2_n", "less equal", "53.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "without", "interruption", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "consecutively", "this", "scenario", "must", "last", "for", "the", "past", "13", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "27", ":", "60", "]", "(", "prop_1", ")", "->", "hist|ically", "[", "0", ":", "13", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 27], "prop": [["-", "rise", "(", "signal_1_n", ">=", "95.2", ")"]]}, " prop_2 ": {"span": [36, 54], "prop": [["signal_2_n", ">=", "29.4"], ["signal_2_n", "<=", "53.3"]]}}} {"id": 1199, "sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "87.3", "should", "occur", "eventually", ",", "and", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "36.4", "ultimately", "."], "ltl": ["finally", "(", "fall", "(", "signal_1_n", "math equal", "87.3", ")", "and", "signal_2_n", "more", "36.4", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "occur", "eventually", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [23, 29], "prop": [["fall", "(", "signal_1_n", "==", "87.3", ")"]]}, " prop_2 ": {"span": [34, 45], "prop": [["signal_2_n", ">", "36.4"]]}}} {"id": 5143, "sentence": ["Within", "26", "to", "97", "time", "units", ",", "signal_1_n", "must", "be", "always", "set", "to", "81.5", ",", "and", "continuously", "the", "scenario", "that", "signal_2_n", "gets", "to", "no", "larger", "than", "40.3", "must", "never", "be", "observed", "."], "ltl": ["globally", "[26,97]", "(", "signal_1_n", "math equal", "81.5", "and", "negation", "fall", "(", "signal_2_n", "more", "40.3", ")", ")"], "logic_sentence": ["Within", "26", "to", "97", "time", "units", ",", "(", "prop_1", ")", ",", "and", "continuously", "the", "scenario", "that", "(", "prop_2", ")", "must", "never", "be", "observed", "."], "logic_ltl": ["G", "[", "26", ":", "97", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "81.5"]]}, " prop_2 ": {"span": [20, 27], "prop": [["-", "fall", "(", "signal_2_n", ">", "40.3", ")"]]}}} {"id": 5762, "sentence": ["Everytime", "when", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "17.2", "and", "at", "most", "65.6", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "in", "response", "at", "once", "the", "value", "of", "signal", "signal_4_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "49.9", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "17.2", "and", "signal_1_n", "less equal", "65.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "less equal", "49.9", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 14], "prop": [["signal_1_n", ">=", "17.2"], ["signal_1_n", "<=", "65.6"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [27, 41], "prop": [["signal_4_n", "<=", "49.9"]]}}} {"id": 4674, "sentence": ["There", "should", "be", "a", "certain", "moment", "starting", "between", "31", "to", "44", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "most", "34.6", "needs", "to", "take", "place", "."], "ltl": ["finally", "[31,44]", "(", "rise", "(", "signal_1_n", "less equal", "34.6", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "starting", "between", "31", "to", "44", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "take", "place", "."], "logic_ltl": ["F", "[", "31", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 30], "prop": [["rise", "(", "signal_1_n", "<=", "34.6", ")"]]}}} {"id": 5005, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "20.6", "occurs", "then", "in", "response", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "set", "to", "25.0", "will", "take", "place", "eventually", "at", "sometime", "within", "the", "next", "77", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "20.6", ")", "imply", "finally", "[0,77]", "(", "rise", "(", "signal_2_n", "math equal", "25.0", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "will", "take", "place", "eventually", "at", "sometime", "within", "the", "next", "77", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "20.6", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["rise", "(", "signal_2_n", "==", "25.0", ")"]]}}} {"id": 121, "sentence": ["For", "each", "time", "point", "in", "the", "first", "19", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "be", "uninterruptedly", "smaller", "than", "73.7", "and", "the", "value", "of", "signal", "signal_2_n", "must", "stay", "below", "5.3", "continuously", "."], "ltl": ["globally", "[0,19]", "(", "signal_1_n", "less", "73.7", "and", "signal_2_n", "less", "5.3", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "19", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "73.7"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<", "5.3"]]}}} {"id": 1533, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "16.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "signal_2_n", "shall", "be", "less", "than", "or", "equal", "to", "61.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.1", ")", "imply", "signal_2_n", "less equal", "61.4", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "16.1", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "<=", "61.4"]]}}} {"id": 287, "sentence": ["There", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "within", "the", "first", "3", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "be", "40.7", "."], "ltl": ["finally", "[0,3]", "(", "signal_1_n", "math equal", "40.7", ")"], "logic_sentence": ["There", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "within", "the", "first", "3", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["signal_1_n", "==", "40.7"]]}}} {"id": 5472, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "n't", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "a", "time", "in", "the", "subsequent", "21", "to", "57", "time", "units", "the", "state", "of", "signal_3_n", "is", "eventually", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[21,57]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "a", "time", "in", "the", "subsequent", "21", "to", "57", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "21", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4072, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "remains", "equal", "to", "46.5", "and", "the", "event", "that", "the", "signal_2_n", "signal", "drops", "to", "at", "most", "79.0", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "a", "time", "after", "at", "most", "25", "time", "units", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "mode", "of", "signal", "signal_3_n", "shall", "be", "set", "to", "signal_4_n", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "46.5", "and", "rise", "(", "signal_2_n", "less equal", "79.0", ")", "imply", "finally", "[0,25]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "a", "time", "after", "at", "most", "25", "time", "units", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "25", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "46.5"]]}, " prop_2 ": {"span": [15, 23], "prop": [["rise", "(", "signal_2_n", "<=", "79.0", ")"]]}, " prop_3 ": {"span": [52, 63], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 689, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "no", "more", "than", "98.2", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "is", "higher", "than", "90.5", "and", "then", "this", "condition", "ought", "to", "hold", "uninterruptedly", "for", "each", "moment", "within", "the", "subsequent", "28", "to", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "98.2", ")", "imply", "globally", "[28,36]", "(", "signal_2_n", "more", "90.5", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "ought", "to", "hold", "uninterruptedly", "for", "each", "moment", "within", "the", "subsequent", "28", "to", "36", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "28", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "98.2", ")"]]}, " prop_2 ": {"span": [26, 31], "prop": [["signal_2_n", ">", "90.5"]]}}} {"id": 2127, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "32.8", "happens", ",", "then", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", ",", "at", "which", "the", "value", "of", "signal_2_n", "shall", "consecutively", "stay", "equal", "to", "90.5", "for", "every", "time", "instant", "in", "the", "following", "0", "to", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "32.8", ")", "imply", "finally", "(", "globally", "[0,51]", "(", "signal_2_n", "math equal", "90.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "32.8", ")"]]}, " prop_2 ": {"span": [40, 62], "prop": [["signal_2_n", "==", "90.5"]]}}} {"id": 1091, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "78.5", "takes", "place", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "should", "stay", "equal", "to", "21.1", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "78.5", ")", "imply", "signal_2_n", "math equal", "21.1", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "78.5", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_2_n", "==", "21.1"]]}}} {"id": 3668, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "13.6", "takes", "place", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "73", "time", "units", "ultimately", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "continuously", "in", "the", "subsequent", "88", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "13.6", ")", "imply", "finally", "[0,73]", "(", "globally", "[0,88]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "73", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "88", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "13.6", ")"]]}, " prop_2 ": {"span": [39, 57], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 742, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "89.2", "is", "observed", ",", "then", "in", "response", "the", "signal_2_n", "signal", "ought", "to", "be", "no", "larger", "than", "50.5", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "89.2", ")", "imply", "signal_2_n", "less equal", "50.5", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "89.2", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "<=", "50.5"]]}}} {"id": 350, "sentence": ["When", "the", "signal_1_n", "signal", "is", "below", "83.5", "or", "the", "signal_2_n", "signal", "is", "less", "than", "61.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "must", "be", "instantly", "greater", "than", "or", "equal", "to", "29.4", "and", "less", "than", "or", "equal", "to", "65.6", "."], "ltl": ["globally", "(", "signal_1_n", "less", "83.5", "or", "signal_2_n", "less", "61.7", "imply", "signal_3_n", "more equal", "29.4", "and", "signal_3_n", "less equal", "65.6", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "<", "83.5"]]}, " prop_2 ": {"span": [8, 15], "prop": [["signal_2_n", "<", "61.7"]]}, " prop_3 ": {"span": [25, 44], "prop": [["signal_3_n", ">=", "29.4"], ["signal_3_n", "<=", "65.6"]]}}} {"id": 3594, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", ",", "then", "the", "value", "of", "signal", "signal_3_n", "should", "be", "less", "than", "33.1", "in", "no", "time", ",", "and", "signal_4_n", "should", "be", "less", "than", "44.1", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "33.1", "and", "signal_4_n", "less", "44.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_3_n", "<", "33.1"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_4_n", "<", "44.1"]]}}} {"id": 55, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "5.5", "happens", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "must", "be", "between", "the", "closed", "interval", "-LSB-", "0.2", ",", "0.5", "-RSB-", "and", "this", "condition", "shall", "continue", "consistently", "for", "every", "time", "point", "during", "the", "coming", "75", "to", "89", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "5.5", ")", "imply", "globally", "[75,89]", "(", "signal_2_n", "more equal", "0.2", "and", "signal_2_n", "less equal", "0.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "shall", "continue", "consistently", "for", "every", "time", "point", "during", "the", "coming", "75", "to", "89", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "75", ":", "89", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "5.5", ")"]]}, " prop_2 ": {"span": [23, 39], "prop": [["signal_2_n", ">=", "0.2"], ["signal_2_n", "<=", "0.5"]]}}} {"id": 1621, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "29.6", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "there", "will", "be", "finally", "a", "certain", "time", "point", "during", "the", "coming", "15", "to", "67", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "must", "not", "be", "less", "than", "or", "equal", "to", "77.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.6", ")", "imply", "globally", "(", "finally", "[15,67]", "(", "negation", "(", "signal_2_n", "less equal", "77.6", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "there", "will", "be", "finally", "a", "certain", "time", "point", "during", "the", "coming", "15", "to", "67", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "15", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "29.6", ")"]]}, " prop_2 ": {"span": [54, 66], "prop": [["-", "(", "signal_2_n", "<=", "77.6", ")"]]}}} {"id": 1496, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "87.6", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "25.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "87.6", ")", "imply", "signal_2_n", "more equal", "25.3", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<=", "87.6", ")"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", ">=", "25.3"]]}}} {"id": 1546, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "93", "time", "units", "signal_1_n", "keeps", "greater", "than", "or", "equal", "to", "6.3", "consecutively", "and", "the", "value", "of", "signal", "signal_2_n", "should", "always", "remain", "more", "than", "31.8", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "more equal", "6.3", "and", "signal_2_n", "more", "31.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "93", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", ">=", "6.3"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "31.8"]]}}} {"id": 65, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "67.7", "happens", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "lower", "than", "44.6", "needs", "to", "be", "detected", ",", "or", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "larger", "than", "2.8", "and", "less", "than", "7.5", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.7", ")", "imply", "rise", "(", "signal_2_n", "less", "44.6", ")", "or", "(", "signal_3_n", "more", "2.8", "and", "signal_3_n", "less", "7.5", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", "<=", "67.7", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["rise", "(", "signal_2_n", "<", "44.6", ")"]]}, " prop_3 ": {"span": [41, 59], "prop": [["signal_3_n", ">", "2.8"], ["signal_3_n", "<", "7.5"]]}}} {"id": 2884, "sentence": ["At", "a", "certain", "moment", "within", "19", "to", "85", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "at", "least", "62.5", "and", "at", "most", "93.2", "and", "eventually", "the", "value", "of", "signal_2_n", "will", "have", "to", "stay", "less", "than", "67.5", "."], "ltl": ["finally", "[19,85]", "(", "(", "signal_1_n", "more equal", "62.5", "and", "signal_1_n", "less equal", "93.2", ")", "and", "signal_2_n", "less", "67.5", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "19", "to", "85", "time", "units", ",", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "19", ":", "85", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">=", "62.5"], ["signal_1_n", "<=", "93.2"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<", "67.5"]]}}} {"id": 4774, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "above", "72.0", "and", "continuously", "this", "condition", "lasts", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "then", "the", "signal_2_n", "signal", "will", "have", "to", "be", "bigger", "than", "3.2", "and", "then", "this", "scenario", "has", "to", "hold", "without", "interruption", "for", "every", "time", "point", "in", "the", "subsequent", "13", "time", "units", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "72.0", ")", "imply", "globally", "[0,13]", "(", "signal_2_n", "more", "3.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "continuously", "this", "condition", "lasts", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "then", "(", "prop_2", ")", "and", "then", "this", "scenario", "has", "to", "hold", "without", "interruption", "for", "every", "time", "point", "in", "the", "subsequent", "13", "time", "units", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "G", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "72.0"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", ">", "3.2"]]}}} {"id": 4174, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "set", "to", "69.9", "and", "signal_2_n", "is", "below", "34.9", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "without", "interruption", "the", "value", "of", "signal_3_n", "should", "n't", "be", "less", "than", "or", "equal", "to", "65.3", "for", "every", "time", "instant", "in", "the", "coming", "32", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "69.9", "and", "signal_2_n", "less", "34.9", "imply", "finally", "(", "globally", "[0,32]", "(", "negation", "(", "signal_3_n", "less equal", "65.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "69.9"]]}, " prop_2 ": {"span": [17, 21], "prop": [["signal_2_n", "<", "34.9"]]}, " prop_3 ": {"span": [41, 64], "prop": [["-", "(", "signal_3_n", "<=", "65.3", ")"]]}}} {"id": 1666, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "the", "state", "of", "signal", "signal_1_n", "should", "never", "be", "set", "to", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "will", "stay", "greater", "than", "or", "equal", "to", "11.9", "without", "interruption", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "more equal", "11.9", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_3_n", ">=", "11.9"]]}}} {"id": 5763, "sentence": ["If", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "18.3", "and", "at", "most", "32.7", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "promptly", "the", "value", "of", "signal_4_n", "will", "be", "at", "most", "80.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "18.3", "and", "signal_1_n", "less equal", "32.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "less equal", "80.4", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">=", "18.3"], ["signal_1_n", "<=", "32.7"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [23, 32], "prop": [["signal_4_n", "<=", "80.4"]]}}} {"id": 535, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "keeps", "no", "less", "than", "28.5", ",", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "33.5", "and", "less", "than", "52.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "greater", "than", "42.3", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "28.5", "or", "(", "signal_2_n", "more", "33.5", "and", "signal_2_n", "less", "52.9", ")", "imply", "signal_3_n", "more", "42.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">=", "28.5"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">", "33.5"], ["signal_2_n", "<", "52.9"]]}, " prop_3 ": {"span": [42, 55], "prop": [["signal_3_n", ">", "42.3"]]}}} {"id": 3960, "sentence": ["The", "value", "of", "signal", "signal_1_n", "has", "to", "be", "larger", "than", "93.9", "finally", "at", "a", "certain", "moment", "starting", "between", "29", "to", "90", "time", "units", "."], "ltl": ["finally", "[29,90]", "(", "signal_1_n", "more", "93.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "29", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">", "93.9"]]}}} {"id": 4783, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "will", "consecutively", "remain", "greater", "than", "or", "equal", "to", "59.1", "and", "less", "than", "or", "equal", "to", "66.9", "and", "the", "value", "of", "signal_2_n", "is", "set", "to", "59.2", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "59.1", "and", "signal_1_n", "less equal", "66.9", ")", "and", "signal_2_n", "math equal", "59.2", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 29], "prop": [["signal_1_n", ">=", "59.1"], ["signal_1_n", "<=", "66.9"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "==", "59.2"]]}}} {"id": 4381, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "falls", "to", "no", "larger", "than", "20.2", "takes", "place", "then", "the", "following", "condition", "holds", ":", "within", "the", "following", "19", "to", "38", "time", "units", ",", "consistently", "the", "value", "of", "signal_2_n", "has", "to", "remain", "on", "99.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "20.2", ")", "imply", "globally", "[19,38]", "(", "signal_2_n", "math equal", "99.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "within", "the", "following", "19", "to", "38", "time", "units", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "19", ":", "38", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<=", "20.2", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_2_n", "==", "99.3"]]}}} {"id": 2418, "sentence": ["If", "the", "state", "of", "signal_1_n", "remains", "in", "signal_2_n", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "52.6", "does", "n't", "take", "place", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "the", "following", "7", "to", "36", "time", "units", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "40.6", "and", "then", "this", "scenario", "will", "have", "to", "consistently", "keep", "for", "every", "moment", "within", "the", "next", "6", "to", "34", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "fall", "(", "signal_3_n", "more", "52.6", ")", "imply", "finally", "[7,36]", "(", "globally", "[6,34]", "(", "signal_4_n", "less equal", "40.6", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "take", "place", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "the", "following", "7", "to", "36", "time", "units", "(", "prop_3", ")", "and", "then", "this", "scenario", "will", "have", "to", "consistently", "keep", "for", "every", "moment", "within", "the", "next", "6", "to", "34", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "7", ":", "36", "]", "(", "G", "[", "6", ":", "34", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 26], "prop": [["-", "fall", "(", "signal_3_n", ">", "52.6", ")"]]}, " prop_3 ": {"span": [46, 60], "prop": [["signal_4_n", "<=", "40.6"]]}}} {"id": 5437, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "4.1", "and", "less", "than", "or", "equal", "to", "5.2", "then", "this", "condition", "shall", "keep", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more equal", "4.1", "and", "signal_3_n", "less equal", "5.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "condition", "shall", "keep", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_3_n", ">=", "4.1"], ["signal_3_n", "<=", "5.2"]]}}} {"id": 3924, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "no", "less", "than", "95.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consecutively", "the", "value", "of", "signal_2_n", "shall", "keep", "above", "15.9", "and", "below", "58.2", "for", "each", "moment", "in", "the", "next", "11", "to", "73", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "95.1", "imply", "globally", "[11,73]", "(", "signal_2_n", "more", "15.9", "and", "signal_2_n", "less", "58.2", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">=", "95.1"]]}, " prop_2 ": {"span": [22, 44], "prop": [["signal_2_n", ">", "15.9"], ["signal_2_n", "<", "58.2"]]}}} {"id": 927, "sentence": ["If", "signal_1_n", "is", "less", "than", "or", "equal", "to", "87.0", ",", "or", "the", "event", "that", "signal_2_n", "goes", "down", "to", "less", "than", "93.4", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "91.1", "and", "consecutively", "stay", "like", "that", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "87.0", "or", "rise", "(", "signal_2_n", "less", "93.4", ")", "imply", "globally", "(", "signal_3_n", "math equal", "91.1", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "87.0"]]}, " prop_2 ": {"span": [14, 21], "prop": [["rise", "(", "signal_2_n", "<", "93.4", ")"]]}, " prop_3 ": {"span": [33, 54], "prop": [["signal_3_n", "==", "91.1"]]}}} {"id": 6283, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "13.2", ",", "and", "signal_2_n", "remains", "lower", "than", "25.7", ",", "then", "the", "signal_3_n", "signal", "has", "to", "be", "42.6", "and", "then", "will", "continue", "like", "that", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "13.2", ")", "and", "signal_2_n", "less", "25.7", "imply", "globally", "(", "signal_3_n", "math equal", "42.6", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["-", "(", "signal_1_n", "<=", "13.2", ")"]]}, " prop_2 ": {"span": [20, 25], "prop": [["signal_2_n", "<", "25.7"]]}, " prop_3 ": {"span": [27, 47], "prop": [["signal_3_n", "==", "42.6"]]}}} {"id": 2040, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "above", "39.9", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "11.9", "and", "less", "than", "or", "equal", "to", "26.2", "then", "this", "condition", "has", "to", "continue", "consecutively", "for", "each", "time", "instant", "during", "the", "following", "57", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "39.9", "imply", "finally", "(", "globally", "[0,57]", "(", "signal_2_n", "more equal", "11.9", "and", "signal_2_n", "less equal", "26.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "then", "this", "condition", "has", "to", "continue", "consecutively", "for", "each", "time", "instant", "during", "the", "following", "57", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "57", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", ">", "39.9"]]}, " prop_2 ": {"span": [30, 47], "prop": [["signal_2_n", ">=", "11.9"], ["signal_2_n", "<=", "26.2"]]}}} {"id": 2458, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "larger", "than", "78.4", "occurs", ",", "then", "in", "response", "signal_2_n", "should", "promptly", "not", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.4", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "78.4", ")"]]}, " prop_2 ": {"span": [20, 26], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 154, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "8.7", "is", "observed", "then", "uninterruptedly", "the", "state", "of", "signal_2_n", "wo", "n't", "have", "been", "set", "to", "signal_3_n", "within", "the", "past", "2", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "8.7", ")", "imply", "historically", "[2,23]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "2", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "8.7", ")"]]}, " prop_2 ": {"span": [19, 38], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1988, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", ",", "then", "ultimately", "there", "is", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal_3_n", "is", "changed", "to", "signal_4_n", "wo", "n't", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "ultimately", "there", "is", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "wo", "n't", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 859, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "below", "75.8", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "75.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "75.8", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3029, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "3", "time", "units", ",", "the", "signal_1_n", "signal", "should", "be", "larger", "than", "9.5", "and", "less", "than", "35.4", "consistently", "."], "ltl": ["globally", "[0,3]", "(", "signal_1_n", "more", "9.5", "and", "signal_1_n", "less", "35.4", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", ">", "9.5"], ["signal_1_n", "<", "35.4"]]}}} {"id": 6391, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "79.0", ",", "and", "signal_2_n", "is", "larger", "than", "1.2", "and", "below", "7.6", "then", "signal_3_n", "ought", "to", "be", "simultaneously", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "79.0", "and", "(", "signal_2_n", "more", "1.2", "and", "signal_2_n", "less", "7.6", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "79.0"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", ">", "1.2"], ["signal_2_n", "<", "7.6"]]}, " prop_3 ": {"span": [24, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3143, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "70.2", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "to", "no", "less", "than", "23.0", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "needs", "to", "be", "instantly", "higher", "than", "95.6", ",", "and", "the", "event", "that", "signal_4_n", "begins", "deviating", "from", "46.4", "takes", "place", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "70.2", "and", "rise", "(", "signal_2_n", "more equal", "23.0", ")", "imply", "signal_3_n", "more", "95.6", "and", "fall", "(", "signal_4_n", "math equal", "46.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", ",", "and", "the", "event", "that", "(", "prop_4", ")", "takes", "place", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "70.2"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", ">=", "23.0", ")"]]}, " prop_3 ": {"span": [35, 45], "prop": [["signal_3_n", ">", "95.6"]]}, " prop_4 ": {"span": [50, 55], "prop": [["fall", "(", "signal_4_n", "==", "46.4", ")"]]}}} {"id": 1880, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "less", "than", "or", "equal", "to", "36.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "10.0", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "is", "higher", "than", "0.8", "and", "smaller", "than", "7.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "36.1", "and", "signal_2_n", "more equal", "10.0", "imply", "signal_3_n", "more", "0.8", "and", "signal_3_n", "less", "7.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "36.1"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", ">=", "10.0"]]}, " prop_3 ": {"span": [36, 53], "prop": [["signal_3_n", ">", "0.8"], ["signal_3_n", "<", "7.3"]]}}} {"id": 2077, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "66", "to", "77", "time", "units", "the", "signal_1_n", "signal", "must", "stay", "no", "larger", "than", "54.6", "consecutively", "and", "consecutively", "the", "value", "of", "signal_2_n", "shall", "be", "above", "12.1", "and", "lower", "than", "68.5", "."], "ltl": ["globally", "[66,77]", "(", "signal_1_n", "less equal", "54.6", "and", "(", "signal_2_n", "more", "12.1", "and", "signal_2_n", "less", "68.5", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "66", "to", "77", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "66", ":", "77", "]", "(", "prop_1", "&", "(", "prop_1", "&", "prop_1", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 36], "prop": [["signal_1_n", "<=", "54.6"], ["signal_2_n", ">", "12.1"], ["signal_2_n", "<", "68.5"]]}}} {"id": 2164, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "86", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "staying", "below", "88.7", "without", "interruption", ",", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "consistently", "4.7", "."], "ltl": ["globally", "[0,86]", "(", "signal_1_n", "less", "88.7", "and", "signal_2_n", "math equal", "4.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "86", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<", "88.7"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "4.7"]]}}} {"id": 2761, "sentence": ["For", "every", "time", "point", "within", "21", "time", "units", "the", "value", "of", "signal_1_n", "should", "keep", "smaller", "than", "11.7", "continuously", ",", "or", "the", "value", "of", "signal", "signal_2_n", "shall", "continuously", "stay", "equal", "to", "49.5", "."], "ltl": ["globally", "[0,21]", "(", "signal_1_n", "less", "11.7", "or", "signal_2_n", "math equal", "49.5", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "21", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<", "11.7"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "49.5"]]}}} {"id": 1284, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal_1_n", "ought", "to", "remain", "above", "32.7", "consistently", "and", "consecutively", "the", "signal_2_n", "signal", "should", "keep", "equal", "to", "89.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "32.7", "and", "signal_2_n", "math equal", "89.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 30], "prop": [["signal_1_n", ">", "32.7"], ["signal_2_n", "==", "89.5"]]}}} {"id": 1716, "sentence": ["There", "will", "have", "to", "exist", "sometime", "after", "at", "most", "96", "time", "units", ",", "at", "which", "eventually", "signal_1_n", "should", "be", "79.6", "."], "ltl": ["finally", "[0,96]", "(", "signal_1_n", "math equal", "79.6", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "sometime", "after", "at", "most", "96", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "96", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 20], "prop": [["signal_1_n", "==", "79.6"]]}}} {"id": 1444, "sentence": ["In", "the", "case", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "22.6", "and", "less", "than", "or", "equal", "to", "98.5", "and", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "68.5", ",", "then", "in", "response", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "gets", "set", "to", "30.6", "promptly", "takes", "place", "or", "the", "mode", "of", "signal", "signal_4_n", "shall", "simultaneously", "keep", "in", "signal_5_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "22.6", "and", "signal_1_n", "less equal", "98.5", ")", "and", "signal_2_n", "less equal", "68.5", "imply", "rise", "(", "signal_3_n", "math equal", "30.6", ")", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "the", "transition", "action", "that", "(", "prop_3", ")", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "22.6"], ["signal_1_n", "<=", "98.5"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "<=", "68.5"]]}, " prop_3 ": {"span": [37, 48], "prop": [["rise", "(", "signal_3_n", "==", "30.6", ")"]]}, " prop_4 ": {"span": [49, 59], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 33, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "should", "be", "consistently", "equal", "to", "55.8", ",", "and", "uninterruptedly", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "becomes", "signal_3_n", "must", "n't", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "55.8", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "and", "uninterruptedly", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "n't", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "55.8"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1778, "sentence": ["Consecutively", "the", "mode", "of", "signal", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "for", "each", "time", "instant", "within", "11", "to", "19", "time", "units", "."], "ltl": ["globally", "[11,19]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "11", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2878, "sentence": ["There", "needs", "to", "eventually", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "above", "3.3", "and", "less", "than", "3.9", "."], "ltl": ["finally", "(", "signal_1_n", "more", "3.3", "and", "signal_1_n", "less", "3.9", ")"], "logic_sentence": ["There", "needs", "to", "eventually", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 31], "prop": [["signal_1_n", ">", "3.3"], ["signal_1_n", "<", "3.9"]]}}} {"id": 1319, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "38.2", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "94", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "should", "be", "greater", "than", "or", "equal", "to", "31.8", "and", "at", "most", "74.2", "and", "hold", "like", "that", "uninterruptedly", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "38.2", ")", "imply", "finally", "[0,94]", "(", "globally", "(", "signal_2_n", "more equal", "31.8", "and", "signal_2_n", "less equal", "74.2", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "94", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "94", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "38.2", ")"]]}, " prop_2 ": {"span": [36, 65], "prop": [["signal_2_n", ">=", "31.8"], ["signal_2_n", "<=", "74.2"]]}}} {"id": 3314, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "49.2", "happens", ",", "then", "in", "response", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "must", "n't", "be", "greater", "than", "or", "equal", "to", "16.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.2", ")", "imply", "negation", "(", "signal_2_n", "more equal", "16.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<=", "49.2", ")"]]}, " prop_2 ": {"span": [30, 43], "prop": [["-", "(", "signal_2_n", ">=", "16.9", ")"]]}}} {"id": 4068, "sentence": ["For", "every", "moment", "within", "the", "first", "64", "time", "units", ",", "signal_1_n", "will", "be", "keeping", "larger", "than", "44.8", "all", "the", "time", "and", "uninterruptedly", "signal_2_n", "needs", "to", "keep", "greater", "than", "74.1", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more", "44.8", "and", "signal_2_n", "more", "74.1", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "64", "time", "units", ",", "(", "prop_1", ")", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">", "44.8"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", ">", "74.1"]]}}} {"id": 1969, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "greater", "than", "10.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "10.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_3_n", ">", "10.1"]]}}} {"id": 1889, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", ",", "then", "the", "signal_3_n", "signal", "should", "be", "set", "to", "signal_4_n", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 27], "prop": [["signal_3_n", "==", "signal_4_n"], ["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 6251, "sentence": ["For", "more", "than", "72", "time", "units", "without", "interruption", "the", "signal_1_n", "signal", "is", "set", "to", "4.8", "and", "the", "signal_2_n", "signal", "will", "be", "consecutively", "less", "than", "or", "equal", "to", "24.5", "."], "ltl": ["globally", "[0,72]", "(", "signal_1_n", "math equal", "4.8", "and", "signal_2_n", "less equal", "24.5", ")"], "logic_sentence": ["For", "more", "than", "72", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "72", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "4.8"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", "<=", "24.5"]]}}} {"id": 4122, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "within", "56", "time", "units", ",", "at", "which", "ultimately", "signal_1_n", "will", "be", "no", "less", "than", "33.3", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "77.7", "finally", "."], "ltl": ["finally", "[0,56]", "(", "signal_1_n", "more equal", "33.3", "and", "signal_2_n", "less", "77.7", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "within", "56", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", ">=", "33.3"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "<", "77.7"]]}}} {"id": 987, "sentence": ["There", "will", "be", "sometime", "in", "the", "first", "70", "time", "units", ",", "at", "which", "signal_1_n", "shall", "ultimately", "stay", "equal", "to", "85.5", "."], "ltl": ["finally", "[0,70]", "(", "signal_1_n", "math equal", "85.5", ")"], "logic_sentence": ["There", "will", "be", "sometime", "in", "the", "first", "70", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", "==", "85.5"]]}}} {"id": 3591, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "95.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "has", "to", "be", "sometime", "within", "the", "next", "75", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "should", "be", "2.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "95.0", ")", "imply", "finally", "[0,75]", "(", "signal_2_n", "math equal", "2.9", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "has", "to", "be", "sometime", "within", "the", "next", "75", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "95.0", ")"]]}, " prop_2 ": {"span": [34, 40], "prop": [["signal_2_n", "==", "2.9"]]}}} {"id": 4210, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "69.0", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "scenario", "that", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "89.2", "ought", "to", "happen", ",", "and", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "immediately", "equal", "to", "94.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.0", ")", "imply", "rise", "(", "signal_2_n", "more equal", "89.2", ")", "and", "signal_3_n", "math equal", "94.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "happen", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "69.0", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["rise", "(", "signal_2_n", ">=", "89.2", ")"]]}, " prop_3 ": {"span": [47, 59], "prop": [["signal_3_n", "==", "94.9"]]}}} {"id": 4019, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "30.5", "is", "observed", ",", "then", "within", "the", "elapsed", "97", "time", "units", "the", "value", "of", "signal_2_n", "has", "been", "keeping", "above", "34.6", "and", "below", "57.3", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "30.5", ")", "imply", "historically", "[0,97]", "(", "signal_2_n", "more", "34.6", "and", "signal_2_n", "less", "57.3", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "within", "the", "elapsed", "97", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "97", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "30.5", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", ">", "34.6"], ["signal_2_n", "<", "57.3"]]}}} {"id": 213, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "63.4", "or", "the", "value", "of", "signal", "signal_2_n", "stays", "equal", "to", "32.2", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "86", "time", "units", ",", "there", "is", "a", "certain", "moment", "within", "11", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "eventually", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "63.4", "or", "signal_2_n", "math equal", "32.2", "imply", "globally", "[0,86]", "(", "finally", "[0,11]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "86", "time", "units", ",", "there", "is", "a", "certain", "moment", "within", "11", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "86", "]", "(", "F", "[", "0", ":", "11", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "63.4"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", "==", "32.2"]]}, " prop_3 ": {"span": [45, 55], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 868, "sentence": ["There", "shall", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "45.2", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "45.2", ")"], "logic_sentence": ["There", "shall", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "45.2"]]}}} {"id": 5619, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "finally", "exist", "sometime", "within", "21", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,21]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "finally", "exist", "sometime", "within", "21", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 394, "sentence": ["In", "case", "that", "signal_1_n", "rises", "above", "68.7", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "should", "be", "15.6", "right", "away", "or", "signal_3_n", "should", "be", "promptly", "higher", "than", "46.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "68.7", ")", "imply", "signal_2_n", "math equal", "15.6", "or", "signal_3_n", "more", "46.0", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["rise", "(", "signal_1_n", ">", "68.7", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "15.6"]]}, " prop_3 ": {"span": [23, 30], "prop": [["signal_3_n", ">", "46.0"]]}}} {"id": 2934, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "falls", "below", "47.7", "happens", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "first", "36", "to", "49", "time", "units", "there", "ought", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_2_n", "ought", "n't", "to", "be", "greater", "than", "or", "equal", "to", "57.6", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "47.7", ")", "imply", "globally", "[36,49]", "(", "finally", "(", "negation", "(", "signal_2_n", "more equal", "57.6", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "first", "36", "to", "49", "time", "units", "there", "ought", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "36", ":", "49", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "47.7", ")"]]}, " prop_2 ": {"span": [49, 64], "prop": [["-", "(", "signal_2_n", ">=", "57.6", ")"]]}}} {"id": 120, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "32.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "signal_2_n", "signal", "stays", "larger", "than", "23.6", "and", "smaller", "than", "98.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "32.1", ")", "imply", "signal_2_n", "more", "23.6", "and", "signal_2_n", "less", "98.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "32.1", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_2_n", ">", "23.6"], ["signal_2_n", "<", "98.8"]]}}} {"id": 1761, "sentence": ["For", "each", "moment", "within", "the", "first", "11", "to", "14", "time", "units", ",", "signal_1_n", "has", "to", "remain", "less", "than", "or", "equal", "to", "95.5", "all", "the", "time", "and", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "[11,14]", "(", "signal_1_n", "less equal", "95.5", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "11", "to", "14", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "11", ":", "14", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", "<=", "95.5"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6258, "sentence": ["For", "each", "time", "point", "in", "the", "first", "2", "to", "40", "time", "units", "the", "signal_1_n", "signal", "must", "be", "below", "96.4", "consecutively", ",", "and", "the", "value", "of", "signal_2_n", "must", "be", "higher", "than", "63.9", "all", "the", "time", "."], "ltl": ["globally", "[2,40]", "(", "signal_1_n", "less", "96.4", "and", "signal_2_n", "more", "63.9", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "2", "to", "40", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "40", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "<", "96.4"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">", "63.9"]]}}} {"id": 3735, "sentence": ["If", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "higher", "than", "55.3", "without", "any", "delay", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "55.3", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_3_n", ">", "55.3"]]}}} {"id": 2857, "sentence": ["For", "every", "time", "point", "in", "the", "first", "0", "time", "units", "signal_1_n", "needs", "to", "be", "no", "more", "than", "63.3", "consistently", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "less equal", "63.3", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "0", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "<=", "63.3"]]}}} {"id": 6028, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "24", "time", "units", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "ultimately", "or", "ultimately", "the", "value", "of", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "91.7", "."], "ltl": ["finally", "[0,24]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "91.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "24", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 34], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "<=", "91.7"]]}}} {"id": 2983, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "41.4", "is", "detected", "then", "signal_2_n", "shall", "immediately", "not", "be", "less", "than", "or", "equal", "to", "64.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "41.4", ")", "imply", "negation", "(", "signal_2_n", "less equal", "64.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["rise", "(", "signal_1_n", ">=", "41.4", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["-", "(", "signal_2_n", "<=", "64.3", ")"]]}}} {"id": 2675, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "begins", "deviating", "from", "65.2", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "5", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "following", "7", "time", "units", ",", "eventually", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "below", "74.6", "shall", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "65.2", ")", "imply", "globally", "[0,5]", "(", "finally", "[0,7]", "(", "rise", "(", "signal_2_n", "less", "74.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "5", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "following", "7", "time", "units", ",", "eventually", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "5", "]", "(", "F", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["fall", "(", "signal_1_n", "==", "65.2", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["rise", "(", "signal_2_n", "<", "74.6", ")"]]}}} {"id": 253, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "49.5", "and", "signal_2_n", "is", "less", "than", "or", "equal", "to", "13.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "16", "to", "44", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "following", "57", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "shall", "be", "finally", "72.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "49.5", "and", "signal_2_n", "less equal", "13.2", "imply", "globally", "[16,44]", "(", "finally", "[0,57]", "(", "signal_3_n", "math equal", "72.2", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "16", "to", "44", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "following", "57", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "16", ":", "44", "]", "(", "F", "[", "0", ":", "57", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "49.5"]]}, " prop_2 ": {"span": [11, 19], "prop": [["signal_2_n", "<=", "13.2"]]}, " prop_3 ": {"span": [53, 61], "prop": [["signal_3_n", "==", "72.2"]]}}} {"id": 3684, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "the", "value", "of", "signal_1_n", "needs", "to", "always", "stay", "less", "than", "89.5", ",", "or", "continuously", "signal_2_n", "should", "stay", "equal", "to", "94.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "89.5", "or", "signal_2_n", "math equal", "94.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<", "89.5"]]}, " prop_2 ": {"span": [22, 28], "prop": [["signal_2_n", "==", "94.1"]]}}} {"id": 525, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "70.5", ",", "and", "the", "signal_2_n", "signal", "stays", "in", "signal_3_n", "then", "at", "the", "same", "time", "instant", "signal_4_n", "is", "never", "no", "less", "than", "55.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "70.5", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "more equal", "55.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["-", "(", "signal_1_n", "<=", "70.5", ")"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [32, 40], "prop": [["-", "(", "signal_4_n", ">=", "55.3", ")"]]}}} {"id": 1712, "sentence": ["Eventually", "signal_1_n", "must", "be", "equal", "to", "83.2", "at", "sometime", "in", "less", "than", "85", "time", "units", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "83.2", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 15], "prop": [["signal_1_n", "==", "83.2"]]}}} {"id": 610, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "set", "to", "13.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "coming", "17", "time", "units", "at", "sometime", "within", "42", "time", "units", "signal_2_n", "must", "equal", "to", "1.1", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "13.8", "imply", "globally", "[0,17]", "(", "finally", "[0,42]", "(", "signal_2_n", "math equal", "1.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "coming", "17", "time", "units", "at", "sometime", "within", "42", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "13.8"]]}, " prop_2 ": {"span": [37, 43], "prop": [["signal_2_n", "==", "1.1"]]}}} {"id": 4426, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "16.9", "is", "observed", ",", "then", "the", "value", "of", "signal_2_n", "has", "to", "be", "at", "least", "0.6", "and", "at", "most", "5.5", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.9", ")", "imply", "signal_2_n", "more equal", "0.6", "and", "signal_2_n", "less equal", "5.5", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "16.9", ")"]]}, " prop_2 ": {"span": [18, 33], "prop": [["signal_2_n", ">=", "0.6"], ["signal_2_n", "<=", "5.5"]]}}} {"id": 5406, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "2.7", "takes", "place", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "value", "of", "signal_2_n", "ought", "to", "be", "92.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "2.7", ")", "imply", "signal_2_n", "math equal", "92.5", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", ">=", "2.7", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "92.5"]]}}} {"id": 1546, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "no", "less", "than", "30.1", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "within", "the", "range", "-LSB-", "60.2", ",", "92.1", "-RSB-", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.1", ")", "imply", "signal_2_n", "more equal", "60.2", "and", "signal_2_n", "less equal", "92.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", ">=", "30.1", ")"]]}, " prop_2 ": {"span": [31, 47], "prop": [["signal_2_n", ">=", "60.2"], ["signal_2_n", "<=", "92.1"]]}}} {"id": 20, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "no", "less", "than", "68.0", "and", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "lower", "than", "29.3", "gets", "detected", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "next", "17", "to", "51", "time", "units", "there", "will", "have", "to", "eventually", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_3_n", "signal", "will", "settle", "to", "16.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "68.0", "and", "rise", "(", "signal_2_n", "less", "29.3", ")", "imply", "globally", "[17,51]", "(", "finally", "(", "signal_3_n", "math equal", "16.6", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "next", "17", "to", "51", "time", "units", "there", "will", "have", "to", "eventually", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "17", ":", "51", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "68.0"]]}, " prop_2 ": {"span": [15, 22], "prop": [["rise", "(", "signal_2_n", "<", "29.3", ")"]]}, " prop_3 ": {"span": [58, 65], "prop": [["signal_3_n", "==", "16.6"]]}}} {"id": 3853, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "equal", "to", "19.9", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "signal_2_n", "is", "shifted", "to", "signal_3_n", "is", "observed", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "19.9", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "at", "the", "same", "time", "point", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["rise", "(", "signal_1_n", "==", "19.9", ")"]]}, " prop_2 ": {"span": [25, 30], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 132, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "76.6", "occurs", ",", "then", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "simulation", "ends", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "starting", "between", "28", "to", "33", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_2_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "40.3", "will", "happen", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "76.6", ")", "imply", "globally", "(", "finally", "[28,33]", "(", "rise", "(", "signal_2_n", "less equal", "40.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "simulation", "ends", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "starting", "between", "28", "to", "33", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "happen", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "28", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "76.6", ")"]]}, " prop_2 ": {"span": [50, 61], "prop": [["rise", "(", "signal_2_n", "<=", "40.3", ")"]]}}} {"id": 1879, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "at", "most", "26.3", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "22.4", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "signal_3_n", "signal", "has", "to", "be", "greater", "than", "29.3", "and", "below", "57.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "26.3", "and", "signal_2_n", "more equal", "22.4", "imply", "signal_3_n", "more", "29.3", "and", "signal_3_n", "less", "57.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<=", "26.3"]]}, " prop_2 ": {"span": [9, 20], "prop": [["signal_2_n", ">=", "22.4"]]}, " prop_3 ": {"span": [32, 44], "prop": [["signal_3_n", ">", "29.3"], ["signal_3_n", "<", "57.7"]]}}} {"id": 6288, "sentence": ["Ultimately", "there", "shall", "exist", "a", "time", "after", "at", "most", "24", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "signal_2_n", "must", "n't", "take", "place", "."], "ltl": ["finally", "[0,24]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Ultimately", "there", "shall", "exist", "a", "time", "after", "at", "most", "24", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "must", "n't", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2368, "sentence": ["If", "within", "the", "last", "37", "to", "98", "time", "units", "consecutively", "the", "signal_1_n", "signal", "equals", "to", "0.9", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "35", "time", "units", ",", "there", "must", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "lower", "than", "76.6", "happens", "."], "ltl": ["globally", "(", "historically", "[37,98]", "(", "signal_1_n", "math equal", "0.9", ")", "imply", "globally", "[0,35]", "(", "finally", "(", "rise", "(", "signal_2_n", "less", "76.6", ")", ")", ")", ")"], "logic_sentence": ["If", "within", "the", "last", "37", "to", "98", "time", "units", "consecutively", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "35", "time", "units", ",", "there", "must", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "happens", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "37", ":", "98", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "35", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "0.9"]]}, " prop_2 ": {"span": [53, 62], "prop": [["rise", "(", "signal_2_n", "<", "76.6", ")"]]}}} {"id": 3797, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "finally", "larger", "than", "38.5", "and", "smaller", "than", "52.0", ",", "and", "eventually", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "lower", "than", "98.0", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more", "38.5", "and", "signal_1_n", "less", "52.0", ")", "and", "signal_2_n", "less", "98.0", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 29], "prop": [["signal_1_n", ">", "38.5"], ["signal_1_n", "<", "52.0"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_2_n", "<", "98.0"]]}}} {"id": 3477, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "38.7", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "to", "at", "most", "26.2", "does", "not", "get", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "following", "15", "time", "units", "there", "must", "exist", "a", "time", "after", "at", "most", "67", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "increases", "above", "75.4", "gets", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "38.7", "and", "negation", "fall", "(", "signal_2_n", "more", "26.2", ")", "imply", "globally", "[0,15]", "(", "finally", "[0,67]", "(", "rise", "(", "signal_3_n", "more", "75.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "does", "not", "get", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "following", "15", "time", "units", "there", "must", "exist", "a", "time", "after", "at", "most", "67", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_3", ")", "gets", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "15", "]", "(", "F", "[", "0", ":", "67", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "38.7"]]}, " prop_2 ": {"span": [10, 20], "prop": [["-", "fall", "(", "signal_2_n", ">", "26.2", ")"]]}, " prop_3 ": {"span": [58, 66], "prop": [["rise", "(", "signal_3_n", ">", "75.4", ")"]]}}} {"id": 5713, "sentence": ["Within", "the", "first", "13", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "should", "keep", "less", "than", "43.1", "or", "consecutively", "signal_2_n", "ought", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,13]", "(", "signal_1_n", "less", "43.1", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Within", "the", "first", "13", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "13", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "<", "43.1"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 431, "sentence": ["There", "exists", "a", "certain", "time", "instant", "within", "the", "first", "33", "to", "40", "time", "units", "ultimately", ",", "at", "which", "signal_1_n", "shall", "go", "to", "less", "than", "or", "equal", "to", "3.9", "."], "ltl": ["finally", "[33,40]", "(", "rise", "(", "signal_1_n", "less equal", "3.9", ")", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "instant", "within", "the", "first", "33", "to", "40", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "33", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["rise", "(", "signal_1_n", "<=", "3.9", ")"]]}}} {"id": 4701, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "will", "have", "to", "consistently", "stay", "less", "than", "or", "equal", "to", "64.1", ",", "or", "consecutively", "the", "scenario", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "64.8", "never", "happens", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "64.1", "or", "negation", "fall", "(", "signal_2_n", "more equal", "64.8", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "or", "consecutively", "the", "scenario", "that", "(", "prop_2", ")", "never", "happens", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", "<=", "64.1"]]}, " prop_2 ": {"span": [30, 37], "prop": [["-", "fall", "(", "signal_2_n", ">=", "64.8", ")"]]}}} {"id": 500, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "following", "51", "to", "79", "time", "units", ",", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_3_n", "will", "not", "be", "above", "40.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[51,79]", "(", "finally", "(", "negation", "(", "signal_3_n", "more", "40.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "following", "51", "to", "79", "time", "units", ",", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "51", ":", "79", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 53], "prop": [["-", "(", "signal_3_n", ">", "40.5", ")"]]}}} {"id": 13, "sentence": ["The", "state", "of", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "consecutively", "for", "each", "time", "point", "during", "the", "first", "62", "to", "80", "time", "units", "."], "ltl": ["globally", "[62,80]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "62", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2320, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "keeps", "equal", "to", "78.1", "or", "the", "signal_2_n", "signal", "is", "at", "most", "51.2", "then", "for", "every", "time", "instant", "during", "the", "coming", "10", "to", "10", "time", "units", "there", "shall", "exist", "a", "time", "within", "6", "to", "93", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "signal_3_n", "deviates", "from", "signal_4_n", "must", "be", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "78.1", "or", "signal_2_n", "less equal", "51.2", "imply", "globally", "[10,10]", "(", "finally", "[6,93]", "(", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "for", "every", "time", "instant", "during", "the", "coming", "10", "to", "10", "time", "units", "there", "shall", "exist", "a", "time", "within", "6", "to", "93", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "10", ":", "10", "]", "(", "F", "[", "6", ":", "93", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "78.1"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "<=", "51.2"]]}, " prop_3 ": {"span": [50, 54], "prop": [["fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2647, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "59.5", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "between", "the", "closed", "interval", "-LSB-", "55.0", ",", "99.9", "-RSB-", "and", "consecutively", "this", "scenario", "needs", "to", "hold", "for", "each", "time", "point", "during", "the", "next", "65", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "59.5", ")", "imply", "finally", "(", "globally", "[0,65]", "(", "signal_2_n", "more equal", "55.0", "and", "signal_2_n", "less equal", "99.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "at", "which", "(", "prop_2", ")", "and", "consecutively", "this", "scenario", "needs", "to", "hold", "for", "each", "time", "point", "during", "the", "next", "65", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "65", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "59.5", ")"]]}, " prop_2 ": {"span": [40, 54], "prop": [["signal_2_n", ">=", "55.0"], ["signal_2_n", "<=", "99.9"]]}}} {"id": 430, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "at", "most", "50.5", "gets", "observed", ",", "then", "finally", "at", "a", "time", "in", "the", "first", "36", "time", "units", "the", "signal_2_n", "signal", "should", "be", "within", "the", "range", "-LSB-", "22.4", ",", "29.5", "-RSB-", "and", "this", "scenario", "will", "continue", "for", "each", "moment", "in", "the", "subsequent", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "50.5", ")", "imply", "finally", "[0,36]", "(", "globally", "[0,73]", "(", "signal_2_n", "more equal", "22.4", "and", "signal_2_n", "less equal", "29.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "finally", "at", "a", "time", "in", "the", "first", "36", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "will", "continue", "for", "each", "moment", "in", "the", "subsequent", "73", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "36", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<=", "50.5", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "22.4"], ["signal_2_n", "<=", "29.5"]]}}} {"id": 63, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "98.1", "occurs", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "below", "18.0", "should", "get", "observed", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "between", "2.8", "-LRB-", "open", "-RRB-", "and", "3.3", "-LRB-", "open", "-RRB-", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "98.1", ")", "imply", "rise", "(", "signal_2_n", "less", "18.0", ")", "or", "(", "signal_3_n", "more", "2.8", "and", "signal_3_n", "less", "3.3", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "get", "observed", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", "<=", "98.1", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["rise", "(", "signal_2_n", "<", "18.0", ")"]]}, " prop_3 ": {"span": [43, 65], "prop": [["signal_3_n", ">", "2.8"], ["signal_3_n", "<", "3.3"]]}}} {"id": 2537, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "exists", "a", "certain", "time", "point", "during", "the", "following", "40", "time", "units", "finally", ",", "at", "which", "the", "signal_3_n", "signal", "shall", "be", "larger", "than", "15.0", "and", "below", "33.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,40]", "(", "signal_3_n", "more", "15.0", "and", "signal_3_n", "less", "33.4", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "exists", "a", "certain", "time", "point", "during", "the", "following", "40", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 52], "prop": [["signal_3_n", ">", "15.0"], ["signal_3_n", "<", "33.4"]]}}} {"id": 6053, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "55.3", "is", "detected", "and", "signal_2_n", "is", "at", "least", "29.6", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "coming", "98", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "scenario", "that", "the", "mode", "of", "signal_3_n", "is", "changed", "to", "signal_4_n", "must", "eventually", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "55.3", ")", "and", "signal_2_n", "more equal", "29.6", "imply", "globally", "[0,98]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "coming", "98", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "scenario", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "98", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "55.3", ")"]]}, " prop_2 ": {"span": [20, 25], "prop": [["signal_2_n", ">=", "29.6"]]}, " prop_3 ": {"span": [58, 70], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1561, "sentence": ["For", "each", "moment", "within", "11", "time", "units", "consecutively", "the", "signal_1_n", "signal", "ought", "to", "be", "larger", "than", "39.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "stay", "over", "41.8", "uninterruptedly", "."], "ltl": ["globally", "[0,11]", "(", "signal_1_n", "more", "39.7", "and", "signal_2_n", "more", "41.8", ")"], "logic_sentence": ["For", "each", "moment", "within", "11", "time", "units", "consecutively", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "39.7"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", ">", "41.8"]]}}} {"id": 2522, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "7", "time", "units", "the", "value", "of", "signal_1_n", "should", "be", "ultimately", "91.9", ",", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "equal", "to", "33.0", "eventually", "."], "ltl": ["finally", "[0,7]", "(", "signal_1_n", "math equal", "91.9", "and", "signal_2_n", "math equal", "33.0", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "7", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "7", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "91.9"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "==", "33.0"]]}}} {"id": 1789, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "41.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "must", "be", "equal", "to", "16.9", "immediately", ",", "and", "signal_3_n", "has", "to", "keep", "between", "the", "range", "-LSB-", "23.1", ",", "78.5", "-RSB-", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "41.8", ")", "imply", "signal_2_n", "math equal", "16.9", "and", "(", "signal_3_n", "more equal", "23.1", "and", "signal_3_n", "less equal", "78.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["rise", "(", "signal_1_n", "<=", "41.8", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "16.9"]]}, " prop_3 ": {"span": [40, 53], "prop": [["signal_3_n", ">=", "23.1"], ["signal_3_n", "<=", "78.5"]]}}} {"id": 1526, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "96.2", ",", "and", "the", "event", "that", "the", "mode", "of", "signal_2_n", "becomes", "signal_3_n", "is", "n't", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "first", "55", "time", "units", "there", "ought", "to", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "signal_4_n", "rises", "above", "87.5", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "96.2", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,55]", "(", "finally", "(", "rise", "(", "signal_4_n", "more", "87.5", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "n't", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "first", "55", "time", "units", "there", "ought", "to", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "55", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", ">=", "96.2"]]}, " prop_2 ": {"span": [17, 23], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [66, 70], "prop": [["rise", "(", "signal_4_n", ">", "87.5", ")"]]}}} {"id": 4270, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "will", "not", "be", "2.4", "for", "every", "moment", "within", "16", "to", "73", "time", "units", "."], "ltl": ["globally", "[16,73]", "(", "negation", "(", "signal_1_n", "math equal", "2.4", ")", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "16", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["-", "(", "signal_1_n", "==", "2.4", ")"]]}}} {"id": 4939, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "less", "than", "45.0", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "no", "less", "than", "46.8", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "signal_3_n", "signal", "will", "not", "be", "at", "most", "87.1", "and", "then", "this", "condition", "will", "have", "to", "hold", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "45.0", "and", "rise", "(", "signal_2_n", "more equal", "46.8", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_3_n", "less equal", "87.1", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_3", ")", "and", "then", "this", "condition", "will", "have", "to", "hold", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "45.0"]]}, " prop_2 ": {"span": [15, 23], "prop": [["rise", "(", "signal_2_n", ">=", "46.8", ")"]]}, " prop_3 ": {"span": [50, 59], "prop": [["-", "(", "signal_3_n", "<=", "87.1", ")"]]}}} {"id": 788, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "set", "to", "67.1", "then", "signal_2_n", "shall", "remain", "more", "than", "50.3", "and", "below", "50.5", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "67.1", "imply", "signal_2_n", "more", "50.3", "and", "signal_2_n", "less", "50.5", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "67.1"]]}, " prop_2 ": {"span": [9, 19], "prop": [["signal_2_n", ">", "50.3"], ["signal_2_n", "<", "50.5"]]}}} {"id": 2913, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "less", "than", "47.9", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "25", "time", "units", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "will", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "47.9", "imply", "finally", "[0,25]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "25", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "<", "47.9"]]}, " prop_2 ": {"span": [38, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3294, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "11.6", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "coming", "19", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "following", "90", "time", "units", "the", "signal_2_n", "signal", "ought", "to", "be", "no", "less", "than", "7.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "11.6", ")", "imply", "globally", "[0,19]", "(", "finally", "[0,90]", "(", "signal_2_n", "more equal", "7.7", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "coming", "19", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "following", "90", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "19", "]", "(", "F", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "11.6", ")"]]}, " prop_2 ": {"span": [46, 56], "prop": [["signal_2_n", ">=", "7.7"]]}}} {"id": 5438, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "takes", "place", ",", "then", "the", "value", "of", "signal", "signal_3_n", "must", "be", "within", "the", "interval", "-LSB-", "0.2", ",", "0.2", "-RSB-", "then", "uninterruptedly", "this", "scenario", "will", "have", "to", "hold", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more equal", "0.2", "and", "signal_3_n", "less equal", "0.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "then", "uninterruptedly", "this", "scenario", "will", "have", "to", "hold", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_3_n", ">=", "0.2"], ["signal_3_n", "<=", "0.2"]]}}} {"id": 670, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "signal_3_n", "signal", "ought", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5925, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "equal", "to", "43.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "is", "at", "least", "83.9", "and", "uninterruptedly", "this", "scenario", "shall", "last", "till", "ultimately", "there", "exists", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "becomes", "less", "than", "69.3", "will", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "43.0", ")", "imply", "(", "signal_2_n", "more equal", "83.9", ")", "until", "(", "rise", "(", "signal_3_n", "less", "69.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "shall", "last", "till", "ultimately", "there", "exists", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["rise", "(", "signal_1_n", "==", "43.0", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_2_n", ">=", "83.9"]]}, " prop_3 ": {"span": [63, 73], "prop": [["rise", "(", "signal_3_n", "<", "69.3", ")"]]}}} {"id": 1429, "sentence": ["Without", "interruption", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "greater", "than", "or", "equal", "to", "2.9", "and", "no", "larger", "than", "68.9", "for", "each", "time", "point", "within", "the", "first", "98", "time", "units", "."], "ltl": ["globally", "[0,98]", "(", "signal_1_n", "more equal", "2.9", "and", "signal_1_n", "less equal", "68.9", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "98", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 32], "prop": [["signal_1_n", ">=", "2.9"], ["signal_1_n", "<=", "68.9"]]}}} {"id": 4679, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "not", "99.7", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "70", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "following", "64", "time", "units", ",", "at", "which", "signal_2_n", "is", "n't", "greater", "than", "or", "equal", "to", "32.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "99.7", ")", "imply", "globally", "[0,70]", "(", "finally", "[0,64]", "(", "negation", "(", "signal_2_n", "more equal", "32.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "70", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "following", "64", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "70", "]", "(", "F", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["-", "(", "signal_1_n", "==", "99.7", ")"]]}, " prop_2 ": {"span": [46, 55], "prop": [["-", "(", "signal_2_n", ">=", "32.3", ")"]]}}} {"id": 4218, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "stay", "equal", "to", "39.5", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "math equal", "39.5", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_3_n", "==", "39.5"]]}}} {"id": 2651, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "increases", "above", "13.1", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "finally", ",", "at", "which", "for", "every", "time", "point", "within", "the", "coming", "8", "time", "units", "the", "value", "of", "signal", "signal_2_n", "should", "be", "no", "less", "than", "10.8", "and", "at", "most", "29.3", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "13.1", ")", "imply", "finally", "(", "globally", "[0,8]", "(", "signal_2_n", "more equal", "10.8", "and", "signal_2_n", "less equal", "29.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "finally", ",", "at", "which", "for", "every", "time", "point", "within", "the", "coming", "8", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "8", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "13.1", ")"]]}, " prop_2 ": {"span": [51, 67], "prop": [["signal_2_n", ">=", "10.8"], ["signal_2_n", "<=", "29.3"]]}}} {"id": 2190, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "above", "91.9", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "19.8", "and", "kept", "like", "this", "uninterruptedly", "during", "the", "elapsed", "63", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "91.9", ")", "imply", "historically", "[0,63]", "(", "signal_2_n", "less equal", "19.8", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "91.9", ")"]]}, " prop_2 ": {"span": [23, 49], "prop": [["signal_2_n", "<=", "19.8"]]}}} {"id": 3563, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "89", "time", "units", "signal_1_n", "shall", "be", "consecutively", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "will", "be", "equaling", "to", "91.0", "all", "the", "time", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "91.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "89", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_3_n", "==", "91.0"]]}}} {"id": 5611, "sentence": ["There", "is", "a", "certain", "moment", "in", "the", "first", "85", "to", "86", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "to", "no", "less", "than", "80.1", "takes", "place", "ultimately", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "jumps", "to", "at", "least", "85.4", "ought", "to", "occur", "eventually", "."], "ltl": ["finally", "[85,86]", "(", "rise", "(", "signal_1_n", "more equal", "80.1", ")", "or", "rise", "(", "signal_2_n", "more equal", "85.4", ")", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "in", "the", "first", "85", "to", "86", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "ultimately", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "eventually", "."], "logic_ltl": ["F", "[", "85", ":", "86", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["rise", "(", "signal_1_n", ">=", "80.1", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["rise", "(", "signal_2_n", ">=", "85.4", ")"]]}}} {"id": 1456, "sentence": ["On", "condition", "that", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", ",", "then", "in", "response", "finally", "there", "shall", "be", "sometime", "during", "the", "following", "98", "time", "units", ",", "after", "which", "signal_3_n", "needs", "to", "be", "78.5", "then", "this", "condition", "has", "to", "last", "for", "every", "time", "instant", "in", "the", "next", "0", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,98]", "(", "globally", "[0,0]", "(", "signal_3_n", "math equal", "78.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "in", "response", "finally", "there", "shall", "be", "sometime", "during", "the", "following", "98", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "condition", "has", "to", "last", "for", "every", "time", "instant", "in", "the", "next", "0", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 33], "prop": [["signal_3_n", "==", "78.5"]]}}} {"id": 4165, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "takes", "place", ",", "then", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "next", "88", "time", "units", "signal_3_n", "should", "n't", "be", "no", "more", "than", "94.9", "for", "each", "time", "point", "within", "the", "coming", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,88]", "(", "globally", "[0,55]", "(", "negation", "(", "signal_3_n", "less equal", "94.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "next", "88", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 50], "prop": [["-", "(", "signal_3_n", "<=", "94.9", ")"]]}}} {"id": 935, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "remains", "above", "29.9", "and", "lower", "than", "46.4", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "not", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "value", "of", "signal_4_n", "shall", "be", "larger", "than", "52.4", ",", "and", "the", "value", "of", "signal", "signal_5_n", "should", "immediately", "go", "to", "at", "most", "13.9", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "29.9", "and", "signal_1_n", "less", "46.4", ")", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "signal_4_n", "more", "52.4", "and", "rise", "(", "signal_5_n", "less equal", "13.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_3", ")", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "29.9"], ["signal_1_n", "<", "46.4"]]}, " prop_2 ": {"span": [20, 30], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [40, 49], "prop": [["signal_4_n", ">", "52.4"]]}, " prop_4 ": {"span": [51, 63], "prop": [["rise", "(", "signal_5_n", "<=", "13.9", ")"]]}}} {"id": 1407, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "27.1", "is", "detected", "then", "in", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "the", "mode", "of", "signal", "signal_2_n", "shall", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.1", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "27.1", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 194, "sentence": ["There", "is", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "be", "between", "the", "closed", "interval", "-LSB-", "4.5", ",", "29.1", "-RSB-", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "4.5", "and", "signal_1_n", "less equal", "29.1", ")"], "logic_sentence": ["There", "is", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 34], "prop": [["signal_1_n", ">=", "4.5"], ["signal_1_n", "<=", "29.1"]]}}} {"id": 5424, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "42.6", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "27.1", ",", "or", "in", "no", "time", "signal_3_n", "will", "be", "at", "most", "39.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.6", ")", "imply", "signal_2_n", "less", "27.1", "or", "signal_3_n", "less equal", "39.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "or", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "42.6", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "<", "27.1"]]}, " prop_3 ": {"span": [46, 52], "prop": [["signal_3_n", "<=", "39.0"]]}}} {"id": 879, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "28.0", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "after", "between", "49", "to", "81", "time", "units", "continuously", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.0", ")", "imply", "finally", "[49,81]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "after", "between", "49", "to", "81", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "49", ":", "81", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "28.0", ")"]]}, " prop_2 ": {"span": [32, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3177, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "59.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "mode", "of", "signal_2_n", "will", "be", "set", "to", "signal_3_n", ",", "or", "without", "any", "delay", "signal_4_n", "needs", "to", "be", "larger", "than", "31.1", "and", "less", "than", "43.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "59.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "or", "(", "signal_4_n", "more", "31.1", "and", "signal_4_n", "less", "43.4", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", ",", "or", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "<", "59.8", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [41, 52], "prop": [["signal_4_n", ">", "31.1"], ["signal_4_n", "<", "43.4"]]}}} {"id": 1769, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "76.1", "occurs", ",", "then", "ultimately", "the", "value", "of", "signal_3_n", "shall", "not", "be", "less", "than", "or", "equal", "to", "40.8", "at", "sometime", "in", "the", "coming", "85", "time", "units", ",", "and", "till", "then", "signal_2_n", "ought", "to", "always", "stay", "less", "than", "or", "equal", "to", "45.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "76.1", ")", "imply", "(", "signal_2_n", "less equal", "45.3", ")", "until", "[0,85]", "(", "negation", "(", "signal_3_n", "less equal", "40.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["fall", "(", "signal_1_n", "==", "76.1", ")"]]}, " prop_2 ": {"span": [24, 60], "prop": [["-", "(", "signal_3_n", "<=", "40.8", ")"], ["signal_2_n", "<=", "45.3"]]}}} {"id": 196, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "no", "more", "than", "4.2", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "87.7", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.2", ")", "imply", "signal_2_n", "less", "87.7", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<=", "4.2", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<", "87.7"]]}}} {"id": 1516, "sentence": ["For", "every", "moment", "during", "the", "first", "14", "to", "67", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "consecutively", "remain", "larger", "than", "70.2", "."], "ltl": ["globally", "[14,67]", "(", "signal_1_n", "more", "70.2", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "14", "to", "67", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "14", ":", "67", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">", "70.2"]]}}} {"id": 906, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "changes", "to", "70.6", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "has", "to", "be", "promptly", "no", "less", "than", "83.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "70.6", ")", "imply", "signal_2_n", "more equal", "83.1", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "70.6", ")"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", ">=", "83.1"]]}}} {"id": 641, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "96.0", "gets", "detected", ",", "then", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "92.2", "will", "be", "detected", "finally", "at", "sometime", "within", "the", "coming", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "96.0", ")", "imply", "finally", "[0,55]", "(", "rise", "(", "signal_2_n", "more equal", "92.2", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "be", "detected", "finally", "at", "sometime", "within", "the", "coming", "55", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "96.0", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["rise", "(", "signal_2_n", ">=", "92.2", ")"]]}}} {"id": 5539, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "1.0", "then", "in", "response", "at", "once", "signal_2_n", "should", "stay", "less", "than", "75.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "1.0", ")", "imply", "signal_2_n", "less", "75.1", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "in", "response", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 14], "prop": [["rise", "(", "signal_1_n", ">=", "1.0", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "<", "75.1"]]}}} {"id": 1549, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "higher", "than", "10.4", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "above", "98.5", "and", "ought", "to", "always", "remain", "like", "this", "for", "at", "least", "90", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "10.4", ")", "imply", "globally", "[0,90]", "(", "signal_2_n", "more", "98.5", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "10.4", ")"]]}, " prop_2 ": {"span": [22, 43], "prop": [["signal_2_n", ">", "98.5"]]}}} {"id": 953, "sentence": ["For", "every", "time", "point", "within", "74", "time", "units", "signal_1_n", "needs", "to", "be", "consecutively", "at", "most", "27.1", "."], "ltl": ["globally", "[0,74]", "(", "signal_1_n", "less equal", "27.1", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "74", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<=", "27.1"]]}}} {"id": 104, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "79.8", "occurs", "then", "after", "a", "certain", "time", "point", "in", "the", "future", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "and", "will", "have", "to", "consistently", "remain", "like", "that", "within", "the", "coming", "31", "to", "40", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "79.8", ")", "imply", "finally", "(", "globally", "[31,40]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "after", "a", "certain", "time", "point", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "31", ":", "40", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "79.8", ")"]]}, " prop_2 ": {"span": [25, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4541, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "consecutively", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "greater", "than", "or", "equal", "to", "61.5", ",", "or", "consistently", "the", "state", "of", "signal_2_n", "ought", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "61.5", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "consecutively", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">=", "61.5"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1962, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "36.4", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "subsequent", "52", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_2_n", "must", "be", "above", "53.0", "at", "a", "time", "within", "the", "coming", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "36.4", ")", "imply", "globally", "[0,52]", "(", "finally", "[0,87]", "(", "signal_2_n", "more", "53.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "subsequent", "52", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "F", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "36.4", ")"]]}, " prop_2 ": {"span": [31, 49], "prop": [["signal_2_n", ">", "53.0"]]}}} {"id": 6327, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "begins", "deviating", "from", "3.0", "then", "in", "response", "in", "no", "time", "the", "signal_2_n", "signal", "should", "n't", "be", "39.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "3.0", ")", "imply", "negation", "(", "signal_2_n", "math equal", "39.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["fall", "(", "signal_1_n", "==", "3.0", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["-", "(", "signal_2_n", "==", "39.2", ")"]]}}} {"id": 6371, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "less", "than", "56.3", "then", "in", "response", "finally", "after", "a", "certain", "moment", "during", "the", "coming", "55", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "is", "never", "below", "2.1", "and", "continuously", "this", "scenario", "lasts", "for", "every", "time", "instant", "in", "the", "following", "13", "to", "55", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "56.3", "imply", "finally", "[0,55]", "(", "globally", "[13,55]", "(", "negation", "(", "signal_2_n", "less", "2.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "in", "response", "finally", "after", "a", "certain", "moment", "during", "the", "coming", "55", "time", "units", ",", "(", "prop_2", ")", "and", "continuously", "this", "scenario", "lasts", "for", "every", "time", "instant", "in", "the", "following", "13", "to", "55", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "[", "13", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "56.3"]]}, " prop_2 ": {"span": [30, 39], "prop": [["-", "(", "signal_2_n", "<", "2.1", ")"]]}}} {"id": 1767, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "uninterruptedly", "signal_1_n", "must", "be", "equal", "to", "70.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "70.8", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "70.8"]]}}} {"id": 1787, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "26.5", "then", "in", "response", "at", "the", "same", "time", "point", "the", "state", "of", "signal_2_n", "sha", "n't", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "26.5", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<=", "26.5"]]}, " prop_2 ": {"span": [20, 30], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2635, "sentence": ["At", "sometime", "within", "57", "time", "units", "the", "value", "of", "signal_1_n", "needs", "to", "be", "eventually", "equal", "to", "12.7", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "below", "88.0", "needs", "to", "be", "finally", "detected", "."], "ltl": ["finally", "[0,57]", "(", "signal_1_n", "math equal", "12.7", "or", "rise", "(", "signal_2_n", "less", "88.0", ")", ")"], "logic_sentence": ["At", "sometime", "within", "57", "time", "units", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "be", "finally", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "==", "12.7"]]}, " prop_2 ": {"span": [23, 31], "prop": [["rise", "(", "signal_2_n", "<", "88.0", ")"]]}}} {"id": 2138, "sentence": ["For", "every", "time", "point", "in", "the", "first", "51", "time", "units", "without", "interruption", "signal_1_n", "will", "be", "larger", "than", "23.2", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "stay", "greater", "than", "or", "equal", "to", "5.4", "all", "the", "time", "."], "ltl": ["globally", "[0,51]", "(", "signal_1_n", "more", "23.2", "or", "signal_2_n", "more equal", "5.4", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "51", "time", "units", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "51", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", ">", "23.2"]]}, " prop_2 ": {"span": [19, 36], "prop": [["signal_2_n", ">=", "5.4"]]}}} {"id": 226, "sentence": ["At", "a", "certain", "time", "point", "within", "57", "time", "units", "ultimately", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "68.5", "has", "to", "happen", "and", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "at", "least", "90.5", "is", "detected", "."], "ltl": ["finally", "[0,57]", "(", "rise", "(", "signal_1_n", "less", "68.5", ")", "and", "rise", "(", "signal_2_n", "more equal", "90.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "57", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "has", "to", "happen", "and", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", "<", "68.5", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["rise", "(", "signal_2_n", ">=", "90.5", ")"]]}}} {"id": 176, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "71.9", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "the", "state", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "and", "in", "no", "time", "the", "signal_4_n", "signal", "should", "decrease", "below", "81.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "71.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less", "81.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_2", ")", "and", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", ">=", "71.9", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [48, 55], "prop": [["rise", "(", "signal_4_n", "<", "81.8", ")"]]}}} {"id": 2171, "sentence": ["For", "each", "time", "point", "within", "20", "time", "units", ",", "the", "value", "of", "signal_1_n", "has", "to", "continuously", "remain", "less", "than", "88.1", "and", "the", "value", "of", "signal_2_n", "remains", "below", "25.0", "consecutively", "."], "ltl": ["globally", "[0,20]", "(", "signal_1_n", "less", "88.1", "and", "signal_2_n", "less", "25.0", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "20", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "20", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<", "88.1"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "<", "25.0"]]}}} {"id": 5551, "sentence": ["Without", "interruption", "the", "value", "of", "signal", "signal_1_n", "must", "remain", "at", "least", "2.4", "and", "no", "larger", "than", "4.5", "within", "the", "first", "83", "time", "units", "."], "ltl": ["globally", "[0,83]", "(", "signal_1_n", "more equal", "2.4", "and", "signal_1_n", "less equal", "4.5", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 23], "prop": [["signal_1_n", ">=", "2.4"], ["signal_1_n", "<=", "4.5"]]}}} {"id": 1973, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "47.4", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "after", "at", "most", "16", "time", "units", ",", "the", "value", "of", "signal_2_n", "must", "be", "ultimately", "larger", "than", "64.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "47.4", ")", "imply", "finally", "[0,16]", "(", "signal_2_n", "more", "64.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "after", "at", "most", "16", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", ">", "47.4", ")"]]}, " prop_2 ": {"span": [37, 47], "prop": [["signal_2_n", ">", "64.3"]]}}} {"id": 4623, "sentence": ["There", "will", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "first", "36", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,36]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "first", "36", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 955, "sentence": ["For", "every", "time", "point", "within", "5", "time", "units", "the", "value", "of", "signal_1_n", "shall", "be", "consecutively", "less", "than", "or", "equal", "to", "66.8", "."], "ltl": ["globally", "[0,5]", "(", "signal_1_n", "less equal", "66.8", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "5", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "5", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", "<=", "66.8"]]}}} {"id": 5600, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "increases", "above", "73.4", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "first", "5", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "81.3", "and", "ought", "to", "always", "hold", "like", "this", "for", "each", "time", "instant", "within", "the", "following", "2", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "73.4", ")", "imply", "finally", "[0,5]", "(", "globally", "[0,2]", "(", "signal_2_n", "math equal", "81.3", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "first", "5", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "ought", "to", "always", "hold", "like", "this", "for", "each", "time", "instant", "within", "the", "following", "2", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "5", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "73.4", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["signal_2_n", "==", "81.3"]]}}} {"id": 841, "sentence": ["There", "has", "to", "exist", "a", "time", "starting", "at", "most", "46", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "41.2", "and", "smaller", "than", "56.2", "finally", ",", "and", "the", "value", "of", "signal_2_n", "ought", "to", "be", "greater", "than", "1.0", "finally", "."], "ltl": ["finally", "[0,46]", "(", "(", "signal_1_n", "more equal", "41.2", "and", "signal_1_n", "less", "56.2", ")", "and", "signal_2_n", "more", "1.0", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "time", "starting", "at", "most", "46", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 35], "prop": [["signal_1_n", ">=", "41.2"], ["signal_1_n", "<", "56.2"]]}, " prop_2 ": {"span": [37, 48], "prop": [["signal_2_n", ">", "1.0"]]}}} {"id": 4539, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consecutively", "the", "value", "of", "signal", "signal_1_n", "should", "remain", "greater", "than", "or", "equal", "to", "64.8", ",", "or", "the", "state", "of", "signal_2_n", "continuously", "stays", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "64.8", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 21], "prop": [["signal_1_n", ">=", "64.8"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5552, "sentence": ["Everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "85.4", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "85.4", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_3_n", "<=", "85.4"]]}}} {"id": 4430, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "needs", "to", "be", "greater", "than", "1.1", "and", "less", "than", "16.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "1.1", "and", "signal_3_n", "less", "16.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_3_n", ">", "1.1"], ["signal_3_n", "<", "16.5"]]}}} {"id": 5720, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "27", "time", "units", "signal_1_n", "ought", "to", "finally", "keep", "higher", "than", "55.3", "and", "less", "than", "97.8", "and", "the", "value", "of", "signal_2_n", "is", "finally", "15.6", "."], "ltl": ["finally", "[0,27]", "(", "(", "signal_1_n", "more", "55.3", "and", "signal_1_n", "less", "97.8", ")", "and", "signal_2_n", "math equal", "15.6", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "27", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "27", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">", "55.3"], ["signal_1_n", "<", "97.8"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "15.6"]]}}} {"id": 2438, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "becomes", "below", "83.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "18.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.9", ")", "imply", "signal_2_n", "less", "18.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "<", "83.9", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "<", "18.9"]]}}} {"id": 2204, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "state", "of", "signal", "signal_1_n", "stays", "in", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "is", "87.3", "then", "the", "following", "condition", "holds", ":", "there", "exists", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "less", "than", "or", "equal", "to", "48.6", "and", "should", "continue", "like", "that", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "87.3", "imply", "finally", "(", "globally", "(", "signal_4_n", "less equal", "48.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "there", "exists", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 22], "prop": [["signal_3_n", "==", "87.3"]]}, " prop_3 ": {"span": [39, 69], "prop": [["signal_4_n", "<=", "48.6"]]}}} {"id": 504, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "less", "than", "56.2", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "starting", "at", "most", "100", "time", "units", "for", "every", "time", "point", "during", "the", "following", "22", "time", "units", "the", "state", "of", "signal", "signal_2_n", "should", "not", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "56.2", "imply", "finally", "[0,100]", "(", "globally", "[0,22]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "starting", "at", "most", "100", "time", "units", "for", "every", "time", "point", "during", "the", "following", "22", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "100", "]", "(", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "<", "56.2"]]}, " prop_2 ": {"span": [38, 48], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4331, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "signal_1_n", "has", "to", "consecutively", "keep", "greater", "than", "or", "equal", "to", "19.8", ",", "or", "continuously", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "keep", "no", "more", "than", "82.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "19.8", "or", "signal_2_n", "less equal", "82.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">=", "19.8"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", "<=", "82.1"]]}}} {"id": 3032, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "less", "than", "or", "equal", "to", "66.8", ",", "or", "signal_2_n", "is", "higher", "than", "57.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_3_n", "ought", "to", "be", "in", "signal_4_n", "in", "no", "time", ",", "or", "at", "the", "same", "time", "instant", "the", "signal_5_n", "signal", "must", "n't", "be", "82.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "66.8", "or", "signal_2_n", "more", "57.4", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "negation", "(", "signal_5_n", "math equal", "82.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", ",", "or", "at", "the", "same", "time", "instant", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<=", "66.8"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", ">", "57.4"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [46, 53], "prop": [["-", "(", "signal_5_n", "==", "82.2", ")"]]}}} {"id": 1367, "sentence": ["For", "every", "moment", "during", "the", "first", "4", "to", "22", "time", "units", "signal_1_n", "shall", "be", "uninterruptedly", "below", "41.8", "."], "ltl": ["globally", "[4,22]", "(", "signal_1_n", "less", "41.8", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "4", "to", "22", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "<", "41.8"]]}}} {"id": 6397, "sentence": ["If", "in", "the", "elapsed", "74", "time", "units", ",", "the", "signal_1_n", "signal", "stays", "larger", "than", "13.8", "and", "less", "than", "47.4", "consistently", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "51", "time", "units", "eventually", ",", "at", "which", "signal_2_n", "needs", "to", "uninterruptedly", "stay", "at", "7.2", "for", "every", "time", "point", "in", "the", "next", "14", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,74]", "(", "signal_1_n", "more", "13.8", "and", "signal_1_n", "less", "47.4", ")", "imply", "finally", "[0,51]", "(", "globally", "[0,14]", "(", "signal_2_n", "math equal", "7.2", ")", ")", ")"], "logic_sentence": ["If", "in", "the", "elapsed", "74", "time", "units", ",", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "51", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "74", "]", "(", "prop_1", "&", "prop_1", ")", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", ">", "13.8"], ["signal_1_n", "<", "47.4"]]}, " prop_2 ": {"span": [47, 64], "prop": [["signal_2_n", "==", "7.2"]]}}} {"id": 2831, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "no", "more", "than", "97.3", "is", "observed", "then", "in", "response", "there", "will", "have", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "coming", "87", "time", "units", ",", "after", "which", "signal_2_n", "will", "be", "89.1", "then", "this", "condition", "must", "continue", "consecutively", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "97.3", ")", "imply", "finally", "[0,87]", "(", "globally", "(", "signal_2_n", "math equal", "89.1", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "there", "will", "have", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "coming", "87", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "condition", "must", "continue", "consecutively", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "87", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<=", "97.3", ")"]]}, " prop_2 ": {"span": [38, 42], "prop": [["signal_2_n", "==", "89.1"]]}}} {"id": 5681, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "40", "to", "59", "time", "units", "the", "event", "that", "signal_1_n", "becomes", "above", "18.4", "must", "get", "observed", "ultimately", "."], "ltl": ["finally", "[40,59]", "(", "rise", "(", "signal_1_n", "more", "18.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "40", "to", "59", "time", "units", "the", "event", "that", "(", "prop_1", ")", "must", "get", "observed", "ultimately", "."], "logic_ltl": ["F", "[", "40", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 19], "prop": [["rise", "(", "signal_1_n", ">", "18.4", ")"]]}}} {"id": 309, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "decreases", "below", "14.0", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "61.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "14.0", ")", "imply", "signal_2_n", "more equal", "61.8", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "14.0", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "61.8"]]}}} {"id": 2892, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "becomes", "above", "39.9", ",", "then", "in", "response", "finally", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "next", "7", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "66.8", "and", "ought", "to", "remain", "like", "this", "consistently", "for", "every", "time", "point", "during", "the", "coming", "6", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "39.9", ")", "imply", "finally", "[0,7]", "(", "globally", "[0,6]", "(", "signal_2_n", "math equal", "66.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "finally", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "next", "7", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "7", "]", "(", "G", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", ">", "39.9", ")"]]}, " prop_2 ": {"span": [29, 54], "prop": [["signal_2_n", "==", "66.8"]]}}} {"id": 1646, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "above", "18.9", "and", "below", "46.9", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "next", "29", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "after", "at", "most", "45", "time", "units", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "31.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "18.9", "and", "signal_1_n", "less", "46.9", "imply", "globally", "[0,29]", "(", "finally", "[0,45]", "(", "signal_2_n", "more equal", "31.8", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "next", "29", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "after", "at", "most", "45", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "29", "]", "(", "F", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "18.9"], ["signal_1_n", "<", "46.9"]]}, " prop_2 ": {"span": [46, 57], "prop": [["signal_2_n", ">=", "31.8"]]}}} {"id": 2516, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "46.7", "gets", "detected", ",", "then", "in", "response", "the", "state", "of", "signal", "signal_2_n", "will", "have", "been", "in", "signal_3_n", "uninterruptedly", "for", "the", "elapsed", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "46.7", ")", "imply", "historically", "[0,36]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "46.7", ")"]]}, " prop_2 ": {"span": [18, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1475, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "higher", "than", "17.7", "and", "less", "than", "31.2", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "changes", "to", "signal_3_n", "is", "not", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "for", "each", "time", "instant", "during", "the", "following", "17", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "be", "equal", "to", "34.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "17.7", "and", "signal_1_n", "less", "31.2", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "(", "globally", "[0,17]", "(", "signal_4_n", "math equal", "34.4", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "for", "each", "time", "instant", "during", "the", "following", "17", "time", "units", ",", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "17", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">", "17.7"], ["signal_1_n", "<", "31.2"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [65, 76], "prop": [["signal_4_n", "==", "34.4"]]}}} {"id": 3549, "sentence": ["For", "each", "time", "point", "within", "79", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "31.3", "all", "the", "time", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "more equal", "31.3", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "79", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", ">=", "31.3"]]}}} {"id": 1428, "sentence": ["During", "the", "first", "84", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "be", "consistently", "set", "to", "58.2", ",", "and", "signal_2_n", "is", "less", "than", "36.2", "consistently", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "math equal", "58.2", "and", "signal_2_n", "less", "36.2", ")"], "logic_sentence": ["During", "the", "first", "84", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "==", "58.2"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "<", "36.2"]]}}} {"id": 132, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "65", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "remain", "in", "signal_2_n", "consecutively", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "65", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2660, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "53", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "be", "no", "more", "than", "11.6", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "less equal", "11.6", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "53", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<=", "11.6"]]}}} {"id": 1384, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "larger", "than", "54.9", "or", "the", "value", "of", "signal_2_n", "remains", "equal", "to", "97.9", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "no", "larger", "than", "32.5", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "54.9", ")", "or", "signal_2_n", "math equal", "97.9", "imply", "signal_3_n", "less equal", "32.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", ">", "54.9", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "97.9"]]}, " prop_3 ": {"span": [30, 45], "prop": [["signal_3_n", "<=", "32.5"]]}}} {"id": 5178, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "gets", "changed", "to", "99.4", "then", "the", "following", "condition", "holds", ":", "right", "away", "the", "signal_2_n", "signal", "ought", "to", "keep", "equal", "to", "54.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "99.4", ")", "imply", "signal_2_n", "math equal", "54.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "99.4", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "54.2"]]}}} {"id": 4515, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "at", "least", "57.3", "happens", "then", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "should", "be", "equal", "to", "54.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.3", ")", "imply", "signal_2_n", "math equal", "54.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">=", "57.3", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "54.4"]]}}} {"id": 170, "sentence": ["For", "each", "moment", "within", "94", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "will", "never", "be", "above", "15.8", "or", "the", "value", "of", "signal", "signal_2_n", "will", "be", "remaining", "larger", "than", "2.8", "and", "smaller", "than", "77.1", "consecutively", "."], "ltl": ["globally", "[0,94]", "(", "negation", "(", "signal_1_n", "more", "15.8", ")", "or", "(", "signal_2_n", "more", "2.8", "and", "signal_2_n", "less", "77.1", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "94", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "(", "signal_1_n", ">", "15.8", ")"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_2_n", ">", "2.8"], ["signal_2_n", "<", "77.1"]]}}} {"id": 1423, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "4", "time", "units", "the", "signal_1_n", "signal", "has", "to", "keep", "less", "than", "or", "equal", "to", "35.5", "consistently", "or", "continuously", "the", "value", "of", "signal_2_n", "shall", "remain", "on", "71.7", "."], "ltl": ["globally", "[0,4]", "(", "signal_1_n", "less equal", "35.5", "or", "signal_2_n", "math equal", "71.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "4", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 33], "prop": [["signal_1_n", "<=", "35.5"], ["signal_2_n", "==", "71.7"]]}}} {"id": 2459, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "crosses", "45.3", ",", "then", "at", "once", "the", "mode", "of", "signal_2_n", "should", "never", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "45.3", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", ">", "45.3", ")"]]}, " prop_2 ": {"span": [12, 20], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5282, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "less", "than", "or", "equal", "to", "20.7", ",", "then", "signal_2_n", "is", "instantly", "greater", "than", "or", "equal", "to", "55.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.7", "imply", "signal_2_n", "more equal", "55.6", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "20.7"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", ">=", "55.6"]]}}} {"id": 236, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "less", "than", "8.1", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "must", "be", "immediately", "more", "than", "52.5", "and", "less", "than", "57.2", ",", "and", "the", "value", "of", "signal", "signal_3_n", "will", "be", "greater", "than", "or", "equal", "to", "75.1", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "8.1", ")", "imply", "(", "signal_2_n", "more", "52.5", "and", "signal_2_n", "less", "57.2", ")", "and", "signal_3_n", "more equal", "75.1", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "8.1", ")"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_2_n", ">", "52.5"], ["signal_2_n", "<", "57.2"]]}, " prop_3 ": {"span": [40, 58], "prop": [["signal_3_n", ">=", "75.1"]]}}} {"id": 1581, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "50.5", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "point", "within", "the", "subsequent", "40", "time", "units", ",", "continuously", "the", "mode", "of", "signal", "signal_2_n", "keeps", "in", "signal_3_n", "for", "every", "time", "instant", "during", "the", "next", "68", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.5", "imply", "finally", "[0,40]", "(", "globally", "[0,68]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "point", "within", "the", "subsequent", "40", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "50.5"]]}, " prop_2 ": {"span": [30, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1363, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "65.0", "takes", "place", ",", "then", "the", "signal_2_n", "signal", "has", "to", "be", "equal", "to", "32.7", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.0", ")", "imply", "signal_2_n", "math equal", "32.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", ">=", "65.0", ")"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_2_n", "==", "32.7"]]}}} {"id": 4782, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "has", "to", "be", "within", "the", "range", "-LSB-", "1.0", ",", "9.5", "-RSB-", "continuously", "and", "signal_2_n", "needs", "to", "be", "uninterruptedly", "96.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "1.0", "and", "signal_1_n", "less equal", "9.5", ")", "and", "signal_2_n", "math equal", "96.2", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 23], "prop": [["signal_1_n", ">=", "1.0"], ["signal_1_n", "<=", "9.5"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "96.2"]]}}} {"id": 5932, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "at", "most", "3.2", "occurs", "and", "the", "signal_2_n", "signal", "is", "74.7", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_3_n", "always", "remains", "in", "signal_4_n", "for", "each", "time", "point", "during", "the", "subsequent", "21", "to", "61", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "3.2", ")", "and", "signal_2_n", "math equal", "74.7", "imply", "globally", "[21,61]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "21", ":", "61", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<=", "3.2", ")"]]}, " prop_2 ": {"span": [16, 21], "prop": [["signal_2_n", "==", "74.7"]]}, " prop_3 ": {"span": [28, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 870, "sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "the", "signal_1_n", "signal", "is", "equal", "to", "14.2", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "14.2", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "14.2"]]}}} {"id": 290, "sentence": ["For", "more", "than", "64", "time", "units", "the", "mode", "of", "signal_1_n", "always", "remains", "in", "signal_2_n", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "more", "than", "64", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3063, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "over", "98.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "eventually", "set", "to", "signal_3_n", "at", "a", "certain", "moment", "during", "the", "next", "0", "to", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "98.8", "imply", "finally", "[0,81]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "98.8"]]}, " prop_2 ": {"span": [24, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3435, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "above", "96.4", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "state", "of", "signal_2_n", "should", "be", "signal_3_n", "and", "needs", "to", "stay", "like", "that", "without", "interruption", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "96.4", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", ">", "96.4", ")"]]}, " prop_2 ": {"span": [46, 70], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 582, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "28.2", "then", "in", "response", "right", "away", "the", "value", "of", "signal", "signal_4_n", "shall", "remain", "at", "least", "0.3", "and", "the", "signal_5_n", "signal", "ought", "to", "be", "94.8", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "28.2", "imply", "signal_4_n", "more equal", "0.3", "and", "signal_5_n", "math equal", "94.8", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "right", "away", "(", "prop_3", ")", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_3_n", ">=", "28.2"]]}, " prop_3 ": {"span": [28, 38], "prop": [["signal_4_n", ">=", "0.3"]]}, " prop_4 ": {"span": [39, 47], "prop": [["signal_5_n", "==", "94.8"]]}}} {"id": 621, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "larger", "than", "2.1", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "should", "be", "93.5", "and", "then", "this", "scenario", "should", "consecutively", "keep", "for", "each", "time", "point", "in", "the", "subsequent", "96", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "2.1", ")", "imply", "globally", "[0,96]", "(", "signal_2_n", "math equal", "93.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "should", "consecutively", "keep", "for", "each", "time", "point", "in", "the", "subsequent", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "2.1", ")"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_2_n", "==", "93.5"]]}}} {"id": 31, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "will", "be", "keeping", "greater", "than", "or", "equal", "to", "36.5", "for", "each", "moment", "in", "the", "first", "21", "to", "90", "time", "units", "."], "ltl": ["globally", "[21,90]", "(", "signal_1_n", "more equal", "36.5", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "21", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", ">=", "36.5"]]}}} {"id": 546, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "consecutively", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "8.7", "shall", "not", "be", "detected", ",", "and", "the", "value", "of", "signal_2_n", "must", "be", "in", "the", "closed", "interval", "-LSB-", "4.6", ",", "6.1", "-RSB-", "continuously", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "8.7", ")", "and", "(", "signal_2_n", "more equal", "4.6", "and", "signal_2_n", "less equal", "6.1", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "consecutively", "the", "event", "that", "(", "prop_1", ")", "shall", "not", "be", "detected", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["-", "fall", "(", "signal_1_n", "==", "8.7", ")"]]}, " prop_2 ": {"span": [28, 44], "prop": [["signal_2_n", ">=", "4.6"], ["signal_2_n", "<=", "6.1"]]}}} {"id": 2594, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "below", "28.4", ",", "or", "the", "value", "of", "signal_2_n", "is", "75.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "signal_3_n", "will", "remain", "greater", "than", "97.6", "."], "ltl": ["globally", "(", "signal_1_n", "less", "28.4", "or", "signal_2_n", "math equal", "75.6", "imply", "signal_3_n", "more", "97.6", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "<", "28.4"]]}, " prop_2 ": {"span": [10, 16], "prop": [["signal_2_n", "==", "75.6"]]}, " prop_3 ": {"span": [29, 35], "prop": [["signal_3_n", ">", "97.6"]]}}} {"id": 87, "sentence": ["There", "has", "to", "be", "sometime", "after", "between", "0", "to", "2", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "larger", "than", "13.1", "."], "ltl": ["finally", "[0,2]", "(", "signal_1_n", "more", "13.1", ")"], "logic_sentence": ["There", "has", "to", "be", "sometime", "after", "between", "0", "to", "2", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", ">", "13.1"]]}}} {"id": 1177, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "50.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "will", "have", "to", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "the", "signal_2_n", "signal", "must", "never", "be", "set", "to", "signal_3_n", "and", "will", "hold", "like", "this", "consecutively", "for", "every", "time", "instant", "in", "the", "subsequent", "4", "to", "14", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "50.1", ")", "imply", "finally", "(", "globally", "[4,14]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "will", "have", "to", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "4", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "50.1", ")"]]}, " prop_2 ": {"span": [36, 63], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1916, "sentence": ["While", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "15.7", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_4_n", "becomes", "signal_5_n", "ought", "to", "be", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "15.7", "imply", "rise", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_3_n", "==", "15.7"]]}, " prop_3 ": {"span": [32, 39], "prop": [["rise", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 6376, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "87.2", ",", "then", "in", "response", "ultimately", "at", "sometime", "during", "the", "subsequent", "46", "time", "units", "the", "signal_2_n", "signal", "ought", "to", "keep", "at", "most", "17.0", "uninterruptedly", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "87.2", ")", "imply", "finally", "[0,46]", "(", "globally", "(", "signal_2_n", "less equal", "17.0", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "at", "sometime", "during", "the", "subsequent", "46", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "87.2", ")"]]}, " prop_2 ": {"span": [25, 44], "prop": [["signal_2_n", "<=", "17.0"]]}}} {"id": 5721, "sentence": ["There", "shall", "be", "a", "certain", "moment", "starting", "at", "most", "40", "time", "units", ",", "at", "which", "signal_1_n", "will", "stay", "greater", "than", "18.1", "and", "less", "than", "26.5", "eventually", ",", "and", "finally", "the", "value", "of", "signal_2_n", "will", "be", "16.5", "."], "ltl": ["finally", "[0,40]", "(", "(", "signal_1_n", "more", "18.1", "and", "signal_1_n", "less", "26.5", ")", "and", "signal_2_n", "math equal", "16.5", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "starting", "at", "most", "40", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "40", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", ">", "18.1"], ["signal_1_n", "<", "26.5"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", "==", "16.5"]]}}} {"id": 1730, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "64", "to", "74", "time", "units", "the", "value", "of", "signal_1_n", "continuously", "stays", "greater", "than", "3.8", "and", "less", "than", "6.8", ",", "and", "signal_2_n", "has", "to", "be", "uninterruptedly", "greater", "than", "or", "equal", "to", "49.5", "."], "ltl": ["globally", "[64,74]", "(", "(", "signal_1_n", "more", "3.8", "and", "signal_1_n", "less", "6.8", ")", "and", "signal_2_n", "more equal", "49.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "64", "to", "74", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "64", ":", "74", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">", "3.8"], ["signal_1_n", "<", "6.8"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", ">=", "49.5"]]}}} {"id": 1297, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "42.1", "takes", "place", ",", "then", "for", "each", "time", "point", "during", "the", "first", "45", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "within", "the", "following", "21", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "becomes", "below", "35.0", "shall", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.1", ")", "imply", "globally", "[0,45]", "(", "finally", "[0,21]", "(", "rise", "(", "signal_2_n", "less", "35.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "time", "point", "during", "the", "first", "45", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "within", "the", "following", "21", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "45", "]", "(", "F", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "42.1", ")"]]}, " prop_2 ": {"span": [51, 55], "prop": [["rise", "(", "signal_2_n", "<", "35.0", ")"]]}}} {"id": 1884, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "44", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "not", "be", "equal", "to", "60.7", "ultimately", "."], "ltl": ["finally", "[0,44]", "(", "negation", "(", "signal_1_n", "math equal", "60.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "44", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["-", "(", "signal_1_n", "==", "60.7", ")"]]}}} {"id": 1468, "sentence": ["Consecutively", "the", "value", "of", "signal_1_n", "should", "stay", "equal", "to", "16.9", "for", "every", "time", "point", "within", "the", "first", "3", "to", "37", "time", "units", "."], "ltl": ["globally", "[3,37]", "(", "signal_1_n", "math equal", "16.9", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "37", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 22], "prop": [["signal_1_n", "==", "16.9"]]}}} {"id": 1520, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "90.0", ",", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "next", "2", "to", "26", "time", "units", "at", "a", "certain", "moment", "during", "the", "next", "19", "to", "32", "time", "units", "the", "value", "of", "signal_2_n", "has", "to", "remain", "larger", "than", "11.0", "and", "below", "40.7", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "90.0", "imply", "globally", "[2,26]", "(", "finally", "[19,32]", "(", "signal_2_n", "more", "11.0", "and", "signal_2_n", "less", "40.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "next", "2", "to", "26", "time", "units", "at", "a", "certain", "moment", "during", "the", "next", "19", "to", "32", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "26", "]", "(", "F", "[", "19", ":", "32", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "90.0"]]}, " prop_2 ": {"span": [47, 61], "prop": [["signal_2_n", ">", "11.0"], ["signal_2_n", "<", "40.7"]]}}} {"id": 2107, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "equals", "to", "58.5", ",", "then", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "within", "the", "range", "-LSB-", "39.1", ",", "99.1", "-RSB-", "and", "this", "condition", "should", "continue", "without", "interruption", "till", "ultimately", "there", "exists", "a", "time", "within", "92", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "is", "above", "79.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "58.5", "imply", "(", "signal_2_n", "more equal", "39.1", "and", "signal_2_n", "less equal", "99.1", ")", "until", "[0,92]", "(", "signal_3_n", "more", "79.6", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "and", "this", "condition", "should", "continue", "without", "interruption", "till", "ultimately", "there", "exists", "a", "time", "within", "92", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "92", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "58.5"]]}, " prop_2 ": {"span": [14, 31], "prop": [["signal_2_n", ">=", "39.1"], ["signal_2_n", "<=", "99.1"]]}, " prop_3 ": {"span": [51, 59], "prop": [["signal_3_n", ">", "79.6"]]}}} {"id": 826, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "49", "to", "83", "time", "units", ",", "eventually", "the", "state", "of", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "needs", "to", "be", "equal", "to", "97.7", "ultimately", "."], "ltl": ["finally", "[49,83]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "97.7", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "49", "to", "83", "time", "units", ",", "eventually", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "49", ":", "83", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", "==", "97.7"]]}}} {"id": 5269, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "above", "8.9", "."], "ltl": ["finally", "(", "signal_1_n", "more", "8.9", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 30], "prop": [["signal_1_n", ">", "8.9"]]}}} {"id": 337, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "19.5", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "following", "58", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "is", "shifted", "to", "24.8", "should", "n't", "get", "observed", "eventually", "at", "a", "time", "after", "at", "most", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "19.5", ")", "imply", "globally", "[0,58]", "(", "finally", "[0,23]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "24.8", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "following", "58", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "n't", "get", "observed", "eventually", "at", "a", "time", "after", "at", "most", "23", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "58", "]", "(", "F", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "19.5", ")"]]}, " prop_2 ": {"span": [39, 47], "prop": [["-", "rise", "(", "signal_2_n", "==", "24.8", ")"]]}}} {"id": 284, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "47.2", "happens", ",", "or", "signal_2_n", "stays", "equal", "to", "54.9", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "should", "stay", "larger", "than", "95.8", "uninterruptedly", "within", "the", "elapsed", "87", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "47.2", ")", "or", "signal_2_n", "math equal", "54.9", "imply", "historically", "[0,87]", "(", "signal_3_n", "more", "95.8", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "87", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "47.2", ")"]]}, " prop_2 ": {"span": [19, 24], "prop": [["signal_2_n", "==", "54.9"]]}, " prop_3 ": {"span": [31, 47], "prop": [["signal_3_n", ">", "95.8"]]}}} {"id": 5702, "sentence": ["Globally", ",", "in", "case", "that", "at", "a", "certain", "time", "instant", "within", "the", "following", "21", "to", "29", "time", "units", ",", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "90.0", "occurs", "eventually", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "38", "time", "units", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "is", "at", "least", "65.3", "and", "no", "more", "than", "80.2", "."], "ltl": ["globally", "(", "finally", "[21,29]", "(", "fall", "(", "signal_1_n", "math equal", "90.0", ")", ")", "imply", "finally", "[0,38]", "(", "signal_2_n", "more equal", "65.3", "and", "signal_2_n", "less equal", "80.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "at", "a", "certain", "time", "instant", "within", "the", "following", "21", "to", "29", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "eventually", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "38", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "21", ":", "29", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "38", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [23, 28], "prop": [["fall", "(", "signal_1_n", "==", "90.0", ")"]]}, " prop_2 ": {"span": [55, 67], "prop": [["signal_2_n", ">=", "65.3"], ["signal_2_n", "<=", "80.2"]]}}} {"id": 77, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "following", "3", "time", "units", ",", "consistently", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "equal", "to", "51.4", "will", "not", "happen", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,3]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "51.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "following", "3", "time", "units", ",", "consistently", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 43], "prop": [["-", "rise", "(", "signal_3_n", "==", "51.4", ")"]]}}} {"id": 2532, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "jumps", "to", "over", "82.4", "occurs", ",", "then", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "the", "state", "of", "signal_2_n", "sha", "n't", "be", "in", "signal_3_n", "and", "then", "this", "condition", "will", "consecutively", "sustain", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.4", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "consecutively", "sustain", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "82.4", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4385, "sentence": ["The", "value", "of", "signal_1_n", "should", "remain", "over", "67.1", "all", "the", "time", "for", "every", "time", "instant", "within", "26", "to", "97", "time", "units", "."], "ltl": ["globally", "[26,97]", "(", "signal_1_n", "more", "67.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "26", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">", "67.1"]]}}} {"id": 649, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "below", "26.0", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "following", "16", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "point", "within", "the", "next", "35", "time", "units", ",", "at", "which", "signal_2_n", "should", "be", "ultimately", "higher", "than", "60.3", "."], "ltl": ["globally", "(", "signal_1_n", "less", "26.0", "imply", "globally", "[0,16]", "(", "finally", "[0,35]", "(", "signal_2_n", "more", "60.3", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "following", "16", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "point", "within", "the", "next", "35", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "16", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "<", "26.0"]]}, " prop_2 ": {"span": [43, 50], "prop": [["signal_2_n", ">", "60.3"]]}}} {"id": 2985, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "51.0", "is", "observed", ",", "then", "in", "response", "at", "the", "same", "time", "the", "value", "of", "signal_2_n", "ought", "n't", "to", "be", "at", "most", "37.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "51.0", ")", "imply", "negation", "(", "signal_2_n", "less equal", "37.9", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["rise", "(", "signal_1_n", ">=", "51.0", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["-", "(", "signal_2_n", "<=", "37.9", ")"]]}}} {"id": 1142, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "71.4", "and", "less", "than", "or", "equal", "to", "72.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "coming", "66", "time", "units", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "coming", "90", "time", "units", ",", "at", "which", "the", "event", "that", "signal_2_n", "leaves", "signal_3_n", "sha", "n't", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "71.4", "and", "signal_1_n", "less equal", "72.7", "imply", "globally", "[0,66]", "(", "finally", "[0,90]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "coming", "66", "time", "units", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "coming", "90", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "66", "]", "(", "F", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", ">=", "71.4"], ["signal_1_n", "<=", "72.7"]]}, " prop_2 ": {"span": [58, 65], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3359, "sentence": ["There", "is", "a", "time", "in", "less", "than", "40", "time", "units", ",", "at", "which", "eventually", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "must", "be", "finally", "in", "the", "range", "-LSB-", "0.8", ",", "1.0", "-RSB-", "."], "ltl": ["finally", "[0,40]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "0.8", "and", "signal_3_n", "less equal", "1.0", ")", ")"], "logic_sentence": ["There", "is", "a", "time", "in", "less", "than", "40", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "40", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 40], "prop": [["signal_3_n", ">=", "0.8"], ["signal_3_n", "<=", "1.0"]]}}} {"id": 1870, "sentence": ["Finally", "the", "value", "of", "signal_1_n", "should", "be", "above", "2.2", "at", "a", "certain", "time", "point", "in", "the", "first", "30", "time", "units", "."], "ltl": ["finally", "[0,30]", "(", "signal_1_n", "more", "2.2", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", ">", "2.2"]]}}} {"id": 3408, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "coming", "71", "time", "units", ",", "at", "a", "time", "within", "the", "coming", "90", "time", "units", "signal_3_n", "ought", "to", "be", "signal_4_n", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,71]", "(", "finally", "[0,90]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "coming", "71", "time", "units", ",", "at", "a", "time", "within", "the", "coming", "90", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "71", "]", "(", "F", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1663, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "changes", "to", "63.4", "gets", "observed", ",", "then", "consistently", "the", "value", "of", "signal_2_n", "is", "n't", "larger", "than", "91.2", "till", "the", "value", "of", "signal", "signal_3_n", "is", "ultimately", "larger", "than", "16.6", "and", "less", "than", "54.1", ",", "which", "needs", "to", "be", "detected", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "95", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.4", ")", "imply", "(", "negation", "(", "signal_2_n", "more", "91.2", ")", ")", "until", "[0,95]", "(", "signal_3_n", "more", "16.6", "and", "signal_3_n", "less", "54.1", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "95", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "63.4", ")"]]}, " prop_2 ": {"span": [18, 59], "prop": [["-", "(", "signal_2_n", ">", "91.2", ")"], ["signal_3_n", ">", "16.6"], ["signal_3_n", "<", "54.1"]]}}} {"id": 931, "sentence": ["Whenever", "signal_1_n", "is", "less", "than", "or", "equal", "to", "51.7", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "falls", "below", "24.0", "takes", "place", "then", "in", "response", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "uninterruptedly", "the", "signal_3_n", "signal", "must", "stay", "at", "44.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "51.7", "or", "rise", "(", "signal_2_n", "less", "24.0", ")", "imply", "globally", "(", "signal_3_n", "math equal", "44.2", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", "then", "in", "response", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "51.7"]]}, " prop_2 ": {"span": [13, 20], "prop": [["rise", "(", "signal_2_n", "<", "24.0", ")"]]}, " prop_3 ": {"span": [35, 42], "prop": [["signal_3_n", "==", "44.2"]]}}} {"id": 4633, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "12.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "following", "40", "to", "78", "time", "units", "signal_2_n", "will", "remain", "higher", "than", "33.3", "and", "smaller", "than", "54.3", "finally", "at", "sometime", "within", "the", "next", "7", "to", "21", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "12.1", ")", "imply", "globally", "[40,78]", "(", "finally", "[7,21]", "(", "signal_2_n", "more", "33.3", "and", "signal_2_n", "less", "54.3", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "following", "40", "to", "78", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "40", ":", "78", "]", "(", "F", "[", "7", ":", "21", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["-", "(", "signal_1_n", "<=", "12.1", ")"]]}, " prop_2 ": {"span": [38, 59], "prop": [["signal_2_n", ">", "33.3"], ["signal_2_n", "<", "54.3"]]}}} {"id": 5276, "sentence": ["While", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "smaller", "than", "11.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "the", "first", "63", "time", "units", ",", "at", "which", "signal_4_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "32.1", "and", "less", "than", "or", "equal", "to", "73.6", "then", "this", "condition", "shall", "keep", "without", "interruption", "for", "each", "moment", "in", "the", "next", "61", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "11.1", "imply", "finally", "[0,63]", "(", "globally", "[0,61]", "(", "signal_4_n", "more equal", "32.1", "and", "signal_4_n", "less equal", "73.6", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "the", "first", "63", "time", "units", ",", "at", "which", "(", "prop_3", ")", "then", "this", "condition", "shall", "keep", "without", "interruption", "for", "each", "moment", "in", "the", "next", "61", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "63", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_3_n", "<", "11.1"]]}, " prop_3 ": {"span": [47, 65], "prop": [["signal_4_n", ">=", "32.1"], ["signal_4_n", "<=", "73.6"]]}}} {"id": 4719, "sentence": ["In", "the", "future", ",", "consistently", "signal_1_n", "must", "stay", "above", "74.1", "."], "ltl": ["globally", "(", "signal_1_n", "more", "74.1", ")"], "logic_sentence": ["In", "the", "future", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", ">", "74.1"]]}}} {"id": 5422, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "shifts", "to", "4.4", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "promptly", "smaller", "than", "52.9", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "19.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.4", ")", "imply", "signal_2_n", "less", "52.9", "or", "signal_3_n", "less equal", "19.6", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "==", "4.4", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "<", "52.9"]]}, " prop_3 ": {"span": [34, 51], "prop": [["signal_3_n", "<=", "19.6"]]}}} {"id": 172, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "n't", "less", "than", "94.5", ",", "or", "the", "signal_2_n", "signal", "is", "equal", "to", "76.4", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_3_n", "shall", "settle", "to", "31.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "94.5", ")", "or", "signal_2_n", "math equal", "76.4", "imply", "signal_3_n", "math equal", "31.5", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "<", "94.5", ")"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "==", "76.4"]]}, " prop_3 ": {"span": [29, 37], "prop": [["signal_3_n", "==", "31.5"]]}}} {"id": 425, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "becomes", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "30", "time", "units", ",", "ultimately", "there", "should", "be", "sometime", "within", "9", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "be", "at", "least", "58.2", "and", "less", "than", "or", "equal", "to", "61.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,30]", "(", "finally", "[0,9]", "(", "signal_3_n", "more equal", "58.2", "and", "signal_3_n", "less equal", "61.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "30", "time", "units", ",", "ultimately", "there", "should", "be", "sometime", "within", "9", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "30", "]", "(", "F", "[", "0", ":", "9", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [48, 64], "prop": [["signal_3_n", ">=", "58.2"], ["signal_3_n", "<=", "61.4"]]}}} {"id": 2774, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "continuously", "signal_3_n", "must", "stay", "equal", "to", "88.8", "during", "the", "last", "0", "to", "12", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "[0,12]", "(", "signal_3_n", "math equal", "88.8", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 38], "prop": [["signal_3_n", "==", "88.8"]]}}} {"id": 3279, "sentence": ["There", "is", "sometime", "during", "the", "first", "29", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "shall", "be", "equal", "to", "13.9", "and", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,29]", "(", "signal_1_n", "math equal", "13.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "is", "sometime", "during", "the", "first", "29", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "29", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "13.9"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1197, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "44", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "be", "above", "83.7", "and", "less", "than", "or", "equal", "to", "85.7", "eventually", "and", "the", "signal_2_n", "signal", "should", "be", "over", "61.6", "."], "ltl": ["finally", "[0,44]", "(", "(", "signal_1_n", "more", "83.7", "and", "signal_1_n", "less equal", "85.7", ")", "and", "signal_2_n", "more", "61.6", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 33], "prop": [["signal_1_n", ">", "83.7"], ["signal_1_n", "<=", "85.7"]]}, " prop_2 ": {"span": [34, 41], "prop": [["signal_2_n", ">", "61.6"]]}}} {"id": 1832, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "above", "58.3", "then", "simultaneously", "the", "signal_2_n", "signal", "keeps", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "58.3", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", ">", "58.3"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 194, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "state", "of", "signal_1_n", "is", "not", "in", "signal_2_n", "and", "this", "scenario", "has", "been", "uninterruptedly", "lasting", "for", "the", "last", "18", "to", "27", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "signal_4_n", "then", "this", "condition", "lasts", "all", "the", "time", "till", "the", "mode", "of", "signal_5_n", "is", "in", "signal_6_n", "ultimately", ",", "which", "has", "to", "be", "observed", "at", "a", "certain", "moment", "during", "the", "first", "47", "time", "units", "."], "ltl": ["globally", "(", "historically", "[18,27]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[0,47]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "this", "scenario", "has", "been", "uninterruptedly", "lasting", "for", "the", "last", "18", "to", "27", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "lasts", "all", "the", "time", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "18", ":", "27", "]", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 43], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [51, 75], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 29, "sentence": ["For", "each", "time", "point", "within", "the", "first", "45", "to", "59", "time", "units", "the", "signal_1_n", "signal", "will", "consistently", "remain", "greater", "than", "or", "equal", "to", "55.4", "."], "ltl": ["globally", "[45,59]", "(", "signal_1_n", "more equal", "55.4", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "45", "to", "59", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "45", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "55.4"]]}}} {"id": 1561, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "18.2", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "signal_2_n", "becomes", "no", "less", "than", "19.8", "has", "to", "happen", "at", "once", ",", "or", "the", "value", "of", "signal_3_n", "should", "be", "promptly", "smaller", "than", "36.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "18.2", ")", "imply", "rise", "(", "signal_2_n", "more equal", "19.8", ")", "or", "signal_3_n", "less", "36.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "happen", "at", "once", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "18.2", ")"]]}, " prop_2 ": {"span": [31, 37], "prop": [["rise", "(", "signal_2_n", ">=", "19.8", ")"]]}, " prop_3 ": {"span": [44, 54], "prop": [["signal_3_n", "<", "36.9"]]}}} {"id": 112, "sentence": ["For", "every", "time", "instant", "within", "18", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "keeping", "greater", "than", "or", "equal", "to", "4.6", "consecutively", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "more equal", "4.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "18", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", ">=", "4.6"]]}}} {"id": 2195, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "below", "83.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "should", "be", "higher", "than", "87.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.8", ")", "imply", "signal_2_n", "more", "87.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "<", "83.8", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", ">", "87.9"]]}}} {"id": 1328, "sentence": ["If", "the", "signal_1_n", "signal", "is", "not", "less", "than", "50.5", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "smaller", "than", "84.2", "takes", "place", "then", "in", "response", "there", "will", "be", "a", "time", "within", "the", "coming", "39", "time", "units", "finally", ",", "after", "which", "the", "state", "of", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "and", "then", "will", "be", "consecutively", "continuing", "like", "that", "for", "each", "time", "point", "during", "the", "subsequent", "22", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "50.5", ")", "and", "rise", "(", "signal_2_n", "less", "84.2", ")", "imply", "finally", "[0,39]", "(", "globally", "[0,22]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "then", "in", "response", "there", "will", "be", "a", "time", "within", "the", "coming", "39", "time", "units", "finally", ",", "after", "which", "(", "prop_3", ")", "and", "then", "will", "be", "consecutively", "continuing", "like", "that", "for", "each", "time", "point", "during", "the", "subsequent", "22", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "0", ":", "22", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["-", "(", "signal_1_n", "<", "50.5", ")"]]}, " prop_2 ": {"span": [14, 23], "prop": [["rise", "(", "signal_2_n", "<", "84.2", ")"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3335, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "9.6", "and", "at", "most", "96.4", ",", "and", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "next", "18", "to", "48", "time", "units", "there", "must", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "must", "remain", "greater", "than", "or", "equal", "to", "55.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "9.6", "and", "signal_1_n", "less equal", "96.4", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[18,48]", "(", "finally", "(", "signal_4_n", "more equal", "55.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "next", "18", "to", "48", "time", "units", "there", "must", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "18", ":", "48", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "9.6"], ["signal_1_n", "<=", "96.4"]]}, " prop_2 ": {"span": [20, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [61, 74], "prop": [["signal_4_n", ">=", "55.4"]]}}} {"id": 5715, "sentence": ["For", "every", "time", "point", "within", "44", "time", "units", "the", "signal_1_n", "signal", "will", "be", "staying", "below", "49.0", "without", "interruption", ",", "or", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "less", "49.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "44", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<", "49.0"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6278, "sentence": ["Finally", "there", "will", "exist", "a", "time", "within", "11", "to", "81", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "remain", "less", "than", "or", "equal", "to", "41.5", "."], "ltl": ["finally", "[11,81]", "(", "signal_1_n", "less equal", "41.5", ")"], "logic_sentence": ["Finally", "there", "will", "exist", "a", "time", "within", "11", "to", "81", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "11", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", "<=", "41.5"]]}}} {"id": 3250, "sentence": ["The", "transition", "action", "that", "the", "value", "of", "signal_1_n", "rises", "to", "no", "less", "than", "0.7", "ought", "not", "to", "occur", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "0.7", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "ought", "not", "to", "occur", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["-", "rise", "(", "signal_1_n", ">=", "0.7", ")"]]}}} {"id": 1609, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "signal_1_n", "shall", "be", "at", "least", "23.9", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "23.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", ">=", "23.9"]]}}} {"id": 136, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "signal_3_n", "ought", "to", "be", "at", "most", "11.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "11.6", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_3_n", "<=", "11.6"]]}}} {"id": 2111, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "equal", "to", "16.7", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "should", "remain", "greater", "than", "or", "equal", "to", "15.4", "and", "less", "than", "or", "equal", "to", "26.6", "without", "interruption", "till", "at", "a", "time", "starting", "at", "most", "19", "time", "units", ",", "the", "value", "of", "signal_3_n", "is", "finally", "greater", "than", "32.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.7", "imply", "(", "signal_2_n", "more equal", "15.4", "and", "signal_2_n", "less equal", "26.6", ")", "until", "[0,19]", "(", "signal_3_n", "more", "32.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "16.7"]]}, " prop_2 ": {"span": [21, 61], "prop": [["signal_2_n", ">=", "15.4"], ["signal_2_n", "<=", "26.6"], ["signal_3_n", ">", "32.2"]]}}} {"id": 633, "sentence": ["Globally", ",", "while", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "future", ",", "the", "state", "of", "signal", "signal_3_n", "should", "n't", "be", "set", "to", "signal_4_n", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 53], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1882, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "signal_2_n", "gets", "observed", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "below", "25.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "25.0", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_3_n", "<", "25.0"]]}}} {"id": 3222, "sentence": ["Finally", "the", "value", "of", "signal_1_n", "shall", "be", "equal", "to", "7.8", "at", "a", "certain", "moment", "in", "the", "future", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "7.8", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "==", "7.8"]]}}} {"id": 238, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "to", "no", "less", "than", "53.8", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "must", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "53.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "53.8", ")"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5105, "sentence": ["If", "the", "signal_1_n", "signal", "is", "equal", "to", "21.9", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "higher", "than", "48.9", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "signal_3_n", "signal", "will", "be", "greater", "than", "92.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "21.9", "and", "signal_2_n", "more", "48.9", "imply", "signal_3_n", "more", "92.1", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "21.9"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_2_n", ">", "48.9"]]}, " prop_3 ": {"span": [27, 35], "prop": [["signal_3_n", ">", "92.1"]]}}} {"id": 5193, "sentence": ["For", "each", "moment", "during", "the", "first", "48", "time", "units", "signal_1_n", "ought", "to", "be", "consistently", "set", "to", "86.1", "and", "the", "state", "of", "signal", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "consistently", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "math equal", "86.1", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "48", "time", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "86.1"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1878, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "no", "more", "than", "15.8", "and", "the", "signal_2_n", "signal", "is", "at", "least", "65.7", "then", "in", "response", "at", "the", "same", "moment", "the", "value", "of", "signal_3_n", "needs", "to", "be", "higher", "than", "23.8", "and", "smaller", "than", "25.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "15.8", "and", "signal_2_n", "more equal", "65.7", "imply", "signal_3_n", "more", "23.8", "and", "signal_3_n", "less", "25.7", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "15.8"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_2_n", ">=", "65.7"]]}, " prop_3 ": {"span": [26, 40], "prop": [["signal_3_n", ">", "23.8"], ["signal_3_n", "<", "25.7"]]}}} {"id": 24, "sentence": ["There", "has", "to", "exist", "a", "time", "in", "the", "first", "74", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "should", "be", "finally", "equal", "to", "31.8", "or", "eventually", "the", "value", "of", "signal_2_n", "will", "be", "higher", "than", "68.7", "."], "ltl": ["finally", "[0,74]", "(", "signal_1_n", "math equal", "31.8", "or", "signal_2_n", "more", "68.7", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "time", "in", "the", "first", "74", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", "==", "31.8"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", ">", "68.7"]]}}} {"id": 57, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "larger", "than", "72.9", "and", "continues", "like", "this", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "then", "there", "needs", "to", "exist", "a", "time", "in", "the", "next", "58", "time", "units", ",", "at", "which", "signal_3_n", "is", "n't", "no", "less", "than", "36.8", "eventually", ",", "till", "then", "without", "interruption", "the", "signal_2_n", "signal", "must", "be", "higher", "than", "2.9", "and", "smaller", "than", "8.8", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "72.9", ")", "imply", "(", "signal_2_n", "more", "2.9", "and", "signal_2_n", "less", "8.8", ")", "until", "[0,58]", "(", "negation", "(", "signal_3_n", "more equal", "36.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "there", "needs", "to", "exist", "a", "time", "in", "the", "next", "58", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "till", "then", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 24], "prop": [["signal_1_n", ">", "72.9"]]}, " prop_2 ": {"span": [41, 49], "prop": [["-", "(", "signal_3_n", ">=", "36.8", ")"]]}, " prop_3 ": {"span": [54, 66], "prop": [["signal_2_n", ">", "2.9"], ["signal_2_n", "<", "8.8"]]}}} {"id": 4014, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "42.0", "and", "signal_2_n", "is", "larger", "than", "7.6", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "at", "sometime", "in", "the", "following", "3", "to", "15", "time", "units", "ultimately", "the", "signal_3_n", "signal", "remains", "no", "less", "than", "6.6", "and", "at", "most", "40.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "42.0", "and", "signal_2_n", "more", "7.6", "imply", "globally", "(", "finally", "[3,15]", "(", "signal_3_n", "more equal", "6.6", "and", "signal_3_n", "less equal", "40.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "at", "sometime", "in", "the", "following", "3", "to", "15", "time", "units", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "F", "[", "3", ":", "15", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["signal_1_n", "<=", "42.0"]]}, " prop_2 ": {"span": [18, 23], "prop": [["signal_2_n", ">", "7.6"]]}, " prop_3 ": {"span": [52, 64], "prop": [["signal_3_n", ">=", "6.6"], ["signal_3_n", "<=", "40.2"]]}}} {"id": 1178, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "71.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "mode", "of", "signal", "signal_2_n", "must", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "71.7", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "71.7"]]}, " prop_2 ": {"span": [54, 63], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3342, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "less", "than", "28.7", ",", "then", "the", "following", "condition", "holds", ":", "signal_4_n", "must", "be", "below", "84.2", "and", "then", "this", "condition", "has", "to", "sustain", "without", "interruption", "in", "the", "next", "72", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "28.7", "imply", "globally", "[0,72]", "(", "signal_4_n", "less", "84.2", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "has", "to", "sustain", "without", "interruption", "in", "the", "next", "72", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "72", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_3_n", "<", "28.7"]]}, " prop_3 ": {"span": [31, 36], "prop": [["signal_4_n", "<", "84.2"]]}}} {"id": 952, "sentence": ["Globally", ",", "everytime", "when", "in", "the", "past", "22", "time", "units", "signal_1_n", "has", "stayed", "in", "signal_2_n", "all", "the", "time", "then", "after", "sometime", "during", "the", "subsequent", "80", "time", "units", "the", "signal_3_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "98.7", "then", "this", "scenario", "will", "have", "to", "continue", "all", "the", "time", "within", "the", "following", "39", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,22]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,80]", "(", "globally", "[0,39]", "(", "signal_3_n", "more equal", "98.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "in", "the", "past", "22", "time", "units", "(", "prop_1", ")", "then", "after", "sometime", "during", "the", "subsequent", "80", "time", "units", "(", "prop_2", ")", "then", "this", "scenario", "will", "have", "to", "continue", "all", "the", "time", "within", "the", "following", "39", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "22", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "80", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_3_n", ">=", "98.7"]]}}} {"id": 4065, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "should", "be", "equal", "to", "32.0", "and", "then", "will", "be", "holding", "like", "that", "all", "the", "time", "for", "every", "time", "point", "within", "the", "coming", "74", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,74]", "(", "signal_3_n", "math equal", "32.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "will", "be", "holding", "like", "that", "all", "the", "time", "for", "every", "time", "point", "within", "the", "coming", "74", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_3_n", "==", "32.0"]]}}} {"id": 6291, "sentence": ["There", "finally", "exists", "sometime", "during", "the", "first", "3", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "should", "n't", "get", "detected", "."], "ltl": ["finally", "[0,3]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "finally", "exists", "sometime", "during", "the", "first", "3", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1607, "sentence": ["The", "value", "of", "signal_1_n", "will", "have", "to", "remain", "at", "least", "45.6", "all", "the", "time", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "45.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">=", "45.6"]]}}} {"id": 196, "sentence": ["There", "shall", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "ultimately", "greater", "than", "or", "equal", "to", "18.4", "and", "no", "larger", "than", "60.4", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "18.4", "and", "signal_1_n", "less equal", "60.4", ")"], "logic_sentence": ["There", "shall", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 34], "prop": [["signal_1_n", ">=", "18.4"], ["signal_1_n", "<=", "60.4"]]}}} {"id": 3513, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "must", "be", "at", "least", "16.2", "and", "no", "larger", "than", "57.5", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "16.2", "and", "signal_1_n", "less equal", "57.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">=", "16.2"], ["signal_1_n", "<=", "57.5"]]}}} {"id": 446, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "0.4", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "value", "of", "signal_2_n", "ought", "to", "be", "always", "at", "least", "15.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "0.4", ")", "imply", "globally", "(", "signal_2_n", "more equal", "15.2", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<=", "0.4", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", ">=", "15.2"]]}}} {"id": 3324, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "will", "keep", "less", "than", "or", "equal", "to", "48.7", "for", "each", "moment", "within", "1", "to", "2", "time", "units", "."], "ltl": ["globally", "[1,2]", "(", "signal_1_n", "less equal", "48.7", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "<=", "48.7"]]}}} {"id": 1150, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "shall", "not", "be", "true", ":", "for", "the", "following", "59", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "begins", "deviating", "from", "6.0", "will", "consecutively", "not", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "globally", "[0,59]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "6.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "shall", "not", "be", "true", ":", "for", "the", "following", "59", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "consecutively", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 47], "prop": [["-", "fall", "(", "signal_3_n", "==", "6.0", ")"]]}}} {"id": 1289, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "37.3", "happens", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "deviates", "from", "70.5", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "has", "to", "be", "below", "73.7", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "37.3", ")", "and", "fall", "(", "signal_2_n", "math equal", "70.5", ")", "imply", "signal_3_n", "less", "73.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", "<=", "37.3", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["fall", "(", "signal_2_n", "==", "70.5", ")"]]}, " prop_3 ": {"span": [44, 54], "prop": [["signal_3_n", "<", "73.7"]]}}} {"id": 3050, "sentence": ["The", "state", "of", "signal", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1143, "sentence": ["If", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "14.1", "and", "less", "than", "or", "equal", "to", "56.8", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "following", "18", "time", "units", ",", "ultimately", "the", "scenario", "that", "signal_2_n", "begins", "deviating", "from", "signal_3_n", "shall", "not", "get", "observed", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "67", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "14.1", "and", "signal_1_n", "less equal", "56.8", "imply", "globally", "[0,18]", "(", "finally", "[0,67]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "following", "18", "time", "units", ",", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "get", "observed", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "67", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "14.1"], ["signal_1_n", "<=", "56.8"]]}, " prop_2 ": {"span": [38, 43], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1291, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "26.0", ",", "and", "the", "transition", "action", "that", "signal_2_n", "becomes", "not", "set", "to", "89.9", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "signal_3_n", "shall", "be", "lower", "than", "7.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.0", ")", "and", "fall", "(", "signal_2_n", "math equal", "89.9", ")", "imply", "signal_3_n", "less", "7.1", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["rise", "(", "signal_1_n", "<=", "26.0", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["fall", "(", "signal_2_n", "==", "89.9", ")"]]}, " prop_3 ": {"span": [41, 47], "prop": [["signal_3_n", "<", "7.1"]]}}} {"id": 1655, "sentence": ["Whenever", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_3_n", "ought", "to", "be", "signal_4_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1143, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "61.0", ",", "and", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "7.0", "and", "no", "larger", "than", "22.8", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "60", "time", "units", "the", "signal_3_n", "signal", "will", "have", "to", "always", "stay", "above", "33.0", "and", "lower", "than", "57.8", "for", "each", "moment", "within", "100", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "61.0", ")", "and", "(", "signal_2_n", "more equal", "7.0", "and", "signal_2_n", "less equal", "22.8", ")", "imply", "finally", "[0,60]", "(", "globally", "[0,100]", "(", "signal_3_n", "more", "33.0", "and", "signal_3_n", "less", "57.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "60", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "60", "]", "(", "G", "[", "0", ":", "100", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["-", "(", "signal_1_n", ">=", "61.0", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_2_n", ">=", "7.0"], ["signal_2_n", "<=", "22.8"]]}, " prop_3 ": {"span": [56, 77], "prop": [["signal_3_n", ">", "33.0"], ["signal_3_n", "<", "57.8"]]}}} {"id": 2657, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "62", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "be", "at", "most", "68.4", "finally", "."], "ltl": ["finally", "[0,62]", "(", "signal_1_n", "less equal", "68.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "62", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<=", "68.4"]]}}} {"id": 965, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "drops", "below", "4.0", "is", "observed", "then", "after", "a", "certain", "time", "instant", "in", "the", "next", "95", "time", "units", ",", "in", "the", "future", "until", "the", "execution", "ends", "consistently", "signal_2_n", "will", "stay", "no", "more", "than", "32.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "4.0", ")", "imply", "finally", "[0,95]", "(", "globally", "(", "signal_2_n", "less equal", "32.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "after", "a", "certain", "time", "instant", "in", "the", "next", "95", "time", "units", ",", "in", "the", "future", "until", "the", "execution", "ends", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "4.0", ")"]]}, " prop_2 ": {"span": [34, 41], "prop": [["signal_2_n", "<=", "32.4"]]}}} {"id": 4182, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "no", "more", "than", "96.6", "is", "detected", ",", "then", "the", "subsequent", "condition", "must", "not", "be", "true", ":", "ultimately", "there", "exists", "a", "certain", "time", "instant", "during", "the", "following", "2", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "wo", "n't", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "96.6", ")", "imply", "negation", "(", "finally", "[0,2]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "subsequent", "condition", "must", "not", "be", "true", ":", "ultimately", "there", "exists", "a", "certain", "time", "instant", "during", "the", "following", "2", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "96.6", ")"]]}, " prop_2 ": {"span": [44, 51], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 639, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "23.1", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "to", "no", "less", "than", "39.3", "will", "occur", "ultimately", "at", "a", "time", "during", "the", "subsequent", "65", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "23.1", ")", "imply", "finally", "[0,65]", "(", "rise", "(", "signal_2_n", "more equal", "39.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "will", "occur", "ultimately", "at", "a", "time", "during", "the", "subsequent", "65", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "23.1", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["rise", "(", "signal_2_n", ">=", "39.3", ")"]]}}} {"id": 451, "sentence": ["At", "a", "certain", "moment", "within", "21", "time", "units", "finally", "the", "value", "of", "signal", "signal_1_n", "must", "be", "less", "than", "or", "equal", "to", "97.8", ",", "and", "finally", "the", "value", "of", "signal", "signal_2_n", "should", "be", "greater", "than", "59.3", "."], "ltl": ["finally", "[0,21]", "(", "signal_1_n", "less equal", "97.8", "and", "signal_2_n", "more", "59.3", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "21", "time", "units", "finally", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "21", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", "<=", "97.8"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">", "59.3"]]}}} {"id": 1368, "sentence": ["The", "value", "of", "signal_1_n", "shall", "be", "less", "than", "62.1", "uninterruptedly", "within", "66", "to", "84", "time", "units", "."], "ltl": ["globally", "[66,84]", "(", "signal_1_n", "less", "62.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "66", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "<", "62.1"]]}}} {"id": 2170, "sentence": ["For", "every", "moment", "within", "3", "time", "units", ",", "signal_1_n", "ought", "to", "keep", "below", "17.7", "without", "interruption", ",", "and", "the", "value", "of", "signal_2_n", "will", "uninterruptedly", "keep", "below", "94.9", "."], "ltl": ["globally", "[0,3]", "(", "signal_1_n", "less", "17.7", "and", "signal_2_n", "less", "94.9", ")"], "logic_sentence": ["For", "every", "moment", "within", "3", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<", "17.7"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<", "94.9"]]}}} {"id": 4352, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "less", "than", "96.1", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "87.7", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "greater", "than", "3.1", "and", "less", "than", "5.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "less", "96.1", "or", "signal_2_n", "less", "87.7", "imply", "signal_3_n", "more", "3.1", "and", "signal_3_n", "less", "5.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["signal_1_n", "<", "96.1"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", "<", "87.7"]]}, " prop_3 ": {"span": [28, 46], "prop": [["signal_3_n", ">", "3.1"], ["signal_3_n", "<", "5.0"]]}}} {"id": 5560, "sentence": ["There", "shall", "exist", "a", "time", "within", "the", "first", "88", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "eventually", "between", "the", "range", "-LRB-", "0.0", ",", "0.2", "-RRB-", "."], "ltl": ["finally", "[0,88]", "(", "signal_1_n", "more", "0.0", "and", "signal_1_n", "less", "0.2", ")"], "logic_sentence": ["There", "shall", "exist", "a", "time", "within", "the", "first", "88", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 31], "prop": [["signal_1_n", ">", "0.0"], ["signal_1_n", "<", "0.2"]]}}} {"id": 3296, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "13.7", "gets", "observed", ",", "then", "for", "each", "time", "instant", "during", "the", "first", "0", "time", "units", ",", "there", "has", "to", "be", "sometime", "within", "the", "following", "56", "time", "units", "ultimately", ",", "at", "which", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "62.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "13.7", ")", "imply", "globally", "[0,0]", "(", "finally", "[0,56]", "(", "signal_2_n", "more equal", "62.3", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "for", "each", "time", "instant", "during", "the", "first", "0", "time", "units", ",", "there", "has", "to", "be", "sometime", "within", "the", "following", "56", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "13.7", ")"]]}, " prop_2 ": {"span": [44, 54], "prop": [["signal_2_n", ">=", "62.3"]]}}} {"id": 749, "sentence": ["In", "the", "case", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "next", "77", "time", "units", "there", "ought", "to", "exist", "a", "certain", "moment", "in", "the", "next", "85", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "drops", "below", "49.2", "has", "to", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,77]", "(", "finally", "[0,85]", "(", "rise", "(", "signal_3_n", "less", "49.2", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "next", "77", "time", "units", "there", "ought", "to", "exist", "a", "certain", "moment", "in", "the", "next", "85", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [43, 50], "prop": [["rise", "(", "signal_3_n", "<", "49.2", ")"]]}}} {"id": 838, "sentence": ["Eventually", "there", "shall", "exist", "a", "time", "starting", "at", "most", "97", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "22.0", "and", "smaller", "than", "24.2", "and", "the", "value", "of", "signal", "signal_2_n", "will", "be", "above", "55.8", "."], "ltl": ["finally", "[0,97]", "(", "(", "signal_1_n", "more equal", "22.0", "and", "signal_1_n", "less", "24.2", ")", "and", "signal_2_n", "more", "55.8", ")"], "logic_sentence": ["Eventually", "there", "shall", "exist", "a", "time", "starting", "at", "most", "97", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "97", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 30], "prop": [["signal_1_n", ">=", "22.0"], ["signal_1_n", "<", "24.2"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", ">", "55.8"]]}}} {"id": 2704, "sentence": ["Consecutively", "the", "state", "of", "signal_1_n", "ought", "to", "keep", "in", "signal_2_n", "for", "at", "least", "23", "time", "units", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6169, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "set", "to", "40.3", "and", "the", "value", "of", "signal", "signal_2_n", "is", "87.7", ",", "then", "in", "response", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "falls", "to", "no", "more", "than", "96.9", "shall", "ultimately", "get", "detected", "at", "a", "certain", "time", "point", "during", "the", "following", "14", "to", "19", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "40.3", "and", "signal_2_n", "math equal", "87.7", "imply", "finally", "[14,19]", "(", "rise", "(", "signal_3_n", "less equal", "96.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "the", "scenario", "that", "(", "prop_3", ")", "shall", "ultimately", "get", "detected", "at", "a", "certain", "time", "point", "during", "the", "following", "14", "to", "19", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "14", ":", "19", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "40.3"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "==", "87.7"]]}, " prop_3 ": {"span": [25, 35], "prop": [["rise", "(", "signal_3_n", "<=", "96.9", ")"]]}}} {"id": 264, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "less", "than", "34.1", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "within", "the", "first", "18", "time", "units", ",", "eventually", "at", "sometime", "after", "at", "most", "91", "time", "units", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "changed", "to", "signal_3_n", "should", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "34.1", ")", "imply", "globally", "[0,18]", "(", "finally", "[0,91]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "within", "the", "first", "18", "time", "units", ",", "eventually", "at", "sometime", "after", "at", "most", "91", "time", "units", "the", "event", "that", "(", "prop_2", ")", "should", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "34.1", ")"]]}, " prop_2 ": {"span": [45, 52], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1895, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "31.9", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "signal_2_n", "will", "have", "to", "be", "91.2", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "31.9", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "91.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", ">=", "31.9", ")"]]}, " prop_2 ": {"span": [40, 59], "prop": [["signal_2_n", "==", "91.2"]]}}} {"id": 315, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "lower", "than", "29.6", "happens", "or", "signal_2_n", "is", "higher", "than", "0.2", "and", "less", "than", "or", "equal", "to", "0.4", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "is", "greater", "than", "40.0", "and", "lower", "than", "86.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "29.6", ")", "or", "(", "signal_2_n", "more", "0.2", "and", "signal_2_n", "less equal", "0.4", ")", "imply", "signal_3_n", "more", "40.0", "and", "signal_3_n", "less", "86.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "<", "29.6", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">", "0.2"], ["signal_2_n", "<=", "0.4"]]}, " prop_3 ": {"span": [48, 59], "prop": [["signal_3_n", ">", "40.0"], ["signal_3_n", "<", "86.4"]]}}} {"id": 1760, "sentence": ["Everytime", "when", "signal_1_n", "equals", "to", "76.1", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "subsequent", "95", "time", "units", ",", "there", "needs", "to", "be", "a", "time", "after", "at", "most", "68", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal_2_n", "has", "to", "be", "smaller", "than", "52.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "76.1", "imply", "globally", "[0,95]", "(", "finally", "[0,68]", "(", "signal_2_n", "less", "52.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "subsequent", "95", "time", "units", ",", "there", "needs", "to", "be", "a", "time", "after", "at", "most", "68", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "95", "]", "(", "F", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 6], "prop": [["signal_1_n", "==", "76.1"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_2_n", "<", "52.5"]]}}} {"id": 3552, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "mode", "of", "signal_1_n", "will", "have", "to", "stay", "in", "signal_2_n", "continuously", ",", "and", "the", "signal_3_n", "signal", "shall", "stay", "above", "25.0", "and", "less", "than", "59.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "25.0", "and", "signal_3_n", "less", "59.3", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_3_n", ">", "25.0"], ["signal_3_n", "<", "59.3"]]}}} {"id": 50, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "there", "will", "be", "a", "certain", "moment", "in", "the", "next", "6", "to", "14", "time", "units", ",", "at", "which", "eventually", "signal_1_n", "is", "5.1", ",", "then", "in", "response", "in", "the", "future", "till", "the", "simulation", "ends", ",", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "must", "n't", "be", "less", "than", "or", "equal", "to", "81.7", "."], "ltl": ["globally", "(", "finally", "[6,14]", "(", "signal_1_n", "math equal", "5.1", ")", "imply", "globally", "(", "negation", "(", "signal_2_n", "less equal", "81.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "there", "will", "be", "a", "certain", "moment", "in", "the", "next", "6", "to", "14", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "then", "in", "response", "in", "the", "future", "till", "the", "simulation", "ends", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "6", ":", "14", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [27, 30], "prop": [["signal_1_n", "==", "5.1"]]}, " prop_2 ": {"span": [44, 58], "prop": [["-", "(", "signal_2_n", "<=", "81.7", ")"]]}}} {"id": 4887, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "keeps", "equal", "to", "77.5", "and", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "22.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "ultimately", "exist", "sometime", "in", "the", "coming", "97", "time", "units", ",", "after", "which", "for", "each", "time", "point", "in", "the", "following", "35", "time", "units", "the", "value", "of", "signal", "signal_3_n", "is", "continuously", "not", "74.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "77.5", "and", "signal_2_n", "more", "22.9", "imply", "finally", "[0,97]", "(", "globally", "[0,35]", "(", "negation", "(", "signal_3_n", "math equal", "74.6", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "ultimately", "exist", "sometime", "in", "the", "coming", "97", "time", "units", ",", "after", "which", "for", "each", "time", "point", "in", "the", "following", "35", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "35", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "==", "77.5"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_2_n", ">", "22.9"]]}, " prop_3 ": {"span": [53, 62], "prop": [["-", "(", "signal_3_n", "==", "74.6", ")"]]}}} {"id": 1970, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "higher", "than", "7.1", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "7.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 44], "prop": [["signal_3_n", ">", "7.1"]]}}} {"id": 4656, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "82.8", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "stay", "above", "16.1", "and", "below", "94.9", ",", "or", "the", "event", "that", "signal_3_n", "goes", "to", "greater", "than", "or", "equal", "to", "41.6", "has", "to", "happen", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.8", ")", "imply", "(", "signal_2_n", "more", "16.1", "and", "signal_2_n", "less", "94.9", ")", "or", "rise", "(", "signal_3_n", "more equal", "41.6", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "or", "the", "event", "that", "(", "prop_3", ")", "has", "to", "happen", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "82.8", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">", "16.1"], ["signal_2_n", "<", "94.9"]]}, " prop_3 ": {"span": [38, 47], "prop": [["rise", "(", "signal_3_n", ">=", "41.6", ")"]]}}} {"id": 1615, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "17.7", "happens", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "mode", "of", "signal_2_n", "will", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "17.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "17.7", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6450, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "no", "less", "than", "56.5", ",", "or", "signal_2_n", "is", "not", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_4_n", "must", "be", "equal", "to", "35.7", "and", "should", "uninterruptedly", "hold", "like", "this", "until", "the", "value", "of", "signal_5_n", "will", "be", "eventually", "larger", "than", "4.9", "and", "lower", "than", "11.5", ",", "which", "shall", "get", "observed", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "74", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "56.5", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "(", "signal_4_n", "math equal", "35.7", ")", "until", "[0,74]", "(", "signal_5_n", "more", "4.9", "and", "signal_5_n", "less", "11.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "74", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", ">=", "56.5"]]}, " prop_2 ": {"span": [15, 21], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [31, 74], "prop": [["signal_4_n", "==", "35.7"], ["signal_5_n", ">", "4.9"], ["signal_5_n", "<", "11.5"]]}}} {"id": 3863, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "12.6", ",", "then", "finally", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "has", "to", "be", "92.8", "and", "then", "ought", "to", "hold", "like", "that", "consistently", "for", "each", "time", "instant", "within", "the", "next", "48", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "12.6", ")", "imply", "finally", "(", "globally", "[0,48]", "(", "signal_2_n", "math equal", "92.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "finally", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "12.6", ")"]]}, " prop_2 ": {"span": [37, 63], "prop": [["signal_2_n", "==", "92.8"]]}}} {"id": 1396, "sentence": ["For", "every", "time", "point", "in", "the", "first", "88", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "consistently", "stay", "greater", "than", "71.4", "and", "the", "mode", "of", "signal_2_n", "keeps", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "[0,88]", "(", "signal_1_n", "more", "71.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "88", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "71.4"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2054, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "25.5", "and", "less", "than", "or", "equal", "to", "47.4", ",", "then", "in", "response", "immediately", "the", "value", "of", "signal", "signal_2_n", "must", "be", "larger", "than", "74.0", ",", "and", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "promptly", "greater", "than", "or", "equal", "to", "95.9", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "25.5", "and", "signal_1_n", "less equal", "47.4", "imply", "signal_2_n", "more", "74.0", "and", "signal_3_n", "more equal", "95.9", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "in", "response", "immediately", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "25.5"], ["signal_1_n", "<=", "47.4"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">", "74.0"]]}, " prop_3 ": {"span": [37, 52], "prop": [["signal_3_n", ">=", "95.9"]]}}} {"id": 651, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "25.7", "occurs", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "be", "instantly", "over", "51.0", "and", "at", "most", "61.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "25.7", ")", "imply", "signal_2_n", "more", "51.0", "and", "signal_2_n", "less equal", "61.8", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "25.7", ")"]]}, " prop_2 ": {"span": [14, 26], "prop": [["signal_2_n", ">", "51.0"], ["signal_2_n", "<=", "61.8"]]}}} {"id": 2938, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "19.0", "is", "detected", "and", "the", "value", "of", "signal", "signal_2_n", "is", "not", "19.0", "then", "for", "each", "moment", "within", "the", "coming", "24", "time", "units", "at", "a", "certain", "time", "instant", "in", "less", "than", "51", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "less", "than", "or", "equal", "to", "75.9", "ought", "to", "ultimately", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "19.0", ")", "and", "negation", "(", "signal_2_n", "math equal", "19.0", ")", "imply", "globally", "[0,24]", "(", "finally", "[0,51]", "(", "rise", "(", "signal_3_n", "less equal", "75.9", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", "then", "for", "each", "moment", "within", "the", "coming", "24", "time", "units", "at", "a", "certain", "time", "instant", "in", "less", "than", "51", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "ultimately", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "24", "]", "(", "F", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "19.0", ")"]]}, " prop_2 ": {"span": [17, 25], "prop": [["-", "(", "signal_2_n", "==", "19.0", ")"]]}, " prop_3 ": {"span": [50, 62], "prop": [["rise", "(", "signal_3_n", "<=", "75.9", ")"]]}}} {"id": 6304, "sentence": ["For", "every", "moment", "within", "29", "to", "48", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "ought", "to", "be", "in", "signal_2_n", "without", "interruption", "or", "the", "value", "of", "signal_3_n", "will", "have", "to", "always", "keep", "less", "than", "55.6", "."], "ltl": ["globally", "[29,48]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "55.6", ")"], "logic_sentence": ["For", "every", "moment", "within", "29", "to", "48", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "29", ":", "48", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_3_n", "<", "55.6"]]}}} {"id": 4450, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "following", "23", "to", "68", "time", "units", "consistently", "the", "value", "of", "signal_3_n", "is", "no", "more", "than", "16.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[23,68]", "(", "signal_3_n", "less equal", "16.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "following", "23", "to", "68", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "23", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 49], "prop": [["signal_3_n", "<=", "16.0"]]}}} {"id": 1487, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "gets", "to", "at", "most", "16.6", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "not", "be", "less", "than", "79.3", "ultimately", "at", "a", "time", "in", "the", "coming", "80", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "16.6", ")", "imply", "finally", "[0,80]", "(", "negation", "(", "signal_2_n", "less", "79.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "<=", "16.6", ")"]]}, " prop_2 ": {"span": [23, 44], "prop": [["-", "(", "signal_2_n", "<", "79.3", ")"]]}}} {"id": 845, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "56.5", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "in", "less", "than", "20", "time", "units", ",", "for", "each", "time", "point", "within", "the", "following", "25", "to", "30", "time", "units", ",", "the", "signal_2_n", "signal", "shall", "uninterruptedly", "not", "be", "shifted", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "56.5", ")", "imply", "finally", "[0,20]", "(", "globally", "[25,30]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "in", "less", "than", "20", "time", "units", ",", "for", "each", "time", "point", "within", "the", "following", "25", "to", "30", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "G", "[", "25", ":", "30", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "56.5", ")"]]}, " prop_2 ": {"span": [54, 64], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 357, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "must", "be", "ultimately", "greater", "than", "45.9", ",", "or", "the", "signal_2_n", "signal", "wo", "n't", "settle", "to", "44.0", "eventually", "."], "ltl": ["finally", "(", "signal_1_n", "more", "45.9", "or", "negation", "(", "signal_2_n", "math equal", "44.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", ">", "45.9"]]}, " prop_2 ": {"span": [25, 34], "prop": [["-", "(", "signal_2_n", "==", "44.0", ")"]]}}} {"id": 184, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "will", "stay", "at", "least", "26.3", "and", "no", "larger", "than", "48.6", "consistently", "till", "signal_2_n", "does", "not", "begin", "deviating", "from", "1.0", "finally", ",", "which", "will", "get", "detected", "at", "a", "time", "within", "the", "coming", "74", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "instant", "starting", "between", "7", "to", "20", "time", "units", "for", "every", "time", "point", "during", "the", "subsequent", "2", "to", "23", "time", "units", ",", "the", "value", "of", "signal_3_n", "should", "uninterruptedly", "stay", "at", "45.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "26.3", "and", "signal_1_n", "less equal", "48.6", ")", "until", "[0,74]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "1.0", ")", ")", "imply", "finally", "[7,20]", "(", "globally", "[2,23]", "(", "signal_3_n", "math equal", "45.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "instant", "starting", "between", "7", "to", "20", "time", "units", "for", "every", "time", "point", "during", "the", "subsequent", "2", "to", "23", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "0", ":", "74", "]", "(", "prop_1", ")", "->", "F", "[", "7", ":", "20", "]", "(", "G", "[", "2", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 40], "prop": [["signal_1_n", ">=", "26.3"], ["signal_1_n", "<=", "48.6"], ["-", "fall", "(", "signal_2_n", "==", "1.0", ")"]]}, " prop_2 ": {"span": [72, 81], "prop": [["signal_3_n", "==", "45.5"]]}}} {"id": 4593, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "below", "26.2", ",", "and", "the", "state", "of", "signal_2_n", "is", "not", "signal_3_n", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "64", "time", "units", ",", "the", "signal_4_n", "signal", "stays", "less", "than", "or", "equal", "to", "37.8", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "following", "28", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "26.2", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,64]", "(", "finally", "[0,28]", "(", "signal_4_n", "less equal", "37.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "64", "]", "(", "F", "[", "0", ":", "28", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "<", "26.2"]]}, " prop_2 ": {"span": [15, 35], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [36, 58], "prop": [["signal_4_n", "<=", "37.8"]]}}} {"id": 537, "sentence": ["In", "case", "that", "signal_1_n", "keeps", "lower", "than", "34.5", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "signal_4_n", "must", "be", "greater", "than", "or", "equal", "to", "47.3", "."], "ltl": ["globally", "(", "signal_1_n", "less", "34.5", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "47.3", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "34.5"]]}, " prop_2 ": {"span": [9, 17], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 35], "prop": [["signal_4_n", ">=", "47.3"]]}}} {"id": 2866, "sentence": ["When", "the", "signal_1_n", "signal", "is", "lower", "than", "77.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_2_n", "must", "be", "at", "least", "22.4", "and", "this", "condition", "should", "consecutively", "hold", "for", "every", "time", "instant", "during", "the", "coming", "77", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "77.7", "imply", "finally", "(", "globally", "[0,77]", "(", "signal_2_n", "more equal", "22.4", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "and", "this", "condition", "should", "consecutively", "hold", "for", "every", "time", "instant", "during", "the", "coming", "77", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "77.7"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", ">=", "22.4"]]}}} {"id": 1006, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "78.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "50", "time", "units", ",", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "first", "1", "to", "68", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "smaller", "than", "42.9", "shall", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "78.2", ")", "imply", "globally", "[0,50]", "(", "finally", "[1,68]", "(", "rise", "(", "signal_2_n", "less", "42.9", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "50", "time", "units", ",", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "first", "1", "to", "68", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "50", "]", "(", "F", "[", "1", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 18], "prop": [["rise", "(", "signal_1_n", ">=", "78.2", ")"]]}, " prop_2 ": {"span": [60, 67], "prop": [["rise", "(", "signal_2_n", "<", "42.9", ")"]]}}} {"id": 3934, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "for", "the", "past", "12", "to", "20", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "has", "been", "staying", "in", "signal_2_n", "all", "the", "time", "then", "there", "exists", "a", "certain", "time", "point", "within", "the", "subsequent", "94", "time", "units", ",", "at", "which", "finally", "signal_3_n", "ought", "to", "be", "within", "the", "range", "-LSB-", "79.9", ",", "96.9", "-RSB-", "."], "ltl": ["globally", "(", "historically", "[12,20]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,94]", "(", "signal_3_n", "more equal", "79.9", "and", "signal_3_n", "less equal", "96.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "for", "the", "past", "12", "to", "20", "time", "units", ",", "(", "prop_1", ")", "then", "there", "exists", "a", "certain", "time", "point", "within", "the", "subsequent", "94", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "12", ":", "20", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "94", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 29], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [46, 58], "prop": [["signal_3_n", ">=", "79.9"], ["signal_3_n", "<=", "96.9"]]}}} {"id": 4653, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "goes", "above", "48.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "remains", "greater", "than", "90.1", "and", "below", "95.0", "or", "the", "scenario", "that", "the", "signal_3_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "84.5", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.1", ")", "imply", "(", "signal_2_n", "more", "90.1", "and", "signal_2_n", "less", "95.0", ")", "or", "rise", "(", "signal_3_n", "more equal", "84.5", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "or", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "48.1", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">", "90.1"], ["signal_2_n", "<", "95.0"]]}, " prop_3 ": {"span": [39, 50], "prop": [["rise", "(", "signal_3_n", ">=", "84.5", ")"]]}}} {"id": 1758, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "96.9", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "93", "time", "units", "finally", "signal_2_n", "is", "less", "than", "38.8", "at", "a", "time", "after", "at", "most", "51", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.9", "imply", "globally", "[0,93]", "(", "finally", "[0,51]", "(", "signal_2_n", "less", "38.8", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "93", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "93", "]", "(", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "96.9"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", "<", "38.8"]]}}} {"id": 4769, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "14", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "shall", "keep", "in", "signal_2_n", "without", "interruption", ",", "or", "without", "interruption", "the", "signal_3_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "2.1", "and", "less", "than", "or", "equal", "to", "19.0", "."], "ltl": ["globally", "[0,14]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "2.1", "and", "signal_3_n", "less equal", "19.0", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "14", "time", "units", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "14", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 43], "prop": [["signal_3_n", ">=", "2.1"], ["signal_3_n", "<=", "19.0"]]}}} {"id": 1453, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "during", "the", "coming", "62", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "following", "71", "time", "units", "the", "signal_3_n", "signal", "needs", "to", "equal", "to", "29.8", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,62]", "(", "globally", "[0,71]", "(", "signal_3_n", "math equal", "29.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "during", "the", "coming", "62", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "following", "71", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [41, 50], "prop": [["signal_3_n", "==", "29.8"]]}}} {"id": 4580, "sentence": ["There", "has", "to", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2411, "sentence": ["Within", "the", "first", "39", "to", "49", "time", "units", "the", "signal_1_n", "signal", "will", "be", "being", "continuously", "in", "signal_2_n", "."], "ltl": ["globally", "[39,49]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Within", "the", "first", "39", "to", "49", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "39", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 104, "sentence": ["For", "every", "moment", "in", "the", "first", "4", "to", "38", "time", "units", "the", "signal_1_n", "signal", "continuously", "remains", "within", "the", "range", "-LSB-", "1.5", ",", "83.7", "-RSB-", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "be", "uninterruptedly", "keeping", "at", "most", "51.4", "."], "ltl": ["globally", "[4,38]", "(", "(", "signal_1_n", "more equal", "1.5", "and", "signal_1_n", "less equal", "83.7", ")", "and", "signal_2_n", "less equal", "51.4", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "4", "to", "38", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "4", ":", "38", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", ">=", "1.5"], ["signal_1_n", "<=", "83.7"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", "<=", "51.4"]]}}} {"id": 2024, "sentence": ["At", "a", "time", "during", "the", "first", "1", "to", "73", "time", "units", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "3.4", "and", "smaller", "than", "26.6", "ultimately", "and", "eventually", "signal_2_n", "will", "have", "to", "be", "no", "less", "than", "2.0", "and", "at", "most", "2.8", "."], "ltl": ["finally", "[1,73]", "(", "(", "signal_1_n", "more", "3.4", "and", "signal_1_n", "less", "26.6", ")", "and", "(", "signal_2_n", "more equal", "2.0", "and", "signal_2_n", "less equal", "2.8", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "1", "to", "73", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "1", ":", "73", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_1", "&", "prop_1", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 40], "prop": [["signal_1_n", ">", "3.4"], ["signal_1_n", "<", "26.6"], ["signal_2_n", ">=", "2.0"], ["signal_2_n", "<=", "2.8"]]}}} {"id": 333, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "coming", "14", "to", "16", "time", "units", "there", "will", "have", "to", "be", "a", "time", "within", "the", "subsequent", "91", "time", "units", ",", "at", "which", "ultimately", "the", "signal_3_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "80.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[14,16]", "(", "finally", "[0,91]", "(", "signal_3_n", "less equal", "80.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "coming", "14", "to", "16", "time", "units", "there", "will", "have", "to", "be", "a", "time", "within", "the", "subsequent", "91", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "14", ":", "16", "]", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [54, 65], "prop": [["signal_3_n", "<=", "80.9"]]}}} {"id": 1570, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "10.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "equal", "to", "95.6", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "10.8", ")", "imply", "signal_2_n", "math equal", "95.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "==", "10.8", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", "==", "95.6"]]}}} {"id": 3754, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "remains", "equal", "to", "79.5", "and", "the", "signal_2_n", "signal", "is", "lower", "than", "50.6", ",", "then", "in", "response", "signal_3_n", "is", "immediately", "more", "than", "1.1", "and", "lower", "than", "11.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "79.5", "and", "signal_2_n", "less", "50.6", "imply", "signal_3_n", "more", "1.1", "and", "signal_3_n", "less", "11.8", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "79.5"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "<", "50.6"]]}, " prop_3 ": {"span": [22, 32], "prop": [["signal_3_n", ">", "1.1"], ["signal_3_n", "<", "11.8"]]}}} {"id": 6380, "sentence": ["For", "each", "moment", "in", "the", "first", "5", "to", "52", "time", "units", "uninterruptedly", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[5,52]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "5", "to", "52", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "5", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3734, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_3_n", "should", "be", "greater", "than", "93.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "93.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_3_n", ">", "93.2"]]}}} {"id": 68, "sentence": ["For", "each", "time", "point", "during", "the", "first", "62", "time", "units", ",", "the", "value", "of", "signal_1_n", "should", "remain", "on", "28.3", "uninterruptedly", ",", "or", "signal_2_n", "shall", "be", "always", "set", "to", "24.1", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "28.3", "or", "signal_2_n", "math equal", "24.1", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "62", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "28.3"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "==", "24.1"]]}}} {"id": 5502, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "29.0", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "signal_2_n", "should", "be", "no", "less", "than", "49.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "29.0", ")", "imply", "signal_2_n", "more equal", "49.6", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "29.0", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", ">=", "49.6"]]}}} {"id": 4040, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "below", "24.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "at", "most", "93.2", "takes", "place", "promptly", ",", "and", "at", "once", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "larger", "than", "79.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "24.2", ")", "imply", "rise", "(", "signal_2_n", "less equal", "93.2", ")", "and", "signal_3_n", "more", "79.0", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "promptly", ",", "and", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "24.2", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["rise", "(", "signal_2_n", "<=", "93.2", ")"]]}, " prop_3 ": {"span": [45, 56], "prop": [["signal_3_n", ">", "79.0"]]}}} {"id": 1928, "sentence": ["The", "signal_1_n", "signal", "must", "be", "set", "to", "signal_2_n", "continuously", "for", "every", "moment", "within", "the", "first", "25", "time", "units", "."], "ltl": ["globally", "[0,25]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 35, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "has", "to", "continuously", "stay", "at", "77.7", ",", "and", "uninterruptedly", "the", "event", "that", "the", "signal_2_n", "signal", "is", "shifted", "to", "signal_3_n", "ought", "n't", "to", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "77.7", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "uninterruptedly", "the", "event", "that", "(", "prop_2", ")", "ought", "n't", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "77.7"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2223, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "57.1", "is", "observed", ",", "then", "signal_2_n", "needs", "to", "be", "signal_3_n", "at", "the", "same", "time", "and", "signal_4_n", "has", "to", "immediately", "go", "to", "less", "than", "or", "equal", "to", "90.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less equal", "90.8", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "57.1", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [31, 43], "prop": [["rise", "(", "signal_4_n", "<=", "90.8", ")"]]}}} {"id": 5632, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "86.9", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "coming", "31", "time", "units", ",", "finally", "at", "a", "certain", "time", "point", "in", "less", "than", "8", "time", "units", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "is", "shifted", "to", "signal_3_n", "has", "to", "be", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "86.9", ")", "imply", "globally", "[0,31]", "(", "finally", "[0,8]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "coming", "31", "time", "units", ",", "finally", "at", "a", "certain", "time", "point", "in", "less", "than", "8", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["fall", "(", "signal_1_n", "==", "86.9", ")"]]}, " prop_2 ": {"span": [48, 56], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5402, "sentence": ["If", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "65.3", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "is", "immediately", "equal", "to", "42.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.3", ")", "imply", "signal_2_n", "math equal", "42.5", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["rise", "(", "signal_1_n", ">=", "65.3", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "42.5"]]}}} {"id": 1979, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "54.6", "and", "less", "than", "89.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "coming", "100", "time", "units", ",", "the", "signal_2_n", "signal", "ought", "to", "always", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "54.6", "and", "signal_1_n", "less", "89.9", "imply", "globally", "[0,100]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "coming", "100", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "54.6"], ["signal_1_n", "<", "89.9"]]}, " prop_2 ": {"span": [34, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3648, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "above", "89.6", "takes", "place", "then", "in", "response", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "is", "changed", "to", "signal_3_n", "should", "be", "simultaneously", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.6", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "the", "scenario", "that", "(", "prop_2", ")", "should", "be", "simultaneously", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "89.6", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1984, "sentence": ["The", "value", "of", "signal", "signal_1_n", "has", "to", "be", "equal", "to", "47.7", "finally", "at", "a", "certain", "time", "instant", "within", "the", "first", "44", "time", "units", "."], "ltl": ["finally", "[0,44]", "(", "signal_1_n", "math equal", "47.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "47.7"]]}}} {"id": 963, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "5.9", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "time", "instant", "in", "the", "coming", "26", "time", "units", "consistently", "signal_2_n", "will", "stay", "no", "more", "than", "22.2", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.9", ")", "imply", "finally", "[0,26]", "(", "globally", "(", "signal_2_n", "less equal", "22.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "time", "instant", "in", "the", "coming", "26", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "5.9", ")"]]}, " prop_2 ": {"span": [39, 53], "prop": [["signal_2_n", "<=", "22.2"]]}}} {"id": 4261, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "has", "stayed", "smaller", "than", "87.8", "uninterruptedly", "in", "the", "last", "83", "time", "units", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "above", "47.9", "eventually", "gets", "detected", "at", "a", "certain", "time", "point", "in", "the", "coming", "45", "to", "69", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,83]", "(", "signal_1_n", "less", "87.8", ")", "imply", "globally", "(", "finally", "[45,69]", "(", "rise", "(", "signal_2_n", "more", "47.9", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "the", "scenario", "that", "(", "prop_2", ")", "eventually", "gets", "detected", "at", "a", "certain", "time", "point", "in", "the", "coming", "45", "to", "69", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "83", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "45", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 33], "prop": [["signal_1_n", "<", "87.8"]]}, " prop_2 ": {"span": [37, 45], "prop": [["rise", "(", "signal_2_n", ">", "47.9", ")"]]}}} {"id": 2200, "sentence": ["When", "the", "event", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "87.7", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "87.7", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_3_n", "<=", "87.7"]]}}} {"id": 1982, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "point", "starting", "at", "most", "45", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "69.4", "ultimately", "."], "ltl": ["finally", "[0,45]", "(", "signal_1_n", "math equal", "69.4", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "point", "starting", "at", "most", "45", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 23], "prop": [["signal_1_n", "==", "69.4"]]}}} {"id": 422, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "there", "exists", "a", "certain", "moment", "in", "the", "next", "10", "to", "18", "time", "units", "finally", ",", "at", "which", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "then", "in", "response", "there", "needs", "to", "eventually", "exist", "sometime", "within", "the", "coming", "7", "to", "10", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_3_n", "becomes", "at", "least", "19.7", "needs", "to", "occur", "."], "ltl": ["globally", "(", "finally", "[10,18]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[7,10]", "(", "rise", "(", "signal_3_n", "more equal", "19.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "there", "exists", "a", "certain", "moment", "in", "the", "next", "10", "to", "18", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", ",", "then", "in", "response", "there", "needs", "to", "eventually", "exist", "sometime", "within", "the", "coming", "7", "to", "10", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "occur", "."], "logic_ltl": ["G", "(", "F", "[", "10", ":", "18", "]", "(", "prop_1", ")", "->", "F", "[", "7", ":", "10", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [25, 31], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [55, 63], "prop": [["rise", "(", "signal_3_n", ">=", "19.7", ")"]]}}} {"id": 6171, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "8.6", "and", "the", "value", "of", "signal_2_n", "is", "equal", "to", "9.0", ",", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "8", "to", "9", "time", "units", ",", "at", "which", "the", "event", "that", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "49.9", "has", "to", "eventually", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.6", "and", "signal_2_n", "math equal", "9.0", "imply", "finally", "[8,9]", "(", "rise", "(", "signal_3_n", "less equal", "49.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "8", "to", "9", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "has", "to", "eventually", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "8", ":", "9", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "8.6"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "==", "9.0"]]}, " prop_3 ": {"span": [50, 59], "prop": [["rise", "(", "signal_3_n", "<=", "49.9", ")"]]}}} {"id": 3958, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "35", "to", "35", "time", "units", "signal_1_n", "should", "be", "ultimately", "greater", "than", "91.5", "."], "ltl": ["finally", "[35,35]", "(", "signal_1_n", "more", "91.5", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "35", "to", "35", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "35", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", ">", "91.5"]]}}} {"id": 4622, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "within", "4", "time", "units", "eventually", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "should", "be", "signal_2_n", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "within", "4", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2019, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "80.1", "occurs", ",", "then", "for", "each", "moment", "within", "the", "next", "7", "time", "units", "there", "will", "have", "to", "exist", "a", "certain", "moment", "within", "76", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "28.9", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "80.1", ")", "imply", "globally", "[0,7]", "(", "finally", "[0,76]", "(", "signal_2_n", "more equal", "28.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "each", "moment", "within", "the", "next", "7", "time", "units", "there", "will", "have", "to", "exist", "a", "certain", "moment", "within", "76", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "7", "]", "(", "F", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "80.1", ")"]]}, " prop_2 ": {"span": [45, 56], "prop": [["signal_2_n", ">=", "28.9"]]}}} {"id": 5857, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "30.2", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "37.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", ",", "at", "which", "the", "event", "that", "signal_5_n", "goes", "down", "to", "smaller", "than", "31.2", "sha", "n't", "be", "observed", ",", "before", "this", "the", "state", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "30.2", "or", "signal_2_n", "less equal", "37.1", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "(", "negation", "fall", "(", "signal_5_n", "more equal", "31.2", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", ",", "before", "this", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "30.2"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_2_n", "<=", "37.1"]]}, " prop_3 ": {"span": [56, 67], "prop": [["-", "fall", "(", "signal_5_n", ">=", "31.2", ")"]]}, " prop_4 ": {"span": [70, 80], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1611, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "gets", "less", "than", "30.1", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "time", "within", "30", "to", "82", "time", "units", "signal_2_n", "sha", "n't", "be", "44.3", "and", "consecutively", "this", "condition", "remains", "during", "the", "coming", "45", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "30.1", ")", "imply", "finally", "[30,82]", "(", "globally", "[0,45]", "(", "negation", "(", "signal_2_n", "math equal", "44.3", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "time", "within", "30", "to", "82", "time", "units", "(", "prop_2", ")", "and", "consecutively", "this", "condition", "remains", "during", "the", "coming", "45", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "30", ":", "82", "]", "(", "G", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "<", "30.1", ")"]]}, " prop_2 ": {"span": [30, 35], "prop": [["-", "(", "signal_2_n", "==", "44.3", ")"]]}}} {"id": 736, "sentence": ["Whenever", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "this", "condition", "consistently", "holds", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "ought", "to", "uninterruptedly", "remain", "greater", "than", "or", "equal", "to", "25.9", "until", "signal_4_n", "is", "no", "less", "than", "22.6", "eventually", "at", "a", "certain", "time", "point", "within", "the", "next", "14", "to", "58", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "25.9", ")", "until", "[14,58]", "(", "signal_4_n", "more equal", "22.6", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "this", "condition", "consistently", "holds", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "14", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 65], "prop": [["signal_3_n", ">=", "25.9"], ["signal_4_n", ">=", "22.6"]]}}} {"id": 6267, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "happens", ",", "then", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", "the", "event", "that", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "62.1", "gets", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "more equal", "62.1", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["rise", "(", "signal_3_n", ">=", "62.1", ")"]]}}} {"id": 2963, "sentence": ["For", "each", "moment", "during", "the", "first", "7", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "be", "continuously", "below", "21.1", "and", "the", "signal_2_n", "signal", "must", "keep", "less", "than", "89.8", "uninterruptedly", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "less", "21.1", "and", "signal_2_n", "less", "89.8", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "7", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<", "21.1"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "<", "89.8"]]}}} {"id": 1717, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "bigger", "than", "73.3", ",", "and", "the", "signal_2_n", "signal", "is", "62.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "the", "signal_3_n", "signal", "shall", "be", "set", "to", "31.0", "."], "ltl": ["globally", "(", "signal_1_n", "more", "73.3", "and", "signal_2_n", "math equal", "62.7", "imply", "signal_3_n", "math equal", "31.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", ">", "73.3"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", "==", "62.7"]]}, " prop_3 ": {"span": [33, 41], "prop": [["signal_3_n", "==", "31.0"]]}}} {"id": 3873, "sentence": ["If", "the", "signal_1_n", "signal", "is", "96.0", ",", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "27.5", "and", "less", "than", "78.9", "then", "for", "every", "time", "instant", "within", "the", "subsequent", "12", "to", "75", "time", "units", "there", "should", "exist", "a", "time", "during", "the", "following", "45", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "increases", "above", "62.6", "ought", "n't", "to", "take", "place", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.0", "and", "(", "signal_2_n", "more equal", "27.5", "and", "signal_2_n", "less", "78.9", ")", "imply", "globally", "[12,75]", "(", "finally", "[0,45]", "(", "negation", "rise", "(", "signal_3_n", "more", "62.6", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "for", "every", "time", "instant", "within", "the", "subsequent", "12", "to", "75", "time", "units", "there", "should", "exist", "a", "time", "during", "the", "following", "45", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "ought", "n't", "to", "take", "place", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "12", ":", "75", "]", "(", "F", "[", "0", ":", "45", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "96.0"]]}, " prop_2 ": {"span": [8, 20], "prop": [["signal_2_n", ">=", "27.5"], ["signal_2_n", "<", "78.9"]]}, " prop_3 ": {"span": [50, 58], "prop": [["-", "rise", "(", "signal_3_n", ">", "62.6", ")"]]}}} {"id": 2476, "sentence": ["In", "the", "future", ",", "the", "signal_1_n", "signal", "shall", "be", "always", "greater", "than", "or", "equal", "to", "84.1", "and", "less", "than", "or", "equal", "to", "93.5", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "84.1", "and", "signal_1_n", "less equal", "93.5", ")"], "logic_sentence": ["In", "the", "future", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 23], "prop": [["signal_1_n", ">=", "84.1"], ["signal_1_n", "<=", "93.5"]]}}} {"id": 5375, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "66", "to", "93", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "remain", "less", "than", "or", "equal", "to", "70.0", "consistently", "."], "ltl": ["globally", "[66,93]", "(", "signal_1_n", "less equal", "70.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "66", "to", "93", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "66", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["signal_1_n", "<=", "70.0"]]}}} {"id": 2078, "sentence": ["For", "every", "moment", "within", "the", "first", "47", "to", "47", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "ought", "to", "remain", "no", "more", "than", "42.3", ",", "and", "without", "interruption", "the", "value", "of", "signal_2_n", "needs", "to", "keep", "above", "27.9", "and", "less", "than", "59.3", "."], "ltl": ["globally", "[47,47]", "(", "signal_1_n", "less equal", "42.3", "and", "(", "signal_2_n", "more", "27.9", "and", "signal_2_n", "less", "59.3", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "47", "to", "47", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "47", ":", "47", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "<=", "42.3"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">", "27.9"], ["signal_2_n", "<", "59.3"]]}}} {"id": 1747, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "at", "least", "32.8", "takes", "place", "and", "signal_2_n", "is", "less", "than", "17.0", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "signal_3_n", "should", "be", "no", "less", "than", "28.5", "and", "less", "than", "or", "equal", "to", "67.0", "or", "without", "any", "delay", "the", "signal_4_n", "signal", "shall", "be", "greater", "than", "21.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "32.8", ")", "and", "signal_2_n", "less", "17.0", "imply", "(", "signal_3_n", "more equal", "28.5", "and", "signal_3_n", "less equal", "67.0", ")", "or", "signal_4_n", "more", "21.4", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_3", ")", "or", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">=", "32.8", ")"]]}, " prop_2 ": {"span": [16, 21], "prop": [["signal_2_n", "<", "17.0"]]}, " prop_3 ": {"span": [30, 44], "prop": [["signal_3_n", ">=", "28.5"], ["signal_3_n", "<=", "67.0"]]}, " prop_4 ": {"span": [48, 56], "prop": [["signal_4_n", ">", "21.4"]]}}} {"id": 1672, "sentence": ["Within", "the", "first", "15", "time", "units", ",", "the", "signal_1_n", "signal", "must", "consistently", "keep", "less", "than", "or", "equal", "to", "66.0", ",", "or", "the", "value", "of", "signal_2_n", "shall", "stay", "greater", "than", "or", "equal", "to", "77.4", "all", "the", "time", "."], "ltl": ["globally", "[0,15]", "(", "signal_1_n", "less equal", "66.0", "or", "signal_2_n", "more equal", "77.4", ")"], "logic_sentence": ["Within", "the", "first", "15", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "15", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "66.0"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">=", "77.4"]]}}} {"id": 1155, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "larger", "than", "21.3", "and", "less", "than", "63.5", "all", "the", "time", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "remain", "no", "less", "than", "12.1", "consistently", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "21.3", "and", "signal_1_n", "less", "63.5", ")", "or", "signal_2_n", "more equal", "12.1", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 25], "prop": [["signal_1_n", ">", "21.3"], ["signal_1_n", "<", "63.5"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">=", "12.1"]]}}} {"id": 1751, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "73", "time", "units", "the", "value", "of", "signal_1_n", "has", "to", "be", "below", "50.7", "eventually", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "85.9", "finally", "."], "ltl": ["finally", "[0,73]", "(", "signal_1_n", "less", "50.7", "and", "signal_2_n", "less equal", "85.9", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "73", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "73", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "50.7"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "<=", "85.9"]]}}} {"id": 1532, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "above", "7.6", "and", "below", "18.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "is", "never", "at", "least", "72.6", ",", "and", "the", "signal_3_n", "signal", "needs", "to", "be", "above", "18.7", "and", "less", "than", "19.7", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "7.6", "and", "signal_1_n", "less", "18.1", "imply", "negation", "(", "signal_2_n", "more equal", "72.6", ")", "and", "(", "signal_3_n", "more", "18.7", "and", "signal_3_n", "less", "19.7", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">", "7.6"], ["signal_1_n", "<", "18.1"]]}, " prop_2 ": {"span": [25, 33], "prop": [["-", "(", "signal_2_n", ">=", "72.6", ")"]]}, " prop_3 ": {"span": [35, 48], "prop": [["signal_3_n", ">", "18.7"], ["signal_3_n", "<", "19.7"]]}}} {"id": 126, "sentence": ["At", "sometime", "within", "the", "first", "5", "to", "12", "time", "units", "the", "event", "that", "signal_1_n", "gets", "equal", "to", "39.0", "shall", "occur", "ultimately", ",", "or", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "bigger", "than", "87.4", "ultimately", "."], "ltl": ["finally", "[5,12]", "(", "rise", "(", "signal_1_n", "math equal", "39.0", ")", "or", "signal_2_n", "more", "87.4", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "5", "to", "12", "time", "units", "the", "event", "that", "(", "prop_1", ")", "shall", "occur", "ultimately", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "5", ":", "12", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["rise", "(", "signal_1_n", "==", "39.0", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">", "87.4"]]}}} {"id": 837, "sentence": ["There", "should", "be", "a", "time", "within", "21", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "should", "finally", "remain", "greater", "than", "or", "equal", "to", "23.7", "and", "smaller", "than", "50.4", "and", "signal_2_n", "is", "over", "37.2", "eventually", "."], "ltl": ["finally", "[0,21]", "(", "(", "signal_1_n", "more equal", "23.7", "and", "signal_1_n", "less", "50.4", ")", "and", "signal_2_n", "more", "37.2", ")"], "logic_sentence": ["There", "should", "be", "a", "time", "within", "21", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "21", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 29], "prop": [["signal_1_n", ">=", "23.7"], ["signal_1_n", "<", "50.4"]]}, " prop_2 ": {"span": [30, 35], "prop": [["signal_2_n", ">", "37.2"]]}}} {"id": 463, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "stay", "at", "16.7", "all", "the", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "16.7"]]}}} {"id": 1041, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", "then", "for", "every", "moment", "within", "the", "subsequent", "94", "time", "units", ",", "without", "interruption", "the", "state", "of", "signal_3_n", "has", "to", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,94]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "for", "every", "moment", "within", "the", "subsequent", "94", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5860, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "22.0", ",", "or", "signal_2_n", "is", "at", "most", "39.1", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_5_n", "goes", "down", "to", "less", "than", "14.2", "ought", "not", "to", "get", "observed", ",", "and", "before", "this", "the", "signal_3_n", "signal", "ought", "to", "consecutively", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "22.0", "or", "signal_2_n", "less equal", "39.1", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "(", "negation", "fall", "(", "signal_5_n", "more equal", "14.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "not", "to", "get", "observed", ",", "and", "before", "this", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "22.0"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", "<=", "39.1"]]}, " prop_3 ": {"span": [48, 58], "prop": [["-", "fall", "(", "signal_5_n", ">=", "14.2", ")"]]}, " prop_4 ": {"span": [67, 76], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5065, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "77.7", "is", "observed", ",", "and", "the", "value", "of", "signal", "signal_2_n", "falls", "below", "52.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "time", "in", "the", "following", "85", "time", "units", ",", "the", "value", "of", "signal_3_n", "should", "be", "no", "less", "than", "17.2", "and", "no", "more", "than", "30.8", "and", "then", "must", "hold", "like", "that", "for", "every", "time", "point", "within", "the", "subsequent", "88", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.7", ")", "and", "rise", "(", "signal_2_n", "less", "52.9", ")", "imply", "finally", "[0,85]", "(", "globally", "[0,88]", "(", "signal_3_n", "more equal", "17.2", "and", "signal_3_n", "less equal", "30.8", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "time", "in", "the", "following", "85", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "85", "]", "(", "G", "[", "0", ":", "88", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "77.7", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["rise", "(", "signal_2_n", "<", "52.9", ")"]]}, " prop_3 ": {"span": [42, 73], "prop": [["signal_3_n", ">=", "17.2"], ["signal_3_n", "<=", "30.8"]]}}} {"id": 1202, "sentence": ["There", "is", "a", "certain", "time", "instant", "in", "less", "than", "35", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "91.4", "ultimately", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "eventually", "in", "signal_3_n", "."], "ltl": ["finally", "[0,35]", "(", "signal_1_n", "more equal", "91.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "instant", "in", "less", "than", "35", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 27], "prop": [["signal_1_n", ">=", "91.4"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4592, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "below", "36.9", "and", "the", "state", "of", "signal_2_n", "is", "not", "signal_3_n", ",", "then", "for", "each", "time", "instant", "within", "the", "first", "26", "time", "units", "ultimately", "there", "needs", "to", "exist", "sometime", "in", "the", "first", "63", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "is", "less", "than", "or", "equal", "to", "0.3", "."], "ltl": ["globally", "(", "signal_1_n", "less", "36.9", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,26]", "(", "finally", "[0,63]", "(", "signal_4_n", "less equal", "0.3", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "for", "each", "time", "instant", "within", "the", "first", "26", "time", "units", "ultimately", "there", "needs", "to", "exist", "sometime", "in", "the", "first", "63", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "26", "]", "(", "F", "[", "0", ":", "63", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "36.9"]]}, " prop_2 ": {"span": [9, 16], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_4_n", "<=", "0.3"]]}}} {"id": 6336, "sentence": ["For", "every", "moment", "within", "the", "first", "23", "to", "98", "time", "units", "consecutively", "the", "signal_1_n", "signal", "must", "n't", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[23,98]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "23", "to", "98", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "23", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 3462, "sentence": ["Eventually", "signal_1_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "11.1", "at", "sometime", "starting", "at", "most", "61", "time", "units", "."], "ltl": ["finally", "[0,61]", "(", "signal_1_n", "less equal", "11.1", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "<=", "11.1"]]}}} {"id": 5120, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "has", "to", "remain", "in", "signal_2_n", "without", "interruption", "for", "every", "moment", "within", "77", "time", "units", "."], "ltl": ["globally", "[0,77]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "77", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 627, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "72.1", "happens", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "is", "larger", "than", "4.5", "and", "smaller", "than", "12.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "72.1", ")", "imply", "signal_2_n", "more", "4.5", "and", "signal_2_n", "less", "12.3", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "72.1", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">", "4.5"], ["signal_2_n", "<", "12.3"]]}}} {"id": 1894, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "62.6", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "there", "has", "to", "be", "a", "time", "in", "the", "future", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "equal", "to", "29.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "62.6", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "29.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "there", "has", "to", "be", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "62.6", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", "==", "29.5"]]}}} {"id": 3235, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "21.8", "gets", "observed", "then", "at", "the", "same", "time", "instant", "the", "signal_2_n", "signal", "has", "to", "be", "above", "41.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "21.8", ")", "imply", "signal_2_n", "more", "41.5", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "21.8", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", ">", "41.5"]]}}} {"id": 3017, "sentence": ["Uninterruptedly", "the", "signal_1_n", "signal", "should", "not", "be", "below", "67.5", "for", "every", "time", "point", "during", "the", "first", "30", "time", "units", "."], "ltl": ["globally", "[0,30]", "(", "negation", "(", "signal_1_n", "less", "67.5", ")", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["-", "(", "signal_1_n", "<", "67.5", ")"]]}}} {"id": 5884, "sentence": ["There", "is", "sometime", "after", "at", "most", "57", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "should", "stay", "less", "than", "63.6", ",", "or", "signal_2_n", "needs", "to", "be", "eventually", "less", "than", "or", "equal", "to", "86.9", "."], "ltl": ["finally", "[0,57]", "(", "signal_1_n", "less", "63.6", "or", "signal_2_n", "less equal", "86.9", ")"], "logic_sentence": ["There", "is", "sometime", "after", "at", "most", "57", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "<", "63.6"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "86.9"]]}}} {"id": 4830, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "below", "87.5", ",", "or", "the", "value", "of", "signal_2_n", "is", "smaller", "than", "0.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "continuously", "signal_3_n", "will", "never", "be", "in", "signal_4_n", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "87.5", "or", "signal_2_n", "less", "0.3", "imply", "globally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "<", "87.5"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "<", "0.3"]]}, " prop_3 ": {"span": [32, 47], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3988, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "no", "more", "than", "48.2", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "must", "keep", "higher", "than", "79.0", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "48.2", "imply", "signal_2_n", "more", "79.0", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "48.2"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">", "79.0"]]}}} {"id": 5851, "sentence": ["Without", "interruption", "signal_1_n", "stays", "at", "96.1", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.1", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 13], "prop": [["signal_1_n", "==", "96.1"]]}}} {"id": 446, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "73.5", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "finally", "set", "to", "signal_3_n", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "7", "to", "8", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "73.5", ")", "imply", "finally", "[7,8]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "8", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["rise", "(", "signal_1_n", "<=", "73.5", ")"]]}, " prop_2 ": {"span": [20, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2334, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "continuously", "the", "value", "of", "signal_1_n", "has", "to", "remain", "above", "66.3", "or", "the", "state", "of", "signal_2_n", "will", "have", "to", "remain", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "66.3", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", ">", "66.3"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1855, "sentence": ["There", "has", "to", "be", "finally", "a", "time", "in", "the", "first", "6", "to", "21", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "has", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[6,21]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "be", "finally", "a", "time", "in", "the", "first", "6", "to", "21", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "6", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 125, "sentence": ["At", "a", "time", "starting", "between", "8", "to", "13", "time", "units", ",", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "97.3", "takes", "place", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "above", "86.8", "ultimately", "."], "ltl": ["finally", "[8,13]", "(", "rise", "(", "signal_1_n", "math equal", "97.3", ")", "or", "signal_2_n", "more", "86.8", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "8", "to", "13", "time", "units", ",", "ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "8", ":", "13", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["rise", "(", "signal_1_n", "==", "97.3", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", ">", "86.8"]]}}} {"id": 2423, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "signal_1_n", "ought", "to", "uninterruptedly", "stay", "in", "signal_2_n", "and", "the", "signal_3_n", "signal", "ought", "to", "always", "remain", "within", "the", "open", "interval", "-LRB-", "37.6", ",", "43.4", "-RRB-", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "37.6", "and", "signal_3_n", "less", "43.4", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 32], "prop": [["signal_3_n", ">", "37.6"], ["signal_3_n", "<", "43.4"]]}}} {"id": 5031, "sentence": ["During", "the", "first", "44", "time", "units", ",", "signal_1_n", "will", "be", "staying", "greater", "than", "3.0", "continuously", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "more", "3.0", ")"], "logic_sentence": ["During", "the", "first", "44", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "3.0"]]}}} {"id": 1748, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "no", "less", "than", "71.1", "happens", "and", "the", "value", "of", "signal_2_n", "is", "below", "95.5", "then", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "8.2", "and", "no", "more", "than", "87.0", "simultaneously", "or", "right", "away", "signal_4_n", "ought", "to", "be", "bigger", "than", "92.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "71.1", ")", "and", "signal_2_n", "less", "95.5", "imply", "(", "signal_3_n", "more equal", "8.2", "and", "signal_3_n", "less equal", "87.0", ")", "or", "signal_4_n", "more", "92.2", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "71.1", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "<", "95.5"]]}, " prop_3 ": {"span": [26, 57], "prop": [["signal_3_n", "<=", "87.0"], ["signal_3_n", ">=", "8.2"], ["signal_4_n", ">", "92.2"]]}}} {"id": 4337, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "23.0", "then", "immediately", "the", "scenario", "that", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "53.0", "needs", "to", "be", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "23.0", "imply", "rise", "(", "signal_2_n", "less equal", "53.0", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "immediately", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 14], "prop": [["signal_1_n", "<=", "23.0"]]}, " prop_2 ": {"span": [19, 28], "prop": [["rise", "(", "signal_2_n", "<=", "53.0", ")"]]}}} {"id": 1200, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "44", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "bigger", "than", "5.2", "and", "less", "than", "or", "equal", "to", "38.5", "and", "the", "value", "of", "signal", "signal_2_n", "should", "be", "finally", "greater", "than", "81.5", "."], "ltl": ["finally", "[0,44]", "(", "(", "signal_1_n", "more", "5.2", "and", "signal_1_n", "less equal", "38.5", ")", "and", "signal_2_n", "more", "81.5", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 30], "prop": [["signal_1_n", ">", "5.2"], ["signal_1_n", "<=", "38.5"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_2_n", ">", "81.5"]]}}} {"id": 4339, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "less", "than", "or", "equal", "to", "60.9", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "signal_2_n", "becomes", "no", "larger", "than", "16.3", "will", "have", "to", "be", "observed", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.9", "imply", "rise", "(", "signal_2_n", "less equal", "16.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "be", "observed", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "60.9"]]}, " prop_2 ": {"span": [26, 32], "prop": [["rise", "(", "signal_2_n", "<=", "16.3", ")"]]}}} {"id": 428, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "9", "to", "32", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "61.1", "shall", "occur", "eventually", "."], "ltl": ["finally", "[9,32]", "(", "rise", "(", "signal_1_n", "less equal", "61.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "9", "to", "32", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "occur", "eventually", "."], "logic_ltl": ["F", "[", "9", ":", "32", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 31], "prop": [["rise", "(", "signal_1_n", "<=", "61.1", ")"]]}}} {"id": 5473, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "not", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "at", "a", "certain", "moment", "starting", "between", "19", "to", "66", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "signal_4_n", "finally", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[19,66]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "at", "a", "certain", "moment", "starting", "between", "19", "to", "66", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "19", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 678, "sentence": ["For", "every", "time", "point", "within", "the", "first", "3", "to", "28", "time", "units", "signal_1_n", "will", "remain", "greater", "than", "or", "equal", "to", "0.1", "and", "no", "more", "than", "7.4", "consecutively", "and", "signal_2_n", "ought", "to", "be", "no", "less", "than", "60.3", "uninterruptedly", "."], "ltl": ["globally", "[3,28]", "(", "(", "signal_1_n", "more equal", "0.1", "and", "signal_1_n", "less equal", "7.4", ")", "and", "signal_2_n", "more equal", "60.3", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "3", "to", "28", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "28", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 27], "prop": [["signal_1_n", ">=", "0.1"], ["signal_1_n", "<=", "7.4"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", ">=", "60.3"]]}}} {"id": 6457, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "8.8", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "finally", "a", "time", "during", "the", "subsequent", "84", "time", "units", ",", "after", "which", "signal_2_n", "shall", "be", "set", "to", "signal_3_n", "and", "then", "must", "keep", "like", "this", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.8", ")", "imply", "finally", "[0,84]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "finally", "a", "time", "during", "the", "subsequent", "84", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "must", "keep", "like", "this", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "84", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "8.8", ")"]]}, " prop_2 ": {"span": [36, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2768, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "89", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "always", "equal", "to", "99.3", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "math equal", "99.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "89", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "99.3"]]}}} {"id": 2278, "sentence": ["There", "exists", "a", "certain", "time", "point", "in", "less", "than", "7", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "at", "most", "2.1", "finally", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "42.1", "shall", "be", "observed", "ultimately", "."], "ltl": ["finally", "[0,7]", "(", "signal_1_n", "less equal", "2.1", "and", "rise", "(", "signal_2_n", "more equal", "42.1", ")", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "point", "in", "less", "than", "7", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "7", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", "<=", "2.1"]]}, " prop_2 ": {"span": [27, 39], "prop": [["rise", "(", "signal_2_n", ">=", "42.1", ")"]]}}} {"id": 231, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "uninterruptedly", "remain", "greater", "than", "or", "equal", "to", "55.0", "for", "every", "moment", "within", "78", "time", "units", "."], "ltl": ["globally", "[0,78]", "(", "signal_1_n", "more equal", "55.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">=", "55.0"]]}}} {"id": 470, "sentence": ["Whenever", "the", "signal_1_n", "signal", "begins", "deviating", "from", "24.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "value", "of", "signal_2_n", "shall", "be", "at", "least", "68.3", "and", "less", "than", "or", "equal", "to", "73.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "24.2", ")", "imply", "signal_2_n", "more equal", "68.3", "and", "signal_2_n", "less equal", "73.9", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["fall", "(", "signal_1_n", "==", "24.2", ")"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_2_n", ">=", "68.3"], ["signal_2_n", "<=", "73.9"]]}}} {"id": 4276, "sentence": ["Consistently", "the", "signal_1_n", "signal", "must", "keep", "greater", "than", "or", "equal", "to", "9.0", "and", "at", "most", "69.0", "for", "each", "time", "point", "within", "the", "first", "28", "time", "units", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "more equal", "9.0", "and", "signal_1_n", "less equal", "69.0", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 26], "prop": [["signal_1_n", ">=", "9.0"], ["signal_1_n", "<=", "69.0"]]}}} {"id": 6436, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "99.3", "takes", "place", ",", "then", "starting", "without", "any", "delay", "signal_2_n", "is", "more", "than", "64.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "99.3", ")", "imply", "signal_2_n", "more", "64.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "99.3", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", ">", "64.1"]]}}} {"id": 390, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "happens", ",", "then", "without", "any", "delay", "the", "value", "of", "signal_3_n", "shall", "be", "above", "34.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "34.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_3_n", ">", "34.0"]]}}} {"id": 1637, "sentence": ["The", "state", "of", "signal", "signal_1_n", "should", "be", "consistently", "in", "signal_2_n", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1762, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "must", "stay", "in", "signal_2_n", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2632, "sentence": ["At", "a", "time", "in", "less", "than", "72", "time", "units", "the", "signal_1_n", "signal", "has", "to", "be", "97.1", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "lower", "than", "23.8", "will", "finally", "take", "place", "."], "ltl": ["finally", "[0,72]", "(", "signal_1_n", "math equal", "97.1", "or", "rise", "(", "signal_2_n", "less", "23.8", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "less", "than", "72", "time", "units", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "finally", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "72", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "97.1"]]}, " prop_2 ": {"span": [22, 31], "prop": [["rise", "(", "signal_2_n", "<", "23.8", ")"]]}}} {"id": 291, "sentence": ["For", "each", "moment", "during", "the", "first", "94", "time", "units", ",", "signal_1_n", "needs", "to", "consecutively", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "94", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 873, "sentence": ["At", "a", "certain", "time", "instant", "within", "69", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "keep", "above", "40.2", "and", "no", "more", "than", "43.5", "eventually", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "more", "40.2", "and", "signal_1_n", "less equal", "43.5", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "69", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">", "40.2"], ["signal_1_n", "<=", "43.5"]]}}} {"id": 525, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "n't", "higher", "than", "11.3", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_4_n", "deviates", "from", "signal_5_n", "will", "have", "to", "occur", "finally", "at", "a", "certain", "time", "point", "in", "the", "following", "84", "time", "units", ",", "before", "that", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "consistently", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "11.3", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,84]", "(", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "finally", "at", "a", "certain", "time", "point", "in", "the", "following", "84", "time", "units", ",", "before", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", ">", "11.3", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}, " prop_3 ": {"span": [47, 59], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4030, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "18.6", "occurs", ",", "then", "in", "response", "the", "mode", "of", "signal_2_n", "is", "in", "signal_3_n", "uninterruptedly", "till", "finally", "signal_4_n", "will", "be", "in", "signal_5_n", ",", "which", "gets", "detected", "at", "sometime", "within", "the", "following", "85", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.6", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,85]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "<", "18.6", ")"]]}, " prop_2 ": {"span": [26, 53], "prop": [["signal_2_n", "==", "signal_3_n"], ["signal_4_n", "==", "signal_5_n"]]}}} {"id": 433, "sentence": ["For", "every", "moment", "within", "72", "to", "92", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "must", "stay", "less", "than", "or", "equal", "to", "46.4", "without", "interruption", "or", "the", "state", "of", "signal_2_n", "remains", "in", "signal_3_n", "continuously", "."], "ltl": ["globally", "[72,92]", "(", "signal_1_n", "less equal", "46.4", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "72", "to", "92", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "72", ":", "92", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", "<=", "46.4"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3621, "sentence": ["For", "at", "least", "4", "time", "units", ",", "signal_1_n", "shall", "consistently", "remain", "above", "2.8", "."], "ltl": ["globally", "[0,4]", "(", "signal_1_n", "more", "2.8", ")"], "logic_sentence": ["For", "at", "least", "4", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", ">", "2.8"]]}}} {"id": 6321, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "equal", "to", "18.1", "consecutively", "for", "every", "moment", "within", "39", "to", "93", "time", "units", "."], "ltl": ["globally", "[39,93]", "(", "signal_1_n", "math equal", "18.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "39", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "18.1"]]}}} {"id": 4129, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "92.6", "takes", "place", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "shifts", "to", "82.8", "gets", "observed", "then", "in", "response", "after", "a", "certain", "moment", "within", "the", "subsequent", "43", "time", "units", "for", "every", "time", "point", "in", "the", "following", "54", "time", "units", "the", "value", "of", "signal_3_n", "will", "be", "set", "to", "40.7", "all", "the", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "92.6", ")", "or", "rise", "(", "signal_2_n", "math equal", "82.8", ")", "imply", "finally", "[0,43]", "(", "globally", "[0,54]", "(", "signal_3_n", "math equal", "40.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "then", "in", "response", "after", "a", "certain", "moment", "within", "the", "subsequent", "43", "time", "units", "for", "every", "time", "point", "in", "the", "following", "54", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "43", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", "<=", "92.6", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["rise", "(", "signal_2_n", "==", "82.8", ")"]]}, " prop_3 ": {"span": [65, 77], "prop": [["signal_3_n", "==", "40.7"]]}}} {"id": 6058, "sentence": ["The", "signal_1_n", "signal", "will", "be", "staying", "higher", "than", "5.5", "without", "interruption", "for", "more", "than", "13", "time", "units", "."], "ltl": ["globally", "[0,13]", "(", "signal_1_n", "more", "5.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "13", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", ">", "5.5"]]}}} {"id": 17, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "enters", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "next", "34", "to", "81", "time", "units", ",", "after", "which", "signal_3_n", "ought", "to", "be", "83.9", "and", "consistently", "this", "scenario", "has", "to", "continue", "for", "every", "time", "point", "within", "the", "subsequent", "71", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[34,81]", "(", "globally", "[0,71]", "(", "signal_3_n", "math equal", "83.9", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "next", "34", "to", "81", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "consistently", "this", "scenario", "has", "to", "continue", "for", "every", "time", "point", "within", "the", "subsequent", "71", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "34", ":", "81", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 45], "prop": [["signal_3_n", "==", "83.9"]]}}} {"id": 4314, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "consistently", "keeping", "less", "than", "or", "equal", "to", "2.4", "for", "every", "time", "point", "during", "the", "first", "62", "time", "units", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "less equal", "2.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "<=", "2.4"]]}}} {"id": 1024, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "19.4", "and", "smaller", "than", "93.2", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "41.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "value", "of", "signal", "signal_3_n", "must", "be", "above", "96.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "19.4", "and", "signal_1_n", "less", "93.2", ")", "or", "signal_2_n", "more", "41.6", "imply", "signal_3_n", "more", "96.3", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 18], "prop": [["signal_1_n", ">", "19.4"], ["signal_1_n", "<", "93.2"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", ">", "41.6"]]}, " prop_3 ": {"span": [40, 49], "prop": [["signal_3_n", ">", "96.3"]]}}} {"id": 746, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "7.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "18.6", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "7.1", ")", "imply", "signal_2_n", "less equal", "18.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", ">=", "7.1", ")"]]}, " prop_2 ": {"span": [35, 47], "prop": [["signal_2_n", "<=", "18.6"]]}}} {"id": 6284, "sentence": ["In", "case", "that", "signal_1_n", "is", "not", "at", "most", "36.3", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "48.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "3.7", "and", "then", "will", "consecutively", "hold", "like", "that", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "36.3", ")", "and", "signal_2_n", "less", "48.6", "imply", "globally", "(", "signal_3_n", "math equal", "3.7", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "<=", "36.3", ")"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_2_n", "<", "48.6"]]}, " prop_3 ": {"span": [26, 52], "prop": [["signal_3_n", "==", "3.7"]]}}} {"id": 1336, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "below", "93.9", "is", "detected", "then", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "signal_2_n", "signal", "shall", "be", "equal", "to", "12.7", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "93.9", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "12.7", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "for", "each", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "93.9", ")"]]}, " prop_2 ": {"span": [38, 47], "prop": [["signal_2_n", "==", "12.7"]]}}} {"id": 1111, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "1.4", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "18.8", "and", "at", "most", "80.5", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "1.4", ")", "imply", "signal_2_n", "more equal", "18.8", "and", "signal_2_n", "less equal", "80.5", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "1.4", ")"]]}, " prop_2 ": {"span": [22, 39], "prop": [["signal_2_n", ">=", "18.8"], ["signal_2_n", "<=", "80.5"]]}}} {"id": 3406, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "n't", "equal", "to", "50.1", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "signal_4_n", "shall", "be", "below", "58.8", "and", "the", "mode", "of", "signal_5_n", "ought", "to", "be", "set", "to", "signal_6_n", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "math equal", "50.1", ")", "imply", "signal_4_n", "less", "58.8", "and", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_3", ")", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [9, 18], "prop": [["-", "(", "signal_3_n", "==", "50.1", ")"]]}, " prop_3 ": {"span": [29, 34], "prop": [["signal_4_n", "<", "58.8"]]}, " prop_4 ": {"span": [35, 46], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 2907, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "lower", "than", "23.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "after", "which", "the", "value", "of", "signal_2_n", "shall", "remain", "at", "least", "4.5", "and", "less", "than", "or", "equal", "to", "7.0", "consecutively", "for", "each", "time", "instant", "within", "the", "subsequent", "35", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "23.5", "imply", "finally", "(", "globally", "[0,35]", "(", "signal_2_n", "more equal", "4.5", "and", "signal_2_n", "less equal", "7.0", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "35", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "23.5"]]}, " prop_2 ": {"span": [34, 61], "prop": [["signal_2_n", ">=", "4.5"], ["signal_2_n", "<=", "7.0"]]}}} {"id": 3, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "the", "signal_3_n", "signal", "is", "at", "most", "76.8", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_4_n", "ought", "to", "be", "higher", "than", "85.4", "then", "consistently", "this", "condition", "will", "be", "continuing", "for", "each", "moment", "within", "the", "next", "55", "to", "74", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "76.8", "imply", "finally", "(", "globally", "[55,74]", "(", "signal_4_n", "more", "85.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_3", ")", "then", "consistently", "this", "condition", "will", "be", "continuing", "for", "each", "moment", "within", "the", "next", "55", "to", "74", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "55", ":", "74", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_3_n", "<=", "76.8"]]}, " prop_3 ": {"span": [43, 54], "prop": [["signal_4_n", ">", "85.4"]]}}} {"id": 844, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "91.6", "does", "not", "take", "place", "or", "the", "value", "of", "signal", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "77.7", ",", "then", "the", "following", "condition", "is", "true", ":", "immediately", "signal_3_n", "ought", "to", "be", "greater", "than", "23.0", "and", "less", "than", "32.2", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "91.6", ")", "or", "signal_2_n", "more equal", "77.7", "imply", "signal_3_n", "more", "23.0", "and", "signal_3_n", "less", "32.2", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "take", "place", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["-", "fall", "(", "signal_1_n", ">", "91.6", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">=", "77.7"]]}, " prop_3 ": {"span": [44, 55], "prop": [["signal_3_n", ">", "23.0"], ["signal_3_n", "<", "32.2"]]}}} {"id": 672, "sentence": ["There", "should", "be", "a", "time", "within", "5", "to", "10", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "19.6", "."], "ltl": ["finally", "[5,10]", "(", "signal_1_n", "math equal", "19.6", ")"], "logic_sentence": ["There", "should", "be", "a", "time", "within", "5", "to", "10", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 18], "prop": [["signal_1_n", "==", "19.6"]]}}} {"id": 1538, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "signal_1_n", "signal", "will", "be", "always", "remaining", "less", "than", "or", "equal", "to", "60.5", ",", "and", "without", "interruption", "signal_2_n", "shall", "stay", "greater", "than", "12.5", "and", "less", "than", "or", "equal", "to", "91.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.5", "and", "(", "signal_2_n", "more", "12.5", "and", "signal_2_n", "less equal", "91.6", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", "<=", "60.5"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">", "12.5"], ["signal_2_n", "<=", "91.6"]]}}} {"id": 1206, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "94", "time", "units", ",", "signal_1_n", "is", "eventually", "greater", "than", "or", "equal", "to", "53.8", ",", "and", "eventually", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,94]", "(", "signal_1_n", "more equal", "53.8", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "94", "time", "units", ",", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", ">=", "53.8"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 523, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "larger", "than", "18.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_2_n", "must", "be", "in", "signal_3_n", "and", "this", "condition", "needs", "to", "continue", "consistently", "till", "signal_4_n", "leaves", "signal_5_n", ",", "which", "ought", "to", "eventually", "get", "detected", "at", "a", "time", "within", "the", "subsequent", "32", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "18.6", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,32]", "(", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "condition", "needs", "to", "continue", "consistently", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["-", "(", "signal_1_n", ">", "18.6", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [41, 60], "prop": [["fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 1954, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "38", "to", "40", "time", "units", ",", "signal_1_n", "shall", "always", "not", "be", "signal_2_n", "."], "ltl": ["globally", "[38,40]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "38", "to", "40", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "38", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1713, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "66", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "13.9", "."], "ltl": ["finally", "[0,66]", "(", "signal_1_n", "math equal", "13.9", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "66", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "13.9"]]}}} {"id": 1195, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "68.9", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "47.2", "then", "this", "condition", "ought", "to", "remain", "for", "each", "time", "point", "within", "the", "coming", "57", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "68.9", ")", "imply", "globally", "[0,57]", "(", "signal_2_n", "more", "47.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "ought", "to", "remain", "for", "each", "time", "point", "within", "the", "coming", "57", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", ">=", "68.9", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", ">", "47.2"]]}}} {"id": 3430, "sentence": ["For", "each", "moment", "during", "the", "first", "33", "time", "units", ",", "signal_1_n", "shall", "stay", "at", "most", "17.2", "without", "interruption", "."], "ltl": ["globally", "[0,33]", "(", "signal_1_n", "less equal", "17.2", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "33", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "<=", "17.2"]]}}} {"id": 3247, "sentence": ["Uninterruptedly", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "96.8", "must", "not", "happen", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "96.8", ")", ")"], "logic_sentence": ["Uninterruptedly", "the", "event", "that", "(", "prop_1", ")", "must", "not", "happen", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["-", "rise", "(", "signal_1_n", ">=", "96.8", ")"]]}}} {"id": 4422, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "88.2", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "promptly", "greater", "than", "or", "equal", "to", "25.5", "and", "at", "most", "76.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "88.2", ")", "imply", "signal_2_n", "more equal", "25.5", "and", "signal_2_n", "less equal", "76.1", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "88.2", ")"]]}, " prop_2 ": {"span": [26, 45], "prop": [["signal_2_n", ">=", "25.5"], ["signal_2_n", "<=", "76.1"]]}}} {"id": 171, "sentence": ["For", "each", "moment", "during", "the", "first", "80", "time", "units", "signal_1_n", "is", "n't", "above", "63.8", "or", "signal_2_n", "will", "have", "to", "always", "stay", "higher", "than", "28.4", "and", "less", "than", "79.2", "."], "ltl": ["globally", "[0,80]", "(", "negation", "(", "signal_1_n", "more", "63.8", ")", "or", "(", "signal_2_n", "more", "28.4", "and", "signal_2_n", "less", "79.2", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "80", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "80", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["-", "(", "signal_1_n", ">", "63.8", ")"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", ">", "28.4"], ["signal_2_n", "<", "79.2"]]}}} {"id": 18, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "gets", "detected", "then", "in", "response", "finally", "after", "a", "certain", "time", "point", "in", "the", "coming", "26", "to", "45", "time", "units", ",", "the", "signal_3_n", "signal", "ought", "to", "be", "98.5", "and", "this", "scenario", "should", "always", "continue", "for", "every", "moment", "in", "the", "subsequent", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[26,45]", "(", "globally", "[0,70]", "(", "signal_3_n", "math equal", "98.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "finally", "after", "a", "certain", "time", "point", "in", "the", "coming", "26", "to", "45", "time", "units", ",", "(", "prop_2", ")", "and", "this", "scenario", "should", "always", "continue", "for", "every", "moment", "in", "the", "subsequent", "70", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "26", ":", "45", "]", "(", "G", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 39], "prop": [["signal_3_n", "==", "98.5"]]}}} {"id": 3620, "sentence": ["Consistently", "the", "signal_1_n", "signal", "is", "larger", "than", "55.4", "for", "at", "least", "55", "time", "units", "."], "ltl": ["globally", "[0,55]", "(", "signal_1_n", "more", "55.4", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "55.4"]]}}} {"id": 1551, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "increases", "above", "2.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "20.5", "and", "this", "scenario", "consistently", "holds", "for", "each", "moment", "in", "the", "next", "33", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "2.0", ")", "imply", "globally", "[0,33]", "(", "signal_2_n", "more", "20.5", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "consistently", "holds", "for", "each", "moment", "in", "the", "next", "33", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", ">", "2.0", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">", "20.5"]]}}} {"id": 4729, "sentence": ["Eventually", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1054, "sentence": ["In", "the", "case", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "the", "signal_3_n", "signal", "equals", "to", "35.0", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "(", "signal_3_n", "math equal", "35.0", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 41], "prop": [["signal_3_n", "==", "35.0"]]}}} {"id": 5786, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "increases", "to", "at", "least", "38.3", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "26.8", "and", "less", "than", "99.7", "and", "at", "once", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "deviates", "from", "74.5", "takes", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "38.3", ")", "imply", "(", "signal_2_n", "more", "26.8", "and", "signal_2_n", "less", "99.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "74.5", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", "and", "at", "once", "the", "event", "that", "(", "prop_3", ")", "takes", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">=", "38.3", ")"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_2_n", ">", "26.8"], ["signal_2_n", "<", "99.7"]]}, " prop_3 ": {"span": [38, 46], "prop": [["fall", "(", "signal_3_n", "==", "74.5", ")"]]}}} {"id": 6433, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "to", "no", "more", "than", "72.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "is", "above", "79.6", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "72.1", ")", "imply", "signal_2_n", "more", "79.6", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<=", "72.1", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", ">", "79.6"]]}}} {"id": 3427, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "will", "be", "keeping", "less", "than", "or", "equal", "to", "66.4", "for", "each", "time", "instant", "in", "the", "first", "30", "time", "units", "."], "ltl": ["globally", "[0,30]", "(", "signal_1_n", "less equal", "66.4", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 25], "prop": [["signal_1_n", "<=", "66.4"]]}}} {"id": 5001, "sentence": ["At", "sometime", "in", "less", "than", "33", "time", "units", ",", "eventually", "the", "mode", "of", "signal", "signal_1_n", "must", "be", "in", "signal_2_n", ",", "and", "signal_3_n", "will", "be", "eventually", "less", "than", "or", "equal", "to", "99.1", "."], "ltl": ["finally", "[0,33]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "99.1", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "33", "time", "units", ",", "eventually", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", "<=", "99.1"]]}}} {"id": 3675, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "below", "29.3", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "is", "shifted", "to", "35.3", "has", "to", "occur", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "29.3", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_2_n", "math equal", "35.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "occur", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<", "29.3", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["rise", "(", "signal_2_n", "==", "35.3", ")"]]}}} {"id": 71, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "less", "than", "88.9", "consistently", "for", "more", "than", "15", "time", "units", "."], "ltl": ["globally", "[0,15]", "(", "signal_1_n", "less", "88.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "15", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "<", "88.9"]]}}} {"id": 3037, "sentence": ["As", "soon", "as", "signal_1_n", "is", "less", "than", "or", "equal", "to", "35.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "at", "least", "36.3", "and", "at", "most", "66.6", "without", "any", "delay", ",", "or", "the", "value", "of", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "32.6", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "35.1", "imply", "(", "signal_2_n", "more equal", "36.3", "and", "signal_2_n", "less equal", "66.6", ")", "or", "signal_3_n", "less equal", "32.6", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "35.1"]]}, " prop_2 ": {"span": [19, 37], "prop": [["signal_2_n", ">=", "36.3"], ["signal_2_n", "<=", "66.6"]]}, " prop_3 ": {"span": [39, 53], "prop": [["signal_3_n", "<=", "32.6"]]}}} {"id": 566, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "signal_1_n", "consistently", "stays", "equal", "to", "50.2", "and", "the", "value", "of", "signal_2_n", "needs", "to", "consecutively", "stay", "greater", "than", "or", "equal", "to", "71.1", "and", "less", "than", "or", "equal", "to", "71.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.2", "and", "(", "signal_2_n", "more equal", "71.1", "and", "signal_2_n", "less equal", "71.3", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "50.2"]]}, " prop_2 ": {"span": [17, 38], "prop": [["signal_2_n", ">=", "71.1"], ["signal_2_n", "<=", "71.3"]]}}} {"id": 843, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "at", "most", "17.8", "is", "n't", "detected", "or", "signal_2_n", "keeps", "greater", "than", "or", "equal", "to", "82.2", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "ought", "to", "be", "higher", "than", "49.8", "and", "smaller", "than", "54.3", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "17.8", ")", "or", "signal_2_n", "more equal", "82.2", "imply", "signal_3_n", "more", "49.8", "and", "signal_3_n", "less", "54.3", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "n't", "detected", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["-", "fall", "(", "signal_1_n", ">", "17.8", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", ">=", "82.2"]]}, " prop_3 ": {"span": [35, 49], "prop": [["signal_3_n", ">", "49.8"], ["signal_3_n", "<", "54.3"]]}}} {"id": 220, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "n't", "at", "least", "54.7", "and", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "following", "78", "time", "units", "there", "has", "to", "be", "sometime", "during", "the", "first", "80", "time", "units", "ultimately", ",", "at", "which", "the", "event", "that", "signal_4_n", "changes", "to", "53.0", "needs", "to", "get", "observed", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "54.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,78]", "(", "finally", "[0,80]", "(", "rise", "(", "signal_4_n", "math equal", "53.0", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "following", "78", "time", "units", "there", "has", "to", "be", "sometime", "during", "the", "first", "80", "time", "units", "ultimately", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "needs", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "80", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", ">=", "54.7", ")"]]}, " prop_2 ": {"span": [11, 15], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [53, 57], "prop": [["rise", "(", "signal_4_n", "==", "53.0", ")"]]}}} {"id": 4152, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "coming", "84", "time", "units", "at", "a", "certain", "time", "instant", "in", "the", "next", "83", "time", "units", ",", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "gets", "equal", "to", "59.5", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,84]", "(", "finally", "[0,83]", "(", "rise", "(", "signal_3_n", "math equal", "59.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "coming", "84", "time", "units", "at", "a", "certain", "time", "instant", "in", "the", "next", "83", "time", "units", ",", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "84", "]", "(", "F", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["rise", "(", "signal_3_n", "==", "59.5", ")"]]}}} {"id": 5852, "sentence": ["Everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "happens", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "has", "to", "be", "no", "less", "than", "2.8", "uninterruptedly", "for", "each", "moment", "during", "the", "coming", "1", "to", "2", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[1,2]", "(", "signal_3_n", "more equal", "2.8", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "2", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 40], "prop": [["signal_3_n", ">=", "2.8"]]}}} {"id": 1987, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "event", "that", "the", "state", "of", "signal_3_n", "changes", "to", "signal_4_n", "ought", "not", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "ought", "not", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 49], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5008, "sentence": ["If", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "next", "1", "to", "45", "time", "units", ",", "in", "the", "future", "until", "the", "simulation", "ends", "signal_3_n", "must", "be", "uninterruptedly", "set", "to", "40.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[1,45]", "(", "globally", "(", "signal_3_n", "math equal", "40.0", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "next", "1", "to", "45", "time", "units", ",", "in", "the", "future", "until", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "1", ":", "45", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [37, 44], "prop": [["signal_3_n", "==", "40.0"]]}}} {"id": 6072, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "56.4", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "shall", "be", "sometime", "within", "the", "next", "62", "time", "units", ",", "at", "which", "signal_2_n", "has", "to", "be", "equal", "to", "77.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "56.4", ")", "imply", "finally", "[0,62]", "(", "signal_2_n", "math equal", "77.2", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "shall", "be", "sometime", "within", "the", "next", "62", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "56.4", ")"]]}, " prop_2 ": {"span": [39, 46], "prop": [["signal_2_n", "==", "77.2"]]}}} {"id": 928, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "21.1", ",", "or", "the", "transition", "action", "that", "signal_2_n", "falls", "below", "71.0", "gets", "detected", ",", "then", "signal_3_n", "should", "be", "uninterruptedly", "set", "to", "1.8", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "21.1", "or", "rise", "(", "signal_2_n", "less", "71.0", ")", "imply", "globally", "(", "signal_3_n", "math equal", "1.8", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "21.1"]]}, " prop_2 ": {"span": [19, 23], "prop": [["rise", "(", "signal_2_n", "<", "71.0", ")"]]}, " prop_3 ": {"span": [27, 43], "prop": [["signal_3_n", "==", "1.8"]]}}} {"id": 3300, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "51.0", "happens", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_2_n", "ought", "to", "get", "shifted", "to", "20.6", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.0", ")", "imply", "finally", "(", "rise", "(", "signal_2_n", "math equal", "20.6", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "51.0", ")"]]}, " prop_2 ": {"span": [36, 47], "prop": [["rise", "(", "signal_2_n", "==", "20.6", ")"]]}}} {"id": 1394, "sentence": ["For", "at", "least", "89", "time", "units", ",", "the", "value", "of", "signal_1_n", "ought", "to", "remain", "more", "than", "47.5", ",", "and", "the", "signal_2_n", "signal", "will", "be", "remaining", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "more", "47.5", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "at", "least", "89", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">", "47.5"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5201, "sentence": ["For", "every", "time", "point", "within", "the", "first", "46", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "uninterruptedly", "remain", "less", "than", "or", "equal", "to", "43.9", "or", "the", "value", "of", "signal", "signal_2_n", "must", "remain", "above", "87.2", "all", "the", "time", "."], "ltl": ["globally", "[0,46]", "(", "signal_1_n", "less equal", "43.9", "or", "signal_2_n", "more", "87.2", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "46", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "46", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", "<=", "43.9"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">", "87.2"]]}}} {"id": 997, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "20.7", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "must", "be", "at", "least", "41.9", "and", "less", "than", "or", "equal", "to", "46.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "20.7", ")", "imply", "signal_2_n", "more equal", "41.9", "and", "signal_2_n", "less equal", "46.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", ">=", "20.7", ")"]]}, " prop_2 ": {"span": [31, 48], "prop": [["signal_2_n", ">=", "41.9"], ["signal_2_n", "<=", "46.3"]]}}} {"id": 5454, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "stays", "in", "signal_2_n", ",", "then", "in", "response", "continuously", "the", "mode", "of", "signal", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "for", "every", "moment", "in", "the", "following", "76", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,76]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "in", "response", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 36], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4288, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "signal_1_n", "keeps", "in", "signal_2_n", "consecutively", "and", "the", "signal_3_n", "signal", "uninterruptedly", "remains", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 24, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "50", "time", "units", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "lower", "than", "16.9", "has", "to", "get", "detected", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "8.0", "and", "less", "than", "or", "equal", "to", "15.7", "eventually", "."], "ltl": ["finally", "[0,50]", "(", "rise", "(", "signal_1_n", "less", "16.9", ")", "and", "(", "signal_2_n", "more equal", "8.0", "and", "signal_2_n", "less equal", "15.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "50", "time", "units", "eventually", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "get", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "50", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["rise", "(", "signal_1_n", "<", "16.9", ")"]]}, " prop_2 ": {"span": [31, 53], "prop": [["signal_2_n", ">=", "8.0"], ["signal_2_n", "<=", "15.7"]]}}} {"id": 4460, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "4.8", ",", "or", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "or", "equal", "to", "98.5", "occurs", "then", "immediately", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "4.8", "or", "rise", "(", "signal_2_n", "less equal", "98.5", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "occurs", "then", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", ">=", "4.8"]]}, " prop_2 ": {"span": [25, 35], "prop": [["rise", "(", "signal_2_n", "<=", "98.5", ")"]]}, " prop_3 ": {"span": [38, 49], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2746, "sentence": ["When", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "20.1", "and", "the", "signal_2_n", "signal", "stays", "lower", "than", "6.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_3_n", "has", "always", "not", "been", "set", "to", "signal_4_n", "within", "the", "past", "15", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.1", "and", "signal_2_n", "less", "6.8", "imply", "historically", "[0,15]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "15", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "20.1"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "<", "6.8"]]}, " prop_3 ": {"span": [25, 42], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 891, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "below", "67.8", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "has", "to", "be", "no", "larger", "than", "25.0", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "67.8", ")", "imply", "signal_2_n", "less equal", "25.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "67.8", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", "<=", "25.0"]]}}} {"id": 806, "sentence": ["For", "at", "least", "57", "time", "units", ",", "the", "value", "of", "signal_1_n", "ought", "to", "keep", "smaller", "than", "38.1", "continuously", "."], "ltl": ["globally", "[0,57]", "(", "signal_1_n", "less", "38.1", ")"], "logic_sentence": ["For", "at", "least", "57", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<", "38.1"]]}}} {"id": 1986, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "38", "time", "units", ",", "at", "which", "signal_1_n", "will", "be", "set", "to", "79.5", "eventually", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "math equal", "79.5", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "38", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "79.5"]]}}} {"id": 37, "sentence": ["Globally", ",", "everytime", "when", "consecutively", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "18.8", "did", "n't", "happen", "during", "the", "last", "4", "to", "29", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "20.4", "and", "no", "more", "than", "80.2", "and", "then", "consecutively", "this", "condition", "will", "have", "been", "remaining", "for", "the", "past", "98", "time", "units", "."], "ltl": ["globally", "(", "historically", "[4,29]", "(", "negation", "rise", "(", "signal_1_n", "more equal", "18.8", ")", ")", "imply", "historically", "[0,98]", "(", "signal_2_n", "more equal", "20.4", "and", "signal_2_n", "less equal", "80.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "consecutively", "the", "transition", "action", "that", "(", "prop_1", ")", "did", "n't", "happen", "during", "the", "last", "4", "to", "29", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "will", "have", "been", "remaining", "for", "the", "past", "98", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "4", ":", "29", "]", "(", "prop_1", ")", "->", "hist|ically", "[", "0", ":", "98", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["-", "rise", "(", "signal_1_n", ">=", "18.8", ")"]]}, " prop_2 ": {"span": [42, 60], "prop": [["signal_2_n", ">=", "20.4"], ["signal_2_n", "<=", "80.2"]]}}} {"id": 4951, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "in", "the", "first", "10", "to", "11", "time", "units", ",", "signal_3_n", "should", "be", "greater", "than", "or", "equal", "to", "85.3", "and", "ought", "to", "consistently", "keep", "like", "that", "for", "each", "moment", "within", "the", "subsequent", "33", "to", "46", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[10,11]", "(", "globally", "[33,46]", "(", "signal_3_n", "more equal", "85.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "in", "the", "first", "10", "to", "11", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "10", ":", "11", "]", "(", "G", "[", "33", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [34, 61], "prop": [["signal_3_n", ">=", "85.3"]]}}} {"id": 1237, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "signal_3_n", "signal", "ought", "to", "be", "equal", "to", "28.6", "and", "then", "this", "condition", "shall", "sustain", "all", "the", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "(", "signal_3_n", "math equal", "28.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "shall", "sustain", "all", "the", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 52], "prop": [["signal_3_n", "==", "28.6"]]}}} {"id": 1819, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "4.8", "happens", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "will", "be", "in", "-LRB-", "11.8", ",", "64.5", "-RRB-", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "starts", "not", "equaling", "to", "39.8", "gets", "observed", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.8", ")", "imply", "(", "signal_2_n", "more", "11.8", "and", "signal_2_n", "less", "64.5", ")", "and", "fall", "(", "signal_3_n", "math equal", "39.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_2", ")", ",", "and", "the", "scenario", "that", "(", "prop_3", ")", "gets", "observed", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "4.8", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_2_n", ">", "11.8"], ["signal_2_n", "<", "64.5"]]}, " prop_3 ": {"span": [48, 57], "prop": [["fall", "(", "signal_3_n", "==", "39.8", ")"]]}}} {"id": 844, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "changes", "to", "22.4", "then", "there", "ought", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "63", "time", "units", "finally", ",", "at", "which", "consecutively", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "is", "shifted", "to", "signal_3_n", "must", "not", "be", "detected", "for", "each", "time", "instant", "within", "the", "coming", "13", "to", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "22.4", ")", "imply", "finally", "[0,63]", "(", "globally", "[13,51]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "there", "ought", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "63", "time", "units", "finally", ",", "at", "which", "consecutively", "the", "scenario", "that", "(", "prop_2", ")", "must", "not", "be", "detected", "for", "each", "time", "instant", "within", "the", "coming", "13", "to", "51", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "63", "]", "(", "G", "[", "13", ":", "51", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "22.4", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3280, "sentence": ["At", "sometime", "during", "the", "first", "86", "time", "units", "the", "value", "of", "signal", "signal_1_n", "settles", "to", "14.9", "eventually", ",", "and", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "be", "finally", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "math equal", "14.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "86", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "14.9"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 677, "sentence": ["For", "every", "moment", "within", "56", "to", "66", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "continuously", "stay", "greater", "than", "or", "equal", "to", "40.7", "and", "at", "most", "49.7", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "at", "least", "76.5", "uninterruptedly", "."], "ltl": ["globally", "[56,66]", "(", "(", "signal_1_n", "more equal", "40.7", "and", "signal_1_n", "less equal", "49.7", ")", "and", "signal_2_n", "more equal", "76.5", ")"], "logic_sentence": ["For", "every", "moment", "within", "56", "to", "66", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "56", ":", "66", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 29], "prop": [["signal_1_n", ">=", "40.7"], ["signal_1_n", "<=", "49.7"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", ">=", "76.5"]]}}} {"id": 1961, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "84.9", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "at", "most", "16.2", "ought", "to", "be", "detected", "at", "the", "same", "moment", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "higher", "than", "16.7", "and", "less", "than", "36.7", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "84.9", ")", "imply", "rise", "(", "signal_2_n", "less equal", "16.2", ")", "and", "(", "signal_3_n", "more", "16.7", "and", "signal_3_n", "less", "36.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "be", "detected", "at", "the", "same", "moment", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "84.9", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["rise", "(", "signal_2_n", "<=", "16.2", ")"]]}, " prop_3 ": {"span": [50, 64], "prop": [["signal_3_n", ">", "16.7"], ["signal_3_n", "<", "36.7"]]}}} {"id": 6223, "sentence": ["For", "every", "time", "point", "within", "25", "to", "60", "time", "units", "signal_1_n", "ought", "to", "keep", "at", "least", "48.0", "continuously", ",", "and", "continuously", "signal_2_n", "shall", "be", "no", "less", "than", "50.3", "."], "ltl": ["globally", "[25,60]", "(", "signal_1_n", "more equal", "48.0", "and", "signal_2_n", "more equal", "50.3", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "25", "to", "60", "time", "units", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "25", ":", "60", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", ">=", "48.0"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", ">=", "50.3"]]}}} {"id": 111, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "larger", "than", "24.3", "and", "below", "25.4", "or", "signal_2_n", "is", "in", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_4_n", "signal", "is", "above", "79.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "24.3", "and", "signal_1_n", "less", "25.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "79.5", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "24.3"], ["signal_1_n", "<", "25.4"]]}, " prop_2 ": {"span": [15, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [27, 33], "prop": [["signal_4_n", ">", "79.5"]]}}} {"id": 1761, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "equal", "to", "53.9", "then", "in", "response", "for", "each", "moment", "in", "the", "first", "97", "time", "units", ",", "there", "needs", "to", "be", "a", "time", "after", "at", "most", "74", "time", "units", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "should", "be", "less", "than", "41.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "53.9", "imply", "globally", "[0,97]", "(", "finally", "[0,74]", "(", "signal_2_n", "less", "41.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "there", "needs", "to", "be", "a", "time", "after", "at", "most", "74", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 26], "prop": [["signal_1_n", "==", "53.9"]]}, " prop_2 ": {"span": [43, 51], "prop": [["signal_2_n", "<", "41.9"]]}}} {"id": 1732, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "no", "less", "than", "32.7", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "following", "50", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "must", "be", "finally", "at", "most", "18.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "32.7", ")", "imply", "finally", "[0,50]", "(", "signal_2_n", "less equal", "18.3", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "following", "50", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "32.7", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_2_n", "<=", "18.3"]]}}} {"id": 928, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "48.0", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "should", "be", "smaller", "than", "99.4", "and", "then", "must", "uninterruptedly", "hold", "like", "this", "in", "the", "past", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "48.0", ")", "imply", "historically", "(", "signal_2_n", "less", "99.4", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<=", "48.0", ")"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_2_n", "<", "99.4"]]}}} {"id": 5203, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "finally", "signal_1_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "20.5", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "20.5", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "<=", "20.5"]]}}} {"id": 6470, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "shifts", "to", "38.7", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "must", "become", "not", "set", "to", "79.2", ",", "or", "the", "signal_3_n", "signal", "will", "have", "to", "be", "smaller", "than", "7.4", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "38.7", ")", "imply", "fall", "(", "signal_2_n", "math equal", "79.2", ")", "or", "signal_3_n", "less", "7.4", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "==", "38.7", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["fall", "(", "signal_2_n", "==", "79.2", ")"]]}, " prop_3 ": {"span": [36, 50], "prop": [["signal_3_n", "<", "7.4"]]}}} {"id": 140, "sentence": ["The", "signal_1_n", "signal", "should", "keep", "greater", "than", "or", "equal", "to", "0.8", "and", "less", "than", "or", "equal", "to", "2.2", "uninterruptedly", "for", "each", "time", "instant", "in", "the", "first", "22", "time", "units", "."], "ltl": ["globally", "[0,22]", "(", "signal_1_n", "more equal", "0.8", "and", "signal_1_n", "less equal", "2.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "22", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 29], "prop": [["signal_1_n", ">=", "0.8"], ["signal_1_n", "<=", "2.2"]]}}} {"id": 3923, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "98.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "following", "11", "to", "50", "time", "units", "the", "value", "of", "signal_2_n", "will", "continuously", "stay", "larger", "than", "1.8", "and", "smaller", "than", "7.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "98.5", "imply", "globally", "[11,50]", "(", "signal_2_n", "more", "1.8", "and", "signal_2_n", "less", "7.8", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "following", "11", "to", "50", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "50", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "98.5"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_2_n", ">", "1.8"], ["signal_2_n", "<", "7.8"]]}}} {"id": 1641, "sentence": ["The", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "consistently", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4278, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "91.3", "happens", "or", "the", "value", "of", "signal_2_n", "stays", "less", "than", "or", "equal", "to", "4.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "has", "to", "keep", "no", "less", "than", "89.6", "at", "once", "and", "without", "any", "delay", "the", "state", "of", "signal", "signal_4_n", "is", "not", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "91.3", ")", "or", "signal_2_n", "less equal", "4.0", "imply", "signal_3_n", "more equal", "89.6", "and", "negation", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", "<=", "91.3", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<=", "4.0"]]}, " prop_3 ": {"span": [39, 53], "prop": [["signal_3_n", ">=", "89.6"]]}, " prop_4 ": {"span": [57, 65], "prop": [["-", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 4723, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "77.5", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "jumps", "to", "more", "than", "32.7", "must", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "77.5", ")", "imply", "rise", "(", "signal_2_n", "more", "32.7", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "77.5", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["rise", "(", "signal_2_n", ">", "32.7", ")"]]}}} {"id": 3694, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "goes", "lower", "than", "66.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "during", "the", "subsequent", "31", "to", "57", "time", "units", "the", "scenario", "that", "the", "state", "of", "signal", "signal_3_n", "changes", "to", "signal_4_n", "ought", "to", "be", "ultimately", "detected", ",", "until", "then", "the", "value", "of", "signal_2_n", "has", "to", "remain", "larger", "than", "29.7", "and", "below", "42.3", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "66.3", ")", "imply", "(", "signal_2_n", "more", "29.7", "and", "signal_2_n", "less", "42.3", ")", "until", "[31,57]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "during", "the", "subsequent", "31", "to", "57", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", ",", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "31", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "66.3", ")"]]}, " prop_2 ": {"span": [36, 49], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [52, 67], "prop": [["signal_2_n", ">", "29.7"], ["signal_2_n", "<", "42.3"]]}}} {"id": 1885, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "ought", "to", "be", "instantly", "below", "45.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "45.6", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_3_n", "<", "45.6"]]}}} {"id": 6069, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "79", "to", "91", "time", "units", "the", "value", "of", "signal", "signal_1_n", "is", "eventually", "equal", "to", "43.0", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "91.7", "should", "not", "take", "place", "."], "ltl": ["finally", "[79,91]", "(", "signal_1_n", "math equal", "43.0", "and", "negation", "fall", "(", "signal_2_n", "more", "91.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "79", "to", "91", "time", "units", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "should", "not", "take", "place", "."], "logic_ltl": ["F", "[", "79", ":", "91", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "43.0"]]}, " prop_2 ": {"span": [27, 40], "prop": [["-", "fall", "(", "signal_2_n", ">", "91.7", ")"]]}}} {"id": 5497, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "44.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "signal_2_n", "will", "be", "no", "larger", "than", "31.7", "and", "starting", "without", "any", "delay", "the", "signal_3_n", "signal", "should", "be", "smaller", "than", "93.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "44.7", ")", "imply", "signal_2_n", "less equal", "31.7", "and", "signal_3_n", "less", "93.8", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_2", ")", "and", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "44.7", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "<=", "31.7"]]}, " prop_3 ": {"span": [33, 41], "prop": [["signal_3_n", "<", "93.8"]]}}} {"id": 4886, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "signal_4_n", "signal", "will", "eventually", "remain", "less", "than", "or", "equal", "to", "2.9", ",", "till", "then", "consistently", "the", "signal_3_n", "signal", "should", "keep", "over", "65.6", "and", "below", "84.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "(", "signal_3_n", "more", "65.6", "and", "signal_3_n", "less", "84.0", ")", "until", "(", "signal_4_n", "less equal", "2.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", ",", "till", "then", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [38, 50], "prop": [["signal_4_n", "<=", "2.9"]]}, " prop_3 ": {"span": [54, 64], "prop": [["signal_3_n", ">", "65.6"], ["signal_3_n", "<", "84.0"]]}}} {"id": 3245, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "remains", "no", "less", "than", "54.4", ",", "or", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "56.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_3_n", "ought", "to", "be", "equal", "to", "39.9", "then", "uninterruptedly", "this", "scenario", "needs", "to", "remain", "till", "finally", "the", "value", "of", "signal", "signal_4_n", "is", "less", "than", "69.4", ",", "which", "shall", "get", "detected", "at", "a", "certain", "time", "instant", "in", "the", "first", "18", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "54.4", "or", "signal_2_n", "less equal", "56.8", "imply", "(", "signal_3_n", "math equal", "39.9", ")", "until", "[0,18]", "(", "signal_4_n", "less", "69.4", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "then", "uninterruptedly", "this", "scenario", "needs", "to", "remain", "till", "finally", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "18", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "54.4"]]}, " prop_2 ": {"span": [15, 25], "prop": [["signal_2_n", "<=", "56.8"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_3_n", "==", "39.9"]]}, " prop_4 ": {"span": [52, 77], "prop": [["signal_4_n", "<", "69.4"]]}}} {"id": 1405, "sentence": ["There", "will", "have", "to", "be", "a", "time", "within", "22", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "finally", "equal", "to", "61.6", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "math equal", "61.6", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "time", "within", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "==", "61.6"]]}}} {"id": 4230, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "remain", "above", "77.3", "without", "interruption", "for", "each", "moment", "within", "12", "time", "units", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "more", "77.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", ">", "77.3"]]}}} {"id": 4344, "sentence": ["In", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "then", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "15", "to", "59", "time", "units", ",", "after", "which", "signal_3_n", "should", "be", "less", "than", "87.9", "then", "this", "scenario", "shall", "consistently", "keep", "for", "each", "time", "point", "during", "the", "coming", "36", "to", "95", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[15,59]", "(", "globally", "[36,95]", "(", "signal_3_n", "less", "87.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "15", "to", "59", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "shall", "consistently", "keep", "for", "each", "time", "point", "during", "the", "coming", "36", "to", "95", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "15", ":", "59", "]", "(", "G", "[", "36", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [30, 36], "prop": [["signal_3_n", "<", "87.9"]]}}} {"id": 751, "sentence": ["When", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "coming", "93", "time", "units", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "coming", "15", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "goes", "down", "to", "smaller", "than", "93.0", "will", "happen", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,93]", "(", "finally", "[0,15]", "(", "rise", "(", "signal_3_n", "less", "93.0", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "coming", "93", "time", "units", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "coming", "15", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "93", "]", "(", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [46, 56], "prop": [["rise", "(", "signal_3_n", "<", "93.0", ")"]]}}} {"id": 4743, "sentence": ["There", "should", "be", "a", "certain", "moment", "within", "19", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "be", "ultimately", "smaller", "than", "25.9", ",", "and", "the", "signal_2_n", "signal", "will", "have", "to", "be", "at", "most", "7.8", "."], "ltl": ["finally", "[0,19]", "(", "signal_1_n", "less", "25.9", "and", "signal_2_n", "less equal", "7.8", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "within", "19", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "19", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "<", "25.9"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "<=", "7.8"]]}}} {"id": 336, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "happens", "then", "in", "response", "for", "every", "moment", "during", "the", "following", "13", "to", "48", "time", "units", "signal_3_n", "shall", "be", "eventually", "at", "most", "5.6", "at", "a", "certain", "moment", "within", "the", "coming", "30", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[13,48]", "(", "finally", "[0,30]", "(", "signal_3_n", "less equal", "5.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "for", "every", "moment", "during", "the", "following", "13", "to", "48", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "13", ":", "48", "]", "(", "F", "[", "0", ":", "30", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 50], "prop": [["signal_3_n", "<=", "5.6"]]}}} {"id": 4338, "sentence": ["If", "signal_1_n", "is", "less", "than", "or", "equal", "to", "65.9", ",", "then", "in", "response", "the", "transition", "action", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "88.7", "will", "have", "to", "happen", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "65.9", "imply", "rise", "(", "signal_2_n", "less equal", "88.7", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "in", "response", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "at", "the", "same", "moment", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "65.9"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", "<=", "88.7", ")"]]}}} {"id": 4853, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "at", "most", "41.1", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "18", "time", "units", "the", "signal_2_n", "signal", "needs", "to", "be", "finally", "38.0", "at", "a", "certain", "time", "point", "during", "the", "following", "27", "to", "99", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "41.1", "imply", "globally", "[0,18]", "(", "finally", "[27,99]", "(", "signal_2_n", "math equal", "38.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "18", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "27", ":", "99", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<=", "41.1"]]}, " prop_2 ": {"span": [25, 46], "prop": [["signal_2_n", "==", "38.0"]]}}} {"id": 4410, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "59.6", "happens", ",", "then", "signal_2_n", "will", "be", "immediately", "equal", "to", "10.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "59.6", ")", "imply", "signal_2_n", "math equal", "10.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "59.6", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "10.7"]]}}} {"id": 814, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "1.2", "occurs", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "65", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "starting", "between", "7", "to", "50", "time", "units", "ultimately", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "below", "1.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "1.2", ")", "imply", "globally", "[0,65]", "(", "finally", "[7,50]", "(", "signal_2_n", "less", "1.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "65", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "starting", "between", "7", "to", "50", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "65", "]", "(", "F", "[", "7", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "1.2", ")"]]}, " prop_2 ": {"span": [45, 52], "prop": [["signal_2_n", "<", "1.5"]]}}} {"id": 1030, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "22.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "event", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "88.4", "will", "have", "to", "be", "observed", ",", "or", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "immediately", "equal", "to", "94.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "22.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "88.4", ")", "or", "signal_3_n", "math equal", "94.6", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "be", "observed", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "22.5", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["rise", "(", "signal_2_n", "<=", "88.4", ")"]]}, " prop_3 ": {"span": [51, 63], "prop": [["signal_3_n", "==", "94.6"]]}}} {"id": 62, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "42.9", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "event", "that", "signal_2_n", "goes", "below", "38.4", "shall", "occur", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "above", "12.0", "and", "below", "89.2", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "42.9", ")", "imply", "rise", "(", "signal_2_n", "less", "38.4", ")", "or", "(", "signal_3_n", "more", "12.0", "and", "signal_3_n", "less", "89.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "event", "that", "(", "prop_2", ")", "shall", "occur", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "42.9", ")"]]}, " prop_2 ": {"span": [33, 37], "prop": [["rise", "(", "signal_2_n", "<", "38.4", ")"]]}, " prop_3 ": {"span": [40, 56], "prop": [["signal_3_n", ">", "12.0"], ["signal_3_n", "<", "89.2"]]}}} {"id": 2331, "sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "within", "the", "first", "19", "to", "78", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "keep", "higher", "than", "91.3", "ultimately", "."], "ltl": ["finally", "[19,78]", "(", "signal_1_n", "more", "91.3", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "within", "the", "first", "19", "to", "78", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "19", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 30], "prop": [["signal_1_n", ">", "91.3"]]}}} {"id": 6249, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "84", "time", "units", ",", "signal_1_n", "will", "remain", "on", "3.3", "continuously", "and", "the", "signal_2_n", "signal", "must", "keep", "less", "than", "or", "equal", "to", "76.3", "without", "interruption", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "math equal", "3.3", "and", "signal_2_n", "less equal", "76.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "84", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "3.3"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", "<=", "76.3"]]}}} {"id": 2421, "sentence": ["While", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "the", "event", "that", "the", "signal_3_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "58.9", "does", "not", "get", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "eventually", "exist", "a", "time", "within", "0", "to", "1", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "should", "be", "less", "than", "or", "equal", "to", "64.4", "uninterruptedly", "for", "every", "time", "point", "during", "the", "next", "24", "to", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "fall", "(", "signal_3_n", "more", "58.9", ")", "imply", "finally", "[0,1]", "(", "globally", "[24,89]", "(", "signal_4_n", "less equal", "64.4", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "does", "not", "get", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "eventually", "exist", "a", "time", "within", "0", "to", "1", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "1", "]", "(", "G", "[", "24", ":", "89", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 25], "prop": [["-", "fall", "(", "signal_3_n", ">", "58.9", ")"]]}, " prop_3 ": {"span": [53, 79], "prop": [["signal_4_n", "<=", "64.4"]]}}} {"id": 4406, "sentence": ["At", "sometime", "within", "the", "first", "15", "time", "units", "signal_1_n", "will", "be", "higher", "than", "51.3", "and", "below", "57.6", "ultimately", "and", "signal_2_n", "will", "have", "to", "be", "finally", "no", "less", "than", "15.3", "and", "lower", "than", "33.3", "."], "ltl": ["finally", "[0,15]", "(", "(", "signal_1_n", "more", "51.3", "and", "signal_1_n", "less", "57.6", ")", "and", "(", "signal_2_n", "more equal", "15.3", "and", "signal_2_n", "less", "33.3", ")", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "15", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "15", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "51.3"], ["signal_1_n", "<", "57.6"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">=", "15.3"], ["signal_2_n", "<", "33.3"]]}}} {"id": 2064, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "crosses", "26.7", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "during", "the", "subsequent", "1", "time", "units", "the", "mode", "of", "signal_2_n", "has", "to", "keep", "in", "signal_3_n", "without", "interruption", "for", "each", "time", "instant", "within", "the", "subsequent", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "26.7", ")", "imply", "finally", "[0,1]", "(", "globally", "[0,55]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "during", "the", "subsequent", "1", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "1", "]", "(", "G", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", ">", "26.7", ")"]]}, " prop_2 ": {"span": [39, 60], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2787, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "20.1", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "20.1", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", ">=", "20.1"]]}}} {"id": 5381, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "set", "to", "91.6", "consistently", "and", "the", "mode", "of", "signal_2_n", "should", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "91.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", "==", "91.6"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1915, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", ",", "or", "the", "value", "of", "signal_3_n", "settles", "to", "90.9", "then", "the", "event", "that", "the", "state", "of", "signal", "signal_4_n", "becomes", "signal_5_n", "will", "have", "to", "be", "detected", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "90.9", "imply", "rise", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "be", "detected", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", "==", "90.9"]]}, " prop_3 ": {"span": [27, 34], "prop": [["rise", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 2229, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "set", "to", "28.7", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "starts", "not", "equaling", "to", "3.1", "is", "observed", ",", "then", "in", "response", "eventually", "there", "needs", "to", "be", "sometime", "during", "the", "next", "5", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "has", "to", "be", "equal", "to", "16.3", "and", "then", "keep", "like", "that", "without", "interruption", "for", "every", "moment", "within", "the", "coming", "49", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "28.7", "or", "fall", "(", "signal_2_n", "math equal", "3.1", ")", "imply", "finally", "[0,5]", "(", "globally", "[0,49]", "(", "signal_3_n", "math equal", "16.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "in", "response", "eventually", "there", "needs", "to", "be", "sometime", "during", "the", "next", "5", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "then", "keep", "like", "that", "without", "interruption", "for", "every", "moment", "within", "the", "coming", "49", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "5", "]", "(", "G", "[", "0", ":", "49", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "28.7"]]}, " prop_2 ": {"span": [20, 30], "prop": [["fall", "(", "signal_2_n", "==", "3.1", ")"]]}, " prop_3 ": {"span": [51, 61], "prop": [["signal_3_n", "==", "16.3"]]}}} {"id": 143, "sentence": ["For", "each", "moment", "within", "59", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "keeps", "no", "less", "than", "2.1", "and", "below", "2.2", "all", "the", "time", "or", "signal_2_n", "will", "have", "to", "be", "always", "larger", "than", "14.5", "and", "smaller", "than", "36.3", "."], "ltl": ["globally", "[0,59]", "(", "(", "signal_1_n", "more equal", "2.1", "and", "signal_1_n", "less", "2.2", ")", "or", "(", "signal_2_n", "more", "14.5", "and", "signal_2_n", "less", "36.3", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "59", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 24], "prop": [["signal_1_n", ">=", "2.1"], ["signal_1_n", "<", "2.2"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">", "14.5"], ["signal_2_n", "<", "36.3"]]}}} {"id": 2549, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "remains", "equal", "to", "79.9", "and", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "37.6", ",", "then", "in", "response", "in", "no", "time", "the", "value", "of", "signal", "signal_3_n", "is", "not", "less", "than", "42.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "79.9", "and", "signal_2_n", "more equal", "37.6", "imply", "negation", "(", "signal_3_n", "less", "42.1", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "79.9"]]}, " prop_2 ": {"span": [11, 21], "prop": [["signal_2_n", ">=", "37.6"]]}, " prop_3 ": {"span": [28, 38], "prop": [["-", "(", "signal_3_n", "<", "42.1", ")"]]}}} {"id": 1617, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "35.3", "or", "the", "value", "of", "signal", "signal_2_n", "is", "below", "99.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_3_n", "is", "not", "set", "to", "signal_4_n", "and", "then", "ought", "to", "uninterruptedly", "keep", "like", "this", "within", "the", "last", "59", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "35.3", "or", "signal_2_n", "less", "99.6", "imply", "historically", "[0,59]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "59", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "35.3"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "<", "99.6"]]}, " prop_3 ": {"span": [31, 55], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1695, "sentence": ["The", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "consistently", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 755, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "35.5", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "should", "be", "equal", "to", "59.1", "and", "then", "this", "condition", "must", "keep", "all", "the", "time", "for", "each", "time", "point", "during", "the", "coming", "57", "to", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "35.5", ")", "imply", "globally", "[57,70]", "(", "signal_2_n", "math equal", "59.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "must", "keep", "all", "the", "time", "for", "each", "time", "point", "during", "the", "coming", "57", "to", "70", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "57", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", ">=", "35.5", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "59.1"]]}}} {"id": 1968, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "54.8", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "the", "state", "of", "signal_2_n", "is", "in", "signal_3_n", ",", "and", "at", "the", "same", "time", "point", "the", "mode", "of", "signal", "signal_4_n", "shall", "be", "signal_5_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "(", "prop_2", ")", ",", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["fall", "(", "signal_1_n", "==", "54.8", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [43, 51], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 936, "sentence": ["At", "a", "time", "after", "at", "most", "65", "time", "units", "signal_1_n", "needs", "to", "be", "eventually", "equal", "to", "55.1", ",", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "no", "less", "than", "42.9", "and", "less", "than", "or", "equal", "to", "43.8", "ultimately", "."], "ltl": ["finally", "[0,65]", "(", "signal_1_n", "math equal", "55.1", "and", "(", "signal_2_n", "more equal", "42.9", "and", "signal_2_n", "less equal", "43.8", ")", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "65", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "65", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "55.1"]]}, " prop_2 ": {"span": [19, 39], "prop": [["signal_2_n", ">=", "42.9"], ["signal_2_n", "<=", "43.8"]]}}} {"id": 757, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "will", "be", "equal", "to", "92.7", "and", "then", "be", "holding", "like", "that", "without", "interruption", "in", "the", "first", "3", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,3]", "(", "signal_3_n", "math equal", "92.7", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 48], "prop": [["signal_3_n", "==", "92.7"]]}}} {"id": 1550, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "87.5", ",", "then", "the", "following", "condition", "holds", ":", "finally", "after", "sometime", "in", "the", "coming", "60", "time", "units", ",", "the", "signal_2_n", "signal", "ought", "never", "to", "become", "not", "set", "to", "signal_3_n", "and", "uninterruptedly", "this", "condition", "will", "have", "to", "remain", "for", "every", "moment", "in", "the", "coming", "61", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "87.5", "imply", "finally", "[0,60]", "(", "globally", "[0,61]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "after", "sometime", "in", "the", "coming", "60", "time", "units", ",", "(", "prop_2", ")", "and", "uninterruptedly", "this", "condition", "will", "have", "to", "remain", "for", "every", "moment", "in", "the", "coming", "61", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "60", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "<=", "87.5"]]}, " prop_2 ": {"span": [37, 48], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4064, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "31.5", "and", "this", "scenario", "will", "sustain", "without", "interruption", "for", "every", "moment", "within", "the", "next", "11", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,11]", "(", "signal_3_n", "math equal", "31.5", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "sustain", "without", "interruption", "for", "every", "moment", "within", "the", "next", "11", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_3_n", "==", "31.5"]]}}} {"id": 3664, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "larger", "than", "3.7", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "has", "to", "be", "in", "the", "closed", "interval", "-LSB-", "1.6", ",", "2.0", "-RSB-", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "3.7", ")", "imply", "signal_2_n", "more equal", "1.6", "and", "signal_2_n", "less equal", "2.0", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "3.7", ")"]]}, " prop_2 ": {"span": [22, 40], "prop": [["signal_2_n", ">=", "1.6"], ["signal_2_n", "<=", "2.0"]]}}} {"id": 615, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "35.0", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "a", "time", "in", "the", "coming", "38", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "then", "this", "condition", "uninterruptedly", "lasts", "during", "the", "subsequent", "9", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "35.0", ")", "imply", "finally", "[0,38]", "(", "globally", "[0,9]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "a", "time", "in", "the", "coming", "38", "time", "units", ",", "(", "prop_2", ")", "then", "this", "condition", "uninterruptedly", "lasts", "during", "the", "subsequent", "9", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "38", "]", "(", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "35.0", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1417, "sentence": ["For", "at", "least", "26", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "greater", "than", "or", "equal", "to", "14.5", "continuously", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "58.6", "consecutively", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more equal", "14.5", "and", "signal_2_n", "more equal", "58.6", ")"], "logic_sentence": ["For", "at", "least", "26", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["signal_1_n", ">=", "14.5"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">=", "58.6"]]}}} {"id": 5666, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "9.9", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "at", "least", "92.4", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_3_n", "is", "higher", "than", "31.1", "and", "then", "will", "continue", "like", "that", "consistently", "until", "the", "signal_4_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "23.5", ",", "which", "will", "happen", "at", "sometime", "in", "the", "next", "28", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "9.9", "and", "rise", "(", "signal_2_n", "more equal", "92.4", ")", "imply", "(", "signal_3_n", "more", "31.1", ")", "until", "[0,28]", "(", "rise", "(", "signal_4_n", "less equal", "23.5", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "then", "will", "continue", "like", "that", "consistently", "until", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "28", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "9.9"]]}, " prop_2 ": {"span": [12, 20], "prop": [["rise", "(", "signal_2_n", ">=", "92.4", ")"]]}, " prop_3 ": {"span": [30, 38], "prop": [["signal_3_n", ">", "31.1"]]}, " prop_4 ": {"span": [46, 70], "prop": [["rise", "(", "signal_4_n", "<=", "23.5", ")"]]}}} {"id": 1952, "sentence": ["For", "each", "moment", "in", "the", "first", "6", "to", "71", "time", "units", "consistently", "signal_1_n", "must", "never", "be", "signal_2_n", "."], "ltl": ["globally", "[6,71]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "6", "to", "71", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 6142, "sentence": ["Continuously", "signal_1_n", "ought", "to", "stay", "larger", "than", "3.7", "and", "smaller", "than", "6.8", "for", "each", "time", "instant", "during", "the", "first", "18", "to", "53", "time", "units", "."], "ltl": ["globally", "[18,53]", "(", "signal_1_n", "more", "3.7", "and", "signal_1_n", "less", "6.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "18", ":", "53", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", ">", "3.7"], ["signal_1_n", "<", "6.8"]]}}} {"id": 4740, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "22.0", "and", "no", "more", "than", "59.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "3", "time", "units", "finally", ",", "at", "which", "for", "every", "moment", "in", "the", "next", "95", "time", "units", "consistently", "signal_2_n", "will", "have", "to", "stay", "at", "least", "82.7", "and", "less", "than", "or", "equal", "to", "88.5", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "22.0", "and", "signal_1_n", "less equal", "59.5", "imply", "finally", "[0,3]", "(", "globally", "[0,95]", "(", "signal_2_n", "more equal", "82.7", "and", "signal_2_n", "less equal", "88.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "3", "time", "units", "finally", ",", "at", "which", "for", "every", "moment", "in", "the", "next", "95", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "G", "[", "0", ":", "95", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 22], "prop": [["signal_1_n", ">=", "22.0"], ["signal_1_n", "<=", "59.5"]]}, " prop_2 ": {"span": [59, 74], "prop": [["signal_2_n", ">=", "82.7"], ["signal_2_n", "<=", "88.5"]]}}} {"id": 1460, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "within", "the", "first", "22", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "ultimately", "more", "than", "23.0", "and", "less", "than", "84.7", "or", "the", "signal_2_n", "signal", "should", "n't", "be", "greater", "than", "or", "equal", "to", "31.5", "finally", "."], "ltl": ["finally", "[0,22]", "(", "(", "signal_1_n", "more", "23.0", "and", "signal_1_n", "less", "84.7", ")", "or", "negation", "(", "signal_2_n", "more equal", "31.5", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "within", "the", "first", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 30], "prop": [["signal_1_n", ">", "23.0"], ["signal_1_n", "<", "84.7"]]}, " prop_2 ": {"span": [31, 44], "prop": [["-", "(", "signal_2_n", ">=", "31.5", ")"]]}}} {"id": 5067, "sentence": ["For", "each", "moment", "within", "the", "first", "23", "time", "units", "consecutively", "the", "signal_1_n", "signal", "has", "to", "stay", "higher", "than", "36.1", "and", "consecutively", "the", "state", "of", "signal", "signal_2_n", "shall", "not", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "more", "36.1", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "23", "time", "units", "consecutively", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", ">", "36.1"]]}, " prop_2 ": {"span": [21, 32], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 762, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "within", "-LRB-", "18.1", ",", "50.6", "-RRB-", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "36", "to", "57", "time", "units", "eventually", "at", "a", "certain", "moment", "within", "20", "to", "47", "time", "units", "signal_2_n", "should", "be", "at", "most", "60.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "18.1", "and", "signal_1_n", "less", "50.6", "imply", "globally", "[36,57]", "(", "finally", "[20,47]", "(", "signal_2_n", "less equal", "60.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "36", "to", "57", "time", "units", "eventually", "at", "a", "certain", "moment", "within", "20", "to", "47", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "36", ":", "57", "]", "(", "F", "[", "20", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["signal_1_n", ">", "18.1"], ["signal_1_n", "<", "50.6"]]}, " prop_2 ": {"span": [42, 48], "prop": [["signal_2_n", "<=", "60.8"]]}}} {"id": 4777, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "consecutively", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "or", "the", "state", "of", "signal", "signal_3_n", "must", "stay", "in", "signal_4_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4946, "sentence": ["Finally", "there", "must", "be", "a", "certain", "moment", "in", "the", "first", "37", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "97.3", "should", "be", "detected", "."], "ltl": ["finally", "[0,37]", "(", "fall", "(", "signal_1_n", "math equal", "97.3", ")", ")"], "logic_sentence": ["Finally", "there", "must", "be", "a", "certain", "moment", "in", "the", "first", "37", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "should", "be", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "37", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["fall", "(", "signal_1_n", "==", "97.3", ")"]]}}} {"id": 4002, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "goes", "lower", "than", "32.4", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "33.4", "and", "less", "than", "61.7", "then", "this", "condition", "ought", "to", "remain", "for", "every", "time", "point", "in", "the", "first", "30", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "32.4", ")", "imply", "globally", "[0,30]", "(", "signal_2_n", "more", "33.4", "and", "signal_2_n", "less", "61.7", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "ought", "to", "remain", "for", "every", "time", "point", "in", "the", "first", "30", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "30", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "32.4", ")"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", ">", "33.4"], ["signal_2_n", "<", "61.7"]]}}} {"id": 5457, "sentence": ["For", "every", "moment", "during", "the", "first", "84", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "remaining", "greater", "than", "10.2", "without", "interruption", ",", "and", "uninterruptedly", "the", "value", "of", "signal_2_n", "shall", "not", "be", "89.5", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "more", "10.2", "and", "negation", "(", "signal_2_n", "math equal", "89.5", ")", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "84", "time", "units", ",", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">", "10.2"]]}, " prop_2 ": {"span": [25, 33], "prop": [["-", "(", "signal_2_n", "==", "89.5", ")"]]}}} {"id": 3944, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "remains", "bigger", "than", "84.7", "or", "the", "scenario", "that", "signal_2_n", "shifts", "to", "88.7", "takes", "place", ",", "then", "in", "response", "there", "must", "be", "a", "time", "in", "the", "coming", "6", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "10.8", "and", "then", "consecutively", "this", "condition", "sustains", "for", "every", "moment", "within", "28", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "84.7", "or", "rise", "(", "signal_2_n", "math equal", "88.7", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,28]", "(", "signal_3_n", "less equal", "10.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", ",", "then", "in", "response", "there", "must", "be", "a", "time", "in", "the", "coming", "6", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "then", "consecutively", "this", "condition", "sustains", "for", "every", "moment", "within", "28", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "28", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "84.7"]]}, " prop_2 ": {"span": [20, 26], "prop": [["rise", "(", "signal_2_n", "==", "88.7", ")"]]}, " prop_3 ": {"span": [44, 58], "prop": [["signal_3_n", "<=", "10.8"]]}}} {"id": 3570, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "signal_3_n", "must", "equal", "to", "54.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "signal_3_n", "math equal", "54.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 38], "prop": [["signal_3_n", "==", "54.3"]]}}} {"id": 4509, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "consistently", "the", "signal_1_n", "signal", "will", "keep", "greater", "than", "or", "equal", "to", "37.6", "and", "no", "more", "than", "79.1", ",", "or", "signal_2_n", "will", "be", "keeping", "no", "more", "than", "97.5", "consecutively", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "37.6", "and", "signal_1_n", "less equal", "79.1", ")", "or", "signal_2_n", "less equal", "97.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "consistently", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">=", "37.6"], ["signal_1_n", "<=", "79.1"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "<=", "97.5"]]}}} {"id": 1219, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "shifts", "to", "12.7", "gets", "detected", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "be", "staying", "greater", "than", "33.5", "and", "lower", "than", "95.2", "all", "the", "time", "until", "finally", "the", "value", "of", "signal_3_n", "is", "below", "31.0", ",", "which", "should", "be", "detected", "at", "sometime", "in", "the", "following", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "12.7", ")", "imply", "(", "signal_2_n", "more", "33.5", "and", "signal_2_n", "less", "95.2", ")", "until", "[0,58]", "(", "signal_3_n", "less", "31.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "12.7", ")"]]}, " prop_2 ": {"span": [16, 54], "prop": [["signal_2_n", ">", "33.5"], ["signal_2_n", "<", "95.2"], ["signal_3_n", "<", "31.0"]]}}} {"id": 60, "sentence": ["In", "the", "case", "in", "the", "future", ",", "the", "value", "of", "signal_1_n", "will", "consistently", "remain", "above", "37.3", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "following", "43", "time", "units", ",", "at", "which", "finally", "the", "signal_3_n", "signal", "ought", "not", "to", "be", "at", "least", "28.2", ",", "and", "till", "then", "continuously", "the", "signal_2_n", "signal", "must", "be", "above", "35.9", "and", "below", "56.6", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "37.3", ")", "imply", "(", "signal_2_n", "more", "35.9", "and", "signal_2_n", "less", "56.6", ")", "until", "[0,43]", "(", "negation", "(", "signal_3_n", "more equal", "28.2", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "in", "the", "future", ",", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "following", "43", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", ",", "and", "till", "then", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "37.3"]]}, " prop_2 ": {"span": [39, 49], "prop": [["-", "(", "signal_3_n", ">=", "28.2", ")"]]}, " prop_3 ": {"span": [54, 64], "prop": [["signal_2_n", ">", "35.9"], ["signal_2_n", "<", "56.6"]]}}} {"id": 4913, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "increases", "to", "no", "less", "than", "86.5", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "have", "to", "be", "2.2", "and", "then", "shall", "continue", "like", "this", "uninterruptedly", "till", "the", "value", "of", "signal", "signal_3_n", "is", "eventually", "greater", "than", "or", "equal", "to", "63.9", "at", "a", "certain", "moment", "in", "less", "than", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "86.5", ")", "imply", "(", "signal_2_n", "math equal", "2.2", ")", "until", "[0,21]", "(", "signal_3_n", "more equal", "63.9", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", ">=", "86.5", ")"]]}, " prop_2 ": {"span": [22, 59], "prop": [["signal_2_n", "==", "2.2"], ["signal_3_n", ">=", "63.9"]]}}} {"id": 1776, "sentence": ["For", "the", "first", "81", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "keep", "greater", "than", "or", "equal", "to", "15.5", "and", "less", "than", "or", "equal", "to", "26.3", "consistently", ",", "and", "signal_2_n", "has", "to", "always", "remain", "equal", "to", "8.6", "."], "ltl": ["globally", "[0,81]", "(", "(", "signal_1_n", "more equal", "15.5", "and", "signal_1_n", "less equal", "26.3", ")", "and", "signal_2_n", "math equal", "8.6", ")"], "logic_sentence": ["For", "the", "first", "81", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 26], "prop": [["signal_1_n", ">=", "15.5"], ["signal_1_n", "<=", "26.3"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "==", "8.6"]]}}} {"id": 6445, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "n't", "smaller", "than", "97.5", "and", "the", "signal_2_n", "signal", "is", "9.0", "then", "in", "response", "there", "ultimately", "exists", "a", "certain", "moment", "during", "the", "coming", "25", "to", "26", "time", "units", ",", "at", "which", "for", "each", "time", "point", "within", "the", "coming", "9", "time", "units", ",", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "uninterruptedly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "97.5", ")", "and", "signal_2_n", "math equal", "9.0", "imply", "finally", "[25,26]", "(", "globally", "[0,9]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "there", "ultimately", "exists", "a", "certain", "moment", "during", "the", "coming", "25", "to", "26", "time", "units", ",", "at", "which", "for", "each", "time", "point", "within", "the", "coming", "9", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "25", ":", "26", "]", "(", "G", "[", "0", ":", "9", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", "<", "97.5", ")"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "==", "9.0"]]}, " prop_3 ": {"span": [53, 64], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1800, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "96.3", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "coming", "31", "time", "units", "the", "signal_2_n", "signal", "keeps", "greater", "than", "or", "equal", "to", "0.5", "and", "no", "larger", "than", "11.2", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "96.3", ")", "imply", "globally", "[0,31]", "(", "signal_2_n", "more equal", "0.5", "and", "signal_2_n", "less equal", "11.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "coming", "31", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "96.3", ")"]]}, " prop_2 ": {"span": [36, 52], "prop": [["signal_2_n", ">=", "0.5"], ["signal_2_n", "<=", "11.2"]]}}} {"id": 912, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "between", "-LSB-", "39.3", ",", "61.1", "-RSB-", ",", "or", "signal_2_n", "is", "signal_3_n", "then", "at", "the", "same", "time", "instant", "the", "scenario", "that", "the", "value", "of", "signal_4_n", "becomes", "equal", "to", "93.3", "shall", "take", "place", ",", "and", "the", "value", "of", "signal_5_n", "is", "larger", "than", "0.2", "and", "smaller", "than", "23.2", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "39.3", "and", "signal_1_n", "less equal", "61.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "rise", "(", "signal_4_n", "math equal", "93.3", ")", "and", "(", "signal_5_n", "more", "0.2", "and", "signal_5_n", "less", "23.2", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "at", "the", "same", "time", "instant", "the", "scenario", "that", "(", "prop_3", ")", "shall", "take", "place", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "39.3"], ["signal_1_n", "<=", "61.1"]]}, " prop_2 ": {"span": [15, 18], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [27, 35], "prop": [["rise", "(", "signal_4_n", "==", "93.3", ")"]]}, " prop_4 ": {"span": [40, 56], "prop": [["signal_5_n", ">", "0.2"], ["signal_5_n", "<", "23.2"]]}}} {"id": 4844, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "54", "to", "72", "time", "units", "the", "mode", "of", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[54,72]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "54", "to", "72", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "54", ":", "72", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1829, "sentence": ["For", "every", "time", "instant", "within", "22", "to", "55", "time", "units", "signal_1_n", "shall", "remain", "greater", "than", "or", "equal", "to", "13.0", "and", "less", "than", "or", "equal", "to", "30.7", "consecutively", "or", "the", "value", "of", "signal_2_n", "must", "stay", "no", "less", "than", "16.0", "consistently", "."], "ltl": ["globally", "[22,55]", "(", "(", "signal_1_n", "more equal", "13.0", "and", "signal_1_n", "less equal", "30.7", ")", "or", "signal_2_n", "more equal", "16.0", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "22", "to", "55", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "22", ":", "55", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">=", "13.0"], ["signal_1_n", "<=", "30.7"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", ">=", "16.0"]]}}} {"id": 2121, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "32.3", ",", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "the", "signal_2_n", "signal", "should", "n't", "be", "signal_3_n", "then", "this", "scenario", "will", "uninterruptedly", "hold", "for", "each", "time", "point", "during", "the", "subsequent", "0", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.3", "imply", "finally", "(", "globally", "[0,0]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "32.3"]]}, " prop_2 ": {"span": [29, 52], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1009, "sentence": ["There", "ought", "to", "be", "finally", "a", "time", "within", "the", "first", "74", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "17.1", "and", "no", "larger", "than", "62.1", "."], "ltl": ["finally", "[0,74]", "(", "signal_1_n", "more equal", "17.1", "and", "signal_1_n", "less equal", "62.1", ")"], "logic_sentence": ["There", "ought", "to", "be", "finally", "a", "time", "within", "the", "first", "74", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 36], "prop": [["signal_1_n", ">=", "17.1"], ["signal_1_n", "<=", "62.1"]]}}} {"id": 3783, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "rises", "above", "8.4", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "should", "be", "below", "44.0", "and", "this", "condition", "will", "always", "sustain", "till", "finally", "the", "scenario", "that", "signal_3_n", "goes", "lower", "than", "70.0", "is", "observed", "at", "a", "certain", "moment", "starting", "at", "most", "19", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "8.4", ")", "imply", "(", "signal_2_n", "less", "44.0", ")", "until", "[0,19]", "(", "rise", "(", "signal_3_n", "less", "70.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "always", "sustain", "till", "finally", "the", "scenario", "that", "(", "prop_3", ")", "is", "observed", "at", "a", "certain", "moment", "starting", "at", "most", "19", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "19", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", ">", "8.4", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "<", "44.0"]]}, " prop_3 ": {"span": [43, 48], "prop": [["rise", "(", "signal_3_n", "<", "70.0", ")"]]}}} {"id": 688, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "58.3", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "must", "be", "above", "80.3", "and", "will", "have", "to", "remain", "in", "this", "range", "consecutively", "for", "every", "time", "point", "within", "the", "next", "54", "to", "77", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "58.3", ")", "imply", "globally", "[54,77]", "(", "signal_2_n", "more", "80.3", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "54", ":", "77", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "58.3", ")"]]}, " prop_2 ": {"span": [28, 54], "prop": [["signal_2_n", ">", "80.3"]]}}} {"id": 305, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "ought", "to", "be", "greater", "than", "11.5", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "11.5", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_3_n", ">", "11.5"]]}}} {"id": 25, "sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "84", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "eventually", "equals", "to", "66.7", "or", "eventually", "the", "value", "of", "signal_2_n", "should", "be", "greater", "than", "65.0", "."], "ltl": ["finally", "[0,84]", "(", "signal_1_n", "math equal", "66.7", "or", "signal_2_n", "more", "65.0", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "84", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", "==", "66.7"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", ">", "65.0"]]}}} {"id": 666, "sentence": ["At", "a", "certain", "time", "point", "within", "14", "to", "41", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "51.3", "shall", "be", "ultimately", "observed", ",", "and", "ultimately", "the", "signal_2_n", "signal", "ought", "to", "be", "between", "-LSB-", "8.2", ",", "30.7", "-RSB-", "."], "ltl": ["finally", "[14,41]", "(", "rise", "(", "signal_1_n", "math equal", "51.3", ")", "and", "(", "signal_2_n", "more equal", "8.2", "and", "signal_2_n", "less equal", "30.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "14", "to", "41", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "shall", "be", "ultimately", "observed", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "14", ":", "41", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["rise", "(", "signal_1_n", "==", "51.3", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_2_n", ">=", "8.2"], ["signal_2_n", "<=", "30.7"]]}}} {"id": 1145, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "64.4", "and", "less", "than", "or", "equal", "to", "97.9", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "coming", "60", "time", "units", ",", "the", "transition", "action", "that", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "sha", "n't", "take", "place", "ultimately", "at", "sometime", "within", "the", "following", "96", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "64.4", "and", "signal_1_n", "less equal", "97.9", "imply", "globally", "[0,60]", "(", "finally", "[0,96]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "coming", "60", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "sha", "n't", "take", "place", "ultimately", "at", "sometime", "within", "the", "following", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "64.4"], ["signal_1_n", "<=", "97.9"]]}, " prop_2 ": {"span": [43, 48], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1449, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "22.3", "is", "detected", "and", "the", "value", "of", "signal_2_n", "is", "above", "80.7", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "22.3", ")", "and", "signal_2_n", "more", "80.7", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<", "22.3", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", ">", "80.7"]]}, " prop_3 ": {"span": [34, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 319, "sentence": ["In", "case", "that", "signal_1_n", "remains", "less", "than", "or", "equal", "to", "65.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "next", "15", "time", "units", "there", "must", "eventually", "exist", "sometime", "during", "the", "first", "26", "time", "units", ",", "at", "which", "the", "event", "that", "signal_2_n", "becomes", "greater", "than", "70.4", "must", "not", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "65.7", "imply", "globally", "[0,15]", "(", "finally", "[0,26]", "(", "negation", "rise", "(", "signal_2_n", "more", "70.4", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "next", "15", "time", "units", "there", "must", "eventually", "exist", "sometime", "during", "the", "first", "26", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "15", "]", "(", "F", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "65.7"]]}, " prop_2 ": {"span": [48, 53], "prop": [["-", "rise", "(", "signal_2_n", ">", "70.4", ")"]]}}} {"id": 5847, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "continuously", "signal_1_n", "will", "be", "set", "to", "45.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "45.2", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "45.2"]]}}} {"id": 1181, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "no", "larger", "than", "68.6", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "at", "which", "the", "state", "of", "signal_2_n", "ought", "to", "be", "always", "in", "signal_3_n", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "68.6", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "68.6"]]}, " prop_2 ": {"span": [32, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1135, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "65.6", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "27.6", "and", "this", "scenario", "shall", "keep", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "next", "65", "to", "72", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "65.6", ")", "imply", "globally", "[65,72]", "(", "signal_2_n", "less", "27.6", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "shall", "keep", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "next", "65", "to", "72", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "65", ":", "72", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", "<=", "65.6", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "<", "27.6"]]}}} {"id": 1481, "sentence": ["When", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "83.5", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "0.8", "ought", "to", "be", "promptly", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "83.5", ")", "imply", "rise", "(", "signal_2_n", "more equal", "0.8", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "be", "promptly", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "83.5", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["rise", "(", "signal_2_n", ">=", "0.8", ")"]]}}} {"id": 28, "sentence": ["Consecutively", "the", "value", "of", "signal_1_n", "needs", "to", "remain", "greater", "than", "or", "equal", "to", "52.9", "between", "19", "to", "26", "time", "units", "."], "ltl": ["globally", "[19,26]", "(", "signal_1_n", "more equal", "52.9", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "19", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", ">=", "52.9"]]}}} {"id": 5849, "sentence": ["Uninterruptedly", "signal_1_n", "will", "be", "remaining", "on", "11.8", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "11.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 14], "prop": [["signal_1_n", "==", "11.8"]]}}} {"id": 1659, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "73", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "be", "ultimately", "less", "than", "14.0", "."], "ltl": ["finally", "[0,73]", "(", "signal_1_n", "less", "14.0", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "73", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<", "14.0"]]}}} {"id": 5640, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "61.1", "takes", "place", "then", "in", "response", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "46.6", "shall", "happen", "in", "no", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "61.1", ")", "imply", "rise", "(", "signal_2_n", "more", "46.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "the", "scenario", "that", "(", "prop_2", ")", "shall", "happen", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "61.1", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["rise", "(", "signal_2_n", ">", "46.6", ")"]]}}} {"id": 1525, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "in", "response", "promptly", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "begins", "deviating", "from", "92.4", "should", "never", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "92.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "promptly", "the", "scenario", "that", "(", "prop_2", ")", "should", "never", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 30], "prop": [["-", "fall", "(", "signal_3_n", "==", "92.4", ")"]]}}} {"id": 1455, "sentence": ["On", "condition", "that", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "must", "exist", "sometime", "in", "the", "first", "74", "time", "units", ",", "after", "which", "signal_3_n", "ought", "to", "be", "46.8", "and", "then", "will", "uninterruptedly", "stay", "like", "this", "for", "each", "time", "point", "during", "the", "coming", "42", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,74]", "(", "globally", "[0,42]", "(", "signal_3_n", "math equal", "46.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "must", "exist", "sometime", "in", "the", "first", "74", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "will", "uninterruptedly", "stay", "like", "this", "for", "each", "time", "point", "during", "the", "coming", "42", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "74", "]", "(", "G", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 38], "prop": [["signal_3_n", "==", "46.8"]]}}} {"id": 328, "sentence": ["If", "the", "event", "that", "signal_1_n", "jumps", "to", "at", "least", "55.8", "is", "detected", "then", "in", "response", "after", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal_2_n", "should", "never", "be", "equal", "to", "99.3", "then", "this", "condition", "should", "hold", "all", "the", "time", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "55.8", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "99.3", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "after", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">=", "55.8", ")"]]}, " prop_2 ": {"span": [25, 50], "prop": [["-", "(", "signal_2_n", "==", "99.3", ")"]]}}} {"id": 5505, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "60.9", "gets", "observed", "then", "in", "response", "the", "signal_2_n", "signal", "will", "have", "to", "be", "no", "less", "than", "55.6", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "60.9", ")", "imply", "signal_2_n", "more equal", "55.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "60.9", ")"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_2_n", ">=", "55.6"]]}}} {"id": 1111, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "below", "99.2", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "execution", "ends", ",", "there", "should", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "sha", "n't", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "99.2", ")", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "execution", "ends", ",", "there", "should", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "99.2", ")"]]}, " prop_2 ": {"span": [56, 67], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3692, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "below", "13.6", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "shall", "stay", "above", "18.7", "and", "below", "26.2", "uninterruptedly", "till", "at", "a", "time", "within", "the", "first", "14", "to", "52", "time", "units", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "enters", "signal_4_n", "takes", "place", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "13.6", ")", "imply", "(", "signal_2_n", "more", "18.7", "and", "signal_2_n", "less", "26.2", ")", "until", "[14,52]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "14", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "13.6", ")"]]}, " prop_2 ": {"span": [24, 59], "prop": [["signal_2_n", ">", "18.7"], ["signal_2_n", "<", "26.2"], ["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 335, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "coming", "2", "to", "69", "time", "units", ",", "signal_3_n", "must", "be", "eventually", "less", "than", "or", "equal", "to", "89.2", "at", "sometime", "in", "the", "following", "27", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[2,69]", "(", "finally", "[0,27]", "(", "signal_3_n", "less equal", "89.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "coming", "2", "to", "69", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "69", "]", "(", "F", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [45, 63], "prop": [["signal_3_n", "<=", "89.2"]]}}} {"id": 426, "sentence": ["When", "there", "is", "a", "certain", "time", "point", "during", "the", "subsequent", "13", "to", "16", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "will", "be", "in", "signal_2_n", "finally", ",", "then", "at", "a", "certain", "moment", "within", "the", "subsequent", "15", "to", "67", "time", "units", "the", "scenario", "that", "the", "signal_3_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "17.2", "will", "finally", "occur", "."], "ltl": ["globally", "(", "finally", "[13,16]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[15,67]", "(", "rise", "(", "signal_3_n", "more equal", "17.2", ")", ")", ")"], "logic_sentence": ["When", "there", "is", "a", "certain", "time", "point", "during", "the", "subsequent", "13", "to", "16", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "then", "at", "a", "certain", "moment", "within", "the", "subsequent", "15", "to", "67", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "will", "finally", "occur", "."], "logic_ltl": ["G", "(", "F", "[", "13", ":", "16", "]", "(", "prop_1", ")", "->", "F", "[", "15", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [45, 56], "prop": [["rise", "(", "signal_3_n", ">=", "17.2", ")"]]}}} {"id": 345, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "48.8", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "0", "to", "0", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "starting", "at", "most", "16", "time", "units", "ultimately", ",", "at", "which", "the", "signal_2_n", "signal", "is", "below", "34.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "48.8", "imply", "globally", "[0,0]", "(", "finally", "[0,16]", "(", "signal_2_n", "less", "34.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "0", "to", "0", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "starting", "at", "most", "16", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "48.8"]]}, " prop_2 ": {"span": [47, 53], "prop": [["signal_2_n", "<", "34.1"]]}}} {"id": 2637, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "most", "5.7", "will", "be", "finally", "observed", "and", "the", "value", "of", "signal_2_n", "will", "be", "eventually", "less", "than", "8.4", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "5.7", ")", "and", "signal_2_n", "less", "8.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "(", "prop_1", ")", "will", "be", "finally", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["rise", "(", "signal_1_n", "<=", "5.7", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "<", "8.4"]]}}} {"id": 5853, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "be", "no", "less", "than", "9.8", "and", "needs", "to", "consistently", "remain", "in", "this", "interval", "for", "each", "moment", "within", "the", "first", "1", "to", "1", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[1,1]", "(", "signal_3_n", "more equal", "9.8", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "needs", "to", "consistently", "remain", "in", "this", "interval", "for", "each", "moment", "within", "the", "first", "1", "to", "1", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "1", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_3_n", ">=", "9.8"]]}}} {"id": 3030, "sentence": ["For", "each", "time", "point", "in", "the", "first", "89", "time", "units", "the", "signal_1_n", "signal", "shall", "always", "keep", "greater", "than", "3.1", "and", "less", "than", "4.9", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "more", "3.1", "and", "signal_1_n", "less", "4.9", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "89", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">", "3.1"], ["signal_1_n", "<", "4.9"]]}}} {"id": 6158, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "18.4", "and", "less", "than", "or", "equal", "to", "75.4", "then", "in", "response", "instantly", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "18.4", "and", "signal_1_n", "less equal", "75.4", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", ">=", "18.4"], ["signal_1_n", "<=", "75.4"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6147, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "65.6", "is", "observed", "or", "signal_2_n", "is", "greater", "than", "14.1", "and", "below", "81.2", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "should", "be", "larger", "than", "0.3", "and", "below", "1.6", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "65.6", ")", "or", "(", "signal_2_n", "more", "14.1", "and", "signal_2_n", "less", "81.2", ")", "imply", "signal_3_n", "more", "0.3", "and", "signal_3_n", "less", "1.6", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "65.6", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", ">", "14.1"], ["signal_2_n", "<", "81.2"]]}, " prop_3 ": {"span": [30, 44], "prop": [["signal_3_n", ">", "0.3"], ["signal_3_n", "<", "1.6"]]}}} {"id": 5019, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "11.5", "is", "observed", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "will", "immediately", "not", "be", "over", "64.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "11.5", ")", "imply", "negation", "(", "signal_2_n", "more", "64.0", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "11.5", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["-", "(", "signal_2_n", ">", "64.0", ")"]]}}} {"id": 2583, "sentence": ["The", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "ought", "n't", "to", "get", "observed", "finally", "at", "a", "certain", "time", "instant", "starting", "between", "53", "to", "91", "time", "units", "."], "ltl": ["finally", "[53,91]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "ought", "n't", "to", "get", "observed", "finally", "at", "a", "certain", "time", "instant", "starting", "between", "53", "to", "91", "time", "units", "."], "logic_ltl": ["F", "[", "53", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1512, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "36", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_1_n", "should", "be", "less", "than", "83.4", ",", "or", "the", "event", "that", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "45.7", "will", "take", "place", "eventually", "."], "ltl": ["finally", "[0,36]", "(", "signal_1_n", "less", "83.4", "or", "rise", "(", "signal_2_n", "less equal", "45.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "36", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "will", "take", "place", "eventually", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<", "83.4"]]}, " prop_2 ": {"span": [27, 36], "prop": [["rise", "(", "signal_2_n", "<=", "45.7", ")"]]}}} {"id": 1774, "sentence": ["For", "each", "time", "point", "in", "the", "first", "65", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "will", "remain", "within", "the", "interval", "-LSB-", "21.3", ",", "60.4", "-RSB-", "and", "the", "signal_2_n", "signal", "needs", "to", "be", "consistently", "set", "to", "0.8", "."], "ltl": ["globally", "[0,65]", "(", "(", "signal_1_n", "more equal", "21.3", "and", "signal_1_n", "less equal", "60.4", ")", "and", "signal_2_n", "math equal", "0.8", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "65", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">=", "21.3"], ["signal_1_n", "<=", "60.4"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "0.8"]]}}} {"id": 2060, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "62.4", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "16.8", "and", "less", "than", "or", "equal", "to", "80.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.4", ")", "imply", "signal_2_n", "more equal", "16.8", "and", "signal_2_n", "less equal", "80.5", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<", "62.4", ")"]]}, " prop_2 ": {"span": [32, 48], "prop": [["signal_2_n", ">=", "16.8"], ["signal_2_n", "<=", "80.5"]]}}} {"id": 3926, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "no", "less", "than", "16.9", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "coming", "12", "to", "33", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "above", "9.1", "and", "smaller", "than", "56.5", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "16.9", "imply", "globally", "[12,33]", "(", "signal_2_n", "more", "9.1", "and", "signal_2_n", "less", "56.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "coming", "12", "to", "33", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "12", ":", "33", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">=", "16.9"]]}, " prop_2 ": {"span": [33, 48], "prop": [["signal_2_n", ">", "9.1"], ["signal_2_n", "<", "56.5"]]}}} {"id": 5672, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_1_n", "will", "have", "to", "be", "75.8", "eventually", "and", "signal_2_n", "shall", "be", "larger", "than", "19.5", "and", "less", "than", "33.2", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "75.8", "and", "(", "signal_2_n", "more", "19.5", "and", "signal_2_n", "less", "33.2", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "75.8"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "19.5"], ["signal_2_n", "<", "33.2"]]}}} {"id": 1102, "sentence": ["Everytime", "when", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "20.0", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "gets", "equal", "to", "45.9", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "45", "to", "67", "time", "units", ",", "continuously", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "changes", "to", "49.3", "is", "never", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "20.0", "and", "rise", "(", "signal_2_n", "math equal", "45.9", ")", "imply", "globally", "[45,67]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "49.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "45", "to", "67", "time", "units", ",", "continuously", "the", "transition", "action", "that", "(", "prop_3", ")", "is", "never", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "45", ":", "67", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", ">=", "20.0"]]}, " prop_2 ": {"span": [15, 23], "prop": [["rise", "(", "signal_2_n", "==", "45.9", ")"]]}, " prop_3 ": {"span": [52, 59], "prop": [["-", "rise", "(", "signal_3_n", "==", "49.3", ")"]]}}} {"id": 3578, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "90.8", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "78.7", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "90.8", ")", "imply", "signal_2_n", "more equal", "78.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", "==", "90.8", ")"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_2_n", ">=", "78.7"]]}}} {"id": 5821, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "becomes", "no", "larger", "than", "58.6", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "following", "3", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "uninterruptedly", "set", "to", "60.3", "in", "the", "next", "44", "to", "90", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "58.6", ")", "imply", "finally", "[0,3]", "(", "globally", "[44,90]", "(", "signal_2_n", "math equal", "60.3", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "following", "3", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "G", "[", "44", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<=", "58.6", ")"]]}, " prop_2 ": {"span": [40, 60], "prop": [["signal_2_n", "==", "60.3"]]}}} {"id": 1488, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "no", "more", "than", "21.3", "gets", "detected", "then", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "90", "time", "units", ",", "at", "which", "signal_2_n", "will", "not", "be", "less", "than", "81.2", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "21.3", ")", "imply", "finally", "[0,90]", "(", "negation", "(", "signal_2_n", "less", "81.2", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "90", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "21.3", ")"]]}, " prop_2 ": {"span": [37, 45], "prop": [["-", "(", "signal_2_n", "<", "81.2", ")"]]}}} {"id": 5725, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "keeps", "smaller", "than", "90.9", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "increases", "to", "at", "least", "54.0", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_3_n", "should", "not", "be", "set", "to", "signal_4_n", "finally", "at", "a", "certain", "time", "point", "within", "the", "first", "31", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "90.9", "or", "rise", "(", "signal_2_n", "more equal", "54.0", ")", "imply", "finally", "[0,31]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "31", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "90.9"]]}, " prop_2 ": {"span": [22, 32], "prop": [["rise", "(", "signal_2_n", ">=", "54.0", ")"]]}, " prop_3 ": {"span": [42, 64], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 673, "sentence": ["Finally", "there", "ought", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "22", "to", "34", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "equal", "to", "94.7", "."], "ltl": ["finally", "[22,34]", "(", "signal_1_n", "math equal", "94.7", ")"], "logic_sentence": ["Finally", "there", "ought", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "22", "to", "34", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "22", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 30], "prop": [["signal_1_n", "==", "94.7"]]}}} {"id": 648, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "is", "equal", "to", "34.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "34.7", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_3_n", "==", "34.7"]]}}} {"id": 2916, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "less", "than", "83.6", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "a", "time", "in", "the", "subsequent", "71", "time", "units", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "83.6", "imply", "finally", "[0,71]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "a", "time", "in", "the", "subsequent", "71", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<", "83.6"]]}, " prop_2 ": {"span": [32, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 293, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "signal_2_n", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "ought", "to", "simultaneously", "jump", "to", "greater", "than", "or", "equal", "to", "58.2", "and", "in", "no", "time", "the", "scenario", "that", "the", "signal_4_n", "signal", "begins", "deviating", "from", "64.5", "does", "not", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "58.2", ")", "and", "negation", "fall", "(", "signal_4_n", "math equal", "64.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "in", "no", "time", "the", "scenario", "that", "(", "prop_3", ")", "does", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 40], "prop": [["rise", "(", "signal_3_n", ">=", "58.2", ")"]]}, " prop_3 ": {"span": [47, 54], "prop": [["-", "fall", "(", "signal_4_n", "==", "64.5", ")"]]}}} {"id": 4458, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "96.4", "or", "the", "event", "that", "signal_2_n", "falls", "to", "at", "most", "62.0", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "96.4", "or", "rise", "(", "signal_2_n", "less equal", "62.0", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "96.4"]]}, " prop_2 ": {"span": [15, 21], "prop": [["rise", "(", "signal_2_n", "<=", "62.0", ")"]]}, " prop_3 ": {"span": [31, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4559, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "crosses", "51.4", "occurs", "then", "promptly", "the", "transition", "action", "that", "the", "mode", "of", "signal_2_n", "leaves", "signal_3_n", "ought", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.4", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "promptly", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "51.4", ")"]]}, " prop_2 ": {"span": [20, 26], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6302, "sentence": ["Between", "40", "to", "87", "time", "units", "the", "state", "of", "signal_1_n", "has", "to", "consecutively", "remain", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "should", "continuously", "stay", "less", "than", "69.6", "."], "ltl": ["globally", "[40,87]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "69.6", ")"], "logic_sentence": ["Between", "40", "to", "87", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "40", ":", "87", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_3_n", "<", "69.6"]]}}} {"id": 5190, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "93.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "less", "than", "61.1", "finally", "at", "sometime", "during", "the", "first", "13", "to", "67", "time", "units", ",", "till", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "keep", "no", "larger", "than", "62.9", "all", "the", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.3", ")", "imply", "(", "signal_2_n", "less equal", "62.9", ")", "until", "[13,67]", "(", "signal_3_n", "less", "61.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "13", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "93.3", ")"]]}, " prop_2 ": {"span": [28, 50], "prop": [["signal_3_n", "<", "61.1"]]}, " prop_3 ": {"span": [53, 68], "prop": [["signal_2_n", "<=", "62.9"]]}}} {"id": 3822, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "66.5", ",", "and", "the", "value", "of", "signal_2_n", "is", "94.5", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "shall", "stay", "bigger", "than", "83.5", "uninterruptedly", "until", "the", "signal_4_n", "signal", "gets", "raised", "above", "95.8", ",", "which", "should", "happen", "at", "a", "certain", "time", "instant", "in", "the", "first", "11", "to", "21", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "66.5", "and", "signal_2_n", "math equal", "94.5", "imply", "(", "signal_3_n", "more", "83.5", ")", "until", "[11,21]", "(", "rise", "(", "signal_4_n", "more", "95.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "11", ":", "21", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "66.5"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "==", "94.5"]]}, " prop_3 ": {"span": [29, 63], "prop": [["signal_3_n", ">", "83.5"], ["rise", "(", "signal_4_n", ">", "95.8", ")"]]}}} {"id": 6159, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "48.7", "and", "less", "than", "or", "equal", "to", "80.8", "then", "the", "state", "of", "signal", "signal_2_n", "has", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "48.7", "and", "signal_1_n", "less equal", "80.8", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "48.7"], ["signal_1_n", "<=", "80.8"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3922, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "50.3", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "should", "be", "above", "28.2", "and", "smaller", "than", "61.0", "and", "shall", "always", "stay", "like", "this", "for", "every", "moment", "during", "the", "subsequent", "14", "to", "98", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "50.3", "imply", "globally", "[14,98]", "(", "signal_2_n", "more", "28.2", "and", "signal_2_n", "less", "61.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "14", ":", "98", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["signal_1_n", ">=", "50.3"]]}, " prop_2 ": {"span": [22, 48], "prop": [["signal_2_n", ">", "28.2"], ["signal_2_n", "<", "61.0"]]}}} {"id": 3556, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "the", "mode", "of", "signal_1_n", "must", "be", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "must", "consecutively", "stay", "above", "27.5", "and", "smaller", "than", "68.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "27.5", "and", "signal_3_n", "less", "68.5", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_3_n", ">", "27.5"], ["signal_3_n", "<", "68.5"]]}}} {"id": 1000, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "51.2", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "state", "of", "signal_2_n", "must", "be", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "51.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "51.2", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 86, "sentence": ["When", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "35.8", "then", "finally", "at", "a", "time", "in", "the", "next", "43", "to", "44", "time", "units", ",", "signal_2_n", "must", "remain", "larger", "than", "0.7", "and", "lower", "than", "0.9", "consistently", "for", "every", "time", "instant", "during", "the", "following", "67", "to", "91", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "35.8", ")", "imply", "finally", "[43,44]", "(", "globally", "[67,91]", "(", "signal_2_n", "more", "0.7", "and", "signal_2_n", "less", "0.9", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "43", ":", "44", "]", "(", "G", "[", "67", ":", "91", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["rise", "(", "signal_1_n", ">=", "35.8", ")"]]}, " prop_2 ": {"span": [24, 47], "prop": [["signal_2_n", ">", "0.7"], ["signal_2_n", "<", "0.9"]]}}} {"id": 1298, "sentence": ["In", "the", "first", "95", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "uninterruptedly", "stay", "in", "signal_2_n", "and", "signal_3_n", "should", "continuously", "keep", "larger", "than", "21.9", "."], "ltl": ["globally", "[0,95]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "21.9", ")"], "logic_sentence": ["In", "the", "first", "95", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "95", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", ">", "21.9"]]}}} {"id": 484, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "35.3", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "coming", "5", "to", "6", "time", "units", ",", "for", "each", "time", "instant", "in", "the", "coming", "74", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "be", "set", "to", "31.3", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "35.3", ")", "imply", "finally", "[5,6]", "(", "globally", "[0,74]", "(", "signal_2_n", "math equal", "31.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "coming", "5", "to", "6", "time", "units", ",", "for", "each", "time", "instant", "in", "the", "coming", "74", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "5", ":", "6", "]", "(", "G", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", "<=", "35.3", ")"]]}, " prop_2 ": {"span": [52, 62], "prop": [["signal_2_n", "==", "31.3"]]}}} {"id": 4425, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "49.3", "is", "detected", ",", "then", "in", "response", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "16.7", "and", "less", "than", "or", "equal", "to", "23.1", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "49.3", ")", "imply", "signal_2_n", "more equal", "16.7", "and", "signal_2_n", "less equal", "23.1", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "49.3", ")"]]}, " prop_2 ": {"span": [18, 41], "prop": [["signal_2_n", ">=", "16.7"], ["signal_2_n", "<=", "23.1"]]}}} {"id": 632, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "48.3", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "first", "13", "time", "units", "at", "a", "certain", "moment", "within", "the", "coming", "65", "to", "100", "time", "units", ",", "signal_2_n", "should", "not", "get", "set", "to", "45.1", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "48.3", ")", "imply", "globally", "[0,13]", "(", "finally", "[65,100]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "45.1", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "first", "13", "time", "units", "at", "a", "certain", "moment", "within", "the", "coming", "65", "to", "100", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "13", "]", "(", "F", "[", "65", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "48.3", ")"]]}, " prop_2 ": {"span": [50, 58], "prop": [["-", "rise", "(", "signal_2_n", "==", "45.1", ")"]]}}} {"id": 31, "sentence": ["The", "state", "of", "signal", "signal_1_n", "is", "finally", "not", "signal_2_n", "at", "sometime", "within", "54", "time", "units", "."], "ltl": ["finally", "[0,54]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 578, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "33.9", "then", "in", "response", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "begins", "deviating", "from", "4.5", "should", "not", "happen", "at", "a", "time", "during", "the", "subsequent", "57", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "33.9", "imply", "finally", "[0,57]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "4.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "in", "response", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "not", "happen", "at", "a", "time", "during", "the", "subsequent", "57", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "==", "33.9"]]}, " prop_2 ": {"span": [18, 27], "prop": [["-", "fall", "(", "signal_2_n", "==", "4.5", ")"]]}}} {"id": 1045, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "value", "of", "signal", "signal_3_n", "should", "be", "more", "than", "52.8", "and", "less", "than", "61.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "52.8", "and", "signal_3_n", "less", "61.9", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_3_n", ">", "52.8"], ["signal_3_n", "<", "61.9"]]}}} {"id": 3023, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", ",", "then", "ultimately", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "20", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "becomes", "no", "larger", "than", "15.0", "ought", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,20]", "(", "rise", "(", "signal_3_n", "less equal", "15.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "ultimately", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "20", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 47], "prop": [["rise", "(", "signal_3_n", "<=", "15.0", ")"]]}}} {"id": 1573, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "82.0", "and", "this", "scenario", "has", "sustained", "without", "interruption", "for", "the", "past", "39", "time", "units", "then", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "97", "time", "units", "for", "every", "time", "point", "in", "the", "coming", "45", "time", "units", ",", "signal_2_n", "will", "be", "staying", "equal", "to", "46.4", "consecutively", "."], "ltl": ["globally", "(", "historically", "[0,39]", "(", "signal_1_n", "math equal", "82.0", ")", "imply", "finally", "[0,97]", "(", "globally", "[0,45]", "(", "signal_2_n", "math equal", "46.4", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "this", "scenario", "has", "sustained", "without", "interruption", "for", "the", "past", "39", "time", "units", "then", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "97", "time", "units", "for", "every", "time", "point", "in", "the", "coming", "45", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "39", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "82.0"]]}, " prop_2 ": {"span": [45, 53], "prop": [["signal_2_n", "==", "46.4"]]}}} {"id": 245, "sentence": ["At", "a", "time", "starting", "between", "33", "to", "45", "time", "units", ",", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "should", "n't", "be", "detected", "eventually", "."], "ltl": ["finally", "[33,45]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "33", "to", "45", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "should", "n't", "be", "detected", "eventually", "."], "logic_ltl": ["F", "[", "33", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1531, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "62", "time", "units", "consistently", "the", "mode", "of", "signal", "signal_1_n", "will", "be", "remaining", "in", "signal_2_n", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "62", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 49, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "29.6", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "the", "mode", "of", "signal", "signal_2_n", "becomes", "signal_3_n", "must", "instantly", "not", "be", "observed", ",", "and", "the", "event", "that", "signal_4_n", "becomes", "equal", "to", "22.9", "ought", "to", "take", "place", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "29.6", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "and", "rise", "(", "signal_4_n", "math equal", "22.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "(", "prop_2", ")", "must", "instantly", "not", "be", "observed", ",", "and", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "take", "place", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "29.6", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [39, 44], "prop": [["rise", "(", "signal_4_n", "==", "22.9", ")"]]}}} {"id": 83, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "at", "least", "84.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "sometime", "during", "the", "coming", "12", "to", "27", "time", "units", "the", "value", "of", "signal_2_n", "ought", "to", "remain", "larger", "than", "12.1", "and", "smaller", "than", "22.2", "uninterruptedly", "for", "every", "time", "instant", "in", "the", "coming", "25", "to", "99", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.0", ")", "imply", "finally", "[12,27]", "(", "globally", "[25,99]", "(", "signal_2_n", "more", "12.1", "and", "signal_2_n", "less", "22.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "sometime", "during", "the", "coming", "12", "to", "27", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "12", ":", "27", "]", "(", "G", "[", "25", ":", "99", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">=", "84.0", ")"]]}, " prop_2 ": {"span": [35, 62], "prop": [["signal_2_n", ">", "12.1"], ["signal_2_n", "<", "22.2"]]}}} {"id": 232, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "85.7", "is", "detected", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "should", "be", "over", "7.6", "and", "less", "than", "33.6", "at", "the", "same", "time", "point", "and", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "simultaneously", "greater", "than", "or", "equal", "to", "82.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "85.7", ")", "imply", "(", "signal_2_n", "more", "7.6", "and", "signal_2_n", "less", "33.6", ")", "and", "signal_3_n", "more equal", "82.2", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "85.7", ")"]]}, " prop_2 ": {"span": [17, 35], "prop": [["signal_2_n", ">", "7.6"], ["signal_2_n", "<", "33.6"]]}, " prop_3 ": {"span": [36, 51], "prop": [["signal_3_n", ">=", "82.2"]]}}} {"id": 1117, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "equal", "to", "93.6", "then", "in", "response", "signal_2_n", "will", "never", "change", "to", "signal_3_n", "and", "has", "to", "keep", "like", "that", "consistently", "for", "each", "time", "instant", "during", "the", "first", "6", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "93.6", "imply", "globally", "[6,23]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "6", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "==", "93.6"]]}, " prop_2 ": {"span": [17, 42], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1041, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "above", "13.2", "and", "smaller", "than", "49.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "coming", "4", "to", "74", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "the", "value", "of", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "51.8", "shall", "get", "detected", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more", "13.2", "and", "signal_1_n", "less", "49.7", "imply", "globally", "[4,74]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "51.8", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "coming", "4", "to", "74", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "(", "prop_2", ")", "shall", "get", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "4", ":", "74", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "13.2"], ["signal_1_n", "<", "49.7"]]}, " prop_2 ": {"span": [52, 64], "prop": [["rise", "(", "signal_2_n", "<=", "51.8", ")"]]}}} {"id": 1311, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "3.6", "gets", "observed", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "59.6", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "3.6", ")", "imply", "signal_2_n", "math equal", "59.6", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", ">=", "3.6", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "59.6"]]}}} {"id": 1391, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "n't", "larger", "than", "47.4", ",", "and", "the", "event", "that", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "85.7", "is", "observed", "then", "instantly", "the", "signal_3_n", "signal", "will", "have", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "47.4", ")", "and", "rise", "(", "signal_2_n", "less equal", "85.7", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", ">", "47.4", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", "<=", "85.7", ")"]]}, " prop_3 ": {"span": [30, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2659, "sentence": ["At", "a", "time", "in", "the", "first", "58", "time", "units", ",", "signal_1_n", "is", "less", "than", "or", "equal", "to", "28.0", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "less equal", "28.0", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "58", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "<=", "28.0"]]}}} {"id": 303, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "instantly", "the", "signal_3_n", "signal", "needs", "to", "be", "greater", "than", "2.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "2.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_3_n", ">", "2.7"]]}}} {"id": 1608, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "47.1", "then", "there", "must", "be", "finally", "a", "time", "within", "the", "first", "41", "to", "69", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "subsequent", "33", "time", "units", "continuously", "signal_2_n", "must", "n't", "be", "48.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "47.1", ")", "imply", "finally", "[41,69]", "(", "globally", "[0,33]", "(", "negation", "(", "signal_2_n", "math equal", "48.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "there", "must", "be", "finally", "a", "time", "within", "the", "first", "41", "to", "69", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "subsequent", "33", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "41", ":", "69", "]", "(", "G", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "47.1", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["-", "(", "signal_2_n", "==", "48.9", ")"]]}}} {"id": 4131, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "7.3", "is", "observed", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "shifts", "to", "86.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "a", "time", "after", "at", "most", "9", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "77.5", "and", "then", "uninterruptedly", "remains", "like", "this", "for", "each", "time", "instant", "within", "the", "next", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "7.3", ")", "or", "rise", "(", "signal_2_n", "math equal", "86.0", ")", "imply", "finally", "[0,9]", "(", "globally", "[0,23]", "(", "signal_3_n", "math equal", "77.5", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "a", "time", "after", "at", "most", "9", "time", "units", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "9", "]", "(", "G", "[", "0", ":", "23", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", "<=", "7.3", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["rise", "(", "signal_2_n", "==", "86.0", ")"]]}, " prop_3 ": {"span": [59, 85], "prop": [["signal_3_n", "==", "77.5"]]}}} {"id": 1424, "sentence": ["For", "each", "moment", "during", "the", "first", "21", "time", "units", "signal_1_n", "stays", "at", "most", "54.3", "consistently", "or", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "consecutively", "remain", "equal", "to", "70.3", "."], "ltl": ["globally", "[0,21]", "(", "signal_1_n", "less equal", "54.3", "or", "signal_2_n", "math equal", "70.3", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "21", "time", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "<=", "54.3"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", "==", "70.3"]]}}} {"id": 1207, "sentence": ["There", "is", "a", "certain", "time", "point", "after", "at", "most", "95", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "equal", "to", "8.0", "finally", "."], "ltl": ["finally", "[0,95]", "(", "signal_1_n", "math equal", "8.0", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "point", "after", "at", "most", "95", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 28], "prop": [["signal_1_n", "==", "8.0"]]}}} {"id": 3814, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "needs", "to", "continuously", "remain", "equal", "to", "36.4", "and", "the", "signal_2_n", "signal", "shall", "always", "remain", "greater", "than", "47.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "36.4", "and", "signal_2_n", "more", "47.4", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "==", "36.4"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "47.4"]]}}} {"id": 895, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "61.5", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "signal_2_n", "signal", "should", "never", "be", "at", "most", "80.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "61.5", ")", "imply", "negation", "(", "signal_2_n", "less equal", "80.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["fall", "(", "signal_1_n", "==", "61.5", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["-", "(", "signal_2_n", "<=", "80.0", ")"]]}}} {"id": 747, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "finally", "83.1", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "83.1", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", "==", "83.1"]]}}} {"id": 3378, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "signal_3_n", "should", "keep", "within", "the", "range", "-LSB-", "18.8", ",", "29.3", "-RSB-", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "18.8", "and", "signal_3_n", "less equal", "29.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_3_n", ">=", "18.8"], ["signal_3_n", "<=", "29.3"]]}}} {"id": 1715, "sentence": ["There", "will", "be", "sometime", "starting", "at", "most", "22", "time", "units", "eventually", ",", "at", "which", "the", "signal_1_n", "signal", "is", "34.5", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "math equal", "34.5", ")"], "logic_sentence": ["There", "will", "be", "sometime", "starting", "at", "most", "22", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["signal_1_n", "==", "34.5"]]}}} {"id": 342, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "gets", "set", "to", "91.0", "occurs", ",", "then", "ultimately", "there", "should", "be", "a", "certain", "moment", "in", "the", "first", "76", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "is", "bigger", "than", "19.9", "and", "below", "41.4", "and", "must", "stay", "like", "this", "all", "the", "time", "for", "each", "time", "point", "within", "the", "following", "41", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.0", ")", "imply", "finally", "[0,76]", "(", "globally", "[0,41]", "(", "signal_2_n", "more", "19.9", "and", "signal_2_n", "less", "41.4", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "ultimately", "there", "should", "be", "a", "certain", "moment", "in", "the", "first", "76", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "41", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "91.0", ")"]]}, " prop_2 ": {"span": [31, 61], "prop": [["signal_2_n", ">", "19.9"], ["signal_2_n", "<", "41.4"]]}}} {"id": 2662, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "smaller", "than", "58.9", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "following", "78", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "during", "the", "subsequent", "2", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "should", "be", "ultimately", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "58.9", "imply", "globally", "[0,78]", "(", "finally", "[0,2]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "following", "78", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "during", "the", "subsequent", "2", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "<", "58.9"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2923, "sentence": ["Globally", ",", "if", "signal_1_n", "stays", "equal", "to", "92.0", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "80.8", "is", "detected", ",", "then", "for", "each", "time", "point", "in", "the", "next", "61", "time", "units", ",", "at", "a", "time", "within", "the", "following", "33", "time", "units", ",", "eventually", "the", "event", "that", "the", "signal_3_n", "signal", "increases", "above", "91.6", "shall", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "92.0", "and", "rise", "(", "signal_2_n", "less equal", "80.8", ")", "imply", "globally", "[0,61]", "(", "finally", "[0,33]", "(", "rise", "(", "signal_3_n", "more", "91.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", ",", "then", "for", "each", "time", "point", "in", "the", "next", "61", "time", "units", ",", "at", "a", "time", "within", "the", "following", "33", "time", "units", ",", "eventually", "the", "event", "that", "(", "prop_3", ")", "shall", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "61", "]", "(", "F", "[", "0", ":", "33", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "92.0"]]}, " prop_2 ": {"span": [12, 23], "prop": [["rise", "(", "signal_2_n", "<=", "80.8", ")"]]}, " prop_3 ": {"span": [52, 58], "prop": [["rise", "(", "signal_3_n", ">", "91.6", ")"]]}}} {"id": 115, "sentence": ["At", "sometime", "during", "the", "first", "87", "time", "units", "the", "signal_1_n", "signal", "has", "to", "be", "finally", "above", "86.4", ",", "or", "eventually", "the", "value", "of", "signal_2_n", "must", "be", "over", "8.3", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "more", "86.4", "or", "signal_2_n", "more", "8.3", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "87", "time", "units", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "86.4"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", ">", "8.3"]]}}} {"id": 5414, "sentence": ["For", "every", "time", "point", "in", "the", "first", "7", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "should", "remain", "below", "12.2", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "less", "12.2", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "7", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "<", "12.2"]]}}} {"id": 1560, "sentence": ["For", "every", "time", "point", "during", "the", "first", "94", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "always", "keeping", "larger", "than", "60.1", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "consistently", "keep", "larger", "than", "94.6", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "more", "60.1", "and", "signal_2_n", "more", "94.6", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "94", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "60.1"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">", "94.6"]]}}} {"id": 5548, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "keep", "at", "least", "9.8", "and", "no", "larger", "than", "47.6", "continuously", "for", "every", "time", "instant", "within", "29", "time", "units", "."], "ltl": ["globally", "[0,29]", "(", "signal_1_n", "more equal", "9.8", "and", "signal_1_n", "less equal", "47.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "29", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", ">=", "9.8"], ["signal_1_n", "<=", "47.6"]]}}} {"id": 2409, "sentence": ["For", "every", "time", "point", "during", "the", "first", "14", "to", "25", "time", "units", ",", "consistently", "the", "state", "of", "signal", "signal_1_n", "shall", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[14,25]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "14", "to", "25", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "14", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4097, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "goes", "down", "to", "less", "than", "63.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "has", "to", "exist", "sometime", "after", "at", "most", "76", "time", "units", ",", "at", "which", "signal_2_n", "will", "finally", "equal", "to", "48.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "63.2", ")", "imply", "finally", "[0,76]", "(", "signal_2_n", "math equal", "48.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "has", "to", "exist", "sometime", "after", "at", "most", "76", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "63.2", ")"]]}, " prop_2 ": {"span": [38, 44], "prop": [["signal_2_n", "==", "48.9"]]}}} {"id": 4099, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "below", "74.3", "gets", "observed", "then", "in", "response", "ultimately", "there", "exists", "a", "certain", "moment", "during", "the", "following", "56", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "will", "be", "47.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "74.3", ")", "imply", "finally", "[0,56]", "(", "signal_2_n", "math equal", "47.7", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "ultimately", "there", "exists", "a", "certain", "moment", "during", "the", "following", "56", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<", "74.3", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["signal_2_n", "==", "47.7"]]}}} {"id": 2818, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "signal_1_n", "signal", "has", "to", "be", "continuously", "in", "the", "closed", "interval", "-LSB-", "1.8", ",", "2.7", "-RSB-", "and", "the", "value", "of", "signal", "signal_2_n", "will", "keep", "over", "89.1", "consistently", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "1.8", "and", "signal_1_n", "less equal", "2.7", ")", "and", "signal_2_n", "more", "89.1", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 23], "prop": [["signal_1_n", ">=", "1.8"], ["signal_1_n", "<=", "2.7"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">", "89.1"]]}}} {"id": 2442, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "stays", "below", "51.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "then", "this", "scenario", "shall", "uninterruptedly", "remain", "for", "each", "time", "point", "in", "the", "first", "98", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "51.5", "imply", "globally", "[0,98]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "shall", "uninterruptedly", "remain", "for", "each", "time", "point", "in", "the", "first", "98", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "<", "51.5"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 422, "sentence": ["There", "must", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "73.8", "will", "get", "observed", ",", "or", "the", "signal_2_n", "signal", "is", "eventually", "not", "no", "larger", "than", "97.7", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "73.8", ")", "or", "negation", "(", "signal_2_n", "less equal", "97.7", ")", ")"], "logic_sentence": ["There", "must", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "will", "get", "observed", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 33], "prop": [["rise", "(", "signal_1_n", "<=", "73.8", ")"]]}, " prop_2 ": {"span": [38, 48], "prop": [["-", "(", "signal_2_n", "<=", "97.7", ")"]]}}} {"id": 76, "sentence": ["At", "a", "time", "within", "the", "first", "25", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "be", "finally", "equal", "to", "7.2", "and", "finally", "signal_2_n", "ought", "to", "be", "less", "than", "24.5", "."], "ltl": ["finally", "[0,25]", "(", "signal_1_n", "math equal", "7.2", "and", "signal_2_n", "less", "24.5", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "25", "time", "units", "(", "prop_1", ")", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "==", "7.2"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "<", "24.5"]]}}} {"id": 5948, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "4.5", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "higher", "than", "21.1", "and", "below", "73.3", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "4.5", ")", "imply", "signal_2_n", "more", "21.1", "and", "signal_2_n", "less", "73.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<", "4.5", ")"]]}, " prop_2 ": {"span": [33, 48], "prop": [["signal_2_n", ">", "21.1"], ["signal_2_n", "<", "73.3"]]}}} {"id": 25, "sentence": ["There", "ought", "to", "exist", "a", "time", "in", "less", "than", "63", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "gets", "smaller", "than", "2.4", "will", "happen", "finally", "and", "the", "value", "of", "signal_2_n", "shall", "be", "eventually", "greater", "than", "or", "equal", "to", "50.5", "and", "at", "most", "63.2", "."], "ltl": ["finally", "[0,63]", "(", "rise", "(", "signal_1_n", "less", "2.4", ")", "and", "(", "signal_2_n", "more equal", "50.5", "and", "signal_2_n", "less equal", "63.2", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "time", "in", "less", "than", "63", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "will", "happen", "finally", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "63", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 23], "prop": [["rise", "(", "signal_1_n", "<", "2.4", ")"]]}, " prop_2 ": {"span": [27, 44], "prop": [["signal_2_n", ">=", "50.5"], ["signal_2_n", "<=", "63.2"]]}}} {"id": 201, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "35", "to", "92", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "16.8", "and", "less", "than", "or", "equal", "to", "89.2", "or", "the", "transition", "action", "that", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "2.5", "needs", "to", "happen", "finally", "."], "ltl": ["finally", "[35,92]", "(", "(", "signal_1_n", "more equal", "16.8", "and", "signal_1_n", "less equal", "89.2", ")", "or", "rise", "(", "signal_2_n", "less equal", "2.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "35", "to", "92", "time", "units", ",", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "happen", "finally", "."], "logic_ltl": ["F", "[", "35", ":", "92", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 36], "prop": [["signal_1_n", ">=", "16.8"], ["signal_1_n", "<=", "89.2"]]}, " prop_2 ": {"span": [41, 49], "prop": [["rise", "(", "signal_2_n", "<=", "2.5", ")"]]}}} {"id": 2019, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "2.6", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "within", "the", "next", "94", "time", "units", "the", "value", "of", "signal_2_n", "should", "be", "no", "less", "than", "14.6", "and", "less", "than", "or", "equal", "to", "40.0", "and", "then", "this", "condition", "must", "always", "remain", "during", "the", "following", "41", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.6", ")", "imply", "finally", "[0,94]", "(", "globally", "[0,41]", "(", "signal_2_n", "more equal", "14.6", "and", "signal_2_n", "less equal", "40.0", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "within", "the", "next", "94", "time", "units", "(", "prop_2", ")", "and", "then", "this", "condition", "must", "always", "remain", "during", "the", "following", "41", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "94", "]", "(", "G", "[", "0", ":", "41", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "2.6", ")"]]}, " prop_2 ": {"span": [30, 47], "prop": [["signal_2_n", ">=", "14.6"], ["signal_2_n", "<=", "40.0"]]}}} {"id": 1950, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "59.4", "happens", ",", "then", "in", "response", "without", "any", "delay", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "59.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["fall", "(", "signal_1_n", "==", "59.4", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 775, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "67.9", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "eventually", "the", "value", "of", "signal", "signal_2_n", "wo", "n't", "be", "no", "larger", "than", "29.9", "at", "a", "time", "in", "the", "following", "38", "to", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "67.9", ")", "imply", "globally", "(", "finally", "[38,50]", "(", "negation", "(", "signal_2_n", "less equal", "29.9", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "38", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "67.9", ")"]]}, " prop_2 ": {"span": [39, 62], "prop": [["-", "(", "signal_2_n", "<=", "29.9", ")"]]}}} {"id": 5873, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "smaller", "than", "78.7", "occurs", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "eventually", "less", "than", "79.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "78.7", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "less", "79.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "78.7", ")"]]}, " prop_2 ": {"span": [47, 59], "prop": [["signal_2_n", "<", "79.0"]]}}} {"id": 1882, "sentence": ["Eventually", "there", "shall", "be", "a", "certain", "time", "instant", "in", "less", "than", "91", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "not", "be", "equal", "to", "26.7", "."], "ltl": ["finally", "[0,91]", "(", "negation", "(", "signal_1_n", "math equal", "26.7", ")", ")"], "logic_sentence": ["Eventually", "there", "shall", "be", "a", "certain", "time", "instant", "in", "less", "than", "91", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["-", "(", "signal_1_n", "==", "26.7", ")"]]}}} {"id": 3118, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "13.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "first", "46", "time", "units", "the", "scenario", "that", "signal_2_n", "becomes", "not", "set", "to", "57.0", "is", "observed", "at", "a", "certain", "time", "instant", "during", "the", "following", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "13.5", ")", "imply", "globally", "[0,46]", "(", "finally", "[0,84]", "(", "fall", "(", "signal_2_n", "math equal", "57.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "first", "46", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", "at", "a", "certain", "time", "instant", "during", "the", "following", "84", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "46", "]", "(", "F", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "13.5", ")"]]}, " prop_2 ": {"span": [38, 44], "prop": [["fall", "(", "signal_2_n", "==", "57.0", ")"]]}}} {"id": 5036, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "49.6", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "during", "the", "following", "92", "time", "units", "eventually", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "following", "46", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "58.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "49.6", ")", "imply", "globally", "[0,92]", "(", "finally", "[0,46]", "(", "signal_2_n", "more", "58.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "during", "the", "following", "92", "time", "units", "eventually", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "following", "46", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "92", "]", "(", "F", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "49.6", ")"]]}, " prop_2 ": {"span": [48, 57], "prop": [["signal_2_n", ">", "58.5"]]}}} {"id": 3913, "sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "18", "to", "56", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "should", "be", "signal_2_n", "."], "ltl": ["finally", "[18,56]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "18", "to", "56", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "18", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 521, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "91.9", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "fall", "to", "no", "larger", "than", "14.7", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "91.9", ")", "imply", "rise", "(", "signal_2_n", "less equal", "14.7", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "91.9", ")"]]}, " prop_2 ": {"span": [24, 40], "prop": [["rise", "(", "signal_2_n", "<=", "14.7", ")"]]}}} {"id": 5960, "sentence": ["It", "is", "always", "the", "case", "that", "if", "ultimately", "there", "is", "sometime", "during", "the", "next", "14", "time", "units", ",", "at", "which", "signal_2_n", "is", "smaller", "than", "86.8", ",", "before", "that", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "on", "47.5", "consistently", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "be", "a", "time", "in", "the", "subsequent", "16", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_3_n", "needs", "to", "be", "higher", "than", "33.3", "and", "less", "than", "or", "equal", "to", "76.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "47.5", ")", "until", "[0,14]", "(", "signal_2_n", "less", "86.8", ")", "imply", "finally", "[0,16]", "(", "signal_3_n", "more", "33.3", "and", "signal_3_n", "less equal", "76.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "ultimately", "there", "is", "sometime", "during", "the", "next", "14", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "before", "that", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "be", "a", "time", "in", "the", "subsequent", "16", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "[", "0", ":", "14", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "16", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [20, 25], "prop": [["signal_2_n", "<", "86.8"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_1_n", "==", "47.5"]]}, " prop_3 ": {"span": [64, 81], "prop": [["signal_3_n", ">", "33.3"], ["signal_3_n", "<=", "76.7"]]}}} {"id": 541, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "22.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "22.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">=", "22.1"]]}}} {"id": 2887, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "92.2", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "will", "have", "to", "be", "90.8", "finally", "at", "a", "certain", "moment", "within", "the", "next", "59", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "92.2", ")", "imply", "finally", "[0,59]", "(", "signal_2_n", "math equal", "90.8", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "92.2", ")"]]}, " prop_2 ": {"span": [27, 46], "prop": [["signal_2_n", "==", "90.8"]]}}} {"id": 4436, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "9.9", "happens", ",", "then", "in", "response", "the", "state", "of", "signal_2_n", "will", "be", "in", "signal_3_n", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "9.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "9.9", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1977, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "3.2", "and", "less", "than", "29.7", ",", "then", "in", "response", "the", "mode", "of", "signal", "signal_2_n", "stays", "in", "signal_3_n", "consistently", "for", "each", "moment", "in", "the", "subsequent", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "3.2", "and", "signal_1_n", "less", "29.7", "imply", "globally", "[0,89]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "3.2"], ["signal_1_n", "<", "29.7"]]}, " prop_2 ": {"span": [22, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2615, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "the", "state", "of", "signal", "signal_1_n", "shall", "continuously", "stay", "in", "signal_2_n", "or", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1052, "sentence": ["As", "soon", "as", "signal_1_n", "stays", "over", "7.6", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "interval", "-LSB-", "22.0", ",", "52.5", "-RSB-", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "12", "to", "20", "time", "units", ",", "there", "will", "have", "to", "ultimately", "exist", "a", "certain", "time", "instant", "during", "the", "first", "33", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "goes", "down", "to", "smaller", "than", "69.8", "must", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "7.6", "and", "(", "signal_2_n", "more equal", "22.0", "and", "signal_2_n", "less equal", "52.5", ")", "imply", "globally", "[12,20]", "(", "finally", "[0,33]", "(", "rise", "(", "signal_3_n", "less", "69.8", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "12", "to", "20", "time", "units", ",", "there", "will", "have", "to", "ultimately", "exist", "a", "certain", "time", "instant", "during", "the", "first", "33", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "must", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "12", ":", "20", "]", "(", "F", "[", "0", ":", "33", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", ">", "7.6"]]}, " prop_2 ": {"span": [9, 23], "prop": [["signal_2_n", ">=", "22.0"], ["signal_2_n", "<=", "52.5"]]}, " prop_3 ": {"span": [67, 77], "prop": [["rise", "(", "signal_3_n", "<", "69.8", ")"]]}}} {"id": 2546, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "signal_1_n", "will", "have", "to", "uninterruptedly", "remain", "on", "91.3", "and", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "7.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "91.3", "and", "signal_2_n", "more equal", "7.8", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "91.3"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">=", "7.8"]]}}} {"id": 752, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "62.7", "then", "the", "following", "condition", "holds", ":", "consistently", "the", "value", "of", "signal", "signal_2_n", "has", "to", "equal", "to", "62.3", "in", "the", "following", "38", "to", "52", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "62.7", ")", "imply", "globally", "[38,52]", "(", "signal_2_n", "math equal", "62.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "38", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "62.7", ")"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_2_n", "==", "62.3"]]}}} {"id": 562, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "lower", "than", "52.7", "gets", "observed", ",", "then", "after", "a", "certain", "moment", "during", "the", "first", "54", "time", "units", "signal_2_n", "needs", "to", "be", "3.5", "then", "this", "condition", "shall", "last", "without", "interruption", "for", "the", "subsequent", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.7", ")", "imply", "finally", "[0,54]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "3.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "after", "a", "certain", "moment", "during", "the", "first", "54", "time", "units", "(", "prop_2", ")", "then", "this", "condition", "shall", "last", "without", "interruption", "for", "the", "subsequent", "97", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "54", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "52.7", ")"]]}, " prop_2 ": {"span": [27, 32], "prop": [["signal_2_n", "==", "3.5"]]}}} {"id": 688, "sentence": ["Globally", ",", "in", "case", "that", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "continuously", "the", "state", "of", "signal", "signal_1_n", "has", "not", "been", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "the", "first", "49", "time", "units", ",", "at", "sometime", "in", "less", "than", "24", "time", "units", "eventually", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "[0,49]", "(", "finally", "[0,24]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "continuously", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "the", "first", "49", "time", "units", ",", "at", "sometime", "in", "less", "than", "24", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "[", "0", ":", "49", "]", "(", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 62], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5336, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "16.7", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "next", "10", "to", "99", "time", "units", ",", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "6.6", "needs", "to", "be", "observed", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "16.7", ")", "imply", "globally", "[10,99]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "6.6", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "next", "10", "to", "99", "time", "units", ",", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "10", ":", "99", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "16.7", ")"]]}, " prop_2 ": {"span": [55, 65], "prop": [["rise", "(", "signal_2_n", ">=", "6.6", ")"]]}}} {"id": 1528, "sentence": ["For", "at", "least", "54", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "keeps", "in", "signal_2_n", "all", "the", "time", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "at", "least", "54", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 90, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "state", "of", "signal_1_n", "has", "to", "remain", "in", "signal_2_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4386, "sentence": ["For", "every", "time", "point", "during", "the", "first", "1", "to", "74", "time", "units", "consecutively", "the", "value", "of", "signal_1_n", "should", "stay", "larger", "than", "26.7", "."], "ltl": ["globally", "[1,74]", "(", "signal_1_n", "more", "26.7", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "1", "to", "74", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", ">", "26.7"]]}}} {"id": 3948, "sentence": ["In", "case", "that", "signal_1_n", "is", "no", "less", "than", "72.6", "and", "at", "most", "84.9", "or", "the", "signal_2_n", "signal", "is", "greater", "than", "1.7", "and", "less", "than", "70.4", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "the", "subsequent", "26", "to", "40", "time", "units", "the", "value", "of", "signal", "signal_3_n", "will", "never", "be", "greater", "than", "or", "equal", "to", "93.9", "and", "then", "consecutively", "this", "condition", "will", "sustain", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "72.6", "and", "signal_1_n", "less equal", "84.9", ")", "or", "(", "signal_2_n", "more", "1.7", "and", "signal_2_n", "less", "70.4", ")", "imply", "finally", "[26,40]", "(", "globally", "(", "negation", "(", "signal_3_n", "more equal", "93.9", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "the", "subsequent", "26", "to", "40", "time", "units", "(", "prop_3", ")", "and", "then", "consecutively", "this", "condition", "will", "sustain", "in", "the", "future", "till", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "26", ":", "40", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "72.6"], ["signal_1_n", "<=", "84.9"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", ">", "1.7"], ["signal_2_n", "<", "70.4"]]}, " prop_3 ": {"span": [43, 57], "prop": [["-", "(", "signal_3_n", ">=", "93.9", ")"]]}}} {"id": 5940, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "continuously", "signal_3_n", "shall", "not", "be", "smaller", "than", "60.2", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "historically", "(", "negation", "(", "signal_3_n", "less", "60.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 26], "prop": [["-", "(", "signal_3_n", "<", "60.2", ")"]]}}} {"id": 3436, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "91.7", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "state", "of", "signal_2_n", "should", "be", "signal_3_n", "and", "needs", "to", "stay", "like", "that", "without", "interruption", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "91.7", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "91.7", ")"]]}, " prop_2 ": {"span": [42, 66], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4433, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "96.9", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "instantly", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "96.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "96.9", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4020, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "96.4", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "during", "the", "elapsed", "65", "time", "units", "signal_2_n", "has", "been", "above", "3.9", "and", "below", "7.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "96.4", ")", "imply", "historically", "[0,65]", "(", "signal_2_n", "more", "3.9", "and", "signal_2_n", "less", "7.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "during", "the", "elapsed", "65", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "65", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "96.4", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", ">", "3.9"], ["signal_2_n", "<", "7.1"]]}}} {"id": 748, "sentence": ["If", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "first", "5", "time", "units", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "10", "time", "units", "the", "event", "that", "the", "value", "of", "signal_3_n", "becomes", "less", "than", "62.7", "needs", "to", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,5]", "(", "finally", "[0,10]", "(", "rise", "(", "signal_3_n", "less", "62.7", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "first", "5", "time", "units", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "10", "time", "units", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "5", "]", "(", "F", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [42, 50], "prop": [["rise", "(", "signal_3_n", "<", "62.7", ")"]]}}} {"id": 5661, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "19.9", "occurs", "then", "in", "response", "the", "value", "of", "signal_2_n", "is", "simultaneously", "not", "bigger", "than", "9.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "19.9", ")", "imply", "negation", "(", "signal_2_n", "more", "9.6", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "==", "19.9", ")"]]}, " prop_2 ": {"span": [13, 23], "prop": [["-", "(", "signal_2_n", ">", "9.6", ")"]]}}} {"id": 185, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "higher", "than", "45.5", "and", "less", "than", "86.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "during", "the", "following", "34", "time", "units", ",", "there", "shall", "be", "eventually", "a", "certain", "moment", "within", "42", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "remains", "less", "than", "48.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "45.5", "and", "signal_1_n", "less", "86.3", "imply", "globally", "[0,34]", "(", "finally", "[0,42]", "(", "signal_2_n", "less", "48.9", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "during", "the", "following", "34", "time", "units", ",", "there", "shall", "be", "eventually", "a", "certain", "moment", "within", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">", "45.5"], ["signal_1_n", "<", "86.3"]]}, " prop_2 ": {"span": [46, 54], "prop": [["signal_2_n", "<", "48.9"]]}}} {"id": 4566, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "15.9", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", ",", "signal_2_n", "shall", "finally", "become", "over", "6.3", "at", "a", "certain", "time", "instant", "within", "the", "next", "40", "to", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "15.9", ")", "imply", "globally", "(", "finally", "[40,70]", "(", "rise", "(", "signal_2_n", "more", "6.3", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "40", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "15.9", ")"]]}, " prop_2 ": {"span": [34, 53], "prop": [["rise", "(", "signal_2_n", ">", "6.3", ")"]]}}} {"id": 532, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "settles", "to", "98.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "following", "3", "to", "30", "time", "units", "eventually", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "98.6", "imply", "finally", "[3,30]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "following", "3", "to", "30", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "3", ":", "30", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "==", "98.6"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3255, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "51.7", "occurs", ",", "then", "without", "any", "delay", "the", "signal_2_n", "signal", "is", "greater", "than", "96.7", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "goes", "to", "less", "than", "or", "equal", "to", "33.5", "must", "happen", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "51.7", ")", "imply", "signal_2_n", "more", "96.7", "and", "rise", "(", "signal_3_n", "less equal", "33.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "without", "any", "delay", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "happen", "at", "the", "same", "time", "point", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", "<", "51.7", ")"]]}, " prop_2 ": {"span": [27, 34], "prop": [["signal_2_n", ">", "96.7"]]}, " prop_3 ": {"span": [39, 51], "prop": [["rise", "(", "signal_3_n", "<=", "33.5", ")"]]}}} {"id": 992, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "14.4", "or", "the", "signal_4_n", "signal", "is", "simultaneously", "equal", "to", "86.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "14.4", "or", "signal_4_n", "math equal", "86.1", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_3_n", ">=", "14.4"]]}, " prop_3 ": {"span": [39, 47], "prop": [["signal_4_n", "==", "86.1"]]}}} {"id": 154, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "is", "observed", "then", "in", "response", "for", "each", "time", "point", "within", "19", "time", "units", "the", "signal_3_n", "signal", "shall", "be", "greater", "than", "19.1", "consecutively", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,19]", "(", "signal_3_n", "more", "19.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "for", "each", "time", "point", "within", "19", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_3_n", ">", "19.1"]]}}} {"id": 1065, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_1_n", "must", "keep", "larger", "than", "31.5", "uninterruptedly", "or", "continuously", "signal_2_n", "remains", "smaller", "than", "53.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "31.5", "or", "signal_2_n", "less", "53.6", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 27], "prop": [["signal_1_n", ">", "31.5"], ["signal_2_n", "<", "53.6"]]}}} {"id": 1421, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "remains", "larger", "than", "71.3", "in", "the", "elapsed", "21", "time", "units", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "eventually", "sometime", "in", "the", "next", "42", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "be", "bigger", "than", "43.4", "and", "at", "most", "79.8", "and", "must", "remain", "in", "this", "interval", "all", "the", "time", "for", "every", "moment", "within", "the", "next", "19", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,21]", "(", "signal_1_n", "more", "71.3", ")", "imply", "finally", "[0,42]", "(", "globally", "[0,19]", "(", "signal_2_n", "more", "43.4", "and", "signal_2_n", "less equal", "79.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "eventually", "sometime", "in", "the", "next", "42", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "must", "remain", "in", "this", "interval", "all", "the", "time", "for", "every", "moment", "within", "the", "next", "19", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "21", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "42", "]", "(", "G", "[", "0", ":", "19", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["signal_1_n", ">", "71.3"]]}, " prop_2 ": {"span": [43, 57], "prop": [["signal_2_n", ">", "43.4"], ["signal_2_n", "<=", "79.8"]]}}} {"id": 2108, "sentence": ["Everytime", "when", "signal_1_n", "is", "set", "to", "97.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "no", "less", "than", "32.4", "and", "less", "than", "or", "equal", "to", "64.1", "and", "this", "condition", "ought", "to", "always", "sustain", "until", "signal_3_n", "is", "above", "52.7", ",", "which", "will", "have", "to", "be", "ultimately", "detected", "at", "sometime", "during", "the", "next", "61", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "97.8", "imply", "(", "signal_2_n", "more equal", "32.4", "and", "signal_2_n", "less equal", "64.1", ")", "until", "[0,61]", "(", "signal_3_n", "more", "52.7", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "condition", "ought", "to", "always", "sustain", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "61", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "97.8"]]}, " prop_2 ": {"span": [16, 34], "prop": [["signal_2_n", ">=", "32.4"], ["signal_2_n", "<=", "64.1"]]}, " prop_3 ": {"span": [42, 62], "prop": [["signal_3_n", ">", "52.7"]]}}} {"id": 5990, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "ultimately", "no", "less", "than", "43.9", "and", "smaller", "than", "70.2", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "43.9", "and", "signal_1_n", "less", "70.2", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 32], "prop": [["signal_1_n", ">=", "43.9"], ["signal_1_n", "<", "70.2"]]}}} {"id": 3269, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "decreases", "below", "82.0", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "next", "30", "time", "units", ",", "there", "should", "be", "a", "time", "within", "the", "first", "26", "time", "units", "eventually", ",", "at", "which", "signal_2_n", "ought", "to", "stay", "greater", "than", "84.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "82.0", ")", "imply", "globally", "[0,30]", "(", "finally", "[0,26]", "(", "signal_2_n", "more", "84.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "next", "30", "time", "units", ",", "there", "should", "be", "a", "time", "within", "the", "first", "26", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "30", "]", "(", "F", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 16], "prop": [["rise", "(", "signal_1_n", "<", "82.0", ")"]]}, " prop_2 ": {"span": [52, 59], "prop": [["signal_2_n", ">", "84.4"]]}}} {"id": 6187, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "above", "2.7", "and", "smaller", "than", "6.6", "and", "the", "value", "of", "signal", "signal_2_n", "is", "61.1", "then", "the", "mode", "of", "signal_3_n", "will", "have", "to", "be", "instantly", "signal_4_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.7", "and", "signal_1_n", "less", "6.6", ")", "and", "signal_2_n", "math equal", "61.1", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "2.7"], ["signal_1_n", "<", "6.6"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "61.1"]]}, " prop_3 ": {"span": [27, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 930, "sentence": ["When", "signal_1_n", "is", "at", "most", "45.7", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "decreases", "below", "89.3", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "shall", "be", "consecutively", "62.9", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "45.7", "or", "rise", "(", "signal_2_n", "less", "89.3", ")", "imply", "globally", "(", "signal_3_n", "math equal", "62.9", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<=", "45.7"]]}, " prop_2 ": {"span": [11, 17], "prop": [["rise", "(", "signal_2_n", "<", "89.3", ")"]]}, " prop_3 ": {"span": [27, 41], "prop": [["signal_3_n", "==", "62.9"]]}}} {"id": 1422, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "becomes", "below", "94.2", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "will", "be", "less", "than", "or", "equal", "to", "82.9", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "94.2", ")", "imply", "signal_2_n", "less equal", "82.9", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "<", "94.2", ")"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", "<=", "82.9"]]}}} {"id": 1375, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "48.7", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "ultimately", "the", "scenario", "that", "signal_2_n", "gets", "changed", "to", "signal_3_n", "is", "detected", "at", "a", "certain", "time", "point", "after", "at", "most", "5", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "48.7", ")", "imply", "globally", "(", "finally", "[0,5]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "at", "a", "certain", "time", "point", "after", "at", "most", "5", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", "==", "48.7", ")"]]}, " prop_2 ": {"span": [45, 50], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3181, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "36.2", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "has", "to", "be", "immediately", "in", "signal_3_n", "or", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "be", "promptly", "above", "46.2", "and", "less", "than", "76.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "36.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "or", "(", "signal_4_n", "more", "46.2", "and", "signal_4_n", "less", "76.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<", "36.2", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 53], "prop": [["signal_4_n", ">", "46.2"], ["signal_4_n", "<", "76.5"]]}}} {"id": 4380, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "92.9", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "37.2", "and", "then", "continue", "like", "that", "continuously", "for", "every", "moment", "in", "the", "next", "13", "to", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "92.9", ")", "imply", "globally", "[13,35]", "(", "signal_2_n", "math equal", "37.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "13", ":", "35", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<=", "92.9", ")"]]}, " prop_2 ": {"span": [29, 54], "prop": [["signal_2_n", "==", "37.2"]]}}} {"id": 1498, "sentence": ["For", "each", "time", "point", "during", "the", "first", "81", "time", "units", ",", "consecutively", "signal_1_n", "shall", "be", "no", "less", "than", "11.8", "and", "less", "than", "or", "equal", "to", "14.4", ",", "and", "signal_2_n", "will", "be", "consistently", "staying", "higher", "than", "38.7", "and", "less", "than", "38.8", "."], "ltl": ["globally", "[0,81]", "(", "(", "signal_1_n", "more equal", "11.8", "and", "signal_1_n", "less equal", "14.4", ")", "and", "(", "signal_2_n", "more", "38.7", "and", "signal_2_n", "less", "38.8", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "81", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["signal_1_n", ">=", "11.8"], ["signal_1_n", "<=", "14.4"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", ">", "38.7"], ["signal_2_n", "<", "38.8"]]}}} {"id": 563, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_1_n", "must", "be", "consistently", "67.7", ",", "and", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "greater", "than", "or", "equal", "to", "13.7", "and", "no", "larger", "than", "28.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "67.7", "and", "(", "signal_2_n", "more equal", "13.7", "and", "signal_2_n", "less equal", "28.9", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "==", "67.7"]]}, " prop_2 ": {"span": [19, 37], "prop": [["signal_2_n", ">=", "13.7"], ["signal_2_n", "<=", "28.9"]]}}} {"id": 5573, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "100", "time", "units", ",", "signal_1_n", "shall", "be", "eventually", "at", "least", "3.4", "."], "ltl": ["finally", "[0,100]", "(", "signal_1_n", "more equal", "3.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "100", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", ">=", "3.4"]]}}} {"id": 299, "sentence": ["If", "the", "event", "that", "signal_1_n", "gets", "changed", "to", "74.2", "is", "detected", ",", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal_2_n", "should", "not", "be", "less", "than", "or", "equal", "to", "47.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "74.2", ")", "imply", "negation", "(", "signal_2_n", "less equal", "47.2", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "74.2", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["-", "(", "signal_2_n", "<=", "47.2", ")"]]}}} {"id": 3671, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "25.1", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "during", "the", "next", "34", "time", "units", "the", "state", "of", "signal", "signal_2_n", "shall", "be", "always", "set", "to", "signal_3_n", "for", "every", "moment", "within", "the", "subsequent", "75", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "25.1", ")", "imply", "finally", "[0,34]", "(", "globally", "[0,75]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "during", "the", "next", "34", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "34", "]", "(", "G", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "25.1", ")"]]}, " prop_2 ": {"span": [31, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4548, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "24", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "finally", "more", "than", "66.9", "."], "ltl": ["finally", "[0,24]", "(", "signal_1_n", "more", "66.9", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "24", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">", "66.9"]]}}} {"id": 5968, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "37", "to", "62", "time", "units", ",", "at", "which", "signal_1_n", "ought", "to", "be", "set", "to", "signal_2_n", "finally", "and", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "changes", "to", "9.4", "needs", "to", "be", "observed", "."], "ltl": ["finally", "[37,62]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "math equal", "9.4", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "37", "to", "62", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "37", ":", "62", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 45], "prop": [["signal_1_n", "==", "signal_2_n"], ["rise", "(", "signal_3_n", "==", "9.4", ")"]]}}} {"id": 1085, "sentence": ["For", "every", "moment", "in", "the", "first", "69", "time", "units", "the", "signal_1_n", "signal", "must", "continuously", "not", "be", "less", "than", "or", "equal", "to", "33.4", ",", "and", "the", "signal_2_n", "signal", "will", "be", "staying", "less", "than", "97.3", "without", "interruption", "."], "ltl": ["globally", "[0,69]", "(", "negation", "(", "signal_1_n", "less equal", "33.4", ")", "and", "signal_2_n", "less", "97.3", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "69", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["-", "(", "signal_1_n", "<=", "33.4", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "<", "97.3"]]}}} {"id": 2640, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "at", "most", "43.5", "should", "be", "observed", ",", "and", "finally", "the", "signal_2_n", "signal", "must", "be", "smaller", "than", "86.9", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "43.5", ")", "and", "signal_2_n", "less", "86.9", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "should", "be", "observed", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 30], "prop": [["rise", "(", "signal_1_n", "<=", "43.5", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["signal_2_n", "<", "86.9"]]}}} {"id": 102, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "11.5", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "ought", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "signal_3_n", "and", "then", "this", "condition", "needs", "to", "sustain", "uninterruptedly", "for", "each", "time", "instant", "during", "the", "next", "34", "to", "79", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "11.5", ")", "imply", "finally", "(", "globally", "[34,79]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "ought", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "needs", "to", "sustain", "uninterruptedly", "for", "each", "time", "instant", "during", "the", "next", "34", "to", "79", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "34", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "11.5", ")"]]}, " prop_2 ": {"span": [44, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4795, "sentence": ["There", "ought", "to", "be", "sometime", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "settle", "to", "93.7", "ultimately", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "32.8", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "93.7", "or", "signal_2_n", "more equal", "32.8", ")"], "logic_sentence": ["There", "ought", "to", "be", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "93.7"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_2_n", ">=", "32.8"]]}}} {"id": 3955, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "83.7", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "54.2", "and", "then", "this", "scenario", "shall", "uninterruptedly", "sustain", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "83.7", ")", "imply", "globally", "(", "signal_2_n", "more", "54.2", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "shall", "uninterruptedly", "sustain", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "83.7", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">", "54.2"]]}}} {"id": 664, "sentence": ["There", "shall", "be", "a", "certain", "moment", "during", "the", "first", "15", "to", "67", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "44.9", "will", "happen", ",", "and", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "18.7", "and", "no", "more", "than", "42.7", "."], "ltl": ["finally", "[15,67]", "(", "rise", "(", "signal_1_n", "math equal", "44.9", ")", "and", "(", "signal_2_n", "more equal", "18.7", "and", "signal_2_n", "less equal", "42.7", ")", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "during", "the", "first", "15", "to", "67", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "happen", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "15", ":", "67", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [22, 29], "prop": [["rise", "(", "signal_1_n", "==", "44.9", ")"]]}, " prop_2 ": {"span": [33, 51], "prop": [["signal_2_n", ">=", "18.7"], ["signal_2_n", "<=", "42.7"]]}}} {"id": 709, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "11.4", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "future", ",", "without", "interruption", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "or", "equal", "to", "29.4", "is", "not", "observed", "in", "the", "future", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "11.4", ")", "imply", "finally", "(", "globally", "(", "negation", "fall", "(", "signal_2_n", "more", "29.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "future", ",", "without", "interruption", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "not", "observed", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "11.4", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["-", "fall", "(", "signal_2_n", ">", "29.4", ")"]]}}} {"id": 1948, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "21.1", "happens", "then", "in", "no", "time", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "21.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "21.1", ")"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 252, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "the", "signal_3_n", "signal", "shall", "remain", "equal", "to", "6.6", ",", "and", "promptly", "the", "value", "of", "signal_4_n", "must", "be", "greater", "than", "or", "equal", "to", "1.5", "and", "at", "most", "26.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "6.6", "and", "(", "signal_4_n", "more equal", "1.5", "and", "signal_4_n", "less equal", "26.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_2", ")", ",", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_3_n", "==", "6.6"]]}, " prop_3 ": {"span": [33, 49], "prop": [["signal_4_n", ">=", "1.5"], ["signal_4_n", "<=", "26.1"]]}}} {"id": 4587, "sentence": ["There", "should", "be", "sometime", "starting", "at", "most", "39", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "ultimately", ",", "and", "the", "signal_3_n", "signal", "should", "be", "eventually", "in", "signal_4_n", "."], "ltl": ["finally", "[0,39]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["There", "should", "be", "sometime", "starting", "at", "most", "39", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "39", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 15, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "84", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "needs", "to", "be", "no", "less", "than", "1.9", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "more equal", "1.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "84", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", ">=", "1.9"]]}}} {"id": 1622, "sentence": ["There", "should", "be", "a", "time", "in", "the", "future", ",", "at", "which", "ultimately", "the", "signal_1_n", "signal", "shall", "be", "less", "than", "or", "equal", "to", "2.3", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "below", "66.0", "shall", "eventually", "occur", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "2.3", "or", "rise", "(", "signal_2_n", "less", "66.0", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "time", "in", "the", "future", ",", "at", "which", "ultimately", "(", "prop_1", ")", "that", "(", "prop_2", ")", "shall", "eventually", "occur", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 27], "prop": [["signal_1_n", "<=", "2.3"]]}, " prop_2 ": {"span": [28, 36], "prop": [["rise", "(", "signal_2_n", "<", "66.0", ")"]]}}} {"id": 5533, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "shifted", "to", "81.4", "is", "observed", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "26.4", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "should", "be", "a", "time", "after", "between", "30", "to", "73", "time", "units", ",", "at", "which", "continuously", "the", "signal_3_n", "signal", "will", "be", "staying", "above", "70.0", "for", "every", "moment", "during", "the", "following", "30", "to", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "81.4", ")", "and", "rise", "(", "signal_2_n", "more equal", "26.4", ")", "imply", "finally", "[30,73]", "(", "globally", "[30,70]", "(", "signal_3_n", "more", "70.0", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "should", "be", "a", "time", "after", "between", "30", "to", "73", "time", "units", ",", "at", "which", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "30", ":", "73", "]", "(", "G", "[", "30", ":", "70", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "81.4", ")"]]}, " prop_2 ": {"span": [18, 30], "prop": [["rise", "(", "signal_2_n", ">=", "26.4", ")"]]}, " prop_3 ": {"span": [55, 74], "prop": [["signal_3_n", ">", "70.0"]]}}} {"id": 160, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "greater", "than", "16.6", "and", "the", "signal_2_n", "signal", "remains", "larger", "than", "0.5", "and", "less", "than", "11.3", ",", "then", "in", "response", "there", "is", "eventually", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "keep", "less", "than", "92.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "16.6", "and", "(", "signal_2_n", "more", "0.5", "and", "signal_2_n", "less", "11.3", ")", "imply", "finally", "(", "signal_3_n", "less", "92.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "there", "is", "eventually", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "16.6"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", ">", "0.5"], ["signal_2_n", "<", "11.3"]]}, " prop_3 ": {"span": [44, 55], "prop": [["signal_3_n", "<", "92.9"]]}}} {"id": 3242, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "remains", "greater", "than", "or", "equal", "to", "48.0", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "1.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "71", "time", "units", "signal_4_n", "should", "be", "finally", "smaller", "than", "14.8", ",", "till", "then", "the", "value", "of", "signal_3_n", "needs", "to", "consecutively", "stay", "equal", "to", "15.3", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "48.0", "or", "signal_2_n", "less equal", "1.2", "imply", "(", "signal_3_n", "math equal", "15.3", ")", "until", "[0,71]", "(", "signal_4_n", "less", "14.8", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "71", "time", "units", "(", "prop_3", ")", ",", "till", "then", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "71", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["signal_1_n", ">=", "48.0"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", "<=", "1.2"]]}, " prop_3 ": {"span": [44, 51], "prop": [["signal_4_n", "<", "14.8"]]}, " prop_4 ": {"span": [54, 65], "prop": [["signal_3_n", "==", "15.3"]]}}} {"id": 4683, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "80.5", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "state", "of", "signal_2_n", "will", "be", "in", "signal_3_n", "and", "this", "scenario", "ought", "to", "sustain", "without", "interruption", "for", "each", "time", "instant", "within", "the", "coming", "9", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "80.5", ")", "imply", "finally", "(", "globally", "[0,9]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "and", "this", "scenario", "ought", "to", "sustain", "without", "interruption", "for", "each", "time", "instant", "within", "the", "coming", "9", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", ">=", "80.5", ")"]]}, " prop_2 ": {"span": [45, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 135, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "51.7", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "will", "have", "to", "exist", "a", "time", "within", "the", "subsequent", "9", "to", "19", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_2_n", "signal", "falls", "to", "no", "more", "than", "36.5", "should", "eventually", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.7", ")", "imply", "globally", "(", "finally", "[9,19]", "(", "rise", "(", "signal_2_n", "less equal", "36.5", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "will", "have", "to", "exist", "a", "time", "within", "the", "subsequent", "9", "to", "19", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "should", "eventually", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "9", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "51.7", ")"]]}, " prop_2 ": {"span": [58, 67], "prop": [["rise", "(", "signal_2_n", "<=", "36.5", ")"]]}}} {"id": 5259, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "must", "be", "finally", "less", "than", "or", "equal", "to", "48.8", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "48.8", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 31], "prop": [["signal_1_n", "<=", "48.8"]]}}} {"id": 5875, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "38.7", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "there", "will", "have", "to", "be", "ultimately", "sometime", "in", "the", "future", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "smaller", "than", "35.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "38.7", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "less", "35.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "there", "will", "have", "to", "be", "ultimately", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "38.7", ")"]]}, " prop_2 ": {"span": [48, 56], "prop": [["signal_2_n", "<", "35.2"]]}}} {"id": 1690, "sentence": ["Uninterruptedly", "signal_1_n", "should", "remain", "greater", "than", "or", "equal", "to", "62.1", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "62.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">=", "62.1"]]}}} {"id": 2014, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "value", "of", "signal_1_n", "shall", "not", "be", "below", "72.3", "ultimately", ",", "and", "the", "scenario", "that", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "55.2", "will", "have", "to", "take", "place", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "less", "72.3", ")", "and", "rise", "(", "signal_2_n", "more equal", "55.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["-", "(", "signal_1_n", "<", "72.3", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["rise", "(", "signal_2_n", ">=", "55.2", ")"]]}}} {"id": 2427, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "7.2", "and", "no", "more", "than", "91.6", "or", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "43.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "subsequent", "53", "time", "units", ",", "ultimately", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "first", "13", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_3_n", "changes", "to", "signal_4_n", "needs", "to", "get", "detected", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "7.2", "and", "signal_1_n", "less equal", "91.6", ")", "or", "signal_2_n", "less equal", "43.2", "imply", "globally", "[0,53]", "(", "finally", "[0,13]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "subsequent", "53", "time", "units", ",", "ultimately", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "first", "13", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "needs", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "53", "]", "(", "F", "[", "0", ":", "13", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 21], "prop": [["signal_1_n", ">=", "7.2"], ["signal_1_n", "<=", "91.6"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<=", "43.2"]]}, " prop_3 ": {"span": [72, 80], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2051, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "below", "98.2", "gets", "detected", "then", "finally", "there", "should", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "14.1", "and", "then", "ought", "to", "stay", "in", "this", "interval", "without", "interruption", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "98.2", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more equal", "14.1", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "finally", "there", "should", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "98.2", ")"]]}, " prop_2 ": {"span": [34, 60], "prop": [["signal_2_n", ">=", "14.1"]]}}} {"id": 4721, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal", "signal_1_n", "remains", "larger", "than", "69.5", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "69.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">", "69.5"]]}}} {"id": 4620, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "bigger", "than", "86.1", "and", "less", "than", "or", "equal", "to", "87.4", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "14", "time", "units", "continuously", "the", "value", "of", "signal", "signal_2_n", "should", "be", "more", "than", "3.4", "and", "less", "than", "76.4", "."], "ltl": ["globally", "(", "signal_1_n", "more", "86.1", "and", "signal_1_n", "less equal", "87.4", "imply", "globally", "[0,14]", "(", "signal_2_n", "more", "3.4", "and", "signal_2_n", "less", "76.4", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "14", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "14", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "86.1"], ["signal_1_n", "<=", "87.4"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", ">", "3.4"], ["signal_2_n", "<", "76.4"]]}}} {"id": 4157, "sentence": ["For", "every", "time", "point", "in", "the", "first", "17", "time", "units", "consistently", "signal_1_n", "should", "stay", "in", "signal_2_n", ",", "and", "continuously", "the", "value", "of", "signal_3_n", "must", "stay", "at", "49.7", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "49.7", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "17", "time", "units", "consistently", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_3_n", "==", "49.7"]]}}} {"id": 2381, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "lower", "than", "42.3", "takes", "place", "then", "in", "response", "for", "every", "moment", "within", "52", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "68", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "below", "59.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "42.3", ")", "imply", "globally", "[0,52]", "(", "finally", "[0,68]", "(", "signal_2_n", "less", "59.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "for", "every", "moment", "within", "52", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "68", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "F", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "42.3", ")"]]}, " prop_2 ": {"span": [48, 57], "prop": [["signal_2_n", "<", "59.0"]]}}} {"id": 396, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "34.0", "or", "the", "signal_2_n", "signal", "gets", "set", "to", "50.3", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "8", "time", "units", ",", "signal_3_n", "will", "be", "ultimately", "greater", "than", "or", "equal", "to", "30.2", "at", "a", "certain", "moment", "in", "the", "next", "92", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "34.0", "or", "rise", "(", "signal_2_n", "math equal", "50.3", ")", "imply", "globally", "[0,8]", "(", "finally", "[0,92]", "(", "signal_3_n", "more equal", "30.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "8", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "0", ":", "92", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "34.0"]]}, " prop_2 ": {"span": [17, 24], "prop": [["rise", "(", "signal_2_n", "==", "50.3", ")"]]}, " prop_3 ": {"span": [41, 61], "prop": [["signal_3_n", ">=", "30.2"]]}}} {"id": 1749, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "64.0", "and", "signal_2_n", "is", "less", "than", "34.0", "then", "in", "response", "at", "once", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "within", "the", "interval", "-LSB-", "35.0", ",", "81.3", "-RSB-", ",", "or", "without", "any", "delay", "the", "value", "of", "signal", "signal_4_n", "must", "be", "above", "2.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "64.0", ")", "and", "signal_2_n", "less", "34.0", "imply", "(", "signal_3_n", "more equal", "35.0", "and", "signal_3_n", "less equal", "81.3", ")", "or", "signal_4_n", "more", "2.1", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "at", "once", "(", "prop_3", ")", ",", "or", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["rise", "(", "signal_1_n", ">=", "64.0", ")"]]}, " prop_2 ": {"span": [16, 21], "prop": [["signal_2_n", "<", "34.0"]]}, " prop_3 ": {"span": [26, 42], "prop": [["signal_3_n", ">=", "35.0"], ["signal_3_n", "<=", "81.3"]]}, " prop_4 ": {"span": [47, 56], "prop": [["signal_4_n", ">", "2.1"]]}}} {"id": 1578, "sentence": ["In", "the", "case", "signal_1_n", "remains", "equal", "to", "69.1", ",", "then", "in", "response", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "5", "time", "units", ",", "after", "which", "the", "state", "of", "signal", "signal_2_n", "should", "be", "signal_3_n", "and", "consistently", "this", "scenario", "ought", "to", "sustain", "for", "each", "time", "instant", "in", "the", "subsequent", "67", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "69.1", "imply", "finally", "[0,5]", "(", "globally", "[0,67]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "5", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "consistently", "this", "scenario", "ought", "to", "sustain", "for", "each", "time", "instant", "in", "the", "subsequent", "67", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "5", "]", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "69.1"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2951, "sentence": ["Ultimately", "there", "ought", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_1_n", "will", "be", "less", "than", "or", "equal", "to", "99.0", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "99.0", ")"], "logic_sentence": ["Ultimately", "there", "ought", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["signal_1_n", "<=", "99.0"]]}}} {"id": 5167, "sentence": ["Eventually", "signal_1_n", "must", "get", "below", "30.4", "at", "sometime", "in", "less", "than", "65", "time", "units", "."], "ltl": ["finally", "[0,65]", "(", "rise", "(", "signal_1_n", "less", "30.4", ")", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["rise", "(", "signal_1_n", "<", "30.4", ")"]]}}} {"id": 173, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "78.0", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "instantly", "and", "in", "no", "time", "the", "signal_4_n", "signal", "should", "decrease", "below", "29.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "78.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less", "29.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "78.0", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 44], "prop": [["rise", "(", "signal_4_n", "<", "29.7", ")"]]}}} {"id": 520, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "will", "be", "being", "in", "the", "range", "-LSB-", "6.3", ",", "86.5", "-RSB-", "for", "more", "than", "18", "time", "units", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "more equal", "6.3", "and", "signal_1_n", "less equal", "86.5", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 22], "prop": [["signal_1_n", ">=", "6.3"], ["signal_1_n", "<=", "86.5"]]}}} {"id": 75, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "40.3", "then", "in", "response", "for", "each", "moment", "within", "the", "subsequent", "13", "time", "units", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "38.5", "ultimately", "at", "a", "certain", "moment", "in", "the", "coming", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "40.3", ")", "imply", "globally", "[0,13]", "(", "finally", "[0,22]", "(", "signal_2_n", "less equal", "38.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "for", "each", "moment", "within", "the", "subsequent", "13", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "13", "]", "(", "F", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "<", "40.3", ")"]]}, " prop_2 ": {"span": [28, 51], "prop": [["signal_2_n", "<=", "38.5"]]}}} {"id": 4554, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "85.0", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "7.4", "and", "less", "than", "or", "equal", "to", "18.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.0", ")", "imply", "signal_2_n", "more equal", "7.4", "and", "signal_2_n", "less equal", "18.3", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "85.0", ")"]]}, " prop_2 ": {"span": [25, 41], "prop": [["signal_2_n", ">=", "7.4"], ["signal_2_n", "<=", "18.3"]]}}} {"id": 6467, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "94.6", "takes", "place", "then", "the", "event", "that", "signal_2_n", "deviates", "from", "15.6", "ought", "to", "be", "promptly", "observed", "or", "the", "signal_3_n", "signal", "is", "smaller", "than", "85.2", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "94.6", ")", "imply", "fall", "(", "signal_2_n", "math equal", "15.6", ")", "or", "signal_3_n", "less", "85.2", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "be", "promptly", "observed", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "94.6", ")"]]}, " prop_2 ": {"span": [22, 26], "prop": [["fall", "(", "signal_2_n", "==", "15.6", ")"]]}, " prop_3 ": {"span": [32, 40], "prop": [["signal_3_n", "<", "85.2"]]}}} {"id": 6213, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "55.2", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "subsequent", "22", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "finally", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "37.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "55.2", ")", "imply", "globally", "[0,22]", "(", "finally", "(", "signal_2_n", "more", "37.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "subsequent", "22", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["fall", "(", "signal_1_n", "==", "55.2", ")"]]}, " prop_2 ": {"span": [50, 59], "prop": [["signal_2_n", ">", "37.9"]]}}} {"id": 5901, "sentence": ["There", "will", "exist", "a", "certain", "time", "instant", "in", "the", "first", "58", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "greater", "than", "38.8", "ultimately", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "more", "38.8", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "instant", "in", "the", "first", "58", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", ">", "38.8"]]}}} {"id": 6382, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "signal_2_n", "happens", "then", "in", "response", "for", "every", "moment", "within", "the", "subsequent", "1", "time", "units", ",", "at", "a", "time", "within", "the", "following", "60", "time", "units", "eventually", "the", "state", "of", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,1]", "(", "finally", "[0,60]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "for", "every", "moment", "within", "the", "subsequent", "1", "time", "units", ",", "at", "a", "time", "within", "the", "following", "60", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "F", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 933, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "11", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "finally", "62.0", "and", "finally", "the", "signal_2_n", "signal", "ought", "to", "be", "at", "least", "77.2", "and", "less", "than", "or", "equal", "to", "93.0", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "math equal", "62.0", "and", "(", "signal_2_n", "more equal", "77.2", "and", "signal_2_n", "less equal", "93.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "11", "time", "units", "(", "prop_1", ")", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "62.0"]]}, " prop_2 ": {"span": [22, 38], "prop": [["signal_2_n", ">=", "77.2"], ["signal_2_n", "<=", "93.0"]]}}} {"id": 2542, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "equal", "to", "2.8", "uninterruptedly", "and", "the", "value", "of", "signal_2_n", "consecutively", "stays", "greater", "than", "or", "equal", "to", "95.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "2.8", "and", "signal_2_n", "more equal", "95.1", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", "==", "2.8"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_2_n", ">=", "95.1"]]}}} {"id": 4417, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "has", "been", "consecutively", "staying", "between", "the", "interval", "-LSB-", "11.9", ",", "29.8", "-RSB-", "during", "the", "past", "55", "time", "units", "then", "for", "each", "time", "instant", "during", "the", "subsequent", "59", "time", "units", ",", "finally", "the", "transition", "action", "that", "signal_2_n", "begins", "deviating", "from", "80.8", "ought", "n't", "to", "happen", "at", "sometime", "in", "the", "following", "36", "to", "55", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,55]", "(", "signal_1_n", "more equal", "11.9", "and", "signal_1_n", "less equal", "29.8", ")", "imply", "globally", "[0,59]", "(", "finally", "[36,55]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "80.8", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "n't", "to", "happen", "at", "sometime", "in", "the", "following", "36", "to", "55", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "55", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "0", ":", "59", "]", "(", "F", "[", "36", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 36], "prop": [["signal_1_n", ">=", "11.9"], ["signal_1_n", "<=", "29.8"]]}, " prop_2 ": {"span": [42, 47], "prop": [["-", "fall", "(", "signal_2_n", "==", "80.8", ")"]]}}} {"id": 4720, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "keep", "higher", "than", "97.5", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "97.5", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "97.5"]]}}} {"id": 3916, "sentence": ["At", "a", "time", "in", "the", "first", "87", "to", "97", "time", "units", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[87,97]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "87", "to", "97", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "87", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 48, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "31", "to", "42", "time", "units", ",", "signal_1_n", "shall", "be", "consistently", "below", "77.2", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[31,42]", "(", "signal_1_n", "less", "77.2", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "31", "to", "42", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "31", ":", "42", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", "<", "77.2"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 216, "sentence": ["On", "condition", "that", "signal_1_n", "settles", "to", "19.8", "or", "signal_2_n", "keeps", "equal", "to", "14.4", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "coming", "21", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "signal_4_n", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "coming", "86", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "19.8", "or", "signal_2_n", "math equal", "14.4", "imply", "globally", "[0,21]", "(", "finally", "[0,86]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "coming", "21", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "21", "]", "(", "F", "[", "0", ":", "86", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "19.8"]]}, " prop_2 ": {"span": [8, 13], "prop": [["signal_2_n", "==", "14.4"]]}, " prop_3 ": {"span": [28, 46], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3807, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "above", "15.2", "and", "continued", "like", "this", "consistently", "during", "the", "last", "64", "to", "96", "time", "units", "then", "in", "response", "for", "each", "time", "point", "within", "the", "subsequent", "43", "time", "units", "at", "a", "time", "during", "the", "next", "9", "to", "30", "time", "units", ",", "the", "value", "of", "signal_2_n", "will", "have", "to", "stay", "larger", "than", "76.1", "and", "at", "most", "92.7", "finally", "."], "ltl": ["globally", "(", "historically", "[64,96]", "(", "signal_1_n", "more", "15.2", ")", "imply", "globally", "[0,43]", "(", "finally", "[9,30]", "(", "signal_2_n", "more", "76.1", "and", "signal_2_n", "less equal", "92.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "continued", "like", "this", "consistently", "during", "the", "last", "64", "to", "96", "time", "units", "then", "in", "response", "for", "each", "time", "point", "within", "the", "subsequent", "43", "time", "units", "at", "a", "time", "during", "the", "next", "9", "to", "30", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "64", ":", "96", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "9", ":", "30", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "15.2"]]}, " prop_2 ": {"span": [49, 65], "prop": [["signal_2_n", ">", "76.1"], ["signal_2_n", "<=", "92.7"]]}}} {"id": 706, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "occurs", "then", "for", "every", "time", "instant", "during", "the", "following", "69", "to", "76", "time", "units", ",", "the", "value", "of", "signal_3_n", "will", "have", "to", "stay", "greater", "than", "or", "equal", "to", "30.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[69,76]", "(", "signal_3_n", "more equal", "30.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "for", "every", "time", "instant", "during", "the", "following", "69", "to", "76", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "69", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 45], "prop": [["signal_3_n", ">=", "30.2"]]}}} {"id": 3526, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "stays", "less", "than", "19.8", "and", "the", "signal_2_n", "signal", "is", "equal", "to", "48.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "event", "that", "the", "signal_3_n", "signal", "is", "changed", "to", "signal_4_n", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less", "19.8", "and", "signal_2_n", "math equal", "48.2", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "event", "that", "(", "prop_3", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "19.8"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "==", "48.2"]]}, " prop_3 ": {"span": [33, 40], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 252, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "equal", "to", "96.3", "and", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "73.6", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "next", "17", "to", "70", "time", "units", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "ultimately", "35.2", "at", "a", "time", "within", "the", "coming", "75", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.3", "and", "signal_2_n", "less equal", "73.6", "imply", "globally", "[17,70]", "(", "finally", "[0,75]", "(", "signal_3_n", "math equal", "35.2", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "next", "17", "to", "70", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "17", ":", "70", "]", "(", "F", "[", "0", ":", "75", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "96.3"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_2_n", "<=", "73.6"]]}, " prop_3 ": {"span": [44, 63], "prop": [["signal_3_n", "==", "35.2"]]}}} {"id": 3628, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "above", "42.4", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "62.7", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "42.4", ")", "imply", "signal_2_n", "less", "62.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "42.4", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", "<", "62.7"]]}}} {"id": 1772, "sentence": ["For", "at", "least", "64", "time", "units", "continuously", "the", "value", "of", "signal", "signal_1_n", "will", "be", "staying", "no", "less", "than", "8.6", "and", "no", "more", "than", "32.5", ",", "and", "consistently", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "29.8", "."], "ltl": ["globally", "[0,64]", "(", "(", "signal_1_n", "more equal", "8.6", "and", "signal_1_n", "less equal", "32.5", ")", "and", "signal_2_n", "math equal", "29.8", ")"], "logic_sentence": ["For", "at", "least", "64", "time", "units", "continuously", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 24], "prop": [["signal_1_n", ">=", "8.6"], ["signal_1_n", "<=", "32.5"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "29.8"]]}}} {"id": 167, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "set", "to", "35.9", "then", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "2", "time", "units", ",", "the", "signal_2_n", "signal", "will", "not", "be", "48.1", "and", "then", "this", "scenario", "has", "to", "consecutively", "continue", "for", "each", "time", "point", "within", "the", "subsequent", "30", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "35.9", "imply", "finally", "[0,2]", "(", "globally", "[0,30]", "(", "negation", "(", "signal_2_n", "math equal", "48.1", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "2", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "has", "to", "consecutively", "continue", "for", "each", "time", "point", "within", "the", "subsequent", "30", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "2", "]", "(", "G", "[", "0", ":", "30", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "35.9"]]}, " prop_2 ": {"span": [23, 30], "prop": [["-", "(", "signal_2_n", "==", "48.1", ")"]]}}} {"id": 3036, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "87.3", ",", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "35.8", ",", "then", "in", "response", "the", "state", "of", "signal", "signal_3_n", "must", "be", "signal_4_n", "in", "no", "time", "or", "promptly", "the", "value", "of", "signal_5_n", "should", "n't", "be", "equal", "to", "7.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "87.3", "or", "signal_2_n", "more", "35.8", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "negation", "(", "signal_5_n", "math equal", "7.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "87.3"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", ">", "35.8"]]}, " prop_3 ": {"span": [32, 55], "prop": [["signal_3_n", "==", "signal_4_n"], ["-", "(", "signal_5_n", "==", "7.4", ")"]]}}} {"id": 6425, "sentence": ["For", "every", "moment", "during", "the", "first", "28", "to", "87", "time", "units", "continuously", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "above", "6.7", "and", "less", "than", "24.6", ",", "and", "consistently", "signal_2_n", "has", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[28,87]", "(", "(", "signal_1_n", "more", "6.7", "and", "signal_1_n", "less", "24.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "28", "to", "87", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "28", ":", "87", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 36], "prop": [["signal_1_n", ">", "6.7"], ["signal_1_n", "<", "24.6"], ["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6337, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "86.9", "takes", "place", "then", "at", "the", "same", "time", "instant", "the", "signal_2_n", "signal", "needs", "to", "be", "66.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "86.9", ")", "imply", "signal_2_n", "math equal", "66.4", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", ">=", "86.9", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "==", "66.4"]]}}} {"id": 1419, "sentence": ["For", "every", "moment", "within", "the", "first", "25", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "always", "remain", "greater", "than", "or", "equal", "to", "45.2", ",", "and", "the", "value", "of", "signal_2_n", "shall", "be", "always", "greater", "than", "or", "equal", "to", "36.2", "."], "ltl": ["globally", "[0,25]", "(", "signal_1_n", "more equal", "45.2", "and", "signal_2_n", "more equal", "36.2", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "25", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", ">=", "45.2"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">=", "36.2"]]}}} {"id": 1923, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "no", "less", "than", "88.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "uninterruptedly", "remain", "above", "26.6", "and", "less", "than", "44.3", "within", "the", "past", "2", "to", "10", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "88.2", ")", "imply", "historically", "[2,10]", "(", "signal_2_n", "more", "26.6", "and", "signal_2_n", "less", "44.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "2", ":", "10", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["rise", "(", "signal_1_n", ">=", "88.2", ")"]]}, " prop_2 ": {"span": [22, 42], "prop": [["signal_2_n", ">", "26.6"], ["signal_2_n", "<", "44.3"]]}}} {"id": 363, "sentence": ["Consistently", "signal_1_n", "is", "no", "less", "than", "60.1", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "60.1", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">=", "60.1"]]}}} {"id": 6407, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "smaller", "than", "43.3", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "less", "43.3", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["signal_1_n", "<", "43.3"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5141, "sentence": ["For", "the", "first", "7", "to", "7", "time", "units", "consecutively", "the", "signal_1_n", "signal", "will", "have", "to", "be", "set", "to", "49.4", "."], "ltl": ["globally", "[7,7]", "(", "signal_1_n", "math equal", "49.4", ")"], "logic_sentence": ["For", "the", "first", "7", "to", "7", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "7", ":", "7", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "49.4"]]}}} {"id": 1994, "sentence": ["When", "the", "signal_1_n", "signal", "is", "signal_2_n", "or", "the", "mode", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_5_n", "must", "be", "less", "than", "or", "equal", "to", "42.1", "and", "will", "be", "always", "continuing", "like", "that", "for", "the", "next", "30", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "globally", "[0,30]", "(", "signal_5_n", "less equal", "42.1", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "30", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [7, 16], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [24, 46], "prop": [["signal_5_n", "<=", "42.1"]]}}} {"id": 1463, "sentence": ["There", "shall", "exist", "a", "time", "starting", "at", "most", "90", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "will", "be", "finally", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,90]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "exist", "a", "time", "starting", "at", "most", "90", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5115, "sentence": ["There", "shall", "exist", "a", "certain", "moment", "in", "the", "first", "84", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "92.5", "shall", "get", "detected", "and", "the", "value", "of", "signal_2_n", "will", "be", "above", "62.5", "and", "below", "73.7", "ultimately", "."], "ltl": ["finally", "[0,84]", "(", "rise", "(", "signal_1_n", "more", "92.5", ")", "and", "(", "signal_2_n", "more", "62.5", "and", "signal_2_n", "less", "73.7", ")", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "moment", "in", "the", "first", "84", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "get", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", ">", "92.5", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_2_n", ">", "62.5"], ["signal_2_n", "<", "73.7"]]}}} {"id": 342, "sentence": ["If", "signal_1_n", "is", "equal", "to", "89.3", "then", "for", "each", "time", "instant", "in", "the", "coming", "39", "to", "63", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "coming", "20", "time", "units", "ultimately", "the", "signal_2_n", "signal", "needs", "to", "be", "less", "than", "53.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "89.3", "imply", "globally", "[39,63]", "(", "finally", "[0,20]", "(", "signal_2_n", "less", "53.6", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "for", "each", "time", "instant", "in", "the", "coming", "39", "to", "63", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "coming", "20", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "39", ":", "63", "]", "(", "F", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "89.3"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "<", "53.6"]]}}} {"id": 1755, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "43", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "eventually", "within", "-LSB-", "20.4", ",", "57.1", "-RRB-", "."], "ltl": ["finally", "[0,43]", "(", "signal_1_n", "more equal", "20.4", "and", "signal_1_n", "less", "57.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "43", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "20.4"], ["signal_1_n", "<", "57.1"]]}}} {"id": 4060, "sentence": ["For", "each", "time", "point", "within", "14", "to", "51", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "ought", "not", "to", "be", "below", "40.8", "and", "signal_2_n", "should", "stay", "no", "less", "than", "84.1", "all", "the", "time", "."], "ltl": ["globally", "[14,51]", "(", "negation", "(", "signal_1_n", "less", "40.8", ")", "and", "signal_2_n", "more equal", "84.1", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "14", "to", "51", "time", "units", ",", "consecutively", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "14", ":", "51", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["-", "(", "signal_1_n", "<", "40.8", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">=", "84.1"]]}}} {"id": 1149, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "detected", "then", "the", "subsequent", "condition", "must", "n't", "be", "true", ":", "for", "each", "time", "point", "in", "the", "coming", "80", "time", "units", ",", "continuously", "the", "event", "that", "signal_3_n", "deviates", "from", "62.4", "will", "not", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "globally", "[0,80]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "62.4", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "subsequent", "condition", "must", "n't", "be", "true", ":", "for", "each", "time", "point", "in", "the", "coming", "80", "time", "units", ",", "continuously", "the", "event", "that", "(", "prop_2", ")", "will", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 44], "prop": [["-", "fall", "(", "signal_3_n", "==", "62.4", ")"]]}}} {"id": 5490, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "81.0", "does", "not", "get", "detected", ",", "and", "signal_2_n", "settles", "to", "27.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "signal_3_n", "signal", "ought", "n't", "to", "be", "lower", "than", "30.0", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "81.0", ")", "and", "signal_2_n", "math equal", "27.5", "imply", "negation", "(", "signal_3_n", "less", "30.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "scenario", "that", "(", "prop_1", ")", "does", "not", "get", "detected", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["-", "fall", "(", "signal_1_n", "==", "81.0", ")"]]}, " prop_2 ": {"span": [25, 29], "prop": [["signal_2_n", "==", "27.5"]]}, " prop_3 ": {"span": [39, 49], "prop": [["-", "(", "signal_3_n", "<", "30.0", ")"]]}}} {"id": 2765, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "lower", "than", "5.8", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "a", "time", "during", "the", "coming", "32", "time", "units", "eventually", ",", "at", "which", "signal_2_n", "has", "to", "be", "signal_3_n", "and", "then", "must", "always", "keep", "like", "this", "for", "each", "time", "point", "within", "the", "following", "94", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.8", ")", "imply", "finally", "[0,32]", "(", "globally", "[0,94]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "a", "time", "during", "the", "coming", "32", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "5.8", ")"]]}, " prop_2 ": {"span": [44, 66], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5016, "sentence": ["There", "exists", "a", "time", "starting", "at", "most", "61", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "jump", "to", "more", "than", "73.3", "finally", ",", "and", "signal_2_n", "shall", "be", "higher", "than", "87.0", "."], "ltl": ["finally", "[0,61]", "(", "rise", "(", "signal_1_n", "more", "73.3", ")", "and", "signal_2_n", "more", "87.0", ")"], "logic_sentence": ["There", "exists", "a", "time", "starting", "at", "most", "61", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", ">", "73.3", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_2_n", ">", "87.0"]]}}} {"id": 1694, "sentence": ["The", "state", "of", "signal_1_n", "must", "be", "in", "signal_2_n", "uninterruptedly", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5547, "sentence": ["For", "every", "time", "instant", "within", "77", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "keep", "at", "least", "25.1", "and", "no", "larger", "than", "38.3", "continuously", "."], "ltl": ["globally", "[0,77]", "(", "signal_1_n", "more equal", "25.1", "and", "signal_1_n", "less equal", "38.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "77", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "77", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 24], "prop": [["signal_1_n", ">=", "25.1"], ["signal_1_n", "<=", "38.3"]]}}} {"id": 5337, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "81.2", ",", "then", "in", "response", "the", "signal_2_n", "signal", "has", "to", "be", "larger", "than", "6.1", "and", "then", "will", "have", "to", "stay", "in", "this", "range", "uninterruptedly", "for", "each", "moment", "during", "the", "next", "10", "to", "17", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "81.2", "imply", "globally", "[10,17]", "(", "signal_2_n", "more", "6.1", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "10", ":", "17", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<=", "81.2"]]}, " prop_2 ": {"span": [18, 48], "prop": [["signal_2_n", ">", "6.1"]]}}} {"id": 636, "sentence": ["On", "condition", "that", "signal_1_n", "is", "signal_2_n", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "mode", "of", "signal_3_n", "should", "eventually", "not", "be", "signal_4_n", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 44], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 121, "sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "the", "first", "61", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "1.1", "ought", "to", "happen", "finally", "or", "the", "state", "of", "signal_2_n", "will", "be", "signal_3_n", "ultimately", "."], "ltl": ["finally", "[0,61]", "(", "rise", "(", "signal_1_n", "more equal", "1.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "the", "first", "61", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "ought", "to", "happen", "finally", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 30], "prop": [["rise", "(", "signal_1_n", ">=", "1.1", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1201, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "36.0", "shall", "ultimately", "happen", "and", "finally", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "larger", "than", "43.3", "."], "ltl": ["finally", "(", "fall", "(", "signal_1_n", "math equal", "36.0", ")", "and", "signal_2_n", "more", "43.3", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "event", "that", "(", "prop_1", ")", "shall", "ultimately", "happen", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "36.0", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", ">", "43.3"]]}}} {"id": 2664, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "less", "than", "31.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "69", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "97", "time", "units", ",", "the", "state", "of", "signal_2_n", "should", "be", "signal_3_n", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less", "31.7", "imply", "globally", "[0,69]", "(", "finally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "69", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "97", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "69", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "31.7"]]}, " prop_2 ": {"span": [43, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5142, "sentence": ["In", "the", "first", "44", "to", "45", "time", "units", ",", "consecutively", "signal_1_n", "will", "have", "to", "be", "equal", "to", "93.6", ",", "and", "consecutively", "the", "transition", "action", "that", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "11.9", "ought", "not", "to", "get", "detected", "."], "ltl": ["globally", "[44,45]", "(", "signal_1_n", "math equal", "93.6", "and", "negation", "fall", "(", "signal_2_n", "more", "11.9", ")", ")"], "logic_sentence": ["In", "the", "first", "44", "to", "45", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "consecutively", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "not", "to", "get", "detected", "."], "logic_ltl": ["G", "[", "44", ":", "45", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "93.6"]]}, " prop_2 ": {"span": [25, 34], "prop": [["-", "fall", "(", "signal_2_n", ">", "11.9", ")"]]}}} {"id": 6090, "sentence": ["Whenever", "signal_1_n", "gets", "higher", "than", "17.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "signal_2_n", "needs", "to", "be", "at", "most", "93.3", "until", "the", "value", "of", "signal_3_n", "rises", "to", "greater", "than", "or", "equal", "to", "70.7", ",", "which", "shall", "be", "observed", "at", "a", "certain", "moment", "within", "the", "first", "24", "time", "units", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "17.0", ")", "imply", "(", "signal_2_n", "less equal", "93.3", ")", "until", "[0,24]", "(", "rise", "(", "signal_3_n", "more equal", "70.7", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", ">", "17.0", ")"]]}, " prop_2 ": {"span": [16, 52], "prop": [["signal_2_n", "<=", "93.3"], ["rise", "(", "signal_3_n", ">=", "70.7", ")"]]}}} {"id": 4342, "sentence": ["During", "the", "interval", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "eventually", "there", "exists", "a", "time", "within", "the", "coming", "19", "to", "92", "time", "units", ",", "after", "which", "for", "the", "subsequent", "55", "to", "59", "time", "units", "the", "value", "of", "signal_3_n", "must", "stay", "smaller", "than", "83.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[19,92]", "(", "globally", "[55,59]", "(", "signal_3_n", "less", "83.9", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "eventually", "there", "exists", "a", "time", "within", "the", "coming", "19", "to", "92", "time", "units", ",", "after", "which", "for", "the", "subsequent", "55", "to", "59", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "19", ":", "92", "]", "(", "G", "[", "55", ":", "59", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_3_n", "<", "83.9"]]}}} {"id": 1924, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "48.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "past", "8", "to", "48", "time", "units", "the", "value", "of", "signal_2_n", "will", "have", "consistently", "stayed", "larger", "than", "23.7", "and", "less", "than", "36.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "48.9", ")", "imply", "historically", "[8,48]", "(", "signal_2_n", "more", "23.7", "and", "signal_2_n", "less", "36.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "past", "8", "to", "48", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "8", ":", "48", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "48.9", ")"]]}, " prop_2 ": {"span": [40, 55], "prop": [["signal_2_n", ">", "23.7"], ["signal_2_n", "<", "36.1"]]}}} {"id": 5243, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "larger", "than", "94.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "not", "less", "than", "90.8", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "is", "simultaneously", "smaller", "than", "28.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "94.1", "and", "negation", "(", "signal_2_n", "less", "90.8", ")", "imply", "signal_3_n", "less", "28.8", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", ">", "94.1"]]}, " prop_2 ": {"span": [11, 21], "prop": [["-", "(", "signal_2_n", "<", "90.8", ")"]]}, " prop_3 ": {"span": [27, 35], "prop": [["signal_3_n", "<", "28.8"]]}}} {"id": 5250, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "lower", "than", "48.6", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "point", "within", "the", "following", "49", "to", "56", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "be", "larger", "than", "8.5", "and", "then", "always", "keep", "like", "this", "for", "every", "time", "instant", "during", "the", "following", "70", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.6", "imply", "finally", "[49,56]", "(", "globally", "[0,70]", "(", "signal_2_n", "more", "8.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "point", "within", "the", "following", "49", "to", "56", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "49", ":", "56", "]", "(", "G", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<", "48.6"]]}, " prop_2 ": {"span": [30, 55], "prop": [["signal_2_n", ">", "8.5"]]}}} {"id": 998, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "no", "less", "than", "68.3", "takes", "place", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "36.2", "and", "less", "than", "or", "equal", "to", "37.1", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "68.3", ")", "imply", "signal_2_n", "more equal", "36.2", "and", "signal_2_n", "less equal", "37.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", ">=", "68.3", ")"]]}, " prop_2 ": {"span": [25, 50], "prop": [["signal_2_n", ">=", "36.2"], ["signal_2_n", "<=", "37.1"]]}}} {"id": 5136, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "50.2", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "leaves", "signal_3_n", "gets", "observed", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "50.2", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", ">=", "50.2", ")"]]}, " prop_2 ": {"span": [37, 44], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4637, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "bigger", "than", "45.9", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "following", "12", "time", "units", "there", "must", "be", "sometime", "during", "the", "coming", "9", "time", "units", "finally", ",", "at", "which", "the", "mode", "of", "signal_2_n", "will", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "45.9", ")", "imply", "globally", "[0,12]", "(", "finally", "[0,9]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "following", "12", "time", "units", "there", "must", "be", "sometime", "during", "the", "coming", "9", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "12", "]", "(", "F", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "45.9", ")"]]}, " prop_2 ": {"span": [45, 52], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 979, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "48.2", "takes", "place", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "future", ",", "at", "a", "certain", "time", "point", "within", "the", "coming", "19", "to", "45", "time", "units", "the", "value", "of", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "7.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "48.2", ")", "imply", "globally", "(", "finally", "[19,45]", "(", "signal_2_n", "less equal", "7.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "future", ",", "at", "a", "certain", "time", "point", "within", "the", "coming", "19", "to", "45", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "19", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "48.2", ")"]]}, " prop_2 ": {"span": [44, 57], "prop": [["signal_2_n", "<=", "7.3"]]}}} {"id": 1273, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "53", "time", "units", ",", "ultimately", "signal_1_n", "is", "equal", "to", "94.0", ",", "or", "the", "signal_2_n", "signal", "should", "be", "eventually", "no", "less", "than", "25.2", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "math equal", "94.0", "or", "signal_2_n", "more equal", "25.2", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "53", "time", "units", ",", "ultimately", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "==", "94.0"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", ">=", "25.2"]]}}} {"id": 2436, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "23.6", "and", "less", "than", "26.1", "then", "this", "condition", "has", "uninterruptedly", "sustained", "during", "the", "past", "then", "in", "response", "for", "every", "time", "point", "during", "the", "coming", "19", "to", "20", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "75.6", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more", "23.6", "and", "signal_1_n", "less", "26.1", ")", "imply", "globally", "[19,20]", "(", "finally", "(", "signal_2_n", "more equal", "75.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "this", "condition", "has", "uninterruptedly", "sustained", "during", "the", "past", "then", "in", "response", "for", "every", "time", "point", "during", "the", "coming", "19", "to", "20", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "19", ":", "20", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "23.6"], ["signal_1_n", "<", "26.1"]]}, " prop_2 ": {"span": [60, 70], "prop": [["signal_2_n", ">=", "75.6"]]}}} {"id": 5895, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "63.6", "happens", "then", "at", "the", "same", "time", "instant", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "gets", "shifted", "to", "signal_3_n", "sha", "n't", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.6", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "at", "the", "same", "time", "instant", "the", "transition", "action", "that", "(", "prop_2", ")", "sha", "n't", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "63.6", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2523, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "31", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "14.9", "finally", ",", "and", "signal_2_n", "shall", "be", "equal", "to", "58.4", "eventually", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "math equal", "14.9", "and", "signal_2_n", "math equal", "58.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "31", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "14.9"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "58.4"]]}}} {"id": 2536, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "exceeds", "28.5", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "in", "the", "future", "before", "the", "execution", "ends", "continuously", "the", "signal_2_n", "signal", "is", "never", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "28.5", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "in", "the", "future", "before", "the", "execution", "ends", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "28.5", ")"]]}, " prop_2 ": {"span": [48, 54], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3963, "sentence": ["There", "should", "eventually", "exist", "a", "time", "within", "the", "first", "27", "to", "44", "time", "units", ",", "at", "which", "signal_1_n", "is", "at", "least", "3.6", "and", "no", "more", "than", "12.9", "."], "ltl": ["finally", "[27,44]", "(", "signal_1_n", "more equal", "3.6", "and", "signal_1_n", "less equal", "12.9", ")"], "logic_sentence": ["There", "should", "eventually", "exist", "a", "time", "within", "the", "first", "27", "to", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "27", ":", "44", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", ">=", "3.6"], ["signal_1_n", "<=", "12.9"]]}}} {"id": 6462, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "at", "least", "63.0", "and", "less", "than", "90.3", "and", "this", "scenario", "has", "uninterruptedly", "sustained", "during", "the", "past", "then", "in", "response", "the", "signal_2_n", "signal", "will", "not", "change", "to", "signal_3_n", "and", "then", "will", "have", "been", "holding", "like", "this", "consistently", "during", "the", "elapsed", "40", "to", "100", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "63.0", "and", "signal_1_n", "less", "90.3", ")", "imply", "historically", "[40,100]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "this", "scenario", "has", "uninterruptedly", "sustained", "during", "the", "past", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "hist|ically", "[", "40", ":", "100", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", ">=", "63.0"], ["signal_1_n", "<", "90.3"]]}, " prop_2 ": {"span": [25, 50], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1233, "sentence": ["There", "should", "exist", "sometime", "within", "0", "to", "0", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "should", "ultimately", "become", "not", "set", "to", "84.7", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "63.5", "finally", "."], "ltl": ["finally", "[0,0]", "(", "fall", "(", "signal_1_n", "math equal", "84.7", ")", "or", "signal_2_n", "more equal", "63.5", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "within", "0", "to", "0", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "0", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["fall", "(", "signal_1_n", "==", "84.7", ")"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">=", "63.5"]]}}} {"id": 3092, "sentence": ["As", "soon", "as", "the", "subsequent", "condition", "is", "not", "true", ":", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "and", "this", "scenario", "has", "kept", "without", "interruption", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "first", "33", "time", "units", ",", "signal_3_n", "ought", "to", "be", "no", "less", "than", "87.5", "and", "then", "will", "keep", "like", "this", "consistently", "for", "every", "time", "instant", "in", "the", "next", "59", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", ")", "imply", "finally", "[0,33]", "(", "globally", "[0,59]", "(", "signal_3_n", "more equal", "87.5", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "subsequent", "condition", "is", "not", "true", ":", "(", "prop_1", ")", "and", "this", "scenario", "has", "kept", "without", "interruption", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "first", "33", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "33", "]", "(", "G", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [53, 78], "prop": [["signal_3_n", ">=", "87.5"]]}}} {"id": 5033, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "61.2", "happens", ",", "then", "for", "each", "time", "point", "in", "the", "first", "85", "time", "units", "there", "should", "be", "sometime", "within", "the", "following", "44", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "eventually", "larger", "than", "26.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "61.2", ")", "imply", "globally", "[0,85]", "(", "finally", "[0,44]", "(", "signal_2_n", "more", "26.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "time", "point", "in", "the", "first", "85", "time", "units", "there", "should", "be", "sometime", "within", "the", "following", "44", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "85", "]", "(", "F", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "61.2", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", ">", "26.4"]]}}} {"id": 330, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "signal_1_n", "gets", "to", "no", "less", "than", "85.4", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "in", "the", "future", "till", "the", "execution", "ends", ",", "the", "signal_2_n", "signal", "shall", "uninterruptedly", "not", "settle", "to", "69.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "85.4", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "69.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "in", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">=", "85.4", ")"]]}, " prop_2 ": {"span": [57, 66], "prop": [["-", "(", "signal_2_n", "==", "69.5", ")"]]}}} {"id": 1963, "sentence": ["If", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "signal_3_n", "signal", "begins", "deviating", "from", "83.6", "is", "detected", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "fall", "(", "signal_3_n", "math equal", "83.6", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "simultaneously", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 26], "prop": [["fall", "(", "signal_3_n", "==", "83.6", ")"]]}}} {"id": 151, "sentence": ["The", "state", "of", "signal", "signal_1_n", "is", "not", "in", "signal_2_n", "for", "more", "than", "79", "time", "units", "."], "ltl": ["globally", "[0,79]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1539, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "signal_1_n", "will", "keep", "less", "than", "or", "equal", "to", "94.8", "without", "interruption", "and", "signal_2_n", "has", "to", "be", "greater", "than", "41.2", "and", "less", "than", "or", "equal", "to", "46.7", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "94.8", "and", "(", "signal_2_n", "more", "41.2", "and", "signal_2_n", "less equal", "46.7", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<=", "94.8"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", ">", "41.2"], ["signal_2_n", "<=", "46.7"]]}}} {"id": 2412, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "larger", "than", "90.7", ",", "and", "signal_2_n", "is", "not", "69.0", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "ultimately", "sometime", "in", "less", "than", "25", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "should", "be", "set", "to", "signal_4_n", "and", "then", "must", "hold", "like", "that", "uninterruptedly", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "90.7", "and", "negation", "(", "signal_2_n", "math equal", "69.0", ")", "imply", "finally", "[0,25]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "ultimately", "sometime", "in", "less", "than", "25", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "25", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "90.7"]]}, " prop_2 ": {"span": [12, 16], "prop": [["-", "(", "signal_2_n", "==", "69.0", ")"]]}, " prop_3 ": {"span": [37, 59], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4997, "sentence": ["There", "should", "exist", "a", "certain", "time", "point", "starting", "at", "most", "85", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "shall", "be", "finally", "set", "to", "signal_2_n", "and", "signal_3_n", "has", "to", "be", "finally", "less", "than", "or", "equal", "to", "42.3", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "42.3", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "point", "starting", "at", "most", "85", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_3_n", "<=", "42.3"]]}}} {"id": 4660, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "40.4", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "79.6", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "sometime", "in", "the", "subsequent", "28", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "at", "most", "59.1", "and", "will", "consistently", "remain", "like", "that", "for", "every", "time", "point", "in", "the", "next", "49", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "40.4", "and", "signal_2_n", "more equal", "79.6", "imply", "finally", "[0,28]", "(", "globally", "[0,49]", "(", "signal_3_n", "less equal", "59.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "sometime", "in", "the", "subsequent", "28", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "28", "]", "(", "G", "[", "0", ":", "49", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "40.4"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">=", "79.6"]]}, " prop_3 ": {"span": [48, 72], "prop": [["signal_3_n", "<=", "59.1"]]}}} {"id": 571, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "falls", "below", "60.3", "occurs", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "signal_4_n", "signal", "has", "to", "be", "greater", "than", "9.3", "and", "less", "than", "21.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "60.3", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "9.3", "and", "signal_4_n", "less", "21.0", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "60.3", ")"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 46], "prop": [["signal_4_n", ">", "9.3"], ["signal_4_n", "<", "21.0"]]}}} {"id": 1658, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "consecutively", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", ",", "or", "the", "value", "of", "signal_3_n", "will", "have", "to", "always", "remain", "greater", "than", "49.6", "and", "less", "than", "64.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "49.6", "and", "signal_3_n", "less", "64.6", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 38], "prop": [["signal_3_n", ">", "49.6"], ["signal_3_n", "<", "64.6"]]}}} {"id": 454, "sentence": ["At", "a", "certain", "time", "point", "within", "24", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "is", "signal_2_n", "ultimately", "."], "ltl": ["finally", "[0,24]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "24", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 830, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "5", "to", "10", "time", "units", ",", "finally", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "83.2", "will", "have", "to", "get", "detected", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "deviates", "from", "94.1", "ought", "to", "occur", "."], "ltl": ["finally", "[5,10]", "(", "fall", "(", "signal_1_n", "math equal", "83.2", ")", "and", "fall", "(", "signal_2_n", "math equal", "94.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "5", "to", "10", "time", "units", ",", "finally", "the", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "get", "detected", "and", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "."], "logic_ltl": ["F", "[", "5", ":", "10", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["fall", "(", "signal_1_n", "==", "83.2", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["fall", "(", "signal_2_n", "==", "94.1", ")"]]}}} {"id": 3332, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "14.8", "and", "at", "most", "17.6", "and", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "following", "28", "to", "48", "time", "units", "finally", "there", "shall", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal_4_n", "shall", "keep", "at", "least", "39.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "14.8", "and", "signal_1_n", "less equal", "17.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[28,48]", "(", "finally", "(", "signal_4_n", "more equal", "39.6", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "following", "28", "to", "48", "time", "units", "finally", "there", "shall", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "28", ":", "48", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 17], "prop": [["signal_1_n", "<=", "17.6"], ["signal_1_n", ">=", "14.8"]]}, " prop_2 ": {"span": [18, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [55, 64], "prop": [["signal_4_n", ">=", "39.6"]]}}} {"id": 2500, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "or", "signal_3_n", "keeps", "in", "signal_4_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_5_n", "remains", "over", "86.9", "all", "the", "time", "till", "at", "a", "time", "in", "less", "than", "12", "time", "units", ",", "the", "state", "of", "signal_6_n", "will", "be", "eventually", "set", "to", "signal_7_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "(", "signal_5_n", "more", "86.9", ")", "until", "[0,12]", "(", "signal_6_n", "math equal", "signal_7_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "12", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 15], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [24, 52], "prop": [["signal_5_n", ">", "86.9"], ["signal_6_n", "==", "signal_7_n"]]}}} {"id": 1606, "sentence": ["Finally", "there", "shall", "exist", "a", "certain", "time", "instant", "within", "the", "first", "88", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "equal", "to", "78.9", "."], "ltl": ["finally", "[0,88]", "(", "signal_1_n", "math equal", "78.9", ")"], "logic_sentence": ["Finally", "there", "shall", "exist", "a", "certain", "time", "instant", "within", "the", "first", "88", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "78.9"]]}}} {"id": 2405, "sentence": ["Consistently", "the", "value", "of", "signal", "signal_1_n", "will", "be", "equaling", "to", "47.3", "for", "each", "time", "point", "in", "the", "first", "25", "time", "units", "."], "ltl": ["globally", "[0,25]", "(", "signal_1_n", "math equal", "47.3", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "==", "47.3"]]}}} {"id": 436, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "at", "least", "55.0", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "22.4", "and", "smaller", "than", "26.0", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "55.0", ")", "imply", "signal_2_n", "more equal", "22.4", "and", "signal_2_n", "less", "26.0", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["rise", "(", "signal_1_n", ">=", "55.0", ")"]]}, " prop_2 ": {"span": [22, 41], "prop": [["signal_2_n", ">=", "22.4"], ["signal_2_n", "<", "26.0"]]}}} {"id": 4787, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "above", "87.5", "happens", "or", "signal_2_n", "is", "n't", "less", "than", "22.2", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "must", "be", "less", "than", "36.0", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "87.5", ")", "or", "negation", "(", "signal_2_n", "less", "22.2", ")", "imply", "signal_3_n", "less", "36.0", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "87.5", ")"]]}, " prop_2 ": {"span": [17, 23], "prop": [["-", "(", "signal_2_n", "<", "22.2", ")"]]}, " prop_3 ": {"span": [29, 36], "prop": [["signal_3_n", "<", "36.0"]]}}} {"id": 2172, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", ",", "then", "in", "response", "the", "signal_3_n", "signal", "shall", "be", "equal", "to", "31.4", "and", "this", "condition", "must", "consistently", "hold", "until", "there", "is", "a", "certain", "moment", "within", "the", "next", "100", "time", "units", "ultimately", ",", "at", "which", "the", "signal_4_n", "signal", "is", "n't", "greater", "than", "or", "equal", "to", "83.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "31.4", ")", "until", "[0,100]", "(", "negation", "(", "signal_4_n", "more equal", "83.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "must", "consistently", "hold", "until", "there", "is", "a", "certain", "moment", "within", "the", "next", "100", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_3_n", "==", "31.4"]]}, " prop_3 ": {"span": [48, 59], "prop": [["-", "(", "signal_4_n", ">=", "83.4", ")"]]}}} {"id": 583, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "then", "the", "signal_3_n", "signal", "will", "be", "immediately", "less", "than", "or", "equal", "to", "20.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "20.2", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_3_n", "<=", "20.2"]]}}} {"id": 4725, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "8.8", "takes", "place", ",", "then", "at", "the", "same", "time", "instant", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "above", "29.7", "ought", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.8", ")", "imply", "rise", "(", "signal_2_n", "more", "29.7", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "at", "the", "same", "time", "instant", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "8.8", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["rise", "(", "signal_2_n", ">", "29.7", ")"]]}}} {"id": 5226, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "no", "more", "than", "92.5", "occurs", ",", "then", "at", "the", "same", "time", "the", "event", "that", "the", "value", "of", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "91.9", "should", "get", "detected", "and", "the", "value", "of", "signal", "signal_3_n", "will", "promptly", "remain", "on", "44.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "92.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "91.9", ")", "and", "signal_3_n", "math equal", "44.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "at", "the", "same", "time", "the", "event", "that", "(", "prop_2", ")", "should", "get", "detected", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", "<=", "92.5", ")"]]}, " prop_2 ": {"span": [32, 44], "prop": [["rise", "(", "signal_2_n", "<=", "91.9", ")"]]}, " prop_3 ": {"span": [48, 58], "prop": [["signal_3_n", "==", "44.4"]]}}} {"id": 632, "sentence": ["Everytime", "when", "signal_1_n", "becomes", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "will", "have", "to", "exist", "a", "time", "within", "66", "to", "68", "time", "units", ",", "at", "which", "eventually", "the", "signal_3_n", "signal", "shall", "get", "shifted", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[66,68]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "will", "have", "to", "exist", "a", "time", "within", "66", "to", "68", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "66", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 5], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 49], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 271, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "no", "more", "than", "6.0", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "is", "sometime", "within", "the", "first", "91", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "shall", "not", "be", "below", "40.7", "and", "this", "scenario", "has", "to", "continue", "consistently", "for", "every", "moment", "within", "the", "subsequent", "46", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "6.0", ")", "imply", "finally", "[0,91]", "(", "globally", "[0,46]", "(", "negation", "(", "signal_2_n", "less", "40.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "is", "sometime", "within", "the", "first", "91", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "this", "scenario", "has", "to", "continue", "consistently", "for", "every", "moment", "within", "the", "subsequent", "46", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "91", "]", "(", "G", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", "<=", "6.0", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["-", "(", "signal_2_n", "<", "40.7", ")"]]}}} {"id": 1338, "sentence": ["For", "every", "moment", "within", "the", "first", "1", "to", "3", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "must", "remain", "greater", "than", "or", "equal", "to", "8.8", ",", "and", "the", "value", "of", "signal_2_n", "should", "equal", "to", "3.7", "without", "interruption", "."], "ltl": ["globally", "[1,3]", "(", "signal_1_n", "more equal", "8.8", "and", "signal_2_n", "math equal", "3.7", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "1", "to", "3", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", ">=", "8.8"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "3.7"]]}}} {"id": 813, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "happens", "then", "in", "response", "the", "value", "of", "signal_3_n", "should", "be", "50.6", "and", "consistently", "this", "condition", "ought", "to", "sustain", "until", "finally", "the", "mode", "of", "signal", "signal_4_n", "is", "in", "signal_5_n", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "44", "to", "57", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "50.6", ")", "until", "[44,57]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "and", "consistently", "this", "condition", "ought", "to", "sustain", "until", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "44", ":", "57", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_3_n", "==", "50.6"]]}, " prop_3 ": {"span": [35, 56], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 679, "sentence": ["For", "each", "moment", "in", "the", "first", "30", "to", "75", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "0.9", "and", "no", "more", "than", "1.4", "and", "the", "value", "of", "signal_2_n", "ought", "to", "be", "uninterruptedly", "at", "least", "17.8", "."], "ltl": ["globally", "[30,75]", "(", "(", "signal_1_n", "more equal", "0.9", "and", "signal_1_n", "less equal", "1.4", ")", "and", "signal_2_n", "more equal", "17.8", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "30", "to", "75", "time", "units", ",", "consecutively", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "30", ":", "75", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 32], "prop": [["signal_1_n", ">=", "0.9"], ["signal_1_n", "<=", "1.4"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", ">=", "17.8"]]}}} {"id": 5455, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "remains", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "continuously", "for", "every", "time", "point", "within", "the", "subsequent", "91", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,91]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1549, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "52.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "has", "to", "exist", "a", "certain", "time", "instant", "during", "the", "subsequent", "11", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "shall", "never", "begin", "deviating", "from", "signal_3_n", "and", "then", "continuously", "this", "condition", "remains", "within", "the", "following", "52", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "52.2", "imply", "finally", "[0,11]", "(", "globally", "[0,52]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "has", "to", "exist", "a", "certain", "time", "instant", "during", "the", "subsequent", "11", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "continuously", "this", "condition", "remains", "within", "the", "following", "52", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<=", "52.2"]]}, " prop_2 ": {"span": [39, 50], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1083, "sentence": ["At", "a", "certain", "moment", "within", "9", "to", "36", "time", "units", ",", "signal_1_n", "needs", "to", "be", "less", "than", "60.8", "ultimately", "or", "signal_2_n", "should", "n't", "be", "at", "most", "62.7", "finally", "."], "ltl": ["finally", "[9,36]", "(", "signal_1_n", "less", "60.8", "or", "negation", "(", "signal_2_n", "less equal", "62.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "9", "to", "36", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "9", ":", "36", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "<", "60.8"]]}, " prop_2 ": {"span": [20, 28], "prop": [["-", "(", "signal_2_n", "<=", "62.7", ")"]]}}} {"id": 1799, "sentence": ["In", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "keeps", "in", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "will", "have", "to", "be", "sometime", "within", "the", "subsequent", "7", "to", "17", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "continuously", "at", "most", "25.9", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[7,17]", "(", "globally", "(", "signal_3_n", "less equal", "25.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "will", "have", "to", "be", "sometime", "within", "the", "subsequent", "7", "to", "17", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "17", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [36, 57], "prop": [["signal_3_n", "<=", "25.9"]]}}} {"id": 4083, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "below", "9.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "35.5", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "less", "9.8", "imply", "signal_2_n", "less equal", "35.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "<", "9.8"]]}, " prop_2 ": {"span": [17, 33], "prop": [["signal_2_n", "<=", "35.5"]]}}} {"id": 1507, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "98.7", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "larger", "than", "6.6", "and", "smaller", "than", "91.3", "and", "this", "scenario", "must", "always", "hold", "till", "there", "exists", "a", "time", "within", "the", "next", "17", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_3_n", "will", "be", "more", "than", "3.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "98.7", ")", "imply", "(", "signal_2_n", "more", "6.6", "and", "signal_2_n", "less", "91.3", ")", "until", "[0,17]", "(", "signal_3_n", "more", "3.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "must", "always", "hold", "till", "there", "exists", "a", "time", "within", "the", "next", "17", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "17", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "98.7", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", ">", "6.6"], ["signal_2_n", "<", "91.3"]]}, " prop_3 ": {"span": [58, 68], "prop": [["signal_3_n", ">", "3.5"]]}}} {"id": 3105, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "signal_1_n", "should", "be", "uninterruptedly", "in", "signal_2_n", "and", "consecutively", "the", "value", "of", "signal", "signal_3_n", "remains", "larger", "than", "0.5", "and", "less", "than", "9.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "0.5", "and", "signal_3_n", "less", "9.7", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 30], "prop": [["signal_3_n", ">", "0.5"], ["signal_3_n", "<", "9.7"]]}}} {"id": 3381, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "signal_3_n", "must", "keep", "no", "less", "than", "19.1", "and", "less", "than", "or", "equal", "to", "91.6", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "19.1", "and", "signal_3_n", "less equal", "91.6", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 34], "prop": [["signal_3_n", ">=", "19.1"], ["signal_3_n", "<=", "91.6"]]}}} {"id": 4414, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal", "signal_1_n", "has", "been", "staying", "in", "signal_2_n", "consistently", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "shall", "be", "15.0", "and", "will", "be", "holding", "like", "that", "without", "interruption", "till", "there", "is", "finally", "a", "certain", "time", "point", "within", "the", "first", "16", "to", "58", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_4_n", "becomes", "less", "than", "or", "equal", "to", "56.9", "takes", "place", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "15.0", ")", "until", "[16,58]", "(", "rise", "(", "signal_4_n", "less equal", "56.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "16", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [36, 87], "prop": [["signal_3_n", "==", "15.0"], ["rise", "(", "signal_4_n", "<=", "56.9", ")"]]}}} {"id": 981, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "70.9", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "a", "certain", "time", "instant", "within", "the", "coming", "3", "to", "19", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "no", "larger", "than", "16.8", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "70.9", ")", "imply", "globally", "(", "finally", "[3,19]", "(", "signal_2_n", "less equal", "16.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "a", "certain", "time", "instant", "within", "the", "coming", "3", "to", "19", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "3", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "70.9", ")"]]}, " prop_2 ": {"span": [48, 61], "prop": [["signal_2_n", "<=", "16.8"]]}}} {"id": 241, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "67.1", "occurs", "then", "in", "response", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "67.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "67.1", ")"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 389, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "63.9", "takes", "place", "then", "in", "response", "immediately", "the", "state", "of", "signal_2_n", "will", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "63.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "63.9", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4645, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "deviates", "from", "63.7", "gets", "observed", "then", "ultimately", "at", "a", "certain", "moment", "in", "the", "first", "92", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "equal", "to", "97.0", "and", "then", "will", "have", "to", "remain", "like", "that", "consistently", "for", "each", "time", "point", "within", "the", "following", "57", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "63.7", ")", "imply", "finally", "[0,92]", "(", "globally", "[0,57]", "(", "signal_2_n", "math equal", "97.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "ultimately", "at", "a", "certain", "moment", "in", "the", "first", "92", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "92", "]", "(", "G", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["fall", "(", "signal_1_n", "==", "63.7", ")"]]}, " prop_2 ": {"span": [29, 58], "prop": [["signal_2_n", "==", "97.0"]]}}} {"id": 2066, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "above", "26.5", "is", "detected", ",", "then", "ultimately", "after", "a", "time", "in", "the", "first", "26", "time", "units", ",", "for", "every", "moment", "during", "the", "following", "72", "time", "units", ",", "the", "mode", "of", "signal_2_n", "will", "keep", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "26.5", ")", "imply", "finally", "[0,26]", "(", "globally", "[0,72]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "ultimately", "after", "a", "time", "in", "the", "first", "26", "time", "units", ",", "for", "every", "moment", "during", "the", "following", "72", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "26.5", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1773, "sentence": ["For", "every", "time", "point", "in", "the", "first", "73", "time", "units", "the", "signal_1_n", "signal", "always", "remains", "greater", "than", "or", "equal", "to", "15.7", "and", "less", "than", "or", "equal", "to", "16.5", ",", "and", "signal_2_n", "will", "be", "keeping", "equal", "to", "73.0", "consistently", "."], "ltl": ["globally", "[0,73]", "(", "(", "signal_1_n", "more equal", "15.7", "and", "signal_1_n", "less equal", "16.5", ")", "and", "signal_2_n", "math equal", "73.0", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "73", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "73", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 28], "prop": [["signal_1_n", ">=", "15.7"], ["signal_1_n", "<=", "16.5"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "73.0"]]}}} {"id": 2213, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", ",", "then", "in", "response", "in", "no", "time", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6070, "sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "8", "to", "12", "time", "units", "the", "signal_1_n", "signal", "has", "to", "settle", "to", "58.2", "ultimately", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "43.8", "shall", "not", "take", "place", "finally", "."], "ltl": ["finally", "[8,12]", "(", "signal_1_n", "math equal", "58.2", "and", "negation", "fall", "(", "signal_2_n", "more", "43.8", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "8", "to", "12", "time", "units", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "take", "place", "finally", "."], "logic_ltl": ["F", "[", "8", ":", "12", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "58.2"]]}, " prop_2 ": {"span": [27, 39], "prop": [["-", "fall", "(", "signal_2_n", ">", "43.8", ")"]]}}} {"id": 1416, "sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "95", "time", "units", "ultimately", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "wo", "n't", "get", "detected", "and", "ultimately", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "is", "shifted", "to", "16.8", "will", "have", "to", "be", "detected", "."], "ltl": ["finally", "[0,95]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "rise", "(", "signal_3_n", "math equal", "16.8", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "95", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "wo", "n't", "get", "detected", "and", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "be", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "95", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["rise", "(", "signal_3_n", "==", "16.8", ")"]]}}} {"id": 3990, "sentence": ["If", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "30.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "should", "keep", "higher", "than", "17.3", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "30.2", "imply", "signal_2_n", "more", "17.3", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", "<=", "30.2"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "17.3"]]}}} {"id": 1608, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "signal_1_n", "has", "to", "be", "at", "least", "94.0", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "94.0", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">=", "94.0"]]}}} {"id": 84, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "to", "at", "least", "24.7", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "shall", "exist", "sometime", "within", "30", "to", "94", "time", "units", ",", "after", "which", "the", "value", "of", "signal_2_n", "needs", "to", "remain", "larger", "than", "0.4", "and", "lower", "than", "5.0", "without", "interruption", "within", "29", "to", "95", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "24.7", ")", "imply", "finally", "[30,94]", "(", "globally", "[29,95]", "(", "signal_2_n", "more", "0.4", "and", "signal_2_n", "less", "5.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "shall", "exist", "sometime", "within", "30", "to", "94", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "30", ":", "94", "]", "(", "G", "[", "29", ":", "95", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "24.7", ")"]]}, " prop_2 ": {"span": [39, 61], "prop": [["signal_2_n", ">", "0.4"], ["signal_2_n", "<", "5.0"]]}}} {"id": 725, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "87.2", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "for", "every", "time", "point", "within", "the", "coming", "81", "time", "units", ",", "consistently", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "bigger", "than", "86.0", "ought", "not", "to", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "87.2", ")", "imply", "finally", "(", "globally", "[0,81]", "(", "negation", "rise", "(", "signal_2_n", "more", "86.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "for", "every", "time", "point", "within", "the", "coming", "81", "time", "units", ",", "consistently", "the", "scenario", "that", "(", "prop_2", ")", "ought", "not", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "87.2", ")"]]}, " prop_2 ": {"span": [55, 63], "prop": [["-", "rise", "(", "signal_2_n", ">", "86.0", ")"]]}}} {"id": 89, "sentence": ["Ultimately", "the", "value", "of", "signal_1_n", "shall", "be", "higher", "than", "16.4", "at", "a", "certain", "time", "instant", "within", "2", "to", "6", "time", "units", "."], "ltl": ["finally", "[2,6]", "(", "signal_1_n", "more", "16.4", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "2", ":", "6", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">", "16.4"]]}}} {"id": 833, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "23.4", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "25.8", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "23.4", ")", "imply", "signal_2_n", "more equal", "25.8", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "23.4", ")"]]}, " prop_2 ": {"span": [22, 41], "prop": [["signal_2_n", ">=", "25.8"]]}}} {"id": 9, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "93.4", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "there", "must", "be", "a", "certain", "time", "instant", "within", "the", "coming", "91", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "deviates", "from", "signal_3_n", "must", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less", "93.4", "imply", "globally", "(", "finally", "[0,91]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "there", "must", "be", "a", "certain", "time", "instant", "within", "the", "coming", "91", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "93.4"]]}, " prop_2 ": {"span": [52, 56], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 333, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "54.6", "happens", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "signal_2_n", "shall", "keep", "equal", "to", "65.7", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "54.6", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "65.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "54.6", ")"]]}, " prop_2 ": {"span": [31, 44], "prop": [["signal_2_n", "==", "65.7"]]}}} {"id": 809, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "60.2", "and", "less", "than", "97.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "70.2", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "60.2", "and", "signal_1_n", "less", "97.1", "imply", "signal_2_n", "more equal", "70.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "60.2"], ["signal_1_n", "<", "97.1"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", ">=", "70.2"]]}}} {"id": 900, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "no", "more", "than", "31.9", "then", "there", "has", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "10.0", "does", "n't", "get", "observed", "eventually", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "31.9", ")", "imply", "finally", "(", "negation", "fall", "(", "signal_2_n", "more", "10.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "there", "has", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["-", "(", "signal_1_n", "<=", "31.9", ")"]]}, " prop_2 ": {"span": [44, 55], "prop": [["-", "fall", "(", "signal_2_n", ">", "10.0", ")"]]}}} {"id": 1163, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "15.3", "and", "less", "than", "21.5", "or", "the", "signal_2_n", "signal", "is", "below", "73.2", "then", "in", "response", "signal_3_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "14.3", "and", "then", "consistently", "stay", "in", "this", "interval", "for", "each", "moment", "within", "the", "next", "97", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "15.3", "and", "signal_1_n", "less", "21.5", ")", "or", "signal_2_n", "less", "73.2", "imply", "globally", "[0,97]", "(", "signal_3_n", "less equal", "14.3", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "97", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "15.3"], ["signal_1_n", "<", "21.5"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "<", "73.2"]]}, " prop_3 ": {"span": [24, 51], "prop": [["signal_3_n", "<=", "14.3"]]}}} {"id": 334, "sentence": ["If", "the", "event", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "following", "26", "to", "97", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "subsequent", "8", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "12.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[26,97]", "(", "finally", "[0,8]", "(", "signal_3_n", "less equal", "12.1", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "following", "26", "to", "97", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "subsequent", "8", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "26", ":", "97", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 61], "prop": [["signal_3_n", "<=", "12.1"]]}}} {"id": 1321, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "7.7", "and", "lower", "than", "11.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "the", "subsequent", "95", "time", "units", ",", "for", "each", "moment", "in", "the", "next", "94", "time", "units", ",", "the", "signal_2_n", "signal", "shall", "consistently", "not", "be", "45.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "7.7", "and", "signal_1_n", "less", "11.6", "imply", "finally", "[0,95]", "(", "globally", "[0,94]", "(", "negation", "(", "signal_2_n", "math equal", "45.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "the", "subsequent", "95", "time", "units", ",", "for", "each", "moment", "in", "the", "next", "94", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "7.7"], ["signal_1_n", "<", "11.6"]]}, " prop_2 ": {"span": [44, 52], "prop": [["-", "(", "signal_2_n", "==", "45.3", ")"]]}}} {"id": 903, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "7.0", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "equal", "to", "17.2", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "7.0", ")", "imply", "signal_2_n", "math equal", "17.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "7.0", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", "==", "17.2"]]}}} {"id": 1550, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "bigger", "than", "42.5", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "coming", "40", "time", "units", ",", "consecutively", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "47.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "42.5", ")", "imply", "globally", "[0,40]", "(", "signal_2_n", "more", "47.0", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "coming", "40", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "42.5", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_2_n", ">", "47.0"]]}}} {"id": 5705, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "74.2", "ultimately", "gets", "observed", "at", "a", "time", "in", "the", "coming", "0", "to", "8", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "during", "the", "first", "67", "time", "units", "signal_2_n", "is", "no", "less", "than", "22.3", "and", "less", "than", "or", "equal", "to", "23.4", "ultimately", "."], "ltl": ["globally", "(", "finally", "[0,8]", "(", "fall", "(", "signal_1_n", "math equal", "74.2", ")", ")", "imply", "finally", "[0,67]", "(", "signal_2_n", "more equal", "22.3", "and", "signal_2_n", "less equal", "23.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "ultimately", "gets", "observed", "at", "a", "time", "in", "the", "coming", "0", "to", "8", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "during", "the", "first", "67", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "0", ":", "8", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "67", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "74.2", ")"]]}, " prop_2 ": {"span": [48, 62], "prop": [["signal_2_n", ">=", "22.3"], ["signal_2_n", "<=", "23.4"]]}}} {"id": 4557, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "larger", "than", "60.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "must", "get", "detected", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "60.9", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "get", "detected", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", ">", "60.9", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1862, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "96.9", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "following", "34", "time", "units", "uninterruptedly", "signal_2_n", "will", "be", "staying", "greater", "than", "30.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "96.9", ")", "imply", "globally", "[0,34]", "(", "signal_2_n", "more", "30.6", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "following", "34", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "96.9", ")"]]}, " prop_2 ": {"span": [39, 46], "prop": [["signal_2_n", ">", "30.6"]]}}} {"id": 5726, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "remains", "less", "than", "1.5", "or", "the", "value", "of", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "62.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "next", "91", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "should", "n't", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "1.5", "or", "rise", "(", "signal_2_n", "more equal", "62.4", ")", "imply", "finally", "[0,91]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "next", "91", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "91", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "<", "1.5"]]}, " prop_2 ": {"span": [18, 30], "prop": [["rise", "(", "signal_2_n", ">=", "62.4", ")"]]}, " prop_3 ": {"span": [57, 68], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5839, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "goes", "lower", "than", "75.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "is", "shifted", "to", "signal_3_n", "should", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "75.2", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "scenario", "that", "(", "prop_2", ")", "should", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "<", "75.2", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 148, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_3_n", "has", "to", "be", "simultaneously", "set", "to", "signal_4_n", "and", "at", "the", "same", "time", "point", "signal_5_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "59.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "less equal", "59.1", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [42, 52], "prop": [["signal_5_n", "<=", "59.1"]]}}} {"id": 559, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "at", "most", "26.5", ",", "then", "in", "response", "the", "condition", "that", "the", "signal_2_n", "signal", "wo", "n't", "be", "less", "than", "or", "equal", "to", "28.0", "till", "eventually", "the", "value", "of", "signal_3_n", "is", "set", "to", "85.6", "at", "a", "certain", "time", "instant", "in", "the", "next", "64", "time", "units", "ought", "n't", "to", "be", "true", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "26.5", "imply", "negation", "(", "(", "negation", "(", "signal_2_n", "less equal", "28.0", ")", ")", "until", "[0,64]", "(", "signal_3_n", "math equal", "85.6", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "in", "response", "the", "condition", "that", "(", "prop_2", ")", "till", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "(", "prop_2", ")", "U", "[", "0", ":", "64", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<=", "26.5"]]}, " prop_2 ": {"span": [20, 32], "prop": [["-", "(", "signal_2_n", "<=", "28.0", ")"]]}, " prop_3 ": {"span": [34, 58], "prop": [["signal_3_n", "==", "85.6"]]}}} {"id": 309, "sentence": ["If", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "execution", "ends", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_3_n", "must", "be", "smaller", "than", "27.6", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "less", "27.6", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "execution", "ends", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 52], "prop": [["signal_3_n", "<", "27.6"]]}}} {"id": 988, "sentence": ["Eventually", "there", "should", "exist", "a", "certain", "moment", "within", "11", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "stay", "equal", "to", "64.9", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "math equal", "64.9", ")"], "logic_sentence": ["Eventually", "there", "should", "exist", "a", "certain", "moment", "within", "11", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "==", "64.9"]]}}} {"id": 4918, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "does", "not", "happen", "or", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "13.2", "eventually", "."], "ltl": ["finally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "less equal", "13.2", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "happen", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 28], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_3_n", "<=", "13.2"]]}}} {"id": 577, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "be", "greater", "than", "15.6", "and", "below", "69.2", "finally", "at", "sometime", "within", "the", "first", "64", "time", "units", "."], "ltl": ["finally", "[0,64]", "(", "signal_1_n", "more", "15.6", "and", "signal_1_n", "less", "69.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">", "15.6"], ["signal_1_n", "<", "69.2"]]}}} {"id": 6423, "sentence": ["During", "the", "first", "1", "to", "15", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "keep", "bigger", "than", "28.8", "and", "below", "30.2", "continuously", "and", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "[1,15]", "(", "(", "signal_1_n", "more", "28.8", "and", "signal_1_n", "less", "30.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["During", "the", "first", "1", "to", "15", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "15", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", ">", "28.8"], ["signal_1_n", "<", "30.2"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 964, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "stays", "at", "most", "26.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "gets", "over", "20.5", "will", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "26.1", "imply", "rise", "(", "signal_2_n", "more", "20.5", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<=", "26.1"]]}, " prop_2 ": {"span": [25, 32], "prop": [["rise", "(", "signal_2_n", ">", "20.5", ")"]]}}} {"id": 6432, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "37.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "above", "18.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "37.2", ")", "imply", "signal_2_n", "more", "18.9", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<=", "37.2", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">", "18.9"]]}}} {"id": 5729, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "at", "most", "8.7", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "first", "44", "to", "63", "time", "units", "the", "value", "of", "signal_2_n", "needs", "to", "be", "equal", "to", "77.1", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "8.7", ")", "imply", "finally", "[44,63]", "(", "signal_2_n", "math equal", "77.1", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "first", "44", "to", "63", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "44", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<=", "8.7", ")"]]}, " prop_2 ": {"span": [38, 49], "prop": [["signal_2_n", "==", "77.1"]]}}} {"id": 4647, "sentence": ["In", "the", "first", "96", "time", "units", ",", "signal_1_n", "will", "have", "to", "remain", "on", "6.6", ",", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "has", "to", "stay", "higher", "than", "74.3", "."], "ltl": ["globally", "[0,96]", "(", "signal_1_n", "math equal", "6.6", "and", "signal_2_n", "more", "74.3", ")"], "logic_sentence": ["In", "the", "first", "96", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "96", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "6.6"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", ">", "74.3"]]}}} {"id": 2461, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "jumps", "to", "above", "25.8", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "should", "promptly", "not", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "25.8", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "25.8", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3243, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "stays", "greater", "than", "or", "equal", "to", "66.8", ",", "or", "signal_2_n", "is", "less", "than", "or", "equal", "to", "60.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "has", "to", "settle", "to", "66.6", "then", "this", "scenario", "must", "consistently", "continue", "until", "there", "is", "ultimately", "sometime", "after", "at", "most", "8", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "is", "less", "than", "18.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "66.8", "or", "signal_2_n", "less equal", "60.1", "imply", "(", "signal_3_n", "math equal", "66.6", ")", "until", "[0,8]", "(", "signal_4_n", "less", "18.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "then", "this", "scenario", "must", "consistently", "continue", "until", "there", "is", "ultimately", "sometime", "after", "at", "most", "8", "time", "units", ",", "at", "which", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "8", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "66.8"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "<=", "60.1"]]}, " prop_3 ": {"span": [32, 38], "prop": [["signal_3_n", "==", "66.6"]]}, " prop_4 ": {"span": [58, 67], "prop": [["signal_4_n", "<", "18.7"]]}}} {"id": 4650, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "49", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "will", "be", "keeping", "equal", "to", "55.6", "and", "continuously", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "9.5", "."], "ltl": ["globally", "[0,49]", "(", "signal_1_n", "math equal", "55.6", "and", "signal_2_n", "more", "9.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "49", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "49", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "==", "55.6"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", ">", "9.5"]]}}} {"id": 3801, "sentence": ["There", "will", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "above", "11.5", "and", "less", "than", "49.8", "ultimately", "and", "the", "signal_2_n", "signal", "has", "to", "be", "ultimately", "less", "than", "58.3", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more", "11.5", "and", "signal_1_n", "less", "49.8", ")", "and", "signal_2_n", "less", "58.3", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", ">", "11.5"], ["signal_1_n", "<", "49.8"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "<", "58.3"]]}}} {"id": 4303, "sentence": ["Globally", ",", "whenever", "continuously", "the", "state", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "until", "at", "a", "time", "within", "the", "following", "16", "to", "74", "time", "units", ",", "finally", "signal_3_n", "is", "22.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_4_n", "is", "larger", "than", "88.0", "and", "then", "must", "remain", "like", "this", "without", "interruption", "in", "the", "future", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "[16,74]", "(", "signal_3_n", "math equal", "22.8", ")", "imply", "globally", "(", "signal_4_n", "more", "88.0", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "continuously", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "[", "16", ":", "74", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 29], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "==", "22.8"]]}, " prop_2 ": {"span": [39, 55], "prop": [["signal_4_n", ">", "88.0"]]}}} {"id": 3423, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "35.1", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "first", "97", "time", "units", ",", "eventually", "the", "value", "of", "signal_2_n", "has", "to", "be", "equal", "to", "4.3", "at", "sometime", "during", "the", "coming", "1", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "35.1", ")", "imply", "globally", "[0,97]", "(", "finally", "[0,1]", "(", "signal_2_n", "math equal", "4.3", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "first", "97", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "35.1", ")"]]}, " prop_2 ": {"span": [38, 56], "prop": [["signal_2_n", "==", "4.3"]]}}} {"id": 110, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "became", "not", "set", "to", "signal_2_n", "is", "consecutively", "not", "detected", "within", "the", "past", "89", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "be", "keeping", "above", "8.3", "and", "less", "than", "23.5", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "[0,89]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "signal_3_n", "more", "8.3", "and", "signal_3_n", "less", "23.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "consecutively", "not", "detected", "within", "the", "past", "89", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "89", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 63], "prop": [["signal_3_n", ">", "8.3"], ["signal_3_n", "<", "23.5"]]}}} {"id": 3762, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "is", "changed", "to", "49.7", "takes", "place", "then", "at", "a", "certain", "time", "point", "in", "the", "future", "the", "value", "of", "signal_2_n", "ought", "to", "stay", "larger", "than", "34.2", "and", "at", "most", "88.4", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "49.7", ")", "imply", "finally", "(", "signal_2_n", "more", "34.2", "and", "signal_2_n", "less equal", "88.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "at", "a", "certain", "time", "point", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "49.7", ")"]]}, " prop_2 ": {"span": [24, 39], "prop": [["signal_2_n", ">", "34.2"], ["signal_2_n", "<=", "88.4"]]}}} {"id": 6076, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "95.2", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "should", "exist", "sometime", "within", "the", "subsequent", "36", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "should", "be", "equal", "to", "51.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "95.2", ")", "imply", "finally", "[0,36]", "(", "signal_2_n", "math equal", "51.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "should", "exist", "sometime", "within", "the", "subsequent", "36", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["fall", "(", "signal_1_n", "==", "95.2", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", "==", "51.0"]]}}} {"id": 3072, "sentence": ["For", "each", "time", "point", "during", "the", "first", "100", "time", "units", "signal_1_n", "needs", "to", "consistently", "stay", "more", "than", "12.8", "and", "less", "than", "16.7", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "equal", "to", "32.8", "consistently", "."], "ltl": ["globally", "[0,100]", "(", "(", "signal_1_n", "more", "12.8", "and", "signal_1_n", "less", "16.7", ")", "or", "signal_2_n", "math equal", "32.8", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "100", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "100", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">", "12.8"], ["signal_1_n", "<", "16.7"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "32.8"]]}}} {"id": 4961, "sentence": ["There", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "36", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "82.4", "will", "have", "to", "take", "place", ",", "and", "signal_2_n", "has", "to", "be", "finally", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,36]", "(", "rise", "(", "signal_1_n", "math equal", "82.4", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "36", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "take", "place", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 24], "prop": [["rise", "(", "signal_1_n", "==", "82.4", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4940, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "less", "than", "71.2", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "4.4", "gets", "observed", "then", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "less", "than", "or", "equal", "to", "26.4", "and", "uninterruptedly", "this", "condition", "has", "to", "keep", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "less", "71.2", "and", "rise", "(", "signal_2_n", "more equal", "4.4", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_3_n", "less equal", "26.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "(", "prop_3", ")", "and", "uninterruptedly", "this", "condition", "has", "to", "keep", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "<", "71.2"]]}, " prop_2 ": {"span": [20, 32], "prop": [["rise", "(", "signal_2_n", ">=", "4.4", ")"]]}, " prop_3 ": {"span": [44, 60], "prop": [["-", "(", "signal_3_n", "<=", "26.4", ")"]]}}} {"id": 474, "sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "81", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "finally", "less", "than", "or", "equal", "to", "14.6", "or", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "90.8", "finally", "."], "ltl": ["finally", "[0,81]", "(", "signal_1_n", "less equal", "14.6", "or", "signal_2_n", "more equal", "90.8", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "81", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "81", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", "<=", "14.6"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", ">=", "90.8"]]}}} {"id": 1053, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_3_n", "signal", "needs", "to", "be", "finally", "equal", "to", "47.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "(", "signal_3_n", "math equal", "47.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [41, 51], "prop": [["signal_3_n", "==", "47.2"]]}}} {"id": 459, "sentence": ["The", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "above", "56.8", "occurs", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "14", "time", "units", "."], "ltl": ["finally", "[0,14]", "(", "rise", "(", "signal_1_n", "more", "56.8", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "occurs", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "14", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "14", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">", "56.8", ")"]]}}} {"id": 482, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "to", "no", "larger", "than", "26.4", "happens", "then", "in", "response", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "following", "30", "to", "77", "time", "units", "eventually", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "equal", "to", "44.8", "then", "this", "condition", "should", "uninterruptedly", "keep", "for", "every", "moment", "during", "the", "subsequent", "44", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.4", ")", "imply", "finally", "[30,77]", "(", "globally", "[0,44]", "(", "signal_2_n", "math equal", "44.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "following", "30", "to", "77", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "then", "this", "condition", "should", "uninterruptedly", "keep", "for", "every", "moment", "during", "the", "subsequent", "44", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "30", ":", "77", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "26.4", ")"]]}, " prop_2 ": {"span": [40, 48], "prop": [["signal_2_n", "==", "44.8"]]}}} {"id": 1140, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "22.4", ",", "then", "the", "mode", "of", "signal_2_n", "needs", "to", "stay", "in", "signal_3_n", "uninterruptedly", "for", "each", "moment", "during", "the", "following", "34", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "22.4", "imply", "globally", "[0,34]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "22.4"]]}, " prop_2 ": {"span": [12, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 749, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_1_n", "is", "4.2", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "4.2", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "4.2"]]}}} {"id": 4646, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "99.7", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "in", "the", "next", "46", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "be", "continuously", "equal", "to", "61.4", "for", "every", "time", "point", "in", "the", "following", "53", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "99.7", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,53]", "(", "signal_2_n", "math equal", "61.4", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "in", "the", "next", "46", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "99.7", ")"]]}, " prop_2 ": {"span": [33, 53], "prop": [["signal_2_n", "==", "61.4"]]}}} {"id": 2995, "sentence": ["For", "more", "than", "71", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "keep", "larger", "than", "67.9", "and", "less", "than", "97.6", "consistently", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "more", "67.9", "and", "signal_1_n", "less", "97.6", ")"], "logic_sentence": ["For", "more", "than", "71", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["signal_1_n", ">", "67.9"], ["signal_1_n", "<", "97.6"]]}}} {"id": 4873, "sentence": ["There", "will", "exist", "a", "time", "within", "the", "first", "25", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "below", "32.0", "eventually", ",", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "over", "84.4", "finally", "."], "ltl": ["finally", "[0,25]", "(", "signal_1_n", "less", "32.0", "and", "signal_2_n", "more", "84.4", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "within", "the", "first", "25", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "<", "32.0"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", ">", "84.4"]]}}} {"id": 62, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "51.5", "gets", "observed", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "shall", "be", "instantly", "70.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "51.5", ")", "imply", "signal_2_n", "math equal", "70.5", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "51.5", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "70.5"]]}}} {"id": 4649, "sentence": ["For", "each", "time", "point", "during", "the", "first", "85", "time", "units", "consecutively", "the", "signal_1_n", "signal", "will", "have", "to", "be", "set", "to", "90.9", "and", "the", "signal_2_n", "signal", "should", "always", "keep", "larger", "than", "82.0", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "math equal", "90.9", "and", "signal_2_n", "more", "82.0", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "85", "time", "units", "consecutively", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "90.9"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">", "82.0"]]}}} {"id": 1556, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "17.4", "occurs", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "sometime", "within", "39", "time", "units", "the", "value", "of", "signal", "signal_2_n", "shall", "never", "be", "equal", "to", "95.2", "and", "will", "have", "to", "continuously", "stay", "like", "that", "for", "every", "moment", "within", "the", "next", "96", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "17.4", ")", "imply", "finally", "[0,39]", "(", "globally", "[0,96]", "(", "negation", "(", "signal_2_n", "math equal", "95.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "sometime", "within", "39", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", ">=", "17.4", ")"]]}, " prop_2 ": {"span": [37, 65], "prop": [["-", "(", "signal_2_n", "==", "95.2", ")"]]}}} {"id": 2265, "sentence": ["For", "every", "time", "point", "within", "the", "first", "10", "to", "32", "time", "units", "signal_1_n", "needs", "to", "stay", "at", "32.1", "consecutively", ",", "or", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "uninterruptedly", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[10,32]", "(", "signal_1_n", "math equal", "32.1", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "10", "to", "32", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "10", ":", "32", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "32.1"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 143, "sentence": ["There", "has", "to", "exist", "sometime", "within", "44", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "14.7", "and", "no", "larger", "than", "20.0", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "increases", "above", "88.9", "should", "finally", "get", "observed", "."], "ltl": ["finally", "[0,44]", "(", "(", "signal_1_n", "more equal", "14.7", "and", "signal_1_n", "less equal", "20.0", ")", "and", "rise", "(", "signal_2_n", "more", "88.9", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "within", "44", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "should", "finally", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 30], "prop": [["signal_1_n", ">=", "14.7"], ["signal_1_n", "<=", "20.0"]]}, " prop_2 ": {"span": [35, 42], "prop": [["rise", "(", "signal_2_n", ">", "88.9", ")"]]}}} {"id": 2294, "sentence": ["For", "each", "time", "point", "in", "the", "first", "71", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "larger", "than", "39.0", "and", "less", "than", "55.5", "and", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "uninterruptedly", "less", "than", "or", "equal", "to", "99.3", "."], "ltl": ["globally", "[0,71]", "(", "(", "signal_1_n", "more", "39.0", "and", "signal_1_n", "less", "55.5", ")", "and", "signal_2_n", "less equal", "99.3", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "71", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">", "39.0"], ["signal_1_n", "<", "55.5"]]}, " prop_2 ": {"span": [26, 40], "prop": [["signal_2_n", "<=", "99.3"]]}}} {"id": 4879, "sentence": ["There", "is", "a", "certain", "moment", "in", "less", "than", "75", "time", "units", ",", "at", "which", "signal_1_n", "has", "to", "be", "eventually", "less", "than", "33.5", "."], "ltl": ["finally", "[0,75]", "(", "signal_1_n", "less", "33.5", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "in", "less", "than", "75", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "75", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "<", "33.5"]]}}} {"id": 2197, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "is", "instantly", "at", "most", "11.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "11.9", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_3_n", "<=", "11.9"]]}}} {"id": 669, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "above", "21.9", "and", "less", "than", "or", "equal", "to", "47.5", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "84", "time", "units", ",", "there", "has", "to", "exist", "sometime", "during", "the", "subsequent", "84", "time", "units", "finally", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "decreases", "to", "no", "more", "than", "77.7", "must", "n't", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "more", "21.9", "and", "signal_1_n", "less equal", "47.5", "imply", "globally", "[0,84]", "(", "finally", "[0,84]", "(", "negation", "fall", "(", "signal_2_n", "more", "77.7", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "84", "time", "units", ",", "there", "has", "to", "exist", "sometime", "during", "the", "subsequent", "84", "time", "units", "finally", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "must", "n't", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "84", "]", "(", "F", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">", "21.9"], ["signal_1_n", "<=", "47.5"]]}, " prop_2 ": {"span": [55, 64], "prop": [["-", "fall", "(", "signal_2_n", ">", "77.7", ")"]]}}} {"id": 3135, "sentence": ["During", "the", "first", "36", "to", "54", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "remain", "larger", "than", "25.2", "and", "lower", "than", "27.4", "without", "interruption", "."], "ltl": ["globally", "[36,54]", "(", "signal_1_n", "more", "25.2", "and", "signal_1_n", "less", "27.4", ")"], "logic_sentence": ["During", "the", "first", "36", "to", "54", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "36", ":", "54", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 24], "prop": [["signal_1_n", ">", "25.2"], ["signal_1_n", "<", "27.4"]]}}} {"id": 4007, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", "then", "the", "value", "of", "signal_3_n", "is", "immediately", "no", "less", "than", "21.6", "and", "less", "than", "or", "equal", "to", "30.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "21.6", "and", "signal_3_n", "less equal", "30.7", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 34], "prop": [["signal_3_n", ">=", "21.6"], ["signal_3_n", "<=", "30.7"]]}}} {"id": 4604, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "uninterruptedly", "the", "signal_1_n", "signal", "will", "have", "to", "be", "higher", "than", "7.0", "and", "below", "22.9", ",", "or", "signal_2_n", "is", "in", "signal_3_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "7.0", "and", "signal_1_n", "less", "22.9", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", ">", "7.0"], ["signal_1_n", "<", "22.9"]]}, " prop_2 ": {"span": [26, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1995, "sentence": ["While", "the", "signal_1_n", "signal", "is", "signal_2_n", "or", "the", "mode", "of", "signal_3_n", "is", "in", "signal_4_n", "then", "in", "response", "the", "value", "of", "signal_5_n", "shall", "always", "remain", "less", "than", "or", "equal", "to", "34.2", "for", "at", "least", "73", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "globally", "[0,73]", "(", "signal_5_n", "less equal", "34.2", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "73", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [7, 14], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [17, 36], "prop": [["signal_5_n", "<=", "34.2"]]}}} {"id": 1254, "sentence": ["There", "must", "be", "a", "time", "starting", "at", "most", "74", "time", "units", ",", "at", "which", "finally", "signal_1_n", "ought", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,74]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "must", "be", "a", "time", "starting", "at", "most", "74", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 391, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "signal_3_n", "should", "be", "above", "8.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "8.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 36], "prop": [["signal_3_n", ">", "8.3"]]}}} {"id": 2691, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "14.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consecutively", "the", "value", "of", "signal", "signal_2_n", "must", "never", "be", "equal", "to", "64.7", "for", "every", "time", "instant", "within", "the", "subsequent", "50", "to", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.5", ")", "imply", "globally", "[50,81]", "(", "negation", "(", "signal_2_n", "math equal", "64.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "50", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "14.5", ")"]]}, " prop_2 ": {"span": [30, 53], "prop": [["-", "(", "signal_2_n", "==", "64.7", ")"]]}}} {"id": 1052, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "signal_3_n", "ought", "to", "keep", "equal", "to", "60.5", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "(", "signal_3_n", "math equal", "60.5", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 32], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_3_n", "==", "60.5"]]}}} {"id": 5205, "sentence": ["Ultimately", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_1_n", "ought", "to", "remain", "at", "most", "75.1", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "75.1", ")"], "logic_sentence": ["Ultimately", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", "<=", "75.1"]]}}} {"id": 1536, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "61.0", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "89.4", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "61.0", ")", "imply", "signal_2_n", "less equal", "89.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "61.0", ")"]]}, " prop_2 ": {"span": [19, 36], "prop": [["signal_2_n", "<=", "89.4"]]}}} {"id": 2000, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "no", "less", "than", "39.5", ",", "and", "the", "state", "of", "signal", "signal_2_n", "stays", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "equal", "to", "6.3", "continuously", "for", "the", "first", "34", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "39.5", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,34]", "(", "signal_4_n", "math equal", "6.3", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "34", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", ">=", "39.5"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 47], "prop": [["signal_4_n", "==", "6.3"]]}}} {"id": 1513, "sentence": ["There", "ought", "to", "be", "sometime", "starting", "at", "most", "77", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "be", "less", "than", "66.3", "or", "the", "transition", "action", "that", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "37.5", "should", "finally", "occur", "."], "ltl": ["finally", "[0,77]", "(", "signal_1_n", "less", "66.3", "or", "rise", "(", "signal_2_n", "less equal", "37.5", ")", ")"], "logic_sentence": ["There", "ought", "to", "be", "sometime", "starting", "at", "most", "77", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "finally", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "77", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", "<", "66.3"]]}, " prop_2 ": {"span": [30, 39], "prop": [["rise", "(", "signal_2_n", "<=", "37.5", ")"]]}}} {"id": 1871, "sentence": ["There", "should", "exist", "sometime", "in", "the", "first", "34", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "finally", "higher", "than", "58.8", "."], "ltl": ["finally", "[0,34]", "(", "signal_1_n", "more", "58.8", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "in", "the", "first", "34", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", ">", "58.8"]]}}} {"id": 1883, "sentence": ["Ultimately", "there", "has", "to", "exist", "a", "certain", "moment", "within", "the", "first", "2", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "not", "79.3", "."], "ltl": ["finally", "[0,2]", "(", "negation", "(", "signal_1_n", "math equal", "79.3", ")", ")"], "logic_sentence": ["Ultimately", "there", "has", "to", "exist", "a", "certain", "moment", "within", "the", "first", "2", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["-", "(", "signal_1_n", "==", "79.3", ")"]]}}} {"id": 457, "sentence": ["There", "should", "exist", "a", "certain", "moment", "after", "at", "most", "66", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "signal_1_n", "signal", "jumps", "to", "larger", "than", "67.1", "should", "get", "detected", "."], "ltl": ["finally", "[0,66]", "(", "rise", "(", "signal_1_n", "more", "67.1", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "after", "at", "most", "66", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "should", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", ">", "67.1", ")"]]}}} {"id": 483, "sentence": ["In", "the", "case", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "4.9", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "subsequent", "67", "to", "95", "time", "units", "the", "signal_2_n", "signal", "needs", "to", "equal", "to", "55.9", "and", "then", "will", "be", "remaining", "like", "that", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "coming", "31", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.9", ")", "imply", "finally", "[67,95]", "(", "globally", "[0,31]", "(", "signal_2_n", "math equal", "55.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "subsequent", "67", "to", "95", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "67", ":", "95", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "4.9", ")"]]}, " prop_2 ": {"span": [40, 68], "prop": [["signal_2_n", "==", "55.9"]]}}} {"id": 4667, "sentence": ["Within", "23", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "higher", "than", "9.1", "and", "below", "9.8", "all", "the", "time", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "more", "9.1", "and", "signal_1_n", "less", "9.8", ")"], "logic_sentence": ["Within", "23", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 22], "prop": [["signal_1_n", ">", "9.1"], ["signal_1_n", "<", "9.8"]]}}} {"id": 635, "sentence": ["In", "the", "case", "signal_1_n", "is", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "will", "be", "a", "time", "in", "the", "future", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "shall", "ultimately", "not", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["In", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "will", "be", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [38, 50], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2415, "sentence": ["In", "the", "case", "signal_1_n", "is", "above", "10.9", ",", "and", "the", "value", "of", "signal_2_n", "is", "n't", "88.1", ",", "then", "after", "a", "certain", "time", "point", "in", "the", "next", "66", "time", "units", "the", "signal_3_n", "signal", "shall", "be", "signal_4_n", "and", "this", "scenario", "always", "holds", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "10.9", "and", "negation", "(", "signal_2_n", "math equal", "88.1", ")", "imply", "finally", "[0,66]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "after", "a", "certain", "time", "point", "in", "the", "next", "66", "time", "units", "(", "prop_3", ")", "and", "this", "scenario", "always", "holds", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "66", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", ">", "10.9"]]}, " prop_2 ": {"span": [9, 16], "prop": [["-", "(", "signal_2_n", "==", "88.1", ")"]]}, " prop_3 ": {"span": [29, 35], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6429, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "larger", "than", "11.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "46", "time", "units", ",", "the", "value", "of", "signal_2_n", "must", "ultimately", "equal", "to", "66.6", "at", "a", "certain", "moment", "within", "the", "coming", "24", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "11.8", ")", "imply", "globally", "[0,46]", "(", "finally", "[0,24]", "(", "signal_2_n", "math equal", "66.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "46", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "46", "]", "(", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", ">", "11.8", ")"]]}, " prop_2 ": {"span": [39, 58], "prop": [["signal_2_n", "==", "66.6"]]}}} {"id": 1441, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "at", "least", "67.5", "is", "observed", "then", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "20", "time", "units", ",", "at", "which", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "67.5", ")", "imply", "finally", "[0,20]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "20", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "67.5", ")"]]}, " prop_2 ": {"span": [39, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4294, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "38", "to", "62", "time", "units", ",", "continuously", "signal_1_n", "shall", "never", "be", "equal", "to", "97.7", "or", "the", "value", "of", "signal", "signal_2_n", "always", "remains", "at", "most", "32.5", "."], "ltl": ["globally", "[38,62]", "(", "negation", "(", "signal_1_n", "math equal", "97.7", ")", "or", "signal_2_n", "less equal", "32.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "38", "to", "62", "time", "units", ",", "continuously", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "38", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["-", "(", "signal_1_n", "==", "97.7", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<=", "32.5"]]}}} {"id": 4000, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "69", "time", "units", ",", "eventually", "signal_1_n", "has", "to", "be", "larger", "than", "9.5", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "be", "at", "most", "43.8", "finally", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "more", "9.5", "or", "signal_2_n", "less equal", "43.8", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "69", "time", "units", ",", "eventually", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", ">", "9.5"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "<=", "43.8"]]}}} {"id": 1485, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "greater", "than", "2.1", "then", "in", "response", "at", "once", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "no", "more", "than", "64.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "2.1", "imply", "signal_2_n", "less equal", "64.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "in", "response", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "2.1"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", "<=", "64.2"]]}}} {"id": 834, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "94.7", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "86.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "94.7", ")", "imply", "signal_2_n", "more equal", "86.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "<", "94.7", ")"]]}, " prop_2 ": {"span": [33, 46], "prop": [["signal_2_n", ">=", "86.3"]]}}} {"id": 4520, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "occurs", "then", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "value", "of", "signal_3_n", "ought", "to", "be", "between", "the", "closed", "interval", "-LSB-", "1.8", ",", "13.4", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more equal", "1.8", "and", "signal_3_n", "less equal", "13.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 67], "prop": [["signal_3_n", ">=", "1.8"], ["signal_3_n", "<=", "13.4"]]}}} {"id": 2975, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "following", "41", "to", "50", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "coming", "65", "to", "68", "time", "units", "the", "signal_3_n", "signal", "will", "be", "at", "most", "7.8", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[41,50]", "(", "finally", "[65,68]", "(", "signal_3_n", "less equal", "7.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "following", "41", "to", "50", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "coming", "65", "to", "68", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "41", ":", "50", "]", "(", "F", "[", "65", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 61], "prop": [["signal_3_n", "<=", "7.8"]]}}} {"id": 403, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "56.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "following", "74", "time", "units", "there", "needs", "to", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "drops", "to", "no", "larger", "than", "56.0", "ought", "to", "eventually", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "56.1", ")", "imply", "globally", "[0,74]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "56.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "following", "74", "time", "units", "there", "needs", "to", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "eventually", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "74", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "56.1", ")"]]}, " prop_2 ": {"span": [52, 61], "prop": [["rise", "(", "signal_2_n", "<=", "56.0", ")"]]}}} {"id": 5575, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "be", "finally", "greater", "than", "or", "equal", "to", "53.5", "at", "sometime", "during", "the", "first", "86", "time", "units", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "more equal", "53.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "53.5"]]}}} {"id": 517, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "76.5", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "to", "at", "most", "53.8", "ought", "to", "occur", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "76.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "53.8", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", ">=", "76.5", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["rise", "(", "signal_2_n", "<=", "53.8", ")"]]}}} {"id": 1134, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "becomes", "no", "more", "than", "85.2", "gets", "observed", ",", "then", "in", "response", "signal_2_n", "will", "have", "to", "be", "lower", "than", "95.0", "and", "continuously", "this", "scenario", "has", "to", "continue", "for", "every", "moment", "in", "the", "following", "9", "to", "69", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "85.2", ")", "imply", "globally", "[9,69]", "(", "signal_2_n", "less", "95.0", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "and", "continuously", "this", "scenario", "has", "to", "continue", "for", "every", "moment", "in", "the", "following", "9", "to", "69", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "9", ":", "69", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<=", "85.2", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "<", "95.0"]]}}} {"id": 106, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "over", "82.8", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "within", "the", "coming", "25", "to", "41", "time", "units", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "stay", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.8", ")", "imply", "finally", "(", "globally", "[25,41]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "within", "the", "coming", "25", "to", "41", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "25", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "82.8", ")"]]}, " prop_2 ": {"span": [48, 60], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1629, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "point", "within", "17", "to", "56", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "ultimately", "keep", "in", "signal_2_n", ",", "and", "finally", "the", "signal_3_n", "signal", "needs", "to", "be", "48.5", "."], "ltl": ["finally", "[17,56]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "48.5", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "point", "within", "17", "to", "56", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "17", ":", "56", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_3_n", "==", "48.5"]]}}} {"id": 1248, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "94.3", "gets", "observed", ",", "then", "at", "a", "certain", "time", "point", "within", "the", "first", "62", "time", "units", "for", "each", "time", "point", "during", "the", "next", "29", "time", "units", "the", "state", "of", "signal", "signal_2_n", "must", "keep", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "94.3", ")", "imply", "finally", "[0,62]", "(", "globally", "[0,29]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "at", "a", "certain", "time", "point", "within", "the", "first", "62", "time", "units", "for", "each", "time", "point", "during", "the", "next", "29", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "<=", "94.3", ")"]]}, " prop_2 ": {"span": [45, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5627, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "61.4", "gets", "detected", "then", "in", "response", "there", "needs", "to", "be", "a", "time", "during", "the", "following", "25", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "52.6", "and", "less", "than", "or", "equal", "to", "56.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "61.4", ")", "imply", "finally", "[0,25]", "(", "signal_2_n", "more equal", "52.6", "and", "signal_2_n", "less equal", "56.8", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "there", "needs", "to", "be", "a", "time", "during", "the", "following", "25", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "25", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "61.4", ")"]]}, " prop_2 ": {"span": [33, 51], "prop": [["signal_2_n", ">=", "52.6"], ["signal_2_n", "<=", "56.8"]]}}} {"id": 517, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "should", "remain", "between", "the", "range", "-LSB-", "20.4", ",", "67.2", "-RSB-", "for", "the", "first", "57", "time", "units", "."], "ltl": ["globally", "[0,57]", "(", "signal_1_n", "more equal", "20.4", "and", "signal_1_n", "less equal", "67.2", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">=", "20.4"], ["signal_1_n", "<=", "67.2"]]}}} {"id": 2947, "sentence": ["Eventually", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "no", "larger", "than", "91.8", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "91.8", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 27], "prop": [["signal_1_n", "<=", "91.8"]]}}} {"id": 1568, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "51.0", "gets", "detected", ",", "then", "in", "response", "the", "signal_2_n", "signal", "ought", "to", "be", "instantly", "3.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.0", ")", "imply", "signal_2_n", "math equal", "3.3", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "51.0", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "3.3"]]}}} {"id": 1078, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "n't", "smaller", "than", "89.7", "then", "at", "the", "same", "moment", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "89.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "<", "89.7", ")"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 877, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "equal", "to", "99.2", "is", "detected", ",", "then", "in", "response", "there", "needs", "to", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "4", "to", "11", "time", "units", ",", "at", "which", "in", "the", "future", "until", "the", "execution", "ends", ",", "without", "interruption", "the", "mode", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "99.2", ")", "imply", "finally", "[4,11]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "there", "needs", "to", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "4", "to", "11", "time", "units", ",", "at", "which", "in", "the", "future", "until", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "4", ":", "11", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "99.2", ")"]]}, " prop_2 ": {"span": [46, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 105, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "above", "62.7", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "in", "the", "future", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "and", "then", "will", "be", "consistently", "keeping", "like", "this", "for", "each", "time", "instant", "within", "the", "following", "24", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "62.7", ")", "imply", "finally", "(", "globally", "[24,68]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "24", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "62.7", ")"]]}, " prop_2 ": {"span": [35, 65], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5957, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "will", "be", "consistently", "remaining", "on", "78.3", "till", "eventually", "the", "signal_2_n", "signal", "is", "smaller", "than", "81.7", "at", "a", "time", "in", "the", "first", "18", "time", "units", "then", "in", "response", "the", "value", "of", "signal_3_n", "is", "higher", "than", "37.6", "and", "no", "more", "than", "79.8", "eventually", "at", "a", "certain", "time", "point", "in", "the", "next", "35", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "78.3", ")", "until", "[0,18]", "(", "signal_2_n", "less", "81.7", ")", "imply", "finally", "[0,35]", "(", "signal_3_n", "more", "37.6", "and", "signal_3_n", "less equal", "79.8", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "till", "eventually", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "[", "0", ":", "18", "]", "(", "prop_2", ")", "->", "F", "[", "0", ":", "35", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "78.3"]]}, " prop_2 ": {"span": [13, 29], "prop": [["signal_2_n", "<", "81.7"]]}, " prop_3 ": {"span": [32, 57], "prop": [["signal_3_n", ">", "37.6"], ["signal_3_n", "<=", "79.8"]]}}} {"id": 835, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "85.7", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "no", "less", "than", "98.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "85.7", ")", "imply", "signal_2_n", "more equal", "98.9", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "85.7", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_2_n", ">=", "98.9"]]}}} {"id": 3738, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "42.7", "happens", ",", "then", "eventually", "there", "needs", "to", "exist", "sometime", "within", "the", "subsequent", "22", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "needs", "to", "be", "no", "less", "than", "5.5", "and", "then", "needs", "to", "consecutively", "continue", "like", "this", "for", "every", "time", "point", "in", "the", "next", "47", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.7", ")", "imply", "finally", "[0,22]", "(", "globally", "[0,47]", "(", "signal_2_n", "more equal", "5.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "eventually", "there", "needs", "to", "exist", "sometime", "within", "the", "subsequent", "22", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "needs", "to", "consecutively", "continue", "like", "this", "for", "every", "time", "point", "in", "the", "next", "47", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "42.7", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", ">=", "5.5"]]}}} {"id": 1599, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "10.0", ",", "then", "there", "will", "ultimately", "exist", "a", "certain", "time", "point", "in", "less", "than", "70", "time", "units", ",", "after", "which", "for", "every", "moment", "within", "72", "time", "units", "signal_2_n", "ought", "to", "remain", "equal", "to", "32.7", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "10.0", ")", "imply", "finally", "[0,70]", "(", "globally", "[0,72]", "(", "signal_2_n", "math equal", "32.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "there", "will", "ultimately", "exist", "a", "certain", "time", "point", "in", "less", "than", "70", "time", "units", ",", "after", "which", "for", "every", "moment", "within", "72", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", ">=", "10.0", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", "==", "32.7"]]}}} {"id": 3690, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "within", "21", "to", "86", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "be", "equal", "to", "51.5", "."], "ltl": ["finally", "[21,86]", "(", "signal_1_n", "math equal", "51.5", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "within", "21", "to", "86", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "21", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "51.5"]]}}} {"id": 136, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "72.3", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "should", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "following", "59", "to", "77", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "falls", "to", "at", "most", "3.9", "will", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "72.3", ")", "imply", "globally", "(", "finally", "[59,77]", "(", "rise", "(", "signal_2_n", "less equal", "3.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "should", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "following", "59", "to", "77", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "59", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "72.3", ")"]]}, " prop_2 ": {"span": [62, 68], "prop": [["rise", "(", "signal_2_n", "<=", "3.9", ")"]]}}} {"id": 5561, "sentence": ["At", "a", "time", "after", "at", "most", "88", "time", "units", "eventually", "the", "value", "of", "signal_1_n", "shall", "be", "above", "37.0", "and", "smaller", "than", "59.4", "."], "ltl": ["finally", "[0,88]", "(", "signal_1_n", "more", "37.0", "and", "signal_1_n", "less", "59.4", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "88", "time", "units", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">", "37.0"], ["signal_1_n", "<", "59.4"]]}}} {"id": 2425, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "the", "state", "of", "signal", "signal_1_n", "will", "stay", "in", "signal_2_n", "all", "the", "time", ",", "and", "without", "interruption", "signal_3_n", "needs", "to", "remain", "higher", "than", "5.6", "and", "less", "than", "76.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "5.6", "and", "signal_3_n", "less", "76.8", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_3_n", ">", "5.6"], ["signal_3_n", "<", "76.8"]]}}} {"id": 6108, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "deviates", "from", "43.4", "is", "detected", ",", "then", "there", "must", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "86.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "43.4", ")", "imply", "finally", "(", "signal_2_n", "math equal", "86.7", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "there", "must", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["fall", "(", "signal_1_n", "==", "43.4", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", "==", "86.7"]]}}} {"id": 6428, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "13.6", "is", "detected", ",", "then", "for", "every", "time", "point", "within", "77", "time", "units", ",", "eventually", "there", "needs", "to", "be", "sometime", "during", "the", "coming", "47", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "48.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "13.6", ")", "imply", "globally", "[0,77]", "(", "finally", "[0,47]", "(", "signal_2_n", "math equal", "48.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "for", "every", "time", "point", "within", "77", "time", "units", ",", "eventually", "there", "needs", "to", "be", "sometime", "during", "the", "coming", "47", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", ">", "13.6", ")"]]}, " prop_2 ": {"span": [40, 46], "prop": [["signal_2_n", "==", "48.6"]]}}} {"id": 4538, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "consecutively", "the", "value", "of", "signal_1_n", "stays", "greater", "than", "or", "equal", "to", "67.0", ",", "or", "consecutively", "the", "state", "of", "signal_2_n", "will", "have", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "67.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "consecutively", "(", "prop_1", ")", ",", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">=", "67.0"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1051, "sentence": ["When", "for", "the", "elapsed", "75", "time", "units", ",", "the", "signal_1_n", "signal", "has", "equaled", "to", "83.8", "consistently", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", ",", "the", "signal_2_n", "signal", "keeps", "less", "than", "11.6", "without", "interruption", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "historically", "[0,75]", "(", "signal_1_n", "math equal", "83.8", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less", "11.6", ")", ")", ")"], "logic_sentence": ["When", "for", "the", "elapsed", "75", "time", "units", ",", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "75", "]", "(", "prop_1", ")", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "83.8"]]}, " prop_2 ": {"span": [28, 44], "prop": [["signal_2_n", "<", "11.6"]]}}} {"id": 6151, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "36.9", "gets", "detected", "or", "signal_2_n", "is", "greater", "than", "18.0", "and", "below", "72.9", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "value", "of", "signal", "signal_3_n", "must", "be", "greater", "than", "70.8", "and", "less", "than", "93.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "36.9", ")", "or", "(", "signal_2_n", "more", "18.0", "and", "signal_2_n", "less", "72.9", ")", "imply", "signal_3_n", "more", "70.8", "and", "signal_3_n", "less", "93.6", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "36.9", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", ">", "18.0"], ["signal_2_n", "<", "72.9"]]}, " prop_3 ": {"span": [31, 45], "prop": [["signal_3_n", ">", "70.8"], ["signal_3_n", "<", "93.6"]]}}} {"id": 193, "sentence": ["Globally", ",", "in", "case", "that", "without", "interruption", "the", "mode", "of", "signal_1_n", "was", "never", "in", "signal_2_n", "within", "the", "elapsed", "17", "to", "88", "time", "units", "then", "the", "following", "condition", "holds", ":", "consecutively", "the", "state", "of", "signal_3_n", "stays", "in", "signal_4_n", "till", "ultimately", "the", "state", "of", "signal", "signal_5_n", "will", "be", "in", "signal_6_n", ",", "which", "needs", "to", "get", "detected", "at", "a", "certain", "time", "instant", "in", "less", "than", "29", "time", "units", "."], "ltl": ["globally", "(", "historically", "[17,88]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[0,29]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "without", "interruption", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "17", ":", "88", "]", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 23], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 65], "prop": [["signal_3_n", "==", "signal_4_n"], ["signal_5_n", "==", "signal_6_n"]]}}} {"id": 344, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "gets", "set", "to", "19.2", "occurs", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "time", "point", "during", "the", "next", "51", "time", "units", ",", "signal_2_n", "ought", "to", "stay", "bigger", "than", "19.7", "and", "less", "than", "58.5", "uninterruptedly", "for", "the", "subsequent", "2", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "19.2", ")", "imply", "finally", "[0,51]", "(", "globally", "[0,2]", "(", "signal_2_n", "more", "19.7", "and", "signal_2_n", "less", "58.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "time", "point", "during", "the", "next", "51", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "19.2", ")"]]}, " prop_2 ": {"span": [32, 50], "prop": [["signal_2_n", ">", "19.7"], ["signal_2_n", "<", "58.5"]]}}} {"id": 1800, "sentence": ["In", "the", "case", "signal_1_n", "stays", "in", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "a", "certain", "moment", "after", "between", "67", "to", "75", "time", "units", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "less", "than", "or", "equal", "to", "99.8", "and", "then", "keeps", "like", "this", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[67,75]", "(", "globally", "(", "signal_3_n", "less equal", "99.8", ")", ")", ")"], "logic_sentence": ["In", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "a", "certain", "moment", "after", "between", "67", "to", "75", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "67", ":", "75", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 53], "prop": [["signal_3_n", "<=", "99.8"]]}}} {"id": 6377, "sentence": ["The", "signal_1_n", "signal", "shall", "always", "keep", "in", "signal_2_n", "for", "every", "time", "instant", "in", "the", "first", "42", "to", "98", "time", "units", "."], "ltl": ["globally", "[42,98]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "42", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1615, "sentence": ["On", "condition", "that", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "91.8", "or", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "51.7", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_3_n", "must", "be", "at", "least", "99.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "91.8", ")", "or", "signal_2_n", "math equal", "51.7", "imply", "signal_3_n", "more equal", "99.9", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", ">=", "91.8", ")"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "==", "51.7"]]}, " prop_3 ": {"span": [33, 42], "prop": [["signal_3_n", ">=", "99.9"]]}}} {"id": 6194, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "44.2", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "finally", "exist", "a", "certain", "time", "point", "within", "the", "following", "58", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "does", "not", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "44.2", ")", "imply", "finally", "[0,58]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "finally", "exist", "a", "certain", "time", "point", "within", "the", "following", "58", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "does", "not", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "44.2", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4811, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "above", "59.8", ",", "then", "for", "each", "moment", "in", "the", "future", "till", "the", "simulation", "ends", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "or", "equal", "to", "83.5", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more", "59.8", "imply", "globally", "(", "finally", "(", "signal_2_n", "less equal", "83.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "for", "each", "moment", "in", "the", "future", "till", "the", "simulation", "ends", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 13], "prop": [["signal_1_n", ">", "59.8"]]}, " prop_2 ": {"span": [37, 50], "prop": [["signal_2_n", "<=", "83.5"]]}}} {"id": 1362, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "least", "42.0", "is", "detected", ",", "then", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "equal", "to", "67.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "42.0", ")", "imply", "signal_2_n", "math equal", "67.3", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "42.0", ")"]]}, " prop_2 ": {"span": [19, 35], "prop": [["signal_2_n", "==", "67.3"]]}}} {"id": 1620, "sentence": ["When", "the", "event", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "12.3", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "execution", "ends", "there", "needs", "to", "exist", "sometime", "in", "the", "following", "1", "to", "75", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "should", "n't", "be", "less", "than", "or", "equal", "to", "37.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "12.3", ")", "imply", "globally", "(", "finally", "[1,75]", "(", "negation", "(", "signal_2_n", "less equal", "37.2", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "execution", "ends", "there", "needs", "to", "exist", "sometime", "in", "the", "following", "1", "to", "75", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "1", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">=", "12.3", ")"]]}, " prop_2 ": {"span": [50, 62], "prop": [["-", "(", "signal_2_n", "<=", "37.2", ")"]]}}} {"id": 5760, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "46.0", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "at", "most", "59.7", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "ought", "to", "be", "instantly", "11.4", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "46.0", "or", "rise", "(", "signal_2_n", "less equal", "59.7", ")", "imply", "signal_3_n", "math equal", "11.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">=", "46.0"]]}, " prop_2 ": {"span": [24, 34], "prop": [["rise", "(", "signal_2_n", "<=", "59.7", ")"]]}, " prop_3 ": {"span": [43, 49], "prop": [["signal_3_n", "==", "11.4"]]}}} {"id": 616, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "at", "most", "32.3", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "needs", "to", "exist", "sometime", "within", "the", "next", "0", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "shall", "be", "signal_3_n", "and", "then", "will", "be", "consistently", "staying", "like", "this", "for", "every", "time", "point", "within", "99", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "32.3", ")", "imply", "finally", "[0,0]", "(", "globally", "[0,99]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "needs", "to", "exist", "sometime", "within", "the", "next", "0", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "will", "be", "consistently", "staying", "like", "this", "for", "every", "time", "point", "within", "99", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "G", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "<=", "32.3", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 628, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", ",", "signal_1_n", "will", "have", "to", "stay", "equal", "to", "45.8", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "45.8", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "45.8"]]}}} {"id": 1795, "sentence": ["There", "ought", "to", "exist", "sometime", "after", "between", "10", "to", "28", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[10,28]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "ought", "to", "exist", "sometime", "after", "between", "10", "to", "28", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "10", ":", "28", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1110, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "17.9", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "0.3", "and", "at", "most", "0.5", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "17.9", ")", "imply", "signal_2_n", "more equal", "0.3", "and", "signal_2_n", "less equal", "0.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "17.9", ")"]]}, " prop_2 ": {"span": [27, 49], "prop": [["signal_2_n", ">=", "0.3"], ["signal_2_n", "<=", "0.5"]]}}} {"id": 2931, "sentence": ["At", "sometime", "after", "between", "1", "to", "83", "time", "units", ",", "the", "signal_1_n", "signal", "should", "be", "lower", "than", "40.8", "ultimately", "."], "ltl": ["finally", "[1,83]", "(", "signal_1_n", "less", "40.8", ")"], "logic_sentence": ["At", "sometime", "after", "between", "1", "to", "83", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "1", ":", "83", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "<", "40.8"]]}}} {"id": 2750, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "happens", ",", "then", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "there", "ultimately", "exists", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "changes", "to", "33.6", "happens", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "33.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "there", "ultimately", "exists", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "happens", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [56, 64], "prop": [["rise", "(", "signal_3_n", "==", "33.6", ")"]]}}} {"id": 3336, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "30.5", "and", "at", "most", "46.3", "and", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "coming", "5", "to", "5", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "remain", "no", "less", "than", "12.8", "finally", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "30.5", "and", "signal_1_n", "less equal", "46.3", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[5,5]", "(", "finally", "(", "signal_4_n", "more equal", "12.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "coming", "5", "to", "5", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "5", ":", "5", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "30.5"], ["signal_1_n", "<=", "46.3"]]}, " prop_2 ": {"span": [23, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [63, 76], "prop": [["signal_4_n", ">=", "12.8"]]}}} {"id": 1454, "sentence": ["For", "every", "time", "point", "within", "1", "to", "23", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "shall", "keep", "greater", "than", "7.3", "and", "smaller", "than", "9.2", "or", "the", "value", "of", "signal_2_n", "must", "uninterruptedly", "stay", "below", "0.3", "."], "ltl": ["globally", "[1,23]", "(", "(", "signal_1_n", "more", "7.3", "and", "signal_1_n", "less", "9.2", ")", "or", "signal_2_n", "less", "0.3", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "1", "to", "23", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "23", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">", "7.3"], ["signal_1_n", "<", "9.2"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "<", "0.3"]]}}} {"id": 374, "sentence": ["For", "every", "moment", "within", "100", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "remain", "larger", "than", "85.6", "consistently", ",", "and", "signal_2_n", "will", "be", "staying", "greater", "than", "50.5", "uninterruptedly", "."], "ltl": ["globally", "[0,100]", "(", "signal_1_n", "more", "85.6", "and", "signal_2_n", "more", "50.5", ")"], "logic_sentence": ["For", "every", "moment", "within", "100", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "100", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">", "85.6"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", ">", "50.5"]]}}} {"id": 1921, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "happens", "then", "in", "response", "the", "signal_3_n", "signal", "will", "have", "to", "be", "instantly", "smaller", "than", "47.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "47.3", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_3_n", "<", "47.3"]]}}} {"id": 860, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "falls", "below", "53.6", ",", "then", "starting", "without", "any", "delay", "the", "state", "of", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "53.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "53.6", ")"]]}, " prop_2 ": {"span": [13, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3183, "sentence": ["For", "each", "time", "point", "within", "57", "to", "78", "time", "units", ",", "consecutively", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "or", "without", "interruption", "the", "signal_3_n", "signal", "should", "n't", "be", "set", "to", "57.6", "."], "ltl": ["globally", "[57,78]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "math equal", "57.6", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "57", "to", "78", "time", "units", ",", "consecutively", "(", "prop_1", ")", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "57", ":", "78", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "(", "signal_3_n", "==", "57.6", ")"]]}}} {"id": 2020, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "14.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "92", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "next", "84", "time", "units", "finally", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "at", "least", "89.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.2", ")", "imply", "globally", "[0,92]", "(", "finally", "[0,84]", "(", "signal_2_n", "more equal", "89.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "92", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "next", "84", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "92", "]", "(", "F", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "14.2", ")"]]}, " prop_2 ": {"span": [46, 57], "prop": [["signal_2_n", ">=", "89.2"]]}}} {"id": 449, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "29", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "less", "than", "or", "equal", "to", "93.0", "eventually", ",", "and", "the", "value", "of", "signal_2_n", "should", "be", "finally", "larger", "than", "87.9", "."], "ltl": ["finally", "[0,29]", "(", "signal_1_n", "less equal", "93.0", "and", "signal_2_n", "more", "87.9", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "29", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "29", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", "<=", "93.0"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", ">", "87.9"]]}}} {"id": 102, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "stays", "less", "than", "92.2", "and", "the", "value", "of", "signal", "signal_2_n", "stays", "less", "than", "38.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "signal_3_n", "signal", "gets", "to", "at", "least", "82.3", "occurs", "starting", "without", "any", "delay", ",", "and", "the", "signal_4_n", "signal", "is", "instantly", "greater", "than", "20.3", "and", "below", "74.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "92.2", "and", "signal_2_n", "less", "38.7", "imply", "rise", "(", "signal_3_n", "more equal", "82.3", ")", "and", "(", "signal_4_n", "more", "20.3", "and", "signal_4_n", "less", "74.5", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_3", ")", "occurs", "starting", "without", "any", "delay", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<", "92.2"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "<", "38.7"]]}, " prop_3 ": {"span": [35, 43], "prop": [["rise", "(", "signal_3_n", ">=", "82.3", ")"]]}, " prop_4 ": {"span": [50, 61], "prop": [["signal_4_n", ">", "20.3"], ["signal_4_n", "<", "74.5"]]}}} {"id": 640, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "54.7", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "a", "certain", "moment", "in", "less", "than", "50", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "50.8", "will", "have", "to", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "54.7", ")", "imply", "finally", "[0,50]", "(", "rise", "(", "signal_2_n", "more equal", "50.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "a", "certain", "moment", "in", "less", "than", "50", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "54.7", ")"]]}, " prop_2 ": {"span": [47, 57], "prop": [["rise", "(", "signal_2_n", ">=", "50.8", ")"]]}}} {"id": 1628, "sentence": ["There", "ought", "to", "exist", "sometime", "during", "the", "first", "19", "to", "73", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "and", "finally", "the", "signal_3_n", "signal", "needs", "to", "be", "10.2", "."], "ltl": ["finally", "[19,73]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "10.2", ")"], "logic_sentence": ["There", "ought", "to", "exist", "sometime", "during", "the", "first", "19", "to", "73", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "19", ":", "73", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_3_n", "==", "10.2"]]}}} {"id": 1394, "sentence": ["In", "the", "first", "1", "to", "63", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "stay", "greater", "than", "5.1", "and", "less", "than", "or", "equal", "to", "20.1", "consecutively", ",", "and", "the", "value", "of", "signal", "signal_2_n", "must", "stay", "greater", "than", "or", "equal", "to", "66.2", "uninterruptedly", "."], "ltl": ["globally", "[1,63]", "(", "(", "signal_1_n", "more", "5.1", "and", "signal_1_n", "less equal", "20.1", ")", "and", "signal_2_n", "more equal", "66.2", ")"], "logic_sentence": ["In", "the", "first", "1", "to", "63", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "63", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 26], "prop": [["signal_1_n", ">", "5.1"], ["signal_1_n", "<=", "20.1"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", ">=", "66.2"]]}}} {"id": 3657, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "at", "most", "4.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "signal_2_n", "must", "never", "be", "smaller", "than", "79.9", ",", "or", "in", "no", "time", "the", "scenario", "that", "signal_3_n", "gets", "to", "no", "more", "than", "76.0", "shall", "happen", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "4.1", ")", "imply", "negation", "(", "signal_2_n", "less", "79.9", ")", "or", "rise", "(", "signal_3_n", "less equal", "76.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", ",", "or", "in", "no", "time", "the", "scenario", "that", "(", "prop_3", ")", "shall", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", "<=", "4.1", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["-", "(", "signal_2_n", "<", "79.9", ")"]]}, " prop_3 ": {"span": [41, 48], "prop": [["rise", "(", "signal_3_n", "<=", "76.0", ")"]]}}} {"id": 4809, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "76.9", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "at", "most", "72.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "76.9", "imply", "globally", "(", "finally", "(", "signal_2_n", "less equal", "72.8", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "76.9"]]}, " prop_2 ": {"span": [48, 59], "prop": [["signal_2_n", "<=", "72.8"]]}}} {"id": 4692, "sentence": ["For", "every", "moment", "in", "the", "first", "94", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "needs", "to", "remain", "in", "signal_2_n", "consistently", ",", "or", "the", "state", "of", "signal_3_n", "shall", "always", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "94", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 449, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "keeps", "in", "signal_2_n", "uninterruptedly", "for", "every", "time", "point", "within", "the", "first", "62", "time", "units", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1720, "sentence": ["For", "each", "moment", "in", "the", "first", "46", "time", "units", "signal_1_n", "is", "continuously", "set", "to", "78.0", "."], "ltl": ["globally", "[0,46]", "(", "signal_1_n", "math equal", "78.0", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "46", "time", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "78.0"]]}}} {"id": 4306, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "this", "scenario", "keeps", "without", "interruption", "until", "eventually", "the", "value", "of", "signal_3_n", "will", "stay", "equal", "to", "71.3", ",", "which", "is", "observed", "at", "a", "certain", "time", "instant", "within", "0", "to", "15", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_4_n", "should", "be", "larger", "than", "98.8", "and", "then", "ought", "to", "keep", "like", "this", "without", "interruption", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "[0,15]", "(", "signal_3_n", "math equal", "71.3", ")", "imply", "globally", "(", "signal_4_n", "more", "98.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "this", "scenario", "keeps", "without", "interruption", "until", "eventually", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "[", "0", ":", "15", "]", "(", "prop_2", ")", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 44], "prop": [["signal_3_n", "==", "71.3"]]}, " prop_3 ": {"span": [51, 76], "prop": [["signal_4_n", ">", "98.8"]]}}} {"id": 1562, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "settles", "to", "62.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "above", "7.6", "starting", "without", "any", "delay", "and", "instantly", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "62.6", "imply", "signal_2_n", "more", "7.6", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "62.6"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">", "7.6"]]}, " prop_3 ": {"span": [35, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 364, "sentence": ["For", "each", "time", "point", "within", "the", "first", "12", "time", "units", "continuously", "signal_1_n", "has", "to", "keep", "higher", "than", "85.7", ",", "or", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "stays", "greater", "than", "or", "equal", "to", "28.1", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "more", "85.7", "or", "signal_2_n", "more equal", "28.1", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "12", "time", "units", "continuously", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", ">", "85.7"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "28.1"]]}}} {"id": 1006, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "signal_1_n", "signal", "will", "be", "continuously", "keeping", "less", "than", "35.9", ",", "and", "the", "state", "of", "signal", "signal_2_n", "ought", "not", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "35.9", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "<", "35.9"]]}, " prop_2 ": {"span": [19, 29], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1020, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "27.5", ",", "then", "after", "a", "certain", "moment", "during", "the", "first", "16", "time", "units", "the", "value", "of", "signal_2_n", "needs", "to", "be", "below", "30.5", "and", "then", "must", "keep", "like", "this", "uninterruptedly", "for", "every", "time", "point", "within", "the", "following", "36", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "27.5", "imply", "finally", "[0,16]", "(", "globally", "[0,36]", "(", "signal_2_n", "less", "30.5", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "after", "a", "certain", "moment", "during", "the", "first", "16", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "16", "]", "(", "G", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "27.5"]]}, " prop_2 ": {"span": [22, 48], "prop": [["signal_2_n", "<", "30.5"]]}}} {"id": 1068, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "signal_1_n", "shall", "stay", "above", "69.0", ",", "and", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "69.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", ">", "69.0"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5620, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "enters", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "ultimately", "exist", "a", "certain", "time", "instant", "after", "at", "most", "50", "time", "units", ",", "at", "which", "the", "state", "of", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,50]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "ultimately", "exist", "a", "certain", "time", "instant", "after", "at", "most", "50", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5716, "sentence": ["For", "each", "time", "point", "during", "the", "first", "74", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "less", "than", "54.1", "or", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "[0,74]", "(", "signal_1_n", "less", "54.1", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "74", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<", "54.1"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1926, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "20.6", "happens", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "will", "have", "consistently", "stayed", "larger", "than", "20.4", "and", "less", "than", "74.1", "for", "the", "past", "15", "to", "79", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "20.6", ")", "imply", "historically", "[15,79]", "(", "signal_2_n", "more", "20.4", "and", "signal_2_n", "less", "74.1", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "15", ":", "79", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 19], "prop": [["rise", "(", "signal_1_n", ">=", "20.6", ")"]]}, " prop_2 ": {"span": [26, 49], "prop": [["signal_2_n", ">", "20.4"], ["signal_2_n", "<", "74.1"]]}}} {"id": 694, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "below", "99.7", "and", "signal_2_n", "is", "smaller", "than", "30.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_3_n", "should", "be", "in", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "less", "99.7", "and", "signal_2_n", "less", "30.1", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "<", "99.7"]]}, " prop_2 ": {"span": [8, 13], "prop": [["signal_2_n", "<", "30.1"]]}, " prop_3 ": {"span": [22, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1610, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "remaining", "at", "least", "48.1", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "48.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">=", "48.1"]]}}} {"id": 1865, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "14.1", "and", "less", "than", "or", "equal", "to", "78.8", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "19.5", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "below", "0.8", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "14.1", "and", "signal_1_n", "less equal", "78.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "19.5", ")", "imply", "signal_3_n", "less", "0.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">=", "14.1"], ["signal_1_n", "<=", "78.8"]]}, " prop_2 ": {"span": [31, 43], "prop": [["rise", "(", "signal_2_n", ">=", "19.5", ")"]]}, " prop_3 ": {"span": [50, 64], "prop": [["signal_3_n", "<", "0.8"]]}}} {"id": 1996, "sentence": ["While", "the", "signal_1_n", "signal", "is", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "is", "signal_4_n", "then", "in", "response", "the", "signal_5_n", "signal", "has", "to", "be", "less", "than", "or", "equal", "to", "18.4", "and", "then", "will", "have", "to", "keep", "like", "that", "without", "interruption", "for", "every", "time", "point", "during", "the", "coming", "4", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "globally", "[0,4]", "(", "signal_5_n", "less equal", "18.4", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "4", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [8, 15], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [18, 50], "prop": [["signal_5_n", "<=", "18.4"]]}}} {"id": 1445, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "23.2", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_2_n", "is", "in", "signal_3_n", "promptly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "23.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "23.2", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 215, "sentence": ["In", "the", "case", "signal_1_n", "is", "equal", "to", "90.6", ",", "or", "the", "signal_2_n", "signal", "is", "set", "to", "62.7", "then", "in", "response", "for", "every", "time", "point", "within", "the", "coming", "77", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "signal_4_n", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "coming", "39", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.6", "or", "signal_2_n", "math equal", "62.7", "imply", "globally", "[0,77]", "(", "finally", "[0,39]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "39", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "90.6"]]}, " prop_2 ": {"span": [10, 30], "prop": [["signal_2_n", "==", "62.7"]]}, " prop_3 ": {"span": [31, 49], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5799, "sentence": ["At", "sometime", "after", "between", "27", "to", "74", "time", "units", ",", "signal_1_n", "will", "have", "to", "ultimately", "remain", "no", "larger", "than", "11.7", "."], "ltl": ["finally", "[27,74]", "(", "signal_1_n", "less equal", "11.7", ")"], "logic_sentence": ["At", "sometime", "after", "between", "27", "to", "74", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "27", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<=", "11.7"]]}}} {"id": 2160, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "between", "the", "interval", "-LRB-", "40.5", ",", "58.5", "-RRB-", "then", "this", "scenario", "will", "be", "uninterruptedly", "holding", "till", "there", "is", "a", "certain", "time", "point", "in", "the", "next", "52", "to", "84", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "is", "finally", "set", "to", "20.7", ",", "then", "in", "response", "for", "each", "moment", "within", "the", "subsequent", "49", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "after", "at", "most", "69", "time", "units", ",", "at", "which", "signal_3_n", "is", "no", "less", "than", "78.5", "ultimately", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "40.5", "and", "signal_1_n", "less", "58.5", ")", "until", "[52,84]", "(", "signal_2_n", "math equal", "20.7", ")", "imply", "globally", "[0,49]", "(", "finally", "[0,69]", "(", "signal_3_n", "more equal", "78.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "this", "scenario", "will", "be", "uninterruptedly", "holding", "till", "there", "is", "a", "certain", "time", "point", "in", "the", "next", "52", "to", "84", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "then", "in", "response", "for", "each", "moment", "within", "the", "subsequent", "49", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "after", "at", "most", "69", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "52", ":", "84", "]", "(", "prop_2", ")", "->", "G", "[", "0", ":", "49", "]", "(", "F", "[", "0", ":", "69", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">", "40.5"], ["signal_1_n", "<", "58.5"]]}, " prop_2 ": {"span": [44, 54], "prop": [["signal_2_n", "==", "20.7"]]}, " prop_3 ": {"span": [83, 90], "prop": [["signal_3_n", ">=", "78.5"]]}}} {"id": 2654, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "keeps", "equal", "to", "42.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "bigger", "than", "30.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "needs", "to", "be", "finally", "set", "to", "signal_4_n", "at", "a", "certain", "time", "instant", "in", "the", "first", "37", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "42.3", "and", "signal_2_n", "more", "30.0", "imply", "finally", "[0,37]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "37", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "42.3"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", ">", "30.0"]]}, " prop_3 ": {"span": [36, 57], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3516, "sentence": ["The", "signal_1_n", "signal", "must", "uninterruptedly", "stay", "between", "13.0", "-LRB-", "closed", "-RRB-", "and", "21.2", "-LRB-", "closed", "-RRB-", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "13.0", "and", "signal_1_n", "less equal", "21.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">=", "13.0"], ["signal_1_n", "<=", "21.2"]]}}} {"id": 693, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "smaller", "than", "89.8", ",", "and", "signal_2_n", "is", "smaller", "than", "46.5", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_3_n", "ought", "to", "be", "in", "signal_4_n", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "less", "89.8", "and", "signal_2_n", "less", "46.5", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "<", "89.8"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "<", "46.5"]]}, " prop_3 ": {"span": [26, 36], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 259, "sentence": ["For", "each", "moment", "during", "the", "first", "84", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "continuously", "keep", "in", "signal_2_n", "or", "signal_3_n", "will", "have", "to", "uninterruptedly", "remain", "greater", "than", "or", "equal", "to", "12.9", "and", "at", "most", "24.4", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "12.9", "and", "signal_3_n", "less equal", "24.4", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "84", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 38], "prop": [["signal_3_n", ">=", "12.9"], ["signal_3_n", "<=", "24.4"]]}}} {"id": 6000, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "less", "than", "or", "equal", "to", "76.5", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "76.5", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", "<=", "76.5"]]}}} {"id": 3329, "sentence": ["There", "must", "finally", "exist", "sometime", "starting", "at", "most", "0", "time", "units", ",", "at", "which", "signal_1_n", "has", "to", "go", "to", "less", "than", "or", "equal", "to", "92.5", "."], "ltl": ["finally", "[0,0]", "(", "rise", "(", "signal_1_n", "less equal", "92.5", ")", ")"], "logic_sentence": ["There", "must", "finally", "exist", "sometime", "starting", "at", "most", "0", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["rise", "(", "signal_1_n", "<=", "92.5", ")"]]}}} {"id": 1791, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "35.0", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "equal", "to", "73.7", "immediately", ",", "and", "instantly", "the", "signal_3_n", "signal", "needs", "to", "remain", "between", "the", "closed", "interval", "-LSB-", "13.6", ",", "31.8", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "35.0", ")", "imply", "signal_2_n", "math equal", "73.7", "and", "(", "signal_3_n", "more equal", "13.6", "and", "signal_3_n", "less equal", "31.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "35.0", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_2_n", "==", "73.7"]]}, " prop_3 ": {"span": [44, 59], "prop": [["signal_3_n", ">=", "13.6"], ["signal_3_n", "<=", "31.8"]]}}} {"id": 4461, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "57.3", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "34.8", "is", "observed", "then", "in", "response", "the", "mode", "of", "signal_3_n", "should", "be", "in", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "57.3", "or", "rise", "(", "signal_2_n", "less equal", "34.8", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">=", "57.3"]]}, " prop_2 ": {"span": [20, 32], "prop": [["rise", "(", "signal_2_n", "<=", "34.8", ")"]]}, " prop_3 ": {"span": [37, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5134, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "38.6", "is", "observed", "then", "the", "scenario", "that", "the", "signal_2_n", "signal", "starts", "deviating", "from", "signal_3_n", "should", "immediately", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "38.6", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "scenario", "that", "(", "prop_2", ")", "should", "immediately", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", ">=", "38.6", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5904, "sentence": ["The", "state", "of", "signal_1_n", "will", "stay", "in", "signal_2_n", "for", "each", "time", "point", "within", "65", "time", "units", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1083, "sentence": ["For", "every", "time", "instant", "within", "43", "time", "units", "the", "value", "of", "signal_1_n", "must", "continuously", "not", "be", "no", "larger", "than", "59.6", "and", "consistently", "the", "signal_2_n", "signal", "ought", "to", "keep", "smaller", "than", "31.6", "."], "ltl": ["globally", "[0,43]", "(", "negation", "(", "signal_1_n", "less equal", "59.6", ")", "and", "signal_2_n", "less", "31.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "43", "time", "units", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["-", "(", "signal_1_n", "<=", "59.6", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "<", "31.6"]]}}} {"id": 481, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "36.0", "takes", "place", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "must", "be", "a", "time", "in", "the", "following", "6", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "90", "time", "units", "the", "signal_2_n", "signal", "must", "stay", "over", "23.3", "and", "less", "than", "60.6", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "36.0", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,90]", "(", "signal_2_n", "more", "23.3", "and", "signal_2_n", "less", "60.6", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "must", "be", "a", "time", "in", "the", "following", "6", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "90", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "90", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "36.0", ")"]]}, " prop_2 ": {"span": [43, 56], "prop": [["signal_2_n", ">", "23.3"], ["signal_2_n", "<", "60.6"]]}}} {"id": 1892, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "12.7", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "should", "be", "finally", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal_2_n", "shall", "be", "69.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "12.7", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "69.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "should", "be", "finally", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", ">=", "12.7", ")"]]}, " prop_2 ": {"span": [55, 62], "prop": [["signal_2_n", "==", "69.8"]]}}} {"id": 3334, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "2.2", "and", "at", "most", "4.2", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", "then", "for", "every", "moment", "within", "the", "next", "0", "to", "5", "time", "units", ",", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "finally", ",", "at", "which", "the", "signal_4_n", "signal", "needs", "to", "keep", "at", "least", "47.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "2.2", "and", "signal_1_n", "less equal", "4.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,5]", "(", "finally", "(", "signal_4_n", "more equal", "47.3", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "for", "every", "moment", "within", "the", "next", "0", "to", "5", "time", "units", ",", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "5", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "2.2"], ["signal_1_n", "<=", "4.2"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [53, 62], "prop": [["signal_4_n", ">=", "47.3"]]}}} {"id": 5043, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "n't", "changed", "to", "signal_2_n", ",", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "next", "39", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "during", "the", "subsequent", "97", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "ought", "to", "be", "ultimately", "greater", "than", "or", "equal", "to", "60.3", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,39]", "(", "finally", "[0,97]", "(", "signal_3_n", "more equal", "60.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "next", "39", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "during", "the", "subsequent", "97", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 54], "prop": [["signal_3_n", ">=", "60.3"]]}}} {"id": 2652, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "stays", "at", "66.8", "and", "the", "signal_2_n", "signal", "is", "higher", "than", "0.6", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "eventually", "set", "to", "signal_4_n", "at", "a", "certain", "moment", "starting", "at", "most", "54", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "66.8", "and", "signal_2_n", "more", "0.6", "imply", "finally", "[0,54]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "54", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "==", "66.8"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", ">", "0.6"]]}, " prop_3 ": {"span": [24, 45], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 647, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "then", "signal_3_n", "should", "be", "equal", "to", "17.3", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "17.3", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_3_n", "==", "17.3"]]}}} {"id": 3147, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "51", "to", "87", "time", "units", "continuously", "signal_1_n", "remains", "equal", "to", "2.4", "."], "ltl": ["globally", "[51,87]", "(", "signal_1_n", "math equal", "2.4", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "51", "to", "87", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "51", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["signal_1_n", "==", "2.4"]]}}} {"id": 1372, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "wo", "n't", "be", "less", "than", "or", "equal", "to", "93.6", "for", "each", "time", "point", "within", "the", "first", "17", "to", "21", "time", "units", "."], "ltl": ["globally", "[17,21]", "(", "negation", "(", "signal_1_n", "less equal", "93.6", ")", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "17", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 26], "prop": [["-", "(", "signal_1_n", "<=", "93.6", ")"]]}}} {"id": 3670, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "65.2", "is", "observed", ",", "then", "there", "will", "be", "eventually", "a", "time", "in", "the", "first", "6", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "continuously", "in", "the", "subsequent", "82", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "65.2", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,82]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "there", "will", "be", "eventually", "a", "time", "in", "the", "first", "6", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<", "65.2", ")"]]}, " prop_2 ": {"span": [38, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 153, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "during", "the", "coming", "76", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "remain", "above", "84.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,76]", "(", "signal_3_n", "more", "84.0", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "during", "the", "coming", "76", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_3_n", ">", "84.0"]]}}} {"id": 897, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "44.0", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "27", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "time", "point", "within", "97", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_2_n", "signal", "deviates", "from", "68.6", "should", "get", "detected", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "44.0", ")", "imply", "globally", "[0,27]", "(", "finally", "[0,97]", "(", "fall", "(", "signal_2_n", "math equal", "68.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "27", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "time", "point", "within", "97", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "should", "get", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "27", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "44.0", ")"]]}, " prop_2 ": {"span": [53, 59], "prop": [["fall", "(", "signal_2_n", "==", "68.6", ")"]]}}} {"id": 118, "sentence": ["For", "each", "time", "instant", "within", "48", "time", "units", ",", "consistently", "signal_1_n", "keeps", "less", "than", "67.7", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "uninterruptedly", "remain", "below", "2.0", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "less", "67.7", "and", "signal_2_n", "less", "2.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "48", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "<", "67.7"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", "<", "2.0"]]}}} {"id": 1984, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "be", "equal", "to", "53.3", "finally", "at", "a", "time", "within", "61", "time", "units", "."], "ltl": ["finally", "[0,61]", "(", "signal_1_n", "math equal", "53.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "53.3"]]}}} {"id": 1748, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "45", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "69.2", "eventually", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "no", "larger", "than", "50.5", "ultimately", "."], "ltl": ["finally", "[0,45]", "(", "signal_1_n", "less", "69.2", "and", "signal_2_n", "less equal", "50.5", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "45", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "45", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", "<", "69.2"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_2_n", "<=", "50.5"]]}}} {"id": 5006, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "gets", "less", "than", "3.8", "occurs", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "71", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "equal", "to", "52.1", "will", "have", "to", "finally", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "3.8", ")", "imply", "finally", "[0,71]", "(", "rise", "(", "signal_2_n", "math equal", "52.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "71", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "finally", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "<", "3.8", ")"]]}, " prop_2 ": {"span": [41, 49], "prop": [["rise", "(", "signal_2_n", "==", "52.1", ")"]]}}} {"id": 2145, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "remains", "greater", "than", "or", "equal", "to", "6.2", "and", "at", "most", "37.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "less", "than", "93.9", "then", "this", "condition", "should", "remain", "consistently", "till", "the", "state", "of", "signal_3_n", "will", "be", "signal_4_n", ",", "which", "gets", "detected", "at", "sometime", "during", "the", "first", "1", "to", "17", "time", "units", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "6.2", "and", "signal_1_n", "less equal", "37.8", "imply", "(", "signal_2_n", "less", "93.9", ")", "until", "[1,17]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "should", "remain", "consistently", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "[", "1", ":", "17", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 23], "prop": [["signal_1_n", ">=", "6.2"], ["signal_1_n", "<=", "37.8"]]}, " prop_2 ": {"span": [32, 44], "prop": [["signal_2_n", "<", "93.9"]]}, " prop_3 ": {"span": [51, 73], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 984, "sentence": ["For", "more", "than", "59", "time", "units", ",", "the", "signal_1_n", "signal", "should", "be", "greater", "than", "or", "equal", "to", "91.2", "all", "the", "time", ",", "and", "signal_2_n", "will", "be", "remaining", "in", "-LSB-", "10.5", ",", "22.4", "-RSB-", "consistently", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "more equal", "91.2", "and", "(", "signal_2_n", "more equal", "10.5", "and", "signal_2_n", "less equal", "22.4", ")", ")"], "logic_sentence": ["For", "more", "than", "59", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["signal_1_n", ">=", "91.2"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", ">=", "10.5"], ["signal_2_n", "<=", "22.4"]]}}} {"id": 4227, "sentence": ["Consistently", "the", "signal_1_n", "signal", "has", "to", "keep", "larger", "than", "78.0", "for", "each", "moment", "within", "the", "first", "16", "time", "units", "."], "ltl": ["globally", "[0,16]", "(", "signal_1_n", "more", "78.0", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "16", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", ">", "78.0"]]}}} {"id": 1346, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "67.1", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "following", "14", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_2_n", "must", "be", "below", "15.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "67.1", ")", "imply", "finally", "[0,14]", "(", "signal_2_n", "less", "15.8", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "following", "14", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "<", "67.1", ")"]]}, " prop_2 ": {"span": [37, 45], "prop": [["signal_2_n", "<", "15.8"]]}}} {"id": 4652, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "increases", "above", "74.4", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "higher", "than", "4.2", "and", "smaller", "than", "5.8", "or", "the", "scenario", "that", "the", "signal_3_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "6.5", "should", "get", "observed", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "74.4", ")", "imply", "(", "signal_2_n", "more", "4.2", "and", "signal_2_n", "less", "5.8", ")", "or", "rise", "(", "signal_3_n", "more equal", "6.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "or", "the", "scenario", "that", "(", "prop_3", ")", "should", "get", "observed", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", ">", "74.4", ")"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", ">", "4.2"], ["signal_2_n", "<", "5.8"]]}, " prop_3 ": {"span": [45, 56], "prop": [["rise", "(", "signal_3_n", ">=", "6.5", ")"]]}}} {"id": 3351, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "set", "to", "61.8", ",", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "46.7", "and", "smaller", "than", "71.5", "then", "the", "mode", "of", "signal_3_n", "will", "have", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "61.8", "or", "(", "signal_2_n", "more", "46.7", "and", "signal_2_n", "less", "71.5", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "61.8"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">", "46.7"], ["signal_2_n", "<", "71.5"]]}, " prop_3 ": {"span": [24, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 340, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "no", "more", "than", "53.6", "gets", "observed", "then", "for", "each", "moment", "during", "the", "subsequent", "34", "time", "units", "there", "shall", "be", "finally", "a", "time", "during", "the", "next", "18", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "set", "to", "94.9", "does", "not", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "53.6", ")", "imply", "globally", "[0,34]", "(", "finally", "[0,18]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "94.9", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "for", "each", "moment", "during", "the", "subsequent", "34", "time", "units", "there", "shall", "be", "finally", "a", "time", "during", "the", "next", "18", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "does", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "53.6", ")"]]}, " prop_2 ": {"span": [45, 53], "prop": [["-", "rise", "(", "signal_2_n", "==", "94.9", ")"]]}}} {"id": 440, "sentence": ["There", "shall", "be", "sometime", "within", "the", "first", "0", "to", "20", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "finally", "less", "than", "70.7", "and", "signal_2_n", "shall", "be", "larger", "than", "84.1", "and", "less", "than", "97.1", "ultimately", "."], "ltl": ["finally", "[0,20]", "(", "signal_1_n", "less", "70.7", "and", "(", "signal_2_n", "more", "84.1", "and", "signal_2_n", "less", "97.1", ")", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "within", "the", "first", "0", "to", "20", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "<", "70.7"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">", "84.1"], ["signal_2_n", "<", "97.1"]]}}} {"id": 85, "sentence": ["For", "every", "time", "point", "during", "the", "first", "19", "to", "26", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "at", "least", "39.0", "and", "no", "more", "than", "52.6", "without", "interruption", "."], "ltl": ["globally", "[19,26]", "(", "signal_1_n", "more equal", "39.0", "and", "signal_1_n", "less equal", "52.6", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "19", "to", "26", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "19", ":", "26", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 30], "prop": [["signal_1_n", ">=", "39.0"], ["signal_1_n", "<=", "52.6"]]}}} {"id": 471, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "69.6", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "13.0", "and", "no", "more", "than", "19.0", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "69.6", ")", "imply", "signal_2_n", "more equal", "13.0", "and", "signal_2_n", "less equal", "19.0", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "69.6", ")"]]}, " prop_2 ": {"span": [21, 40], "prop": [["signal_2_n", ">=", "13.0"], ["signal_2_n", "<=", "19.0"]]}}} {"id": 3121, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "lower", "than", "17.3", "is", "observed", ",", "then", "for", "each", "time", "point", "in", "the", "subsequent", "75", "time", "units", ",", "there", "will", "be", "sometime", "in", "the", "coming", "89", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "deviates", "from", "94.5", "must", "be", "ultimately", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "17.3", ")", "imply", "globally", "[0,75]", "(", "finally", "[0,89]", "(", "fall", "(", "signal_2_n", "math equal", "94.5", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "each", "time", "point", "in", "the", "subsequent", "75", "time", "units", ",", "there", "will", "be", "sometime", "in", "the", "coming", "89", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "be", "ultimately", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "75", "]", "(", "F", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "17.3", ")"]]}, " prop_2 ": {"span": [43, 49], "prop": [["fall", "(", "signal_2_n", "==", "94.5", ")"]]}}} {"id": 574, "sentence": ["For", "each", "time", "instant", "within", "31", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "greater", "than", "58.1", "and", "smaller", "than", "61.9", "continuously", "."], "ltl": ["globally", "[0,31]", "(", "signal_1_n", "more", "58.1", "and", "signal_1_n", "less", "61.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "31", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", ">", "58.1"], ["signal_1_n", "<", "61.9"]]}}} {"id": 2131, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "54.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "should", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_2_n", "must", "stay", "equal", "to", "50.8", "consecutively", "for", "every", "time", "point", "during", "the", "following", "20", "to", "41", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "54.4", ")", "imply", "finally", "(", "globally", "[20,41]", "(", "signal_2_n", "math equal", "50.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "should", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "20", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["rise", "(", "signal_1_n", "<=", "54.4", ")"]]}, " prop_2 ": {"span": [47, 66], "prop": [["signal_2_n", "==", "50.8"]]}}} {"id": 3800, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "over", "47.1", "and", "less", "than", "80.1", "ultimately", ",", "and", "ultimately", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "30.2", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more", "47.1", "and", "signal_1_n", "less", "80.1", ")", "and", "signal_2_n", "less", "30.2", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">", "47.1"], ["signal_1_n", "<", "80.1"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "<", "30.2"]]}}} {"id": 3656, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "41.5", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "over", "48.1", "and", "smaller", "than", "86.7", "at", "the", "same", "moment", ",", "or", "signal_3_n", "shall", "be", "in", "signal_4_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "41.5", "imply", "(", "signal_2_n", "more", "48.1", "and", "signal_2_n", "less", "86.7", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "41.5"]]}, " prop_2 ": {"span": [16, 34], "prop": [["signal_2_n", ">", "48.1"], ["signal_2_n", "<", "86.7"]]}, " prop_3 ": {"span": [36, 44], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3680, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "larger", "than", "55.7", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "value", "of", "signal", "signal_2_n", "will", "be", "less", "than", "56.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "55.7", ")", "imply", "signal_2_n", "less", "56.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "55.7", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", "<", "56.5"]]}}} {"id": 763, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "scenario", "that", "signal_1_n", "enters", "signal_2_n", "is", "n't", "observed", "and", "the", "value", "of", "signal_3_n", "is", "at", "least", "70.9", "and", "less", "than", "or", "equal", "to", "94.6", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_4_n", "has", "to", "be", "higher", "than", "67.9", "and", "ought", "to", "remain", "like", "this", "consecutively", "during", "the", "elapsed", "70", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "(", "signal_3_n", "more equal", "70.9", "and", "signal_3_n", "less equal", "94.6", ")", "imply", "historically", "[0,70]", "(", "signal_4_n", "more", "67.9", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "n't", "observed", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "hist|ically", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 12], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_3_n", ">=", "70.9"], ["signal_3_n", "<=", "94.6"]]}, " prop_3 ": {"span": [37, 61], "prop": [["signal_4_n", ">", "67.9"]]}}} {"id": 1660, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "continuously", "the", "signal_1_n", "signal", "must", "remain", "in", "signal_2_n", "or", "without", "interruption", "the", "value", "of", "signal_3_n", "will", "stay", "within", "the", "range", "-LRB-", "1.0", ",", "7.1", "-RRB-", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "1.0", "and", "signal_3_n", "less", "7.1", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "continuously", "(", "prop_1", ")", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 35], "prop": [["signal_3_n", ">", "1.0"], ["signal_3_n", "<", "7.1"]]}}} {"id": 2574, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "7", "to", "29", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "ultimately", "keep", "greater", "than", "or", "equal", "to", "50.9", "."], "ltl": ["finally", "[7,29]", "(", "signal_1_n", "more equal", "50.9", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "7", "to", "29", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "7", ":", "29", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">=", "50.9"]]}}} {"id": 995, "sentence": ["When", "the", "event", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "keeps", "no", "less", "than", "24.7", "at", "the", "same", "time", "point", "or", "at", "the", "same", "time", "point", "the", "signal_4_n", "signal", "must", "be", "62.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "24.7", "or", "signal_4_n", "math equal", "62.6", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "or", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_3_n", ">=", "24.7"]]}, " prop_3 ": {"span": [40, 46], "prop": [["signal_4_n", "==", "62.6"]]}}} {"id": 219, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "n't", "at", "least", "63.0", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "for", "every", "time", "instant", "within", "43", "time", "units", ",", "there", "will", "exist", "sometime", "in", "the", "next", "9", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "the", "value", "of", "signal", "signal_4_n", "gets", "equal", "to", "26.9", "needs", "to", "occur", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "63.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,43]", "(", "finally", "[0,9]", "(", "rise", "(", "signal_4_n", "math equal", "26.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "for", "every", "time", "instant", "within", "43", "time", "units", ",", "there", "will", "exist", "sometime", "in", "the", "next", "9", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "(", "prop_3", ")", "needs", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "0", ":", "9", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", ">=", "63.0", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [55, 64], "prop": [["rise", "(", "signal_4_n", "==", "26.9", ")"]]}}} {"id": 2569, "sentence": ["For", "each", "moment", "within", "55", "time", "units", "without", "interruption", "signal_1_n", "will", "have", "to", "remain", "above", "11.5", "and", "less", "than", "or", "equal", "to", "11.8", ",", "and", "the", "signal_2_n", "signal", "needs", "to", "stay", "smaller", "than", "93.4", "consistently", "."], "ltl": ["globally", "[0,55]", "(", "(", "signal_1_n", "more", "11.5", "and", "signal_1_n", "less equal", "11.8", ")", "and", "signal_2_n", "less", "93.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "55", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "55", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">", "11.5"], ["signal_1_n", "<=", "11.8"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "<", "93.4"]]}}} {"id": 729, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "no", "more", "than", "4.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "subsequent", "26", "time", "units", "at", "a", "certain", "moment", "within", "the", "coming", "85", "time", "units", ",", "signal_2_n", "ought", "n't", "to", "be", "below", "82.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "4.2", "imply", "globally", "[0,26]", "(", "finally", "[0,85]", "(", "negation", "(", "signal_2_n", "less", "82.6", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "subsequent", "26", "time", "units", "at", "a", "certain", "moment", "within", "the", "coming", "85", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "4.2"]]}, " prop_2 ": {"span": [40, 47], "prop": [["-", "(", "signal_2_n", "<", "82.6", ")"]]}}} {"id": 6286, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "28.9", "and", "the", "value", "of", "signal", "signal_2_n", "is", "lower", "than", "87.5", ",", "then", "the", "value", "of", "signal_3_n", "needs", "to", "stay", "at", "79.1", "consecutively", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "28.9", ")", "and", "signal_2_n", "less", "87.5", "imply", "globally", "(", "signal_3_n", "math equal", "79.1", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["-", "(", "signal_1_n", "<=", "28.9", ")"]]}, " prop_2 ": {"span": [14, 23], "prop": [["signal_2_n", "<", "87.5"]]}, " prop_3 ": {"span": [25, 42], "prop": [["signal_3_n", "==", "79.1"]]}}} {"id": 1141, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "in", "the", "coming", "93", "time", "units", "eventually", "the", "scenario", "that", "signal_3_n", "becomes", "not", "set", "to", "72.1", "shall", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[0,93]", "(", "fall", "(", "signal_3_n", "math equal", "72.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "in", "the", "coming", "93", "time", "units", "eventually", "the", "scenario", "that", "(", "prop_2", ")", "shall", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [57, 63], "prop": [["fall", "(", "signal_3_n", "==", "72.1", ")"]]}}} {"id": 4055, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "40.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "76.0", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "40.0", ")", "imply", "signal_2_n", "more equal", "76.0", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "40.0", ")"]]}, " prop_2 ": {"span": [22, 39], "prop": [["signal_2_n", ">=", "76.0"]]}}} {"id": 311, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_3_n", "is", "lower", "than", "1.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "less", "1.4", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 57], "prop": [["signal_3_n", "<", "1.4"]]}}} {"id": 2957, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "11.2", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "signal_2_n", "signal", "sha", "n't", "be", "above", "72.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "11.2", ")", "imply", "negation", "(", "signal_2_n", "more", "72.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["fall", "(", "signal_1_n", "==", "11.2", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["-", "(", "signal_2_n", ">", "72.2", ")"]]}}} {"id": 508, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "state", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "during", "the", "coming", "85", "time", "units", "in", "the", "future", "until", "the", "execution", "ends", ",", "continuously", "the", "value", "of", "signal", "signal_3_n", "shall", "remain", "equal", "to", "84.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,85]", "(", "globally", "(", "signal_3_n", "math equal", "84.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "during", "the", "coming", "85", "time", "units", "in", "the", "future", "until", "the", "execution", "ends", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "85", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_3_n", "==", "84.1"]]}}} {"id": 242, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "bigger", "than", "7.5", "is", "observed", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "have", "to", "keep", "no", "less", "than", "45.9", "eventually", ",", "until", "then", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "no", "less", "than", "20.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "7.5", ")", "imply", "(", "signal_2_n", "more equal", "20.7", ")", "until", "(", "signal_3_n", "more equal", "45.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", ",", "until", "then", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "7.5", ")"]]}, " prop_2 ": {"span": [36, 49], "prop": [["signal_3_n", ">=", "45.9"]]}, " prop_3 ": {"span": [54, 65], "prop": [["signal_2_n", ">=", "20.7"]]}}} {"id": 340, "sentence": ["The", "signal_1_n", "signal", "ought", "to", "keep", "in", "signal_2_n", "for", "each", "time", "point", "within", "32", "time", "units", "."], "ltl": ["globally", "[0,32]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "32", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 739, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "exceeds", "34.7", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "will", "have", "to", "immediately", "keep", "equal", "to", "39.5", ",", "or", "promptly", "the", "value", "of", "signal_3_n", "should", "be", "61.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "34.7", ")", "imply", "signal_2_n", "math equal", "39.5", "or", "signal_3_n", "math equal", "61.2", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "or", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "34.7", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "39.5"]]}, " prop_3 ": {"span": [37, 44], "prop": [["signal_3_n", "==", "61.2"]]}}} {"id": 4018, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "2.4", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "within", "the", "interval", "-LRB-", "64.9", ",", "90.8", "-RRB-", "and", "then", "will", "have", "been", "staying", "in", "this", "interval", "in", "the", "last", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "2.4", ")", "imply", "historically", "[0,22]", "(", "signal_2_n", "more", "64.9", "and", "signal_2_n", "less", "90.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "22", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "2.4", ")"]]}, " prop_2 ": {"span": [25, 55], "prop": [["signal_2_n", ">", "64.9"], ["signal_2_n", "<", "90.8"]]}}} {"id": 3704, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "remains", "at", "least", "52.3", ",", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "41.1", ",", "then", "for", "every", "time", "point", "during", "the", "subsequent", "20", "time", "units", "eventually", "there", "will", "have", "to", "exist", "sometime", "within", "20", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_3_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "76.6", "ought", "to", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "52.3", "and", "signal_2_n", "more equal", "41.1", "imply", "globally", "[0,20]", "(", "finally", "[0,20]", "(", "rise", "(", "signal_3_n", "more equal", "76.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "for", "every", "time", "point", "during", "the", "subsequent", "20", "time", "units", "eventually", "there", "will", "have", "to", "exist", "sometime", "within", "20", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "0", ":", "20", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "52.3"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", ">=", "41.1"]]}, " prop_3 ": {"span": [53, 64], "prop": [["rise", "(", "signal_3_n", ">=", "76.6", ")"]]}}} {"id": 564, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "value", "of", "signal_1_n", "is", "28.0", "and", "the", "signal_2_n", "signal", "needs", "to", "keep", "between", "the", "closed", "interval", "-LSB-", "29.1", ",", "82.6", "-RSB-", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "28.0", "and", "(", "signal_2_n", "more equal", "29.1", "and", "signal_2_n", "less equal", "82.6", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "28.0"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_2_n", ">=", "29.1"], ["signal_2_n", "<=", "82.6"]]}}} {"id": 3165, "sentence": ["There", "must", "exist", "a", "certain", "time", "point", "within", "70", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "be", "finally", "in", "signal_2_n", "or", "eventually", "signal_3_n", "needs", "to", "be", "greater", "than", "7.4", "and", "less", "than", "99.9", "."], "ltl": ["finally", "[0,70]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "7.4", "and", "signal_3_n", "less", "99.9", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "point", "within", "70", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", "|", "(", "prop_1", "&", "prop_1", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 36], "prop": [["signal_3_n", ">", "7.4"], ["signal_3_n", "<", "99.9"], ["signal_1_n", "==", "signal_2_n"]]}}} {"id": 295, "sentence": ["Finally", "at", "a", "certain", "time", "instant", "starting", "at", "most", "92", "time", "units", ",", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "will", "have", "to", "occur", "."], "ltl": ["finally", "[0,92]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Finally", "at", "a", "certain", "time", "instant", "starting", "at", "most", "92", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2808, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "39.5", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "following", "30", "time", "units", "the", "signal_2_n", "signal", "has", "to", "ultimately", "get", "shifted", "to", "62.4", "at", "a", "certain", "moment", "within", "the", "subsequent", "69", "to", "72", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "39.5", ")", "imply", "globally", "[0,30]", "(", "finally", "[69,72]", "(", "rise", "(", "signal_2_n", "math equal", "62.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "following", "30", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "30", "]", "(", "F", "[", "69", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "39.5", ")"]]}, " prop_2 ": {"span": [29, 51], "prop": [["rise", "(", "signal_2_n", "==", "62.4", ")"]]}}} {"id": 6019, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "27.7", "and", "smaller", "than", "73.8", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "9.4", "and", "less", "than", "or", "equal", "to", "11.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "eventually", "exists", "a", "time", "during", "the", "next", "37", "time", "units", ",", "at", "which", "consistently", "signal_3_n", "must", "n't", "be", "23.0", "for", "every", "time", "instant", "within", "the", "coming", "47", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "27.7", "and", "signal_1_n", "less", "73.8", ")", "and", "(", "signal_2_n", "more equal", "9.4", "and", "signal_2_n", "less equal", "11.9", ")", "imply", "finally", "[0,37]", "(", "globally", "[0,47]", "(", "negation", "(", "signal_3_n", "math equal", "23.0", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "eventually", "exists", "a", "time", "during", "the", "next", "37", "time", "units", ",", "at", "which", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "37", "]", "(", "G", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "27.7"], ["signal_1_n", "<", "73.8"]]}, " prop_2 ": {"span": [16, 32], "prop": [["signal_2_n", ">=", "9.4"], ["signal_2_n", "<=", "11.9"]]}, " prop_3 ": {"span": [56, 71], "prop": [["-", "(", "signal_3_n", "==", "23.0", ")"]]}}} {"id": 1147, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "changes", "to", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "shall", "not", "be", "true", ":", "for", "the", "following", "73", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "begins", "deviating", "from", "28.3", "will", "consecutively", "not", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "globally", "[0,73]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "28.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "shall", "not", "be", "true", ":", "for", "the", "following", "73", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "consecutively", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["-", "fall", "(", "signal_3_n", "==", "28.3", ")"]]}}} {"id": 5107, "sentence": ["For", "every", "time", "instant", "within", "48", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "must", "equal", "to", "10.7", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "math equal", "10.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "48", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "10.7"]]}}} {"id": 5481, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "52.8", "gets", "detected", ",", "and", "the", "transition", "action", "that", "signal_2_n", "gets", "shifted", "to", "25.4", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "signal_3_n", "signal", "must", "be", "larger", "than", "2.4", "and", "less", "than", "32.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.8", ")", "and", "rise", "(", "signal_2_n", "math equal", "25.4", ")", "imply", "signal_3_n", "more", "2.4", "and", "signal_3_n", "less", "32.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "<", "52.8", ")"]]}, " prop_2 ": {"span": [27, 32], "prop": [["rise", "(", "signal_2_n", "==", "25.4", ")"]]}, " prop_3 ": {"span": [43, 55], "prop": [["signal_3_n", ">", "2.4"], ["signal_3_n", "<", "32.1"]]}}} {"id": 3140, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "not", "equal", "to", "54.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "value", "of", "signal", "signal_2_n", "shall", "stay", "at", "36.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "54.3", ")", "imply", "signal_2_n", "math equal", "36.8", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "(", "signal_1_n", "==", "54.3", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "36.8"]]}}} {"id": 3770, "sentence": ["It", "is", "always", "the", "case", "that", "if", "within", "the", "coming", "47", "to", "98", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "will", "stay", "equal", "to", "0.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "at", "sometime", "in", "the", "coming", "29", "to", "86", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "26.0", "and", "smaller", "than", "44.3", "."], "ltl": ["globally", "(", "globally", "[47,98]", "(", "signal_1_n", "math equal", "0.4", ")", "imply", "globally", "(", "finally", "[29,86]", "(", "signal_2_n", "more", "26.0", "and", "signal_2_n", "less", "44.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "within", "the", "coming", "47", "to", "98", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "at", "sometime", "in", "the", "coming", "29", "to", "86", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "47", ":", "98", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "29", ":", "86", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "0.4"]]}, " prop_2 ": {"span": [59, 75], "prop": [["signal_2_n", ">", "26.0"], ["signal_2_n", "<", "44.3"]]}}} {"id": 3763, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "87.7", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "above", "32.7", "and", "at", "most", "47.8", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "87.7", ")", "imply", "finally", "(", "signal_2_n", "more", "32.7", "and", "signal_2_n", "less equal", "47.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "87.7", ")"]]}, " prop_2 ": {"span": [27, 55], "prop": [["signal_2_n", ">", "32.7"], ["signal_2_n", "<=", "47.8"]]}}} {"id": 1177, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "stays", "at", "most", "95.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "and", "then", "this", "scenario", "ought", "to", "always", "continue", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "95.4", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "ought", "to", "always", "continue", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<=", "95.4"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2007, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "at", "most", "49.7", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "first", "4", "to", "6", "time", "units", "ultimately", "there", "will", "be", "a", "certain", "time", "instant", "starting", "between", "1", "to", "37", "time", "units", ",", "at", "which", "signal_2_n", "must", "be", "85.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "49.7", "imply", "globally", "[4,6]", "(", "finally", "[1,37]", "(", "signal_2_n", "math equal", "85.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "first", "4", "to", "6", "time", "units", "ultimately", "there", "will", "be", "a", "certain", "time", "instant", "starting", "between", "1", "to", "37", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "4", ":", "6", "]", "(", "F", "[", "1", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["signal_1_n", "<=", "49.7"]]}, " prop_2 ": {"span": [44, 48], "prop": [["signal_2_n", "==", "85.2"]]}}} {"id": 551, "sentence": ["For", "each", "moment", "during", "the", "first", "23", "time", "units", ",", "the", "signal_1_n", "signal", "should", "keep", "equal", "to", "58.3", "uninterruptedly", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "higher", "than", "66.4", "must", "uninterruptedly", "not", "get", "detected", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "58.3", "and", "negation", "rise", "(", "signal_2_n", "more", "66.4", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "23", "time", "units", ",", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "must", "uninterruptedly", "not", "get", "detected", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "58.3"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "rise", "(", "signal_2_n", ">", "66.4", ")"]]}}} {"id": 211, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "shifts", "to", "28.5", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", ",", "consecutively", "signal_2_n", "has", "to", "stay", "no", "larger", "than", "25.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.5", ")", "imply", "globally", "(", "signal_2_n", "less equal", "25.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "==", "28.5", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "<=", "25.7"]]}}} {"id": 4244, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "94.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "11.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "94.3", ")", "imply", "signal_2_n", "more equal", "11.1", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "94.3", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">=", "11.1"]]}}} {"id": 1401, "sentence": ["When", "the", "event", "that", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "is", "less", "than", "or", "equal", "to", "88.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "88.2", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_3_n", "<=", "88.2"]]}}} {"id": 6068, "sentence": ["There", "needs", "to", "exist", "a", "certain", "moment", "starting", "between", "41", "to", "57", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "should", "be", "ultimately", "equal", "to", "98.2", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "41.1", "should", "n't", "be", "observed", "."], "ltl": ["finally", "[41,57]", "(", "signal_1_n", "math equal", "98.2", "and", "negation", "fall", "(", "signal_2_n", "more", "41.1", ")", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "moment", "starting", "between", "41", "to", "57", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "should", "n't", "be", "observed", "."], "logic_ltl": ["F", "[", "41", ":", "57", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "98.2"]]}, " prop_2 ": {"span": [30, 41], "prop": [["-", "fall", "(", "signal_2_n", ">", "41.1", ")"]]}}} {"id": 5232, "sentence": ["Everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "rises", "to", "no", "less", "than", "81.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "time", "starting", "at", "most", "70", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "13.2", "and", "will", "be", "consecutively", "staying", "like", "that", "in", "the", "coming", "72", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "81.5", ")", "imply", "finally", "[0,70]", "(", "globally", "[0,72]", "(", "signal_2_n", "math equal", "13.2", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "time", "starting", "at", "most", "70", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", ">=", "81.5", ")"]]}, " prop_2 ": {"span": [35, 57], "prop": [["signal_2_n", "==", "13.2"]]}}} {"id": 6400, "sentence": ["It", "is", "always", "the", "case", "that", "if", "in", "the", "last", "18", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "consistently", "kept", "bigger", "than", "48.6", "and", "less", "than", "71.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "certain", "moment", "in", "the", "following", "46", "time", "units", ",", "signal_2_n", "is", "equal", "to", "63.7", "then", "this", "condition", "will", "be", "holding", "continuously", "for", "every", "moment", "within", "the", "next", "49", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,18]", "(", "signal_1_n", "more", "48.6", "and", "signal_1_n", "less", "71.8", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,49]", "(", "signal_2_n", "math equal", "63.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "in", "the", "last", "18", "time", "units", ",", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "certain", "moment", "in", "the", "following", "46", "time", "units", ",", "(", "prop_2", ")", "then", "this", "condition", "will", "be", "holding", "continuously", "for", "every", "moment", "within", "the", "next", "49", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "18", "]", "(", "prop_1", "&", "prop_1", ")", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 29], "prop": [["signal_1_n", ">", "48.6"], ["signal_1_n", "<", "71.8"]]}, " prop_2 ": {"span": [50, 55], "prop": [["signal_2_n", "==", "63.7"]]}}} {"id": 5891, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "42.1", "then", "in", "response", "the", "value", "of", "signal_2_n", "keeps", "larger", "than", "65.4", "all", "the", "time", "within", "the", "past", "2", "to", "5", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "42.1", "imply", "historically", "[2,5]", "(", "signal_2_n", "more", "65.4", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "2", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "42.1"]]}, " prop_2 ": {"span": [16, 35], "prop": [["signal_2_n", ">", "65.4"]]}}} {"id": 5476, "sentence": ["While", "the", "mode", "of", "signal_1_n", "is", "not", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "there", "shall", "be", "a", "time", "within", "the", "following", "2", "to", "56", "time", "units", "finally", ",", "at", "which", "the", "state", "of", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[2,56]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "there", "shall", "be", "a", "time", "within", "the", "following", "2", "to", "56", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "2", ":", "56", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [50, 60], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1393, "sentence": ["For", "each", "moment", "during", "the", "first", "8", "time", "units", ",", "continuously", "the", "value", "of", "signal_1_n", "needs", "to", "remain", "greater", "than", "93.9", "and", "the", "state", "of", "signal_2_n", "needs", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "more", "93.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "8", "time", "units", ",", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", ">", "93.9"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1318, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "22.4", "and", "lower", "than", "34.7", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "a", "certain", "time", "instant", "starting", "at", "most", "26", "time", "units", ",", "signal_2_n", "is", "never", "3.8", "and", "then", "consecutively", "this", "scenario", "must", "hold", "for", "every", "time", "point", "within", "the", "following", "78", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "22.4", "and", "signal_1_n", "less", "34.7", "imply", "finally", "[0,26]", "(", "globally", "[0,78]", "(", "negation", "(", "signal_2_n", "math equal", "3.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "a", "certain", "time", "instant", "starting", "at", "most", "26", "time", "units", ",", "(", "prop_2", ")", "and", "then", "consecutively", "this", "scenario", "must", "hold", "for", "every", "time", "point", "within", "the", "following", "78", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">", "22.4"], ["signal_1_n", "<", "34.7"]]}, " prop_2 ": {"span": [38, 42], "prop": [["-", "(", "signal_2_n", "==", "3.8", ")"]]}}} {"id": 377, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "0", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "54.5", "and", "less", "than", "or", "equal", "to", "60.7", "."], "ltl": ["finally", "[0,0]", "(", "signal_1_n", "more equal", "54.5", "and", "signal_1_n", "less equal", "60.7", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "0", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "0", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 38], "prop": [["signal_1_n", ">=", "54.5"], ["signal_1_n", "<=", "60.7"]]}}} {"id": 569, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "below", "43.0", "happens", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_4_n", "ought", "to", "be", "instantly", "greater", "than", "30.2", "and", "less", "than", "51.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "43.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "30.2", "and", "signal_4_n", "less", "51.2", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "43.0", ")"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 44], "prop": [["signal_4_n", ">", "30.2"], ["signal_4_n", "<", "51.2"]]}}} {"id": 3002, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "greater", "than", "24.0", "and", "below", "86.1", "without", "interruption", "for", "each", "time", "instant", "in", "the", "first", "61", "time", "units", "."], "ltl": ["globally", "[0,61]", "(", "signal_1_n", "more", "24.0", "and", "signal_1_n", "less", "86.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "61", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 25], "prop": [["signal_1_n", ">", "24.0"], ["signal_1_n", "<", "86.1"]]}}} {"id": 896, "sentence": ["There", "will", "be", "eventually", "a", "certain", "time", "instant", "after", "at", "most", "25", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "58.3", "."], "ltl": ["finally", "[0,25]", "(", "signal_1_n", "more equal", "58.3", ")"], "logic_sentence": ["There", "will", "be", "eventually", "a", "certain", "time", "instant", "after", "at", "most", "25", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 29], "prop": [["signal_1_n", ">=", "58.3"]]}}} {"id": 1364, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "gets", "raised", "to", "no", "less", "than", "57.3", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "value", "of", "signal", "signal_2_n", "will", "be", "73.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.3", ")", "imply", "signal_2_n", "math equal", "73.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">=", "57.3", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_2_n", "==", "73.4"]]}}} {"id": 1409, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "44.8", "occurs", ",", "then", "in", "response", "the", "signal_2_n", "signal", "has", "to", "be", "signal_3_n", "and", "then", "consistently", "this", "scenario", "will", "sustain", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.8", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "consistently", "this", "scenario", "will", "sustain", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "44.8", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 547, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "29.4", "right", "away", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "29.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 42], "prop": [["signal_3_n", "<=", "29.4"]]}}} {"id": 5540, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "54.4", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "51.7", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "54.4", ")", "imply", "signal_2_n", "less", "51.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["rise", "(", "signal_1_n", ">=", "54.4", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", "<", "51.7"]]}}} {"id": 178, "sentence": ["For", "each", "time", "instant", "within", "14", "to", "44", "time", "units", "signal_1_n", "ought", "to", "stay", "larger", "than", "22.8", "uninterruptedly", "and", "the", "signal_2_n", "signal", "will", "be", "staying", "in", "signal_3_n", "."], "ltl": ["globally", "[14,44]", "(", "signal_1_n", "more", "22.8", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "14", "to", "44", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "14", ":", "44", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", ">", "22.8"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1417, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "more", "than", "66.0", "and", "uninterruptedly", "remains", "in", "this", "range", "during", "the", "elapsed", "11", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "starting", "at", "most", "75", "time", "units", ",", "signal_2_n", "needs", "to", "be", "larger", "than", "27.7", "and", "less", "than", "or", "equal", "to", "75.0", "and", "should", "remain", "in", "this", "interval", "uninterruptedly", "for", "every", "time", "point", "in", "the", "next", "74", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,11]", "(", "signal_1_n", "more", "66.0", ")", "imply", "finally", "[0,75]", "(", "globally", "[0,74]", "(", "signal_2_n", "more", "27.7", "and", "signal_2_n", "less equal", "75.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "starting", "at", "most", "75", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "11", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "75", "]", "(", "G", "[", "0", ":", "74", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 24], "prop": [["signal_1_n", ">", "66.0"]]}, " prop_2 ": {"span": [42, 73], "prop": [["signal_2_n", ">", "27.7"], ["signal_2_n", "<=", "75.0"]]}}} {"id": 1264, "sentence": ["There", "needs", "to", "exist", "a", "time", "during", "the", "first", "22", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "stay", "higher", "than", "4.6", "and", "below", "74.7", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "more", "4.6", "and", "signal_1_n", "less", "74.7", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "time", "during", "the", "first", "22", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["signal_1_n", ">", "4.6"], ["signal_1_n", "<", "74.7"]]}}} {"id": 409, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "13.5", "occurs", ",", "then", "in", "response", "signal_2_n", "is", "53.4", "at", "the", "same", "time", "instant", ",", "or", "instantly", "the", "signal_3_n", "signal", "should", "be", "3.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "13.5", ")", "imply", "signal_2_n", "math equal", "53.4", "or", "signal_3_n", "math equal", "3.4", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", ",", "or", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["rise", "(", "signal_1_n", "<", "13.5", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "53.4"]]}, " prop_3 ": {"span": [34, 40], "prop": [["signal_3_n", "==", "3.4"]]}}} {"id": 4564, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "83.4", "gets", "observed", ",", "then", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "execution", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "4.4", "should", "ultimately", "get", "observed", "at", "sometime", "within", "the", "coming", "41", "to", "46", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "83.4", ")", "imply", "globally", "(", "finally", "[41,46]", "(", "rise", "(", "signal_2_n", "more", "4.4", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "execution", "ends", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "ultimately", "get", "observed", "at", "sometime", "within", "the", "coming", "41", "to", "46", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "41", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "83.4", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["rise", "(", "signal_2_n", ">", "4.4", ")"]]}}} {"id": 99, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "92.7", "and", "the", "signal_2_n", "signal", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "becomes", "greater", "than", "11.3", "shall", "be", "eventually", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "92.7", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "rise", "(", "signal_4_n", "more", "11.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "be", "eventually", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "<=", "92.7"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [31, 39], "prop": [["rise", "(", "signal_4_n", ">", "11.3", ")"]]}}} {"id": 450, "sentence": ["Eventually", "there", "needs", "to", "be", "a", "certain", "moment", "within", "6", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "at", "most", "38.0", ",", "and", "signal_2_n", "will", "have", "to", "be", "above", "74.6", "."], "ltl": ["finally", "[0,6]", "(", "signal_1_n", "less equal", "38.0", "and", "signal_2_n", "more", "74.6", ")"], "logic_sentence": ["Eventually", "there", "needs", "to", "be", "a", "certain", "moment", "within", "6", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", "<=", "38.0"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", ">", "74.6"]]}}} {"id": 1097, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "29.3", "does", "n't", "take", "place", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "larger", "than", "62.1", "takes", "place", "then", "the", "value", "of", "signal_3_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "16.9", "and", "then", "this", "scenario", "will", "consistently", "last", "for", "each", "time", "instant", "during", "the", "subsequent", "35", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "29.3", ")", "and", "rise", "(", "signal_2_n", "more", "62.1", ")", "imply", "globally", "[0,35]", "(", "signal_3_n", "more equal", "16.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "take", "place", ",", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "then", "(", "prop_3", ")", "and", "then", "this", "scenario", "will", "consistently", "last", "for", "each", "time", "instant", "during", "the", "subsequent", "35", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "35", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["-", "fall", "(", "signal_1_n", ">", "29.3", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["rise", "(", "signal_2_n", ">", "62.1", ")"]]}, " prop_3 ": {"span": [39, 52], "prop": [["signal_3_n", ">=", "16.9"]]}}} {"id": 2959, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "83.7", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "value", "of", "signal_2_n", "must", "not", "be", "higher", "than", "68.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "83.7", ")", "imply", "negation", "(", "signal_2_n", "more", "68.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "83.7", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["-", "(", "signal_2_n", ">", "68.4", ")"]]}}} {"id": 1776, "sentence": ["While", "the", "signal_1_n", "signal", "is", "not", "higher", "than", "84.6", "or", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "value", "of", "signal", "signal_4_n", "wo", "n't", "be", "equal", "to", "49.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "84.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "math equal", "49.3", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["-", "(", "signal_1_n", ">", "84.6", ")"]]}, " prop_2 ": {"span": [10, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 37], "prop": [["-", "(", "signal_4_n", "==", "49.3", ")"]]}}} {"id": 4438, "sentence": ["Ultimately", "there", "is", "sometime", "within", "the", "first", "88", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "42.2", "must", "get", "detected", "."], "ltl": ["finally", "[0,88]", "(", "rise", "(", "signal_1_n", "more", "42.2", ")", ")"], "logic_sentence": ["Ultimately", "there", "is", "sometime", "within", "the", "first", "88", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "must", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["rise", "(", "signal_1_n", ">", "42.2", ")"]]}}} {"id": 1198, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "95.3", "must", "happen", "finally", ",", "and", "ultimately", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "78.9", "."], "ltl": ["finally", "(", "fall", "(", "signal_1_n", "math equal", "95.3", ")", "and", "signal_2_n", "more", "78.9", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "happen", "finally", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["fall", "(", "signal_1_n", "==", "95.3", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", ">", "78.9"]]}}} {"id": 6402, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "70", "time", "units", ",", "the", "signal_1_n", "signal", "should", "ultimately", "become", "equal", "to", "83.5", "."], "ltl": ["finally", "[0,70]", "(", "rise", "(", "signal_1_n", "math equal", "83.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "70", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "83.5", ")"]]}}} {"id": 3469, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "keeps", "above", "84.8", ",", "or", "the", "signal_2_n", "signal", "keeps", "less", "than", "50.1", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "keep", "greater", "than", "or", "equal", "to", "69.7", "continuously", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "84.8", "or", "signal_2_n", "less", "50.1", "imply", "finally", "(", "globally", "(", "signal_3_n", "more equal", "69.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", ">", "84.8"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "<", "50.1"]]}, " prop_3 ": {"span": [41, 61], "prop": [["signal_3_n", ">=", "69.7"]]}}} {"id": 857, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "70.1", "then", "for", "every", "moment", "within", "the", "subsequent", "27", "time", "units", "at", "a", "certain", "moment", "in", "less", "than", "14", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "to", "no", "larger", "than", "88.7", "happens", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "70.1", ")", "imply", "globally", "[0,27]", "(", "finally", "[0,14]", "(", "rise", "(", "signal_2_n", "less equal", "88.7", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "for", "every", "moment", "within", "the", "subsequent", "27", "time", "units", "at", "a", "certain", "moment", "in", "less", "than", "14", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "happens", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "27", "]", "(", "F", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "70.1", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["rise", "(", "signal_2_n", "<=", "88.7", ")"]]}}} {"id": 3171, "sentence": ["Whenever", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "then", "there", "will", "have", "to", "exist", "a", "time", "during", "the", "next", "52", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "should", "stay", "less", "than", "or", "equal", "to", "99.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,52]", "(", "signal_3_n", "less equal", "99.9", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "there", "will", "have", "to", "exist", "a", "time", "during", "the", "next", "52", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_3_n", "<=", "99.9"]]}}} {"id": 4602, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "the", "signal_1_n", "signal", "ought", "to", "keep", "more", "than", "37.5", "and", "below", "83.1", "consecutively", ",", "or", "the", "mode", "of", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "37.5", "and", "signal_1_n", "less", "83.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "37.5"], ["signal_1_n", "<", "83.1"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1141, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "less", "than", "17.5", ",", "then", "signal_2_n", "will", "be", "consecutively", "remaining", "in", "signal_3_n", "within", "the", "coming", "60", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "17.5", "imply", "globally", "[0,60]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<", "17.5"]]}, " prop_2 ": {"span": [11, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1342, "sentence": ["At", "a", "certain", "time", "point", "within", "29", "time", "units", "the", "value", "of", "signal_1_n", "shall", "be", "less", "than", "88.9", "eventually", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "be", "below", "17.1", "."], "ltl": ["finally", "[0,29]", "(", "signal_1_n", "less", "88.9", "or", "signal_2_n", "less", "17.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "29", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "29", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<", "88.9"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "<", "17.1"]]}}} {"id": 1586, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "not", "at", "most", "85.8", ",", "and", "signal_2_n", "stays", "in", "-LSB-", "10.9", ",", "24.3", "-RSB-", "then", "in", "response", "there", "should", "be", "eventually", "a", "certain", "moment", "starting", "between", "20", "to", "43", "time", "units", ",", "at", "which", "signal_3_n", "is", "n't", "greater", "than", "91.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "85.8", ")", "and", "(", "signal_2_n", "more equal", "10.9", "and", "signal_2_n", "less equal", "24.3", ")", "imply", "finally", "[20,43]", "(", "negation", "(", "signal_3_n", "more", "91.6", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "there", "should", "be", "eventually", "a", "certain", "moment", "starting", "between", "20", "to", "43", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "20", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "<=", "85.8", ")"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", ">=", "10.9"], ["signal_2_n", "<=", "24.3"]]}, " prop_3 ": {"span": [40, 46], "prop": [["-", "(", "signal_3_n", ">", "91.6", ")"]]}}} {"id": 551, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "signal_3_n", "is", "less", "than", "or", "equal", "to", "71.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "71.5", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_3_n", "<=", "71.5"]]}}} {"id": 5805, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "17.7", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "6", "time", "units", ",", "after", "which", "for", "every", "moment", "in", "the", "subsequent", "87", "time", "units", ",", "the", "signal_2_n", "signal", "will", "stay", "greater", "than", "or", "equal", "to", "92.7", "continuously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "17.7", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,87]", "(", "signal_2_n", "more equal", "92.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "6", "time", "units", ",", "after", "which", "for", "every", "moment", "in", "the", "subsequent", "87", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "17.7", ")"]]}, " prop_2 ": {"span": [55, 67], "prop": [["signal_2_n", ">=", "92.7"]]}}} {"id": 3519, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "remains", "at", "most", "68.1", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "first", "43", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "finally", "set", "to", "signal_3_n", "at", "a", "certain", "time", "instant", "starting", "at", "most", "97", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "68.1", "imply", "globally", "[0,43]", "(", "finally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "first", "43", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "68.1"]]}, " prop_2 ": {"span": [27, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 513, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "detected", "then", "in", "response", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "uninterruptedly", "the", "value", "of", "signal_3_n", "has", "stayed", "at", "89.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "(", "signal_3_n", "math equal", "89.2", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_3_n", "==", "89.2"]]}}} {"id": 1343, "sentence": ["At", "a", "time", "in", "the", "first", "18", "time", "units", "ultimately", "the", "value", "of", "signal", "signal_1_n", "must", "be", "less", "than", "19.1", "or", "ultimately", "the", "signal_2_n", "signal", "will", "be", "less", "than", "17.2", "."], "ltl": ["finally", "[0,18]", "(", "signal_1_n", "less", "19.1", "or", "signal_2_n", "less", "17.2", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "18", "time", "units", "ultimately", "(", "prop_1", ")", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "18", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "19.1"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "<", "17.2"]]}}} {"id": 561, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "at", "most", "61.3", ",", "then", "at", "a", "time", "during", "the", "coming", "37", "time", "units", ",", "signal_2_n", "must", "be", "finally", "less", "than", "or", "equal", "to", "84.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "61.3", "imply", "finally", "[0,37]", "(", "signal_2_n", "less equal", "84.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "at", "a", "time", "during", "the", "coming", "37", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "61.3"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "<=", "84.4"]]}}} {"id": 4483, "sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "the", "first", "62", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "at", "least", "73.6", "or", "the", "value", "of", "signal_2_n", "ought", "to", "be", "below", "0.6", "finally", "."], "ltl": ["finally", "[0,62]", "(", "signal_1_n", "more equal", "73.6", "or", "signal_2_n", "less", "0.6", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "the", "first", "62", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", ">=", "73.6"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", "<", "0.6"]]}}} {"id": 2775, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "signal_2_n", "takes", "place", "then", "in", "response", "signal_3_n", "needs", "to", "be", "equal", "to", "80.3", "then", "this", "scenario", "should", "uninterruptedly", "hold", "for", "the", "last", "13", "to", "19", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "[13,19]", "(", "signal_3_n", "math equal", "80.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "then", "this", "scenario", "should", "uninterruptedly", "hold", "for", "the", "last", "13", "to", "19", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "13", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_3_n", "==", "80.3"]]}}} {"id": 1320, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "16.4", "and", "lower", "than", "42.2", "then", "in", "response", "there", "ought", "to", "be", "finally", "a", "time", "during", "the", "first", "88", "time", "units", ",", "after", "which", "signal_2_n", "will", "not", "be", "equal", "to", "40.5", "and", "then", "this", "scenario", "shall", "uninterruptedly", "remain", "for", "each", "time", "instant", "within", "100", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "16.4", "and", "signal_1_n", "less", "42.2", "imply", "finally", "[0,88]", "(", "globally", "[0,100]", "(", "negation", "(", "signal_2_n", "math equal", "40.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "there", "ought", "to", "be", "finally", "a", "time", "during", "the", "first", "88", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "shall", "uninterruptedly", "remain", "for", "each", "time", "instant", "within", "100", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">", "16.4"], ["signal_1_n", "<", "42.2"]]}, " prop_2 ": {"span": [35, 42], "prop": [["-", "(", "signal_2_n", "==", "40.5", ")"]]}}} {"id": 369, "sentence": ["In", "the", "case", "signal_1_n", "is", "no", "less", "than", "96.2", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "coming", "6", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "0.3", "and", "less", "than", "or", "equal", "to", "55.4", "and", "must", "stay", "in", "this", "range", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "next", "17", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "96.2", "imply", "finally", "[0,6]", "(", "globally", "[0,17]", "(", "signal_2_n", "more equal", "0.3", "and", "signal_2_n", "less equal", "55.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "coming", "6", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "17", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", ">=", "96.2"]]}, " prop_2 ": {"span": [33, 71], "prop": [["signal_2_n", ">=", "0.3"], ["signal_2_n", "<=", "55.4"]]}}} {"id": 5939, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "should", "never", "be", "less", "than", "79.4", "then", "this", "scenario", "will", "have", "to", "keep", "consistently", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "historically", "(", "negation", "(", "signal_3_n", "less", "79.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "scenario", "will", "have", "to", "keep", "consistently", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 25], "prop": [["-", "(", "signal_3_n", "<", "79.4", ")"]]}}} {"id": 5181, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "17.3", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "ought", "to", "promptly", "stay", "equal", "to", "45.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "17.3", ")", "imply", "signal_2_n", "math equal", "45.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "17.3", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "45.2"]]}}} {"id": 129, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "35", "time", "units", ",", "at", "which", "finally", "the", "signal_1_n", "signal", "shall", "stay", "greater", "than", "14.3", "and", "less", "than", "65.7", "."], "ltl": ["finally", "[0,35]", "(", "signal_1_n", "more", "14.3", "and", "signal_1_n", "less", "65.7", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "35", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 31], "prop": [["signal_1_n", ">", "14.3"], ["signal_1_n", "<", "65.7"]]}}} {"id": 530, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "26.9", "gets", "detected", "then", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "77.3", "promptly", ",", "or", "right", "away", "the", "transition", "action", "that", "signal_3_n", "decreases", "to", "no", "larger", "than", "90.7", "is", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "26.9", ")", "imply", "signal_2_n", "more equal", "77.3", "or", "rise", "(", "signal_3_n", "less equal", "90.7", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "(", "prop_2", ")", ",", "or", "right", "away", "the", "transition", "action", "that", "(", "prop_3", ")", "is", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "26.9", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">=", "77.3"]]}, " prop_3 ": {"span": [39, 46], "prop": [["rise", "(", "signal_3_n", "<=", "90.7", ")"]]}}} {"id": 3746, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "n't", "in", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "shall", "be", "no", "larger", "than", "99.1", "and", "then", "will", "consistently", "remain", "like", "that", "for", "each", "time", "instant", "within", "97", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,97]", "(", "signal_3_n", "less equal", "99.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 48], "prop": [["signal_3_n", "<=", "99.1"]]}}} {"id": 131, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "after", "at", "most", "39", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "larger", "than", "27.3", "and", "less", "than", "65.0", "."], "ltl": ["finally", "[0,39]", "(", "signal_1_n", "more", "27.3", "and", "signal_1_n", "less", "65.0", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "instant", "after", "at", "most", "39", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "39", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 34], "prop": [["signal_1_n", ">", "27.3"], ["signal_1_n", "<", "65.0"]]}}} {"id": 4041, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "drops", "below", "13.5", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "value", "of", "signal_2_n", "has", "to", "go", "to", "less", "than", "or", "equal", "to", "64.4", ",", "and", "the", "value", "of", "signal_3_n", "will", "be", "larger", "than", "81.5", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "13.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "64.4", ")", "and", "signal_3_n", "more", "81.5", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "13.5", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["rise", "(", "signal_2_n", "<=", "64.4", ")"]]}, " prop_3 ": {"span": [39, 52], "prop": [["signal_3_n", ">", "81.5"]]}}} {"id": 4056, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "27.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "63.5", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "27.5", ")", "imply", "signal_2_n", "more equal", "63.5", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "27.5", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">=", "63.5"]]}}} {"id": 536, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "at", "least", "76.4", ",", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "12.0", "and", "less", "than", "81.2", ",", "then", "the", "value", "of", "signal", "signal_3_n", "will", "be", "above", "28.8", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "76.4", "or", "(", "signal_2_n", "more", "12.0", "and", "signal_2_n", "less", "81.2", ")", "imply", "signal_3_n", "more", "28.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">=", "76.4"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", ">", "12.0"], ["signal_2_n", "<", "81.2"]]}, " prop_3 ": {"span": [30, 40], "prop": [["signal_3_n", ">", "28.8"]]}}} {"id": 1640, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "signal_1_n", "ought", "to", "be", "set", "to", "signal_2_n", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1223, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "the", "signal_1_n", "signal", "should", "never", "be", "less", "than", "63.2", "or", "consistently", "the", "value", "of", "signal", "signal_2_n", "should", "never", "be", "below", "4.0", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "63.2", ")", "or", "negation", "(", "signal_2_n", "less", "4.0", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["-", "(", "signal_1_n", "<", "63.2", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["-", "(", "signal_2_n", "<", "4.0", ")"]]}}} {"id": 6415, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "equal", "to", "61.5", "then", "in", "response", "there", "ultimately", "exists", "sometime", "during", "the", "subsequent", "12", "to", "31", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "never", "32.3", "and", "this", "condition", "has", "to", "uninterruptedly", "remain", "for", "every", "time", "instant", "in", "the", "subsequent", "47", "to", "67", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "61.5", "imply", "finally", "[12,31]", "(", "globally", "[47,67]", "(", "negation", "(", "signal_2_n", "math equal", "32.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "in", "response", "there", "ultimately", "exists", "sometime", "during", "the", "subsequent", "12", "to", "31", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "uninterruptedly", "remain", "for", "every", "time", "instant", "in", "the", "subsequent", "47", "to", "67", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "12", ":", "31", "]", "(", "G", "[", "47", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "61.5"]]}, " prop_2 ": {"span": [33, 40], "prop": [["-", "(", "signal_2_n", "==", "32.3", ")"]]}}} {"id": 4424, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "gets", "equal", "to", "77.1", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "55.5", "and", "less", "than", "or", "equal", "to", "97.0", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "77.1", ")", "imply", "signal_2_n", "more equal", "55.5", "and", "signal_2_n", "less equal", "97.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "77.1", ")"]]}, " prop_2 ": {"span": [21, 42], "prop": [["signal_2_n", ">=", "55.5"], ["signal_2_n", "<=", "97.0"]]}}} {"id": 4063, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "3.5", "and", "this", "scenario", "will", "sustain", "without", "interruption", "for", "every", "moment", "within", "the", "next", "68", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,68]", "(", "signal_3_n", "math equal", "3.5", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "sustain", "without", "interruption", "for", "every", "moment", "within", "the", "next", "68", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_3_n", "==", "3.5"]]}}} {"id": 5811, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "subsequent", "56", "to", "69", "time", "units", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "finally", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "gets", "lower", "than", "26.1", "has", "to", "be", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[56,69]", "(", "finally", "(", "rise", "(", "signal_3_n", "less", "26.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "subsequent", "56", "to", "69", "time", "units", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "56", ":", "69", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [59, 66], "prop": [["rise", "(", "signal_3_n", "<", "26.1", ")"]]}}} {"id": 3706, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "no", "less", "than", "19.6", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "69.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "19", "time", "units", ",", "the", "scenario", "that", "the", "signal_3_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "53.3", "has", "to", "get", "observed", "ultimately", "at", "a", "certain", "moment", "in", "the", "following", "82", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "19.6", "and", "signal_2_n", "more equal", "69.5", "imply", "globally", "[0,19]", "(", "finally", "[0,82]", "(", "rise", "(", "signal_3_n", "more equal", "53.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "19", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "get", "observed", "ultimately", "at", "a", "certain", "moment", "in", "the", "following", "82", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "19", "]", "(", "F", "[", "0", ":", "82", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">=", "19.6"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", ">=", "69.5"]]}, " prop_3 ": {"span": [51, 62], "prop": [["rise", "(", "signal_3_n", ">=", "53.3", ")"]]}}} {"id": 5525, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "below", "55.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "coming", "30", "time", "units", ",", "consistently", "the", "signal_2_n", "signal", "must", "be", "above", "9.7", "and", "less", "than", "20.6", "for", "every", "time", "point", "in", "the", "next", "62", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "55.5", ")", "imply", "finally", "[0,30]", "(", "globally", "[0,62]", "(", "signal_2_n", "more", "9.7", "and", "signal_2_n", "less", "20.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "coming", "30", "time", "units", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "30", "]", "(", "G", "[", "0", ":", "62", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "<", "55.5", ")"]]}, " prop_2 ": {"span": [44, 65], "prop": [["signal_2_n", ">", "9.7"], ["signal_2_n", "<", "20.6"]]}}} {"id": 704, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "takes", "place", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "should", "be", "greater", "than", "or", "equal", "to", "25.9", "and", "then", "consecutively", "this", "scenario", "needs", "to", "remain", "for", "every", "moment", "within", "the", "next", "89", "to", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[89,97]", "(", "signal_3_n", "more equal", "25.9", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "consecutively", "this", "scenario", "needs", "to", "remain", "for", "every", "moment", "within", "the", "next", "89", "to", "97", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "89", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", ">=", "25.9"]]}}} {"id": 2069, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "51.2", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "signal_2_n", "has", "to", "drop", "below", "69.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "51.2", ")", "imply", "rise", "(", "signal_2_n", "less", "69.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", ">=", "51.2", ")"]]}, " prop_2 ": {"span": [37, 43], "prop": [["rise", "(", "signal_2_n", "<", "69.9", ")"]]}}} {"id": 634, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "execution", "ends", "the", "scenario", "that", "the", "state", "of", "signal", "signal_3_n", "shifts", "to", "signal_4_n", "must", "be", "detected", "ultimately", "at", "a", "certain", "moment", "during", "the", "coming", "12", "to", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[12,36]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "execution", "ends", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "detected", "ultimately", "at", "a", "certain", "moment", "during", "the", "coming", "12", "to", "36", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "12", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6066, "sentence": ["For", "each", "time", "point", "during", "the", "first", "0", "to", "3", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "consistently", "29.9", "."], "ltl": ["globally", "[0,3]", "(", "signal_1_n", "math equal", "29.9", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "0", "to", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "29.9"]]}}} {"id": 783, "sentence": ["At", "a", "time", "in", "the", "first", "7", "to", "56", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "more", "than", "26.4", "needs", "to", "occur", "eventually", ",", "or", "the", "state", "of", "signal_2_n", "ought", "to", "keep", "in", "signal_3_n", "."], "ltl": ["finally", "[7,56]", "(", "rise", "(", "signal_1_n", "more", "26.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "7", "to", "56", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "occur", "eventually", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "7", ":", "56", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["rise", "(", "signal_1_n", ">", "26.4", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 474, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "69.4", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "69.4", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">=", "69.4"]]}}} {"id": 3813, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "signal_1_n", "must", "consecutively", "remain", "equal", "to", "72.8", ",", "and", "signal_2_n", "will", "stay", "larger", "than", "72.3", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.8", "and", "signal_2_n", "more", "72.3", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "==", "72.8"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", ">", "72.3"]]}}} {"id": 2661, "sentence": ["There", "is", "a", "certain", "time", "point", "within", "the", "first", "25", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal_1_n", "ought", "to", "be", "at", "most", "68.7", "."], "ltl": ["finally", "[0,25]", "(", "signal_1_n", "less equal", "68.7", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "point", "within", "the", "first", "25", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", "<=", "68.7"]]}}} {"id": 489, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "happens", ",", "then", "eventually", "after", "a", "certain", "moment", "during", "the", "subsequent", "41", "time", "units", "for", "each", "time", "instant", "within", "84", "time", "units", "the", "state", "of", "signal_3_n", "must", "be", "uninterruptedly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,41]", "(", "globally", "[0,84]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "eventually", "after", "a", "certain", "moment", "during", "the", "subsequent", "41", "time", "units", "for", "each", "time", "instant", "within", "84", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "G", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1909, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "less", "than", "95.6", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "first", "45", "to", "91", "time", "units", ",", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "first", "17", "to", "86", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "changes", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "95.6", ")", "imply", "globally", "[45,91]", "(", "finally", "[17,86]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "first", "45", "to", "91", "time", "units", ",", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "first", "17", "to", "86", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "45", ":", "91", "]", "(", "F", "[", "17", ":", "86", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "95.6", ")"]]}, " prop_2 ": {"span": [57, 64], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4132, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "48.9", "gets", "observed", ",", "or", "signal_2_n", "is", "equal", "to", "54.0", "then", "for", "every", "time", "instant", "within", "the", "subsequent", "90", "to", "100", "time", "units", ",", "signal_3_n", "shall", "be", "ultimately", "equal", "to", "63.3", "at", "a", "certain", "moment", "within", "the", "coming", "78", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "48.9", ")", "or", "signal_2_n", "math equal", "54.0", "imply", "globally", "[90,100]", "(", "finally", "[0,78]", "(", "signal_3_n", "math equal", "63.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "or", "(", "prop_2", ")", "then", "for", "every", "time", "instant", "within", "the", "subsequent", "90", "to", "100", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "90", ":", "100", "]", "(", "F", "[", "0", ":", "78", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "48.9", ")"]]}, " prop_2 ": {"span": [20, 25], "prop": [["signal_2_n", "==", "54.0"]]}, " prop_3 ": {"span": [39, 56], "prop": [["signal_3_n", "==", "63.3"]]}}} {"id": 3098, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "signal_2_n", ",", "or", "the", "event", "that", "the", "signal_3_n", "signal", "becomes", "not", "set", "to", "signal_4_n", "does", "not", "get", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "subsequent", "36", "to", "67", "time", "units", ",", "at", "which", "the", "value", "of", "signal_5_n", "will", "have", "to", "be", "26.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "finally", "[36,67]", "(", "signal_5_n", "math equal", "26.5", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "does", "not", "get", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "subsequent", "36", "to", "67", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "36", ":", "67", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 21], "prop": [["-", "fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [53, 62], "prop": [["signal_5_n", "==", "26.5"]]}}} {"id": 5807, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "occurs", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "subsequent", "17", "to", "25", "time", "units", "the", "event", "that", "the", "signal_3_n", "signal", "decreases", "below", "59.1", "needs", "to", "get", "observed", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[17,25]", "(", "finally", "(", "rise", "(", "signal_3_n", "less", "59.1", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "subsequent", "17", "to", "25", "time", "units", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "get", "observed", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "17", ":", "25", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 40], "prop": [["rise", "(", "signal_3_n", "<", "59.1", ")"]]}}} {"id": 539, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "remains", "less", "than", "37.9", ",", "or", "signal_2_n", "is", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "signal_4_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "99.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "37.9", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "99.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<", "37.9"]]}, " prop_2 ": {"span": [14, 17], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_4_n", ">=", "99.1"]]}}} {"id": 276, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "41.0", "and", "signal_2_n", "is", "less", "than", "or", "equal", "to", "86.9", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_3_n", "will", "not", "be", "no", "more", "than", "96.0", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "41.0", ")", "and", "signal_2_n", "less equal", "86.9", "imply", "negation", "(", "signal_3_n", "less equal", "96.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "<=", "41.0", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "<=", "86.9"]]}, " prop_3 ": {"span": [38, 49], "prop": [["-", "(", "signal_3_n", "<=", "96.0", ")"]]}}} {"id": 5283, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "52.2", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "60.5", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "52.2", "imply", "signal_2_n", "more equal", "60.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", "<=", "52.2"]]}, " prop_2 ": {"span": [21, 40], "prop": [["signal_2_n", ">=", "60.5"]]}}} {"id": 5138, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "stay", "at", "35.0", "between", "32", "to", "80", "time", "units", "."], "ltl": ["globally", "[32,80]", "(", "signal_1_n", "math equal", "35.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "32", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "35.0"]]}}} {"id": 3343, "sentence": ["Globally", ",", "while", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "smaller", "than", "29.7", "then", "the", "signal_4_n", "signal", "has", "to", "be", "smaller", "than", "40.8", "then", "this", "condition", "needs", "to", "last", "all", "the", "time", "for", "every", "time", "point", "during", "the", "subsequent", "47", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "29.7", "imply", "globally", "[0,47]", "(", "signal_4_n", "less", "40.8", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "then", "this", "condition", "needs", "to", "last", "all", "the", "time", "for", "every", "time", "point", "during", "the", "subsequent", "47", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_3_n", "<", "29.7"]]}, " prop_3 ": {"span": [22, 31], "prop": [["signal_4_n", "<", "40.8"]]}}} {"id": 1334, "sentence": ["There", "has", "to", "be", "finally", "a", "certain", "moment", "in", "the", "first", "61", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,61]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "be", "finally", "a", "certain", "moment", "in", "the", "first", "61", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 592, "sentence": ["For", "every", "time", "point", "in", "the", "first", "95", "time", "units", ",", "the", "value", "of", "signal_1_n", "ought", "to", "uninterruptedly", "remain", "at", "most", "49.8", "."], "ltl": ["globally", "[0,95]", "(", "signal_1_n", "less equal", "49.8", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "95", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<=", "49.8"]]}}} {"id": 1913, "sentence": ["Globally", ",", "whenever", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "55.1", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_4_n", "needs", "to", "shift", "to", "signal_5_n", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "55.1", "imply", "rise", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_3_n", "==", "55.1"]]}, " prop_3 ": {"span": [27, 38], "prop": [["rise", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 4618, "sentence": ["Whenever", "signal_1_n", "is", "bigger", "than", "13.8", "and", "less", "than", "or", "equal", "to", "44.6", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "subsequent", "42", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "be", "keeping", "greater", "than", "3.6", "and", "smaller", "than", "22.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "13.8", "and", "signal_1_n", "less equal", "44.6", "imply", "globally", "[0,42]", "(", "signal_2_n", "more", "3.6", "and", "signal_2_n", "less", "22.9", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "subsequent", "42", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">", "13.8"], ["signal_1_n", "<=", "44.6"]]}, " prop_2 ": {"span": [28, 43], "prop": [["signal_2_n", ">", "3.6"], ["signal_2_n", "<", "22.9"]]}}} {"id": 1037, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "without", "interruption", "the", "mode", "of", "signal", "signal_3_n", "ought", "to", "keep", "in", "signal_4_n", "for", "every", "time", "point", "within", "the", "following", "90", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,90]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 49], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 600, "sentence": ["There", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "24.7", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "24.7", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 34], "prop": [["signal_1_n", ">=", "24.7"]]}}} {"id": 1808, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "gets", "changed", "to", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "must", "always", "stay", "greater", "than", "or", "equal", "to", "50.1", "till", "there", "is", "a", "certain", "time", "point", "within", "the", "following", "27", "to", "30", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "keeps", "less", "than", "or", "equal", "to", "76.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "50.1", ")", "until", "[27,30]", "(", "signal_4_n", "less equal", "76.6", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "27", ":", "30", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 64], "prop": [["signal_3_n", ">=", "50.1"], ["signal_4_n", "<=", "76.6"]]}}} {"id": 1777, "sentence": ["The", "mode", "of", "signal_1_n", "will", "be", "being", "continuously", "set", "to", "signal_2_n", "for", "every", "time", "instant", "within", "the", "first", "86", "to", "96", "time", "units", "."], "ltl": ["globally", "[86,96]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "86", ":", "96", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1908, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "16.1", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "first", "8", "to", "80", "time", "units", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "following", "26", "to", "47", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "mode", "of", "signal_2_n", "enters", "signal_3_n", "is", "ultimately", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "16.1", ")", "imply", "globally", "[8,80]", "(", "finally", "[26,47]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "first", "8", "to", "80", "time", "units", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "following", "26", "to", "47", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "ultimately", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "8", ":", "80", "]", "(", "F", "[", "26", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "16.1", ")"]]}, " prop_2 ": {"span": [63, 69], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1834, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "higher", "than", "10.2", ",", "then", "in", "response", "the", "mode", "of", "signal_2_n", "must", "remain", "in", "signal_3_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "more", "10.2", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", ">", "10.2"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3353, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "exceeds", "37.8", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "coming", "57", "time", "units", "at", "a", "certain", "moment", "in", "the", "next", "55", "time", "units", ",", "the", "scenario", "that", "signal_2_n", "changes", "to", "signal_3_n", "will", "ultimately", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "37.8", ")", "imply", "globally", "[0,57]", "(", "finally", "[0,55]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "coming", "57", "time", "units", "at", "a", "certain", "moment", "in", "the", "next", "55", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "will", "ultimately", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "57", "]", "(", "F", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "37.8", ")"]]}, " prop_2 ": {"span": [48, 52], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3546, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "at", "least", "88.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "keep", "no", "larger", "than", "2.8", "continuously", "until", "there", "exists", "a", "time", "during", "the", "following", "12", "to", "25", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_3_n", "keeps", "greater", "than", "or", "equal", "to", "78.2", "and", "less", "than", "or", "equal", "to", "87.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "88.0", ")", "imply", "(", "signal_2_n", "less equal", "2.8", ")", "until", "[12,25]", "(", "signal_3_n", "more equal", "78.2", "and", "signal_3_n", "less equal", "87.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "12", ":", "25", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", ">=", "88.0", ")"]]}, " prop_2 ": {"span": [29, 76], "prop": [["signal_2_n", "<=", "2.8"], ["signal_3_n", ">=", "78.2"], ["signal_3_n", "<=", "87.7"]]}}} {"id": 4185, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "at", "most", "99.5", "gets", "observed", ",", "then", "in", "response", "the", "following", "condition", "is", "not", "true", ":", "the", "state", "of", "signal", "signal_2_n", "will", "not", "be", "set", "to", "signal_3_n", "finally", "at", "a", "time", "within", "the", "coming", "24", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "99.5", ")", "imply", "negation", "(", "finally", "[0,24]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "the", "following", "condition", "is", "not", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "99.5", ")"]]}, " prop_2 ": {"span": [33, 54], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2468, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "11", "to", "14", "time", "units", "ultimately", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "greater", "than", "or", "equal", "to", "42.2", "and", "eventually", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "no", "more", "than", "74.9", "will", "happen", "."], "ltl": ["finally", "[11,14]", "(", "signal_1_n", "more equal", "42.2", "and", "rise", "(", "signal_2_n", "less equal", "74.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "11", "to", "14", "time", "units", "ultimately", "(", "prop_1", ")", "and", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["F", "[", "11", ":", "14", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">=", "42.2"]]}, " prop_2 ": {"span": [32, 40], "prop": [["rise", "(", "signal_2_n", "<=", "74.9", ")"]]}}} {"id": 2076, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "signal_1_n", "shall", "always", "remain", "less", "than", "or", "equal", "to", "40.3", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "54.1", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "40.3", "and", "signal_2_n", "more equal", "54.1", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<=", "40.3"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">=", "54.1"]]}}} {"id": 5189, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "46.9", "happens", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "shall", "be", "less", "than", "or", "equal", "to", "4.7", "and", "this", "condition", "keeps", "consecutively", "till", "at", "sometime", "during", "the", "next", "41", "to", "47", "time", "units", "the", "signal_3_n", "signal", "is", "smaller", "than", "38.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "46.9", ")", "imply", "(", "signal_2_n", "less equal", "4.7", ")", "until", "[41,47]", "(", "signal_3_n", "less", "38.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "condition", "keeps", "consecutively", "till", "at", "sometime", "during", "the", "next", "41", "to", "47", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "41", ":", "47", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "==", "46.9", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "4.7"]]}, " prop_3 ": {"span": [50, 57], "prop": [["signal_3_n", "<", "38.2"]]}}} {"id": 4552, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "gets", "shifted", "to", "12.0", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "44.5", "and", "less", "than", "or", "equal", "to", "61.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "12.0", ")", "imply", "signal_2_n", "more equal", "44.5", "and", "signal_2_n", "less equal", "61.4", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "12.0", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">=", "44.5"], ["signal_2_n", "<=", "61.4"]]}}} {"id": 924, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "finally", "less", "than", "15.8", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "signal_1_n", "less", "15.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "<", "15.8"]]}}} {"id": 3224, "sentence": ["At", "a", "time", "in", "the", "future", ",", "finally", "the", "signal_1_n", "signal", "must", "be", "equal", "to", "67.4", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "67.4", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "67.4"]]}}} {"id": 873, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "21.9", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "8.5", "must", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "21.9", ")", "imply", "rise", "(", "signal_2_n", "less equal", "8.5", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "event", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "21.9", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["rise", "(", "signal_2_n", "<=", "8.5", ")"]]}}} {"id": 2377, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "38.5", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "first", "63", "time", "units", ",", "there", "has", "to", "exist", "a", "time", "during", "the", "subsequent", "63", "time", "units", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "below", "75.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "38.5", ")", "imply", "globally", "[0,63]", "(", "finally", "[0,63]", "(", "signal_2_n", "less", "75.6", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "first", "63", "time", "units", ",", "there", "has", "to", "exist", "a", "time", "during", "the", "subsequent", "63", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "38.5", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["signal_2_n", "<", "75.6"]]}}} {"id": 415, "sentence": ["For", "each", "moment", "within", "the", "first", "23", "to", "86", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "[23,86]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "23", "to", "86", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "23", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1422, "sentence": ["For", "each", "time", "instant", "within", "31", "time", "units", "signal_1_n", "should", "always", "remain", "no", "more", "than", "16.5", "or", "signal_2_n", "shall", "continuously", "stay", "at", "33.9", "."], "ltl": ["globally", "[0,31]", "(", "signal_1_n", "less equal", "16.5", "or", "signal_2_n", "math equal", "33.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "31", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "31", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<=", "16.5"]]}, " prop_2 ": {"span": [17, 23], "prop": [["signal_2_n", "==", "33.9"]]}}} {"id": 2128, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "28.0", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal", "signal_2_n", "will", "stay", "equal", "to", "86.9", "consistently", "during", "the", "next", "42", "to", "67", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "28.0", ")", "imply", "finally", "(", "globally", "[42,67]", "(", "signal_2_n", "math equal", "86.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "42", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["rise", "(", "signal_1_n", "<=", "28.0", ")"]]}, " prop_2 ": {"span": [41, 60], "prop": [["signal_2_n", "==", "86.9"]]}}} {"id": 547, "sentence": ["During", "the", "first", "25", "time", "units", ",", "signal_1_n", "should", "keep", "equal", "to", "32.3", "without", "interruption", ",", "and", "consecutively", "the", "event", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "more", "than", "78.2", "should", "never", "take", "place", "."], "ltl": ["globally", "[0,25]", "(", "signal_1_n", "math equal", "32.3", "and", "negation", "rise", "(", "signal_2_n", "more", "78.2", ")", ")"], "logic_sentence": ["During", "the", "first", "25", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "the", "event", "that", "(", "prop_2", ")", "should", "never", "take", "place", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "32.3"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "rise", "(", "signal_2_n", ">", "78.2", ")"]]}}} {"id": 595, "sentence": ["For", "each", "time", "instant", "within", "67", "time", "units", "signal_1_n", "shall", "continuously", "keep", "less", "than", "or", "equal", "to", "78.3", "."], "ltl": ["globally", "[0,67]", "(", "signal_1_n", "less equal", "78.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "67", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<=", "78.3"]]}}} {"id": 680, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "9", "to", "39", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "stay", "no", "less", "than", "3.0", "and", "less", "than", "or", "equal", "to", "11.2", "continuously", ",", "and", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "will", "be", "staying", "at", "least", "26.0", "."], "ltl": ["globally", "[9,39]", "(", "(", "signal_1_n", "more equal", "3.0", "and", "signal_1_n", "less equal", "11.2", ")", "and", "signal_2_n", "more equal", "26.0", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "9", "to", "39", "time", "units", ",", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "9", ":", "39", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 30], "prop": [["signal_1_n", ">=", "3.0"], ["signal_1_n", "<=", "11.2"]]}, " prop_2 ": {"span": [34, 45], "prop": [["signal_2_n", ">=", "26.0"]]}}} {"id": 993, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "stay", "no", "less", "than", "52.2", "at", "once", "or", "at", "the", "same", "moment", "the", "value", "of", "signal_4_n", "will", "be", "equal", "to", "43.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "52.2", "or", "signal_4_n", "math equal", "43.3", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "or", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_3_n", ">=", "52.2"]]}, " prop_3 ": {"span": [45, 54], "prop": [["signal_4_n", "==", "43.3"]]}}} {"id": 443, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "1.6", "is", "detected", "then", "there", "will", "have", "to", "be", "ultimately", "a", "certain", "time", "instant", "within", "the", "first", "1", "to", "74", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "1.6", ")", "imply", "finally", "[1,74]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "there", "will", "have", "to", "be", "ultimately", "a", "certain", "time", "instant", "within", "the", "first", "1", "to", "74", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "1", ":", "74", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<=", "1.6", ")"]]}, " prop_2 ": {"span": [39, 45], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 166, "sentence": ["There", "should", "be", "a", "certain", "time", "instant", "in", "the", "first", "68", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "equal", "to", "35.3", "finally", "."], "ltl": ["finally", "[0,68]", "(", "signal_1_n", "math equal", "35.3", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "time", "instant", "in", "the", "first", "68", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["signal_1_n", "==", "35.3"]]}}} {"id": 4405, "sentence": ["At", "a", "time", "in", "less", "than", "45", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "ultimately", "larger", "than", "71.3", "and", "less", "than", "78.1", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "finally", "in", "the", "interval", "-LSB-", "54.8", ",", "88.7", "-RRB-", "."], "ltl": ["finally", "[0,45]", "(", "(", "signal_1_n", "more", "71.3", "and", "signal_1_n", "less", "78.1", ")", "and", "(", "signal_2_n", "more equal", "54.8", "and", "signal_2_n", "less", "88.7", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "less", "than", "45", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "45", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">", "71.3"], ["signal_1_n", "<", "78.1"]]}, " prop_2 ": {"span": [27, 44], "prop": [["signal_2_n", ">=", "54.8"], ["signal_2_n", "<", "88.7"]]}}} {"id": 1245, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "no", "less", "than", "58.3", "takes", "place", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "16.7", "and", "less", "than", "or", "equal", "to", "73.6", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "58.3", ")", "imply", "signal_2_n", "more equal", "16.7", "and", "signal_2_n", "less equal", "73.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", ">=", "58.3", ")"]]}, " prop_2 ": {"span": [31, 52], "prop": [["signal_2_n", ">=", "16.7"], ["signal_2_n", "<=", "73.6"]]}}} {"id": 5723, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "keeps", "less", "than", "61.8", "or", "the", "event", "that", "signal_2_n", "goes", "to", "at", "least", "65.9", "gets", "observed", "then", "in", "response", "at", "sometime", "in", "the", "subsequent", "87", "time", "units", ",", "the", "signal_3_n", "signal", "is", "n't", "in", "signal_4_n", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less", "61.8", "or", "rise", "(", "signal_2_n", "more equal", "65.9", ")", "imply", "finally", "[0,87]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "in", "response", "at", "sometime", "in", "the", "subsequent", "87", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "87", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "61.8"]]}, " prop_2 ": {"span": [15, 21], "prop": [["rise", "(", "signal_2_n", ">=", "65.9", ")"]]}, " prop_3 ": {"span": [35, 43], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 750, "sentence": ["When", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "subsequent", "82", "time", "units", ",", "ultimately", "there", "exists", "a", "time", "during", "the", "next", "83", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "goes", "down", "to", "less", "than", "44.6", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,82]", "(", "finally", "[0,83]", "(", "rise", "(", "signal_3_n", "less", "44.6", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "subsequent", "82", "time", "units", ",", "ultimately", "there", "exists", "a", "time", "during", "the", "next", "83", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "82", "]", "(", "F", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [40, 50], "prop": [["rise", "(", "signal_3_n", "<", "44.6", ")"]]}}} {"id": 475, "sentence": ["There", "needs", "to", "be", "finally", "a", "certain", "time", "point", "in", "less", "than", "3", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "no", "more", "than", "90.4", ",", "or", "the", "signal_2_n", "signal", "shall", "be", "at", "least", "20.3", "."], "ltl": ["finally", "[0,3]", "(", "signal_1_n", "less equal", "90.4", "or", "signal_2_n", "more equal", "20.3", ")"], "logic_sentence": ["There", "needs", "to", "be", "finally", "a", "certain", "time", "point", "in", "less", "than", "3", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["signal_1_n", "<=", "90.4"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_2_n", ">=", "20.3"]]}}} {"id": 4389, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "1.1", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "be", "eventually", "a", "time", "in", "the", "future", ",", "at", "which", "for", "each", "time", "point", "during", "the", "subsequent", "68", "time", "units", ",", "signal_2_n", "needs", "to", "be", "less", "than", "46.6", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "1.1", "imply", "finally", "(", "globally", "[0,68]", "(", "signal_2_n", "less", "46.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "be", "eventually", "a", "time", "in", "the", "future", ",", "at", "which", "for", "each", "time", "point", "during", "the", "subsequent", "68", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["signal_1_n", "<=", "1.1"]]}, " prop_2 ": {"span": [48, 56], "prop": [["signal_2_n", "<", "46.6"]]}}} {"id": 2636, "sentence": ["There", "should", "be", "a", "certain", "moment", "starting", "at", "most", "20", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "84.3", ",", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "less", "than", "39.5", "has", "to", "be", "finally", "observed", "."], "ltl": ["finally", "[0,20]", "(", "signal_1_n", "math equal", "84.3", "or", "rise", "(", "signal_2_n", "less", "39.5", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "starting", "at", "most", "20", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "be", "finally", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 19], "prop": [["signal_1_n", "==", "84.3"]]}, " prop_2 ": {"span": [25, 32], "prop": [["rise", "(", "signal_2_n", "<", "39.5", ")"]]}}} {"id": 4815, "sentence": ["There", "will", "be", "a", "time", "in", "the", "first", "37", "to", "93", "time", "units", ",", "at", "which", "signal_1_n", "has", "to", "be", "ultimately", "equal", "to", "72.6", "and", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "shifts", "to", "signal_3_n", "must", "n't", "get", "observed", "eventually", "."], "ltl": ["finally", "[37,93]", "(", "signal_1_n", "math equal", "72.6", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "time", "in", "the", "first", "37", "to", "93", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "37", ":", "93", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", "==", "72.6"]]}, " prop_2 ": {"span": [29, 42], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 341, "sentence": ["Continuously", "signal_1_n", "needs", "to", "stay", "in", "signal_2_n", "for", "each", "time", "point", "in", "the", "first", "89", "time", "units", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5030, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "consistently", "staying", "over", "63.8", "for", "each", "time", "instant", "within", "the", "first", "58", "time", "units", "."], "ltl": ["globally", "[0,58]", "(", "signal_1_n", "more", "63.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">", "63.8"]]}}} {"id": 1005, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "must", "be", "smaller", "than", "56.2", ",", "and", "without", "interruption", "the", "state", "of", "signal_2_n", "will", "never", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "56.2", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "<", "56.2"]]}, " prop_2 ": {"span": [21, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1035, "sentence": ["The", "signal_1_n", "signal", "must", "keep", "above", "85.6", "ultimately", "at", "a", "time", "within", "94", "time", "units", "."], "ltl": ["finally", "[0,94]", "(", "signal_1_n", "more", "85.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", ">", "85.6"]]}}} {"id": 6401, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "above", "27.3", "and", "lower", "than", "51.4", "and", "consistently", "keeps", "like", "that", "in", "the", "elapsed", "75", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "during", "the", "next", "96", "time", "units", ",", "for", "each", "time", "instant", "within", "the", "coming", "97", "time", "units", ",", "the", "signal_2_n", "signal", "has", "to", "remain", "equal", "to", "22.9", "."], "ltl": ["globally", "(", "historically", "[0,75]", "(", "signal_1_n", "more", "27.3", "and", "signal_1_n", "less", "51.4", ")", "imply", "finally", "[0,96]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "22.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "during", "the", "next", "96", "time", "units", ",", "for", "each", "time", "instant", "within", "the", "coming", "97", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "75", "]", "(", "prop_1", "&", "prop_1", ")", "->", "F", "[", "0", ":", "96", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 29], "prop": [["signal_1_n", ">", "27.3"], ["signal_1_n", "<", "51.4"]]}, " prop_2 ": {"span": [60, 69], "prop": [["signal_2_n", "==", "22.9"]]}}} {"id": 5840, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "27.4", "takes", "place", "then", "the", "transition", "action", "that", "the", "state", "of", "signal_2_n", "changes", "to", "signal_3_n", "is", "detected", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.4", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<", "27.4", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 529, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "99.1", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "signal_2_n", "will", "be", "at", "least", "51.1", "and", "at", "most", "72.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "99.1", "imply", "signal_2_n", "more equal", "51.1", "and", "signal_2_n", "less equal", "72.5", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", ">", "99.1"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", ">=", "51.1"], ["signal_2_n", "<=", "72.5"]]}}} {"id": 4712, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "larger", "than", "58.6", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "58.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "58.6", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3326, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "56", "to", "80", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "stay", "no", "more", "than", "81.3", "all", "the", "time", "."], "ltl": ["globally", "[56,80]", "(", "signal_1_n", "less equal", "81.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "56", "to", "80", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "56", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", "<=", "81.3"]]}}} {"id": 1736, "sentence": ["When", "signal_1_n", "is", "no", "less", "than", "20.6", "and", "less", "than", "or", "equal", "to", "93.7", "and", "then", "this", "scenario", "will", "be", "remaining", "consecutively", "till", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "shifts", "to", "59.5", "is", "ultimately", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "time", "starting", "at", "most", "40", "time", "units", ",", "signal_3_n", "will", "have", "to", "be", "84.4", "and", "this", "condition", "shall", "continue", "uninterruptedly", "for", "every", "moment", "in", "the", "subsequent", "15", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "20.6", "and", "signal_1_n", "less equal", "93.7", ")", "until", "(", "rise", "(", "signal_2_n", "math equal", "59.5", ")", ")", "imply", "finally", "[0,40]", "(", "globally", "[0,15]", "(", "signal_3_n", "math equal", "84.4", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "then", "this", "scenario", "will", "be", "remaining", "consecutively", "till", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "is", "ultimately", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "time", "starting", "at", "most", "40", "time", "units", ",", "(", "prop_3", ")", "and", "this", "condition", "shall", "continue", "uninterruptedly", "for", "every", "moment", "in", "the", "subsequent", "15", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "15", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">=", "20.6"], ["signal_1_n", "<=", "93.7"]]}, " prop_2 ": {"span": [43, 50], "prop": [["rise", "(", "signal_2_n", "==", "59.5", ")"]]}, " prop_3 ": {"span": [72, 78], "prop": [["signal_3_n", "==", "84.4"]]}}} {"id": 191, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "at", "most", "22.3", "and", "the", "signal_2_n", "signal", "keeps", "equal", "to", "58.8", "then", "in", "response", "there", "will", "exist", "a", "certain", "moment", "starting", "at", "most", "70", "time", "units", "ultimately", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "between", "52.2", "-LRB-", "closed", "-RRB-", "and", "75.0", "-LRB-", "closed", "-RRB-", "and", "will", "have", "to", "stay", "in", "this", "range", "for", "each", "moment", "in", "the", "next", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "22.3", "and", "signal_2_n", "math equal", "58.8", "imply", "finally", "[0,70]", "(", "globally", "[0,89]", "(", "signal_3_n", "more equal", "52.2", "and", "signal_3_n", "less equal", "75.0", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "there", "will", "exist", "a", "certain", "moment", "starting", "at", "most", "70", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "70", "]", "(", "G", "[", "0", ":", "89", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "22.3"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "==", "58.8"]]}, " prop_3 ": {"span": [36, 69], "prop": [["signal_3_n", ">=", "52.2"], ["signal_3_n", "<=", "75.0"]]}}} {"id": 114, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "33", "time", "units", ",", "at", "which", "finally", "signal_1_n", "will", "be", "above", "7.5", ",", "or", "ultimately", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "larger", "than", "40.4", "."], "ltl": ["finally", "[0,33]", "(", "signal_1_n", "more", "7.5", "or", "signal_2_n", "more", "40.4", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "33", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 22], "prop": [["signal_1_n", ">", "7.5"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">", "40.4"]]}}} {"id": 3722, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "above", "81.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "subsequent", "22", "to", "52", "time", "units", "there", "needs", "to", "exist", "a", "time", "starting", "between", "22", "to", "23", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "50.9", "will", "happen", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.8", ")", "imply", "globally", "[22,52]", "(", "finally", "[22,23]", "(", "rise", "(", "signal_2_n", "less equal", "50.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "subsequent", "22", "to", "52", "time", "units", "there", "needs", "to", "exist", "a", "time", "starting", "between", "22", "to", "23", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "happen", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "22", ":", "52", "]", "(", "F", "[", "22", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "81.8", ")"]]}, " prop_2 ": {"span": [55, 67], "prop": [["rise", "(", "signal_2_n", "<=", "50.9", ")"]]}}} {"id": 255, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "crosses", "29.8", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "must", "be", "promptly", "92.4", "and", "the", "signal_3_n", "signal", "will", "have", "to", "be", "bigger", "than", "10.0", "and", "smaller", "than", "61.0", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "29.8", ")", "imply", "signal_2_n", "math equal", "92.4", "and", "(", "signal_3_n", "more", "10.0", "and", "signal_3_n", "less", "61.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "29.8", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", "==", "92.4"]]}, " prop_3 ": {"span": [32, 47], "prop": [["signal_3_n", ">", "10.0"], ["signal_3_n", "<", "61.0"]]}}} {"id": 3602, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "77.1", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "during", "the", "coming", "28", "time", "units", "eventually", "the", "signal_4_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "28.7", "and", "no", "larger", "than", "48.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "77.1", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,28]", "(", "signal_4_n", "more equal", "28.7", "and", "signal_4_n", "less equal", "48.0", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "during", "the", "coming", "28", "time", "units", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "28", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "77.1"]]}, " prop_2 ": {"span": [12, 18], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 55], "prop": [["signal_4_n", ">=", "28.7"], ["signal_4_n", "<=", "48.0"]]}}} {"id": 1003, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "continuously", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "less", "than", "39.6", ",", "and", "consistently", "the", "state", "of", "signal_2_n", "must", "n't", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "39.6", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "continuously", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<", "39.6"]]}, " prop_2 ": {"span": [24, 32], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1207, "sentence": ["For", "each", "moment", "within", "the", "first", "8", "to", "16", "time", "units", "signal_1_n", "must", "be", "consistently", "greater", "than", "or", "equal", "to", "65.4", "and", "less", "than", "or", "equal", "to", "86.2", "."], "ltl": ["globally", "[8,16]", "(", "signal_1_n", "more equal", "65.4", "and", "signal_1_n", "less equal", "86.2", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "8", "to", "16", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "8", ":", "16", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 28], "prop": [["signal_1_n", ">=", "65.4"], ["signal_1_n", "<=", "86.2"]]}}} {"id": 599, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "92.1", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "remain", "no", "less", "than", "63.2", "in", "no", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "92.1", ")", "imply", "signal_2_n", "more equal", "63.2", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "92.1", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", ">=", "63.2"]]}}} {"id": 1399, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "signal_2_n", "occurs", "then", "in", "response", "signal_3_n", "ought", "to", "keep", "less", "than", "or", "equal", "to", "96.1", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "96.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_3_n", "<=", "96.1"]]}}} {"id": 5748, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "73.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "first", "1", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "instant", "within", "the", "coming", "15", "time", "units", "ultimately", ",", "at", "which", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "63.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "73.0", ")", "imply", "globally", "[0,1]", "(", "finally", "[0,15]", "(", "signal_2_n", "more equal", "63.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "first", "1", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "instant", "within", "the", "coming", "15", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["fall", "(", "signal_1_n", "==", "73.0", ")"]]}, " prop_2 ": {"span": [53, 61], "prop": [["signal_2_n", ">=", "63.2"]]}}} {"id": 6, "sentence": ["The", "signal_1_n", "signal", "is", "in", "signal_2_n", "ultimately", "at", "sometime", "starting", "at", "most", "1", "time", "units", "."], "ltl": ["finally", "[0,1]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "1", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 649, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "73.4", "is", "detected", ",", "then", "in", "response", "the", "signal_2_n", "signal", "needs", "to", "be", "larger", "than", "7.0", "and", "no", "larger", "than", "18.7", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "73.4", ")", "imply", "signal_2_n", "more", "7.0", "and", "signal_2_n", "less equal", "18.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["fall", "(", "signal_1_n", "==", "73.4", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">", "7.0"], ["signal_2_n", "<=", "18.7"]]}}} {"id": 4678, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "not", "equal", "to", "90.9", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "subsequent", "28", "time", "units", ",", "at", "sometime", "in", "the", "following", "70", "time", "units", "signal_2_n", "sha", "n't", "be", "no", "less", "than", "48.4", "eventually", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "90.9", ")", "imply", "globally", "[0,28]", "(", "finally", "[0,70]", "(", "negation", "(", "signal_2_n", "more equal", "48.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "subsequent", "28", "time", "units", ",", "at", "sometime", "in", "the", "following", "70", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "28", "]", "(", "F", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["-", "(", "signal_1_n", "==", "90.9", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["-", "(", "signal_2_n", ">=", "48.4", ")"]]}}} {"id": 2287, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "increases", "above", "1.6", "then", "in", "response", "simultaneously", "signal_2_n", "has", "to", "be", "larger", "than", "11.8", "and", "less", "than", "or", "equal", "to", "33.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "1.6", ")", "imply", "signal_2_n", "more", "11.8", "and", "signal_2_n", "less equal", "33.2", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", ">", "1.6", ")"]]}, " prop_2 ": {"span": [12, 26], "prop": [["signal_2_n", ">", "11.8"], ["signal_2_n", "<=", "33.2"]]}}} {"id": 1090, "sentence": ["There", "will", "have", "to", "be", "eventually", "a", "time", "after", "at", "most", "5", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "at", "least", "1.3", "and", "signal_2_n", "must", "keep", "at", "least", "28.0", "."], "ltl": ["finally", "[0,5]", "(", "signal_1_n", "more equal", "1.3", "and", "signal_2_n", "more equal", "28.0", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "eventually", "a", "time", "after", "at", "most", "5", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "5", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", ">=", "1.3"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_2_n", ">=", "28.0"]]}}} {"id": 4127, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "31.3", "is", "detected", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "gets", "changed", "to", "5.6", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "sometime", "during", "the", "following", "93", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "58.9", "and", "then", "uninterruptedly", "remains", "like", "this", "for", "each", "time", "instant", "within", "the", "next", "37", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "31.3", ")", "or", "rise", "(", "signal_2_n", "math equal", "5.6", ")", "imply", "finally", "[0,93]", "(", "globally", "[0,37]", "(", "signal_3_n", "math equal", "58.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "sometime", "during", "the", "following", "93", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "93", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "31.3", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["rise", "(", "signal_2_n", "==", "5.6", ")"]]}, " prop_3 ": {"span": [54, 80], "prop": [["signal_3_n", "==", "58.9"]]}}} {"id": 589, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "no", "less", "than", "61.7", "is", "detected", ",", "then", "in", "response", "right", "away", "the", "signal_2_n", "signal", "must", "be", "between", "the", "range", "-LRB-", "6.9", ",", "66.9", "-RRB-", ",", "and", "promptly", "the", "signal_3_n", "signal", "ought", "to", "be", "6.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "61.7", ")", "imply", "(", "signal_2_n", "more", "6.9", "and", "signal_2_n", "less", "66.9", ")", "and", "signal_3_n", "math equal", "6.7", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "right", "away", "(", "prop_2", ")", ",", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "61.7", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", ">", "6.9"], ["signal_2_n", "<", "66.9"]]}, " prop_3 ": {"span": [40, 47], "prop": [["signal_3_n", "==", "6.7"]]}}} {"id": 3725, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "66.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "first", "28", "to", "66", "time", "units", ",", "ultimately", "there", "ought", "to", "be", "sometime", "during", "the", "subsequent", "27", "to", "30", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "falls", "to", "no", "more", "than", "16.1", "ought", "to", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "66.3", ")", "imply", "globally", "[28,66]", "(", "finally", "[27,30]", "(", "rise", "(", "signal_2_n", "less equal", "16.1", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "first", "28", "to", "66", "time", "units", ",", "ultimately", "there", "ought", "to", "be", "sometime", "during", "the", "subsequent", "27", "to", "30", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "28", ":", "66", "]", "(", "F", "[", "27", ":", "30", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", ">", "66.3", ")"]]}, " prop_2 ": {"span": [53, 64], "prop": [["rise", "(", "signal_2_n", "<=", "16.1", ")"]]}}} {"id": 3642, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "remains", "larger", "than", "32.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "mode", "of", "signal_2_n", "must", "not", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "32.1", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "32.1"]]}, " prop_2 ": {"span": [21, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1630, "sentence": ["At", "sometime", "within", "18", "to", "28", "time", "units", ",", "signal_1_n", "remains", "in", "signal_2_n", "and", "signal_3_n", "must", "finally", "equal", "to", "13.6", "."], "ltl": ["finally", "[18,28]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "13.6", ")"], "logic_sentence": ["At", "sometime", "within", "18", "to", "28", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "18", ":", "28", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_3_n", "==", "13.6"]]}}} {"id": 1497, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal_1_n", "is", "n't", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "within", "16", "to", "21", "time", "units", ",", "the", "signal_3_n", "signal", "shall", "be", "finally", "no", "more", "than", "61.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[16,21]", "(", "signal_3_n", "less equal", "61.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "within", "16", "to", "21", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "16", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_3_n", "<=", "61.5"]]}}} {"id": 3772, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "stays", "larger", "than", "82.9", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "within", "the", "next", "76", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "above", "26.0", "and", "will", "have", "to", "remain", "in", "this", "interval", "continuously", "for", "each", "moment", "during", "the", "subsequent", "71", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "82.9", "imply", "finally", "[0,76]", "(", "globally", "[0,71]", "(", "signal_2_n", "more", "26.0", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "within", "the", "next", "76", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", ">", "82.9"]]}, " prop_2 ": {"span": [28, 57], "prop": [["signal_2_n", ">", "26.0"]]}}} {"id": 200, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "24.0", "is", "observed", "then", "right", "away", "the", "value", "of", "signal", "signal_2_n", "should", "stay", "greater", "than", "or", "equal", "to", "81.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "24.0", ")", "imply", "signal_2_n", "more equal", "81.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", "<=", "24.0", ")"]]}, " prop_2 ": {"span": [29, 42], "prop": [["signal_2_n", ">=", "81.9"]]}}} {"id": 108, "sentence": ["Globally", ",", "whenever", "signal_1_n", "does", "not", "start", "deviating", "from", "signal_2_n", "and", "uninterruptedly", "this", "scenario", "has", "been", "lasting", "for", "the", "last", "15", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal_3_n", "ought", "to", "keep", "larger", "than", "22.1", "and", "below", "39.3", "uninterruptedly", "."], "ltl": ["globally", "(", "historically", "[0,15]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "signal_3_n", "more", "22.1", "and", "signal_3_n", "less", "39.3", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "uninterruptedly", "this", "scenario", "has", "been", "lasting", "for", "the", "last", "15", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "until", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "15", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 51], "prop": [["signal_3_n", ">", "22.1"], ["signal_3_n", "<", "39.3"]]}}} {"id": 1842, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "4", "to", "52", "time", "units", "consecutively", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "less", "than", "76.2", "."], "ltl": ["globally", "[4,52]", "(", "signal_1_n", "less", "76.2", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "4", "to", "52", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", "<", "76.2"]]}}} {"id": 3067, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "33.1", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "52.5", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "33.1", "imply", "signal_2_n", "math equal", "52.5", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "33.1"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", "==", "52.5"]]}}} {"id": 6373, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "60.3", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "is", "a", "certain", "moment", "in", "less", "than", "48", "time", "units", "eventually", ",", "at", "which", "signal_2_n", "ought", "to", "remain", "less", "than", "or", "equal", "to", "39.9", "consecutively", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "60.3", ")", "imply", "finally", "[0,48]", "(", "globally", "(", "signal_2_n", "less equal", "39.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "is", "a", "certain", "moment", "in", "less", "than", "48", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "48", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "60.3", ")"]]}, " prop_2 ": {"span": [35, 53], "prop": [["signal_2_n", "<=", "39.9"]]}}} {"id": 284, "sentence": ["If", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "event", "that", "the", "value", "of", "signal_3_n", "begins", "deviating", "from", "66.9", "must", "never", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "66.9", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "event", "that", "(", "prop_2", ")", "must", "never", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["-", "fall", "(", "signal_3_n", "==", "66.9", ")"]]}}} {"id": 5578, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "0.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "20", "time", "units", ",", "at", "a", "certain", "time", "point", "after", "at", "most", "6", "time", "units", ",", "the", "value", "of", "signal_2_n", "should", "be", "eventually", "at", "most", "29.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "0.2", ")", "imply", "globally", "[0,20]", "(", "finally", "[0,6]", "(", "signal_2_n", "less equal", "29.0", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "20", "time", "units", ",", "at", "a", "certain", "time", "point", "after", "at", "most", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "0.2", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_2_n", "<=", "29.0"]]}}} {"id": 6427, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "above", "16.3", "is", "observed", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "57", "time", "units", "at", "a", "certain", "time", "point", "within", "14", "time", "units", ",", "signal_2_n", "shall", "be", "2.1", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "16.3", ")", "imply", "globally", "[0,57]", "(", "finally", "[0,14]", "(", "signal_2_n", "math equal", "2.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "57", "time", "units", "at", "a", "certain", "time", "point", "within", "14", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "57", "]", "(", "F", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "16.3", ")"]]}, " prop_2 ": {"span": [38, 43], "prop": [["signal_2_n", "==", "2.1"]]}}} {"id": 6413, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "set", "to", "43.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "sometime", "within", "23", "to", "28", "time", "units", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "equal", "to", "19.1", "and", "then", "this", "condition", "shall", "uninterruptedly", "keep", "for", "every", "moment", "within", "the", "coming", "48", "to", "67", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.8", "imply", "finally", "[23,28]", "(", "globally", "[48,67]", "(", "negation", "(", "signal_2_n", "math equal", "19.1", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "sometime", "within", "23", "to", "28", "time", "units", "(", "prop_2", ")", "and", "then", "this", "condition", "shall", "uninterruptedly", "keep", "for", "every", "moment", "within", "the", "coming", "48", "to", "67", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "23", ":", "28", "]", "(", "G", "[", "48", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "43.8"]]}, " prop_2 ": {"span": [29, 39], "prop": [["-", "(", "signal_2_n", "==", "19.1", ")"]]}}} {"id": 3127, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "larger", "than", "22.8", ",", "and", "the", "signal_2_n", "signal", "is", "less", "than", "6.5", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "instant", "in", "the", "following", "62", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "must", "be", "larger", "than", "5.2", "and", "less", "than", "65.4", "and", "will", "have", "to", "consecutively", "remain", "like", "that", "for", "each", "time", "instant", "in", "the", "following", "62", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "22.8", "and", "signal_2_n", "less", "6.5", "imply", "finally", "[0,62]", "(", "globally", "[0,62]", "(", "signal_3_n", "more", "5.2", "and", "signal_3_n", "less", "65.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "instant", "in", "the", "following", "62", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "62", "]", "(", "G", "[", "0", ":", "62", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", ">", "22.8"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "<", "6.5"]]}, " prop_3 ": {"span": [41, 73], "prop": [["signal_3_n", ">", "5.2"], ["signal_3_n", "<", "65.4"]]}}} {"id": 4, "sentence": ["In", "case", "that", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "59.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "eventually", ",", "at", "which", "the", "signal_4_n", "signal", "must", "be", "larger", "than", "52.7", "and", "then", "uninterruptedly", "this", "condition", "will", "remain", "for", "each", "time", "point", "in", "the", "subsequent", "14", "to", "14", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "59.4", "imply", "finally", "(", "globally", "[14,14]", "(", "signal_4_n", "more", "52.7", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "eventually", ",", "at", "which", "(", "prop_3", ")", "and", "then", "uninterruptedly", "this", "condition", "will", "remain", "for", "each", "time", "point", "in", "the", "subsequent", "14", "to", "14", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "14", ":", "14", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 22], "prop": [["signal_3_n", "<=", "59.4"]]}, " prop_3 ": {"span": [47, 55], "prop": [["signal_4_n", ">", "52.7"]]}}} {"id": 3474, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "29.3", "and", "no", "more", "than", "73.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "8.8", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_3_n", "should", "never", "be", "at", "most", "0.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "29.3", "and", "signal_1_n", "less equal", "73.0", ")", "or", "signal_2_n", "more equal", "8.8", "imply", "negation", "(", "signal_3_n", "less equal", "0.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "29.3"], ["signal_1_n", "<=", "73.0"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">=", "8.8"]]}, " prop_3 ": {"span": [47, 58], "prop": [["-", "(", "signal_3_n", "<=", "0.2", ")"]]}}} {"id": 712, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "15", "to", "23", "time", "units", "signal_1_n", "shall", "stay", "less", "than", "or", "equal", "to", "29.3", "continuously", "or", "the", "signal_2_n", "signal", "will", "always", "stay", "greater", "than", "or", "equal", "to", "89.3", "."], "ltl": ["globally", "[15,23]", "(", "signal_1_n", "less equal", "29.3", "or", "signal_2_n", "more equal", "89.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "15", "to", "23", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "23", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<=", "29.3"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">=", "89.3"]]}}} {"id": 1558, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "3.2", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "greater", "than", "or", "equal", "to", "34.7", "shall", "take", "place", "or", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "should", "be", "less", "than", "10.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "3.2", ")", "imply", "rise", "(", "signal_2_n", "more equal", "34.7", ")", "or", "signal_3_n", "less", "10.6", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "take", "place", "or", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "3.2", ")"]]}, " prop_2 ": {"span": [30, 43], "prop": [["rise", "(", "signal_2_n", ">=", "34.7", ")"]]}, " prop_3 ": {"span": [50, 60], "prop": [["signal_3_n", "<", "10.6"]]}}} {"id": 4763, "sentence": ["There", "has", "to", "be", "finally", "sometime", "in", "less", "than", "75", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "should", "keep", "at", "least", "3.5", "and", "at", "most", "13.9", "."], "ltl": ["finally", "[0,75]", "(", "signal_1_n", "more equal", "3.5", "and", "signal_1_n", "less equal", "13.9", ")"], "logic_sentence": ["There", "has", "to", "be", "finally", "sometime", "in", "less", "than", "75", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "75", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 27], "prop": [["signal_1_n", ">=", "3.5"], ["signal_1_n", "<=", "13.9"]]}}} {"id": 5459, "sentence": ["For", "each", "time", "point", "within", "the", "first", "85", "time", "units", ",", "signal_1_n", "should", "be", "higher", "than", "64.1", "and", "signal_2_n", "should", "always", "not", "be", "41.4", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "more", "64.1", "and", "negation", "(", "signal_2_n", "math equal", "41.4", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "85", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", ">", "64.1"]]}, " prop_2 ": {"span": [18, 24], "prop": [["-", "(", "signal_2_n", "==", "41.4", ")"]]}}} {"id": 97, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "must", "remain", "lower", "than", "48.6", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.6", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "<", "48.6"]]}}} {"id": 6381, "sentence": ["Uninterruptedly", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "for", "each", "moment", "in", "the", "first", "16", "to", "40", "time", "units", "."], "ltl": ["globally", "[16,40]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "16", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 425, "sentence": ["There", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "65.1", "shall", "ultimately", "get", "observed", "or", "signal_2_n", "should", "n't", "be", "less", "than", "or", "equal", "to", "90.0", "finally", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "65.1", ")", "or", "negation", "(", "signal_2_n", "less equal", "90.0", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "shall", "ultimately", "get", "observed", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["rise", "(", "signal_1_n", "<=", "65.1", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["-", "(", "signal_2_n", "<=", "90.0", ")"]]}}} {"id": 3854, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "13.0", "happens", ",", "then", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "shifted", "to", "signal_3_n", "has", "to", "occur", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "13.0", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "occur", "instantly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "13.0", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5942, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "61.5", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "signal_2_n", "ought", "to", "be", "equal", "to", "59.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "61.5", ")", "imply", "signal_2_n", "math equal", "59.6", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "61.5", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "==", "59.6"]]}}} {"id": 381, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "above", "7.6", "and", "smaller", "than", "43.6", "or", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "94.4", "then", "the", "following", "condition", "holds", ":", "there", "is", "a", "time", "after", "at", "most", "92", "time", "units", ",", "at", "which", "finally", "signal_3_n", "settles", "to", "60.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "7.6", "and", "signal_1_n", "less", "43.6", ")", "or", "signal_2_n", "more equal", "94.4", "imply", "finally", "[0,92]", "(", "signal_3_n", "math equal", "60.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "there", "is", "a", "time", "after", "at", "most", "92", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "92", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "7.6"], ["signal_1_n", "<", "43.6"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", ">=", "94.4"]]}, " prop_3 ": {"span": [45, 49], "prop": [["signal_3_n", "==", "60.7"]]}}} {"id": 925, "sentence": ["There", "should", "ultimately", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "smaller", "than", "35.3", "."], "ltl": ["finally", "(", "signal_1_n", "less", "35.3", ")"], "logic_sentence": ["There", "should", "ultimately", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "<", "35.3"]]}}} {"id": 4810, "sentence": ["In", "the", "case", "signal_1_n", "is", "greater", "than", "17.5", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "will", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "no", "larger", "than", "97.5", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more", "17.5", "imply", "globally", "(", "finally", "(", "signal_2_n", "less equal", "97.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "there", "will", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 22], "prop": [["signal_1_n", ">", "17.5"]]}, " prop_2 ": {"span": [40, 52], "prop": [["signal_2_n", "<=", "97.5"]]}}} {"id": 1007, "sentence": ["Finally", "the", "signal_1_n", "signal", "ought", "to", "be", "at", "least", "5.8", "and", "less", "than", "or", "equal", "to", "35.9", "at", "a", "certain", "time", "point", "within", "the", "first", "69", "time", "units", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "more equal", "5.8", "and", "signal_1_n", "less equal", "35.9", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 28], "prop": [["signal_1_n", ">=", "5.8"], ["signal_1_n", "<=", "35.9"]]}}} {"id": 4403, "sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "58", "time", "units", ",", "the", "signal_1_n", "signal", "is", "above", "7.5", "and", "less", "than", "9.5", "finally", ",", "and", "ultimately", "the", "value", "of", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "45.1", "and", "below", "75.2", "."], "ltl": ["finally", "[0,58]", "(", "(", "signal_1_n", "more", "7.5", "and", "signal_1_n", "less", "9.5", ")", "and", "(", "signal_2_n", "more equal", "45.1", "and", "signal_2_n", "less", "75.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "58", "time", "units", ",", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", ">", "7.5"], ["signal_1_n", "<", "9.5"]]}, " prop_2 ": {"span": [26, 42], "prop": [["signal_2_n", ">=", "45.1"], ["signal_2_n", "<", "75.2"]]}}} {"id": 3560, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "not", "equal", "to", "21.8", "and", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "elapsed", "61", "to", "62", "time", "units", "the", "signal_4_n", "signal", "needs", "to", "stay", "in", "signal_5_n", "consistently", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "21.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[61,62]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "the", "elapsed", "61", "to", "62", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "61", ":", "62", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "==", "21.8", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [44, 53], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 6009, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "no", "less", "than", "55.4", "is", "detected", ",", "then", "in", "response", "signal_2_n", "must", "be", "immediately", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "55.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["rise", "(", "signal_1_n", ">=", "55.4", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 287, "sentence": ["The", "mode", "of", "signal_1_n", "always", "stays", "in", "signal_2_n", "for", "every", "moment", "during", "the", "first", "62", "time", "units", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 12, "sentence": ["For", "every", "moment", "within", "the", "first", "27", "time", "units", ",", "the", "value", "of", "signal_1_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "53.8", "all", "the", "time", "."], "ltl": ["globally", "[0,27]", "(", "signal_1_n", "more equal", "53.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "27", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">=", "53.8"]]}}} {"id": 5394, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "no", "less", "than", "56.6", "and", "at", "most", "78.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "coming", "65", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "coming", "15", "time", "units", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "shall", "happen", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "56.6", "and", "signal_1_n", "less equal", "78.8", "imply", "globally", "[0,65]", "(", "finally", "[0,15]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "coming", "65", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "coming", "15", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "shall", "happen", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "65", "]", "(", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">=", "56.6"], ["signal_1_n", "<=", "78.8"]]}, " prop_2 ": {"span": [47, 56], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1764, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "state", "of", "signal", "signal_1_n", "needs", "to", "stay", "in", "signal_2_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 466, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "is", "75.5", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "75.5", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "==", "75.5"]]}}} {"id": 1945, "sentence": ["It", "is", "always", "the", "case", "that", "if", "continuously", "the", "signal_1_n", "signal", "has", "kept", "higher", "than", "9.8", "and", "no", "larger", "than", "75.4", "during", "the", "past", "34", "to", "66", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "execution", "ends", ",", "continuously", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "bigger", "than", "1.1", "and", "smaller", "than", "4.5", "."], "ltl": ["globally", "(", "historically", "[34,66]", "(", "signal_1_n", "more", "9.8", "and", "signal_1_n", "less equal", "75.4", ")", "imply", "globally", "(", "signal_2_n", "more", "1.1", "and", "signal_2_n", "less", "4.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "continuously", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "execution", "ends", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "34", ":", "66", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 29], "prop": [["signal_1_n", ">", "9.8"], ["signal_1_n", "<=", "75.4"]]}, " prop_2 ": {"span": [45, 60], "prop": [["signal_2_n", ">", "1.1"], ["signal_2_n", "<", "4.5"]]}}} {"id": 511, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "at", "most", "78.7", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "in", "the", "subsequent", "40", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "for", "the", "next", "5", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "78.7", ")", "imply", "finally", "[0,40]", "(", "globally", "[0,5]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "in", "the", "subsequent", "40", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["rise", "(", "signal_1_n", "<=", "78.7", ")"]]}, " prop_2 ": {"span": [29, 45], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 561, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "stays", "at", "most", "77.8", ",", "then", "the", "following", "condition", "is", "not", "true", ":", "at", "sometime", "during", "the", "next", "26", "time", "units", "signal_3_n", "will", "be", "equal", "to", "16.6", ",", "and", "till", "then", "signal_2_n", "will", "consecutively", "not", "be", "less", "than", "or", "equal", "to", "31.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "77.8", "imply", "negation", "(", "(", "negation", "(", "signal_2_n", "less equal", "31.6", ")", ")", "until", "[0,26]", "(", "signal_3_n", "math equal", "16.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "not", "true", ":", "at", "sometime", "during", "the", "next", "26", "time", "units", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "(", "prop_3", ")", "U", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "<=", "77.8"]]}, " prop_2 ": {"span": [35, 41], "prop": [["signal_3_n", "==", "16.6"]]}, " prop_3 ": {"span": [45, 56], "prop": [["-", "(", "signal_2_n", "<=", "31.6", ")"]]}}} {"id": 2262, "sentence": ["Between", "15", "to", "53", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "92.6", "or", "the", "mode", "of", "signal_2_n", "has", "to", "remain", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "[15,53]", "(", "signal_1_n", "math equal", "92.6", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Between", "15", "to", "53", "time", "units", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "53", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "92.6"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3159, "sentence": ["For", "at", "least", "80", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "continuously", "greater", "than", "or", "equal", "to", "19.9", "and", "no", "larger", "than", "75.2", "and", "the", "state", "of", "signal", "signal_2_n", "has", "to", "continuously", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,80]", "(", "(", "signal_1_n", "more equal", "19.9", "and", "signal_1_n", "less equal", "75.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "at", "least", "80", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "80", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 26], "prop": [["signal_1_n", ">=", "19.9"], ["signal_1_n", "<=", "75.2"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5566, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "above", "43.5", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "needs", "to", "be", "a", "certain", "moment", "within", "the", "next", "2", "time", "units", ",", "after", "which", "in", "the", "subsequent", "77", "time", "units", "the", "state", "of", "signal", "signal_2_n", "continuously", "remains", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "43.5", ")", "imply", "finally", "[0,2]", "(", "globally", "[0,77]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "needs", "to", "be", "a", "certain", "moment", "within", "the", "next", "2", "time", "units", ",", "after", "which", "in", "the", "subsequent", "77", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "2", "]", "(", "G", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", ">", "43.5", ")"]]}, " prop_2 ": {"span": [50, 59], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5554, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "is", "at", "most", "17.8", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "17.8", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_3_n", "<=", "17.8"]]}}} {"id": 4957, "sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "the", "first", "35", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "9.5", "is", "detected", "finally", "and", "signal_2_n", "ought", "to", "be", "eventually", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,35]", "(", "rise", "(", "signal_1_n", "math equal", "9.5", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "the", "first", "35", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "finally", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["rise", "(", "signal_1_n", "==", "9.5", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3928, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "below", "26.2", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "signal_2_n", "signal", "needs", "to", "be", "equal", "to", "43.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "26.2", ")", "imply", "signal_2_n", "math equal", "43.6", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "26.2", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "43.6"]]}}} {"id": 1363, "sentence": ["There", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "starting", "at", "most", "87", "time", "units", ",", "at", "which", "signal_1_n", "has", "to", "be", "above", "19.6", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "more", "19.6", ")"], "logic_sentence": ["There", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "starting", "at", "most", "87", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 25], "prop": [["signal_1_n", ">", "19.6"]]}}} {"id": 1031, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "17.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "transition", "action", "that", "signal_2_n", "falls", "to", "no", "more", "than", "49.4", "will", "have", "to", "get", "observed", "or", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "equal", "to", "71.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "17.2", ")", "imply", "rise", "(", "signal_2_n", "less equal", "49.4", ")", "or", "signal_3_n", "math equal", "71.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "get", "observed", "or", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "17.2", ")"]]}, " prop_2 ": {"span": [37, 44], "prop": [["rise", "(", "signal_2_n", "<=", "49.4", ")"]]}, " prop_3 ": {"span": [55, 66], "prop": [["signal_3_n", "==", "71.4"]]}}} {"id": 1710, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "83.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "next", "64", "time", "units", ",", "eventually", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "starts", "not", "equaling", "to", "21.8", "does", "not", "occur", "at", "a", "certain", "time", "instant", "starting", "at", "most", "48", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "83.8", ")", "imply", "globally", "[0,64]", "(", "finally", "[0,48]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "21.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "next", "64", "time", "units", ",", "eventually", "the", "scenario", "that", "(", "prop_2", ")", "does", "not", "occur", "at", "a", "certain", "time", "instant", "starting", "at", "most", "48", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "64", "]", "(", "F", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "83.8", ")"]]}, " prop_2 ": {"span": [43, 53], "prop": [["-", "fall", "(", "signal_2_n", "==", "21.8", ")"]]}}} {"id": 165, "sentence": ["There", "exists", "sometime", "starting", "at", "most", "4", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "equal", "to", "14.3", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "math equal", "14.3", ")"], "logic_sentence": ["There", "exists", "sometime", "starting", "at", "most", "4", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "14.3"]]}}} {"id": 4995, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "no", "larger", "than", "26.4", "takes", "place", ",", "then", "in", "no", "time", "the", "signal_2_n", "signal", "will", "have", "to", "be", "at", "most", "6.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.4", ")", "imply", "signal_2_n", "less equal", "6.3", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "26.4", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<=", "6.3"]]}}} {"id": 1942, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "above", "5.8", "and", "less", "than", "or", "equal", "to", "12.3", "and", "this", "scenario", "remained", "uninterruptedly", "in", "the", "last", "6", "to", "10", "time", "units", ",", "then", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "in", "the", "open", "interval", "-LRB-", "29.2", ",", "49.7", "-RRB-", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "historically", "[6,10]", "(", "signal_1_n", "more", "5.8", "and", "signal_1_n", "less equal", "12.3", ")", "imply", "globally", "(", "signal_2_n", "more", "29.2", "and", "signal_2_n", "less", "49.7", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "this", "scenario", "remained", "uninterruptedly", "in", "the", "last", "6", "to", "10", "time", "units", ",", "then", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "6", ":", "10", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 18], "prop": [["signal_1_n", ">", "5.8"], ["signal_1_n", "<=", "12.3"]]}, " prop_2 ": {"span": [35, 60], "prop": [["signal_2_n", ">", "29.2"], ["signal_2_n", "<", "49.7"]]}}} {"id": 160, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "38.1", "then", "starting", "without", "any", "delay", "the", "event", "that", "the", "value", "of", "signal_2_n", "decreases", "below", "45.5", "ought", "never", "to", "get", "detected", "and", "promptly", "the", "value", "of", "signal_3_n", "will", "settle", "to", "86.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "38.1", "imply", "negation", "fall", "(", "signal_2_n", "more equal", "45.5", ")", "and", "signal_3_n", "math equal", "86.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_2", ")", "ought", "never", "to", "get", "detected", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "38.1"]]}, " prop_2 ": {"span": [20, 27], "prop": [["-", "fall", "(", "signal_2_n", ">=", "45.5", ")"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_3_n", "==", "86.5"]]}}} {"id": 4512, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "at", "least", "65.6", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "signal_2_n", "needs", "to", "equal", "to", "45.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.6", ")", "imply", "signal_2_n", "math equal", "45.1", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", ">=", "65.6", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "45.1"]]}}} {"id": 161, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "larger", "than", "98.5", ",", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LRB-", "1.7", ",", "16.3", "-RRB-", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "finally", "stay", "less", "than", "64.1", "."], "ltl": ["globally", "(", "signal_1_n", "more", "98.5", "and", "(", "signal_2_n", "more", "1.7", "and", "signal_2_n", "less", "16.3", ")", "imply", "finally", "(", "signal_3_n", "less", "64.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "98.5"]]}, " prop_2 ": {"span": [17, 30], "prop": [["signal_2_n", ">", "1.7"], ["signal_2_n", "<", "16.3"]]}, " prop_3 ": {"span": [53, 63], "prop": [["signal_3_n", "<", "64.1"]]}}} {"id": 4486, "sentence": ["At", "a", "certain", "time", "instant", "within", "25", "time", "units", ",", "finally", "signal_1_n", "must", "remain", "greater", "than", "or", "equal", "to", "79.8", ",", "or", "finally", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "less", "than", "84.3", "."], "ltl": ["finally", "[0,25]", "(", "signal_1_n", "more equal", "79.8", "or", "signal_2_n", "less", "84.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "25", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">=", "79.8"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", "<", "84.3"]]}}} {"id": 2958, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "89.1", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "must", "never", "be", "higher", "than", "91.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "89.1", ")", "imply", "negation", "(", "signal_2_n", "more", "91.9", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "89.1", ")"]]}, " prop_2 ": {"span": [26, 41], "prop": [["-", "(", "signal_2_n", ">", "91.9", ")"]]}}} {"id": 701, "sentence": ["At", "a", "time", "starting", "at", "most", "78", "time", "units", "finally", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "no", "less", "than", "0.7", "and", "below", "16.4", "."], "ltl": ["finally", "[0,78]", "(", "signal_1_n", "more equal", "0.7", "and", "signal_1_n", "less", "16.4", ")"], "logic_sentence": ["At", "a", "time", "starting", "at", "most", "78", "time", "units", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "78", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "0.7"], ["signal_1_n", "<", "16.4"]]}}} {"id": 399, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "35.7", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "70.7", "and", "this", "condition", "must", "uninterruptedly", "last", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "35.7", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less equal", "70.7", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "and", "this", "condition", "must", "uninterruptedly", "last", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", ">=", "35.7", ")"]]}, " prop_2 ": {"span": [43, 53], "prop": [["signal_2_n", "<=", "70.7"]]}}} {"id": 5986, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "21", "to", "81", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "remain", "in", "signal_2_n", "continuously", "."], "ltl": ["globally", "[21,81]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "21", "to", "81", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "21", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5378, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "stays", "equal", "to", "30.5", ",", "and", "consistently", "the", "signal_2_n", "signal", "needs", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "30.5", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "30.5"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3777, "sentence": ["There", "will", "be", "a", "certain", "time", "point", "during", "the", "first", "65", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "56.0", "shall", "take", "place", "ultimately", ",", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "7.3", "."], "ltl": ["finally", "[0,65]", "(", "rise", "(", "signal_1_n", "math equal", "56.0", ")", "or", "signal_2_n", "more equal", "7.3", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "point", "during", "the", "first", "65", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "take", "place", "ultimately", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "65", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["rise", "(", "signal_1_n", "==", "56.0", ")"]]}, " prop_2 ": {"span": [34, 49], "prop": [["signal_2_n", ">=", "7.3"]]}}} {"id": 3736, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "immediately", "larger", "than", "22.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "22.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_3_n", ">", "22.0"]]}}} {"id": 1656, "sentence": ["For", "every", "time", "point", "within", "17", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "shall", "stay", "greater", "than", "or", "equal", "to", "21.0", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "more equal", "21.0", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "17", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", ">=", "21.0"]]}}} {"id": 192, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "not", "in", "signal_2_n", "and", "has", "been", "continuing", "like", "this", "consecutively", "for", "the", "past", "41", "to", "48", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_5_n", "signal", "will", "have", "to", "be", "eventually", "signal_6_n", "at", "a", "certain", "time", "instant", "in", "the", "next", "18", "time", "units", ",", "and", "before", "that", "continuously", "the", "state", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "historically", "[41,48]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[0,18]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "and", "before", "that", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "41", ":", "48", "]", "(", "prop_1", ")", "->", "(", "prop_3", ")", "U", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 27], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 54], "prop": [["signal_5_n", "==", "signal_6_n"]]}, " prop_3 ": {"span": [59, 68], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 502, "sentence": ["As", "soon", "as", "signal_1_n", "is", "less", "than", "43.1", "then", "there", "has", "to", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "next", "22", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "is", "n't", "set", "to", "signal_3_n", "and", "ought", "to", "uninterruptedly", "keep", "like", "that", "for", "every", "moment", "during", "the", "subsequent", "3", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "43.1", "imply", "finally", "[0,22]", "(", "globally", "[0,3]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "there", "has", "to", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "next", "22", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "43.1"]]}, " prop_2 ": {"span": [27, 51], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6247, "sentence": ["For", "each", "time", "point", "in", "the", "first", "39", "time", "units", ",", "continuously", "the", "signal_1_n", "signal", "will", "stay", "at", "44.8", ",", "and", "without", "interruption", "the", "signal_2_n", "signal", "should", "stay", "less", "than", "or", "equal", "to", "28.7", "."], "ltl": ["globally", "[0,39]", "(", "signal_1_n", "math equal", "44.8", "and", "signal_2_n", "less equal", "28.7", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "39", "time", "units", ",", "continuously", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "39", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "44.8"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "28.7"]]}}} {"id": 5659, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "2.8", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "is", "immediately", "not", "above", "85.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "2.8", ")", "imply", "negation", "(", "signal_2_n", "more", "85.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "2.8", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["-", "(", "signal_2_n", ">", "85.8", ")"]]}}} {"id": 1956, "sentence": ["For", "each", "time", "point", "within", "54", "to", "93", "time", "units", ",", "the", "signal_1_n", "signal", "will", "not", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[54,93]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "54", "to", "93", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "54", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 905, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "37.4", "occurs", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "ought", "to", "be", "no", "less", "than", "77.1", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "37.4", ")", "imply", "signal_2_n", "more equal", "77.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "37.4", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "77.1"]]}}} {"id": 3246, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "keeps", "greater", "than", "or", "equal", "to", "77.0", "or", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "59.7", "then", "the", "value", "of", "signal", "signal_4_n", "will", "be", "less", "than", "36.1", "eventually", "at", "a", "certain", "moment", "in", "less", "than", "84", "time", "units", ",", "until", "then", "the", "signal_3_n", "signal", "has", "to", "stay", "equal", "to", "38.6", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "77.0", "or", "signal_2_n", "less equal", "59.7", "imply", "(", "signal_3_n", "math equal", "38.6", ")", "until", "[0,84]", "(", "signal_4_n", "less", "36.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "84", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", ">=", "77.0"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "<=", "59.7"]]}, " prop_3 ": {"span": [29, 63], "prop": [["signal_4_n", "<", "36.1"], ["signal_3_n", "==", "38.6"]]}}} {"id": 103, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "19", "to", "87", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "should", "remain", "greater", "than", "or", "equal", "to", "29.9", "and", "less", "than", "or", "equal", "to", "76.0", "and", "continuously", "the", "value", "of", "signal_2_n", "must", "keep", "less", "than", "or", "equal", "to", "32.3", "."], "ltl": ["globally", "[19,87]", "(", "(", "signal_1_n", "more equal", "29.9", "and", "signal_1_n", "less equal", "76.0", ")", "and", "signal_2_n", "less equal", "32.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "19", "to", "87", "time", "units", "consistently", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "19", ":", "87", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 32], "prop": [["signal_1_n", ">=", "29.9"], ["signal_1_n", "<=", "76.0"]]}, " prop_2 ": {"span": [34, 46], "prop": [["signal_2_n", "<=", "32.3"]]}}} {"id": 135, "sentence": ["For", "the", "first", "36", "time", "units", ",", "the", "signal_1_n", "signal", "should", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "the", "first", "36", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5710, "sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "11", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "50.8", "and", "less", "than", "or", "equal", "to", "65.0", ",", "and", "finally", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,11]", "(", "(", "signal_1_n", "more equal", "50.8", "and", "signal_1_n", "less equal", "65.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "11", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 35], "prop": [["signal_1_n", ">=", "50.8"], ["signal_1_n", "<=", "65.0"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4654, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "more", "than", "14.1", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "26.7", "and", "smaller", "than", "32.5", ",", "or", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "52.4", "must", "occur", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "14.1", ")", "imply", "(", "signal_2_n", "more", "26.7", "and", "signal_2_n", "less", "32.5", ")", "or", "rise", "(", "signal_3_n", "more equal", "52.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "occur", "at", "the", "same", "time", "point", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "14.1", ")"]]}, " prop_2 ": {"span": [26, 42], "prop": [["signal_2_n", ">", "26.7"], ["signal_2_n", "<", "32.5"]]}, " prop_3 ": {"span": [48, 59], "prop": [["rise", "(", "signal_3_n", ">=", "52.4", ")"]]}}} {"id": 3080, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "the", "value", "of", "signal", "signal_1_n", "will", "remain", "higher", "than", "29.6", "and", "less", "than", "71.5", "consistently", ",", "or", "uninterruptedly", "the", "signal_2_n", "signal", "will", "stay", "less", "than", "or", "equal", "to", "91.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "29.6", "and", "signal_1_n", "less", "71.5", ")", "or", "signal_2_n", "less equal", "91.0", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 22], "prop": [["signal_1_n", ">", "29.6"], ["signal_1_n", "<", "71.5"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<=", "91.0"]]}}} {"id": 1542, "sentence": ["For", "every", "moment", "within", "59", "time", "units", ",", "the", "signal_1_n", "signal", "uninterruptedly", "stays", "greater", "than", "or", "equal", "to", "77.1", ",", "and", "signal_2_n", "should", "remain", "higher", "than", "0.3", "consecutively", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "more equal", "77.1", "and", "signal_2_n", "more", "0.3", ")"], "logic_sentence": ["For", "every", "moment", "within", "59", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">=", "77.1"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", ">", "0.3"]]}}} {"id": 26, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "7", "time", "units", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "93.0", "will", "occur", "and", "eventually", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "6.9", "and", "at", "most", "66.1", "."], "ltl": ["finally", "[0,7]", "(", "rise", "(", "signal_1_n", "less", "93.0", ")", "and", "(", "signal_2_n", "more equal", "6.9", "and", "signal_2_n", "less equal", "66.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "7", "time", "units", "the", "event", "that", "(", "prop_1", ")", "will", "occur", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "7", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", "<", "93.0", ")"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", ">=", "6.9"], ["signal_2_n", "<=", "66.1"]]}}} {"id": 726, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "lower", "than", "85.5", ",", "and", "the", "mode", "of", "signal_2_n", "is", "n't", "set", "to", "signal_3_n", ",", "then", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "first", "32", "time", "units", "for", "each", "moment", "in", "the", "subsequent", "94", "time", "units", "the", "signal_4_n", "signal", "will", "have", "to", "consistently", "equal", "to", "0.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "85.5", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "[0,32]", "(", "globally", "[0,94]", "(", "signal_4_n", "math equal", "0.1", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "first", "32", "time", "units", "for", "each", "moment", "in", "the", "subsequent", "94", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "0", ":", "94", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "85.5"]]}, " prop_2 ": {"span": [10, 19], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [42, 52], "prop": [["signal_4_n", "==", "0.1"]]}}} {"id": 591, "sentence": ["For", "every", "moment", "within", "the", "first", "75", "time", "units", ",", "signal_1_n", "shall", "keep", "in", "signal_2_n", "without", "interruption", ",", "and", "the", "signal_3_n", "signal", "will", "not", "be", "less", "than", "29.5", "."], "ltl": ["globally", "[0,75]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "less", "29.5", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "75", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "75", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "(", "signal_3_n", "<", "29.5", ")"]]}}} {"id": 2058, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "below", "23.1", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "at", "least", "91.7", "and", "no", "more", "than", "96.8", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "23.1", ")", "imply", "signal_2_n", "more equal", "91.7", "and", "signal_2_n", "less equal", "96.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<", "23.1", ")"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", ">=", "91.7"], ["signal_2_n", "<=", "96.8"]]}}} {"id": 2408, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "12", "to", "15", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "be", "always", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[12,15]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "12", "to", "15", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "12", ":", "15", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 387, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "increases", "above", "46.6", "gets", "observed", "then", "at", "the", "same", "time", "instant", "signal_2_n", "is", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "46.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "46.6", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2199, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "enters", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "simultaneously", "the", "signal_3_n", "signal", "will", "be", "at", "most", "66.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "66.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_3_n", "<=", "66.8"]]}}} {"id": 1888, "sentence": ["In", "the", "future", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "above", "65.1", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "65.1", ")"], "logic_sentence": ["In", "the", "future", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">", "65.1"]]}}} {"id": 6040, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "11.3", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "is", "equal", "to", "49.3", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "11.3", ")", "imply", "signal_2_n", "math equal", "49.3", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "11.3", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "49.3"]]}}} {"id": 6027, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "54", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "ultimately", "or", "signal_3_n", "has", "to", "be", "eventually", "less", "than", "or", "equal", "to", "80.3", "."], "ltl": ["finally", "[0,54]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "80.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "54", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", "<=", "80.3"]]}}} {"id": 3994, "sentence": ["The", "state", "of", "signal", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "ultimately", "at", "sometime", "in", "the", "first", "14", "to", "15", "time", "units", "."], "ltl": ["finally", "[14,15]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "14", ":", "15", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2730, "sentence": ["At", "sometime", "in", "the", "future", "eventually", "the", "state", "of", "signal_1_n", "will", "be", "signal_2_n", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "exceeds", "the", "threshold", "of", "65.6", "takes", "place", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "more", "65.6", ")", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "eventually", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 27], "prop": [["rise", "(", "signal_3_n", ">", "65.6", ")"]]}}} {"id": 3881, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "increases", "to", "at", "least", "57.6", "or", "the", "scenario", "that", "the", "signal_2_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "54.6", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "must", "be", "set", "to", "signal_4_n", "instantly", ",", "or", "the", "value", "of", "signal_5_n", "will", "have", "to", "be", "promptly", "80.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.6", ")", "or", "rise", "(", "signal_2_n", "less equal", "54.6", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "signal_5_n", "math equal", "80.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", ",", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", ">=", "57.6", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["rise", "(", "signal_2_n", "<=", "54.6", ")"]]}, " prop_3 ": {"span": [44, 53], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [55, 65], "prop": [["signal_5_n", "==", "80.9"]]}}} {"id": 5415, "sentence": ["For", "each", "time", "point", "during", "the", "first", "51", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "always", "keep", "less", "than", "25.6", "."], "ltl": ["globally", "[0,51]", "(", "signal_1_n", "less", "25.6", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "51", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "<", "25.6"]]}}} {"id": 145, "sentence": ["At", "sometime", "in", "the", "first", "90", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "be", "eventually", "between", "-LSB-", "1.0", ",", "47.6", "-RSB-", "and", "ultimately", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "over", "10.5", "will", "occur", "."], "ltl": ["finally", "[0,90]", "(", "(", "signal_1_n", "more equal", "1.0", "and", "signal_1_n", "less equal", "47.6", ")", "and", "rise", "(", "signal_2_n", "more", "10.5", ")", ")"], "logic_sentence": ["At", "sometime", "in", "the", "first", "90", "time", "units", ",", "(", "prop_1", ")", "and", "ultimately", "the", "event", "that", "(", "prop_2", ")", "will", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "90", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">=", "1.0"], ["signal_1_n", "<=", "47.6"]]}, " prop_2 ": {"span": [28, 35], "prop": [["rise", "(", "signal_2_n", ">", "10.5", ")"]]}}} {"id": 2763, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "96.8", "happens", ",", "then", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "following", "8", "time", "units", ",", "at", "which", "consecutively", "the", "mode", "of", "signal_2_n", "will", "have", "to", "keep", "in", "signal_3_n", "for", "every", "time", "instant", "within", "62", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "96.8", ")", "imply", "finally", "[0,8]", "(", "globally", "[0,62]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "following", "8", "time", "units", ",", "at", "which", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "8", "]", "(", "G", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "96.8", ")"]]}, " prop_2 ": {"span": [39, 57], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6358, "sentence": ["Continuously", "the", "value", "of", "signal_1_n", "has", "to", "be", "equal", "to", "37.4", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "37.4", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "==", "37.4"]]}}} {"id": 1082, "sentence": ["For", "every", "moment", "during", "the", "first", "100", "time", "units", "continuously", "the", "value", "of", "signal_1_n", "must", "never", "be", "less", "than", "or", "equal", "to", "62.5", "and", "consistently", "the", "value", "of", "signal", "signal_2_n", "must", "be", "lower", "than", "96.1", "."], "ltl": ["globally", "[0,100]", "(", "negation", "(", "signal_1_n", "less equal", "62.5", ")", "and", "signal_2_n", "less", "96.1", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "100", "time", "units", "continuously", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "100", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["-", "(", "signal_1_n", "<=", "62.5", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "<", "96.1"]]}}} {"id": 2526, "sentence": ["At", "sometime", "within", "the", "first", "14", "time", "units", "finally", "the", "signal_1_n", "signal", "shall", "be", "equal", "to", "1.3", ",", "and", "ultimately", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "equal", "to", "46.3", "."], "ltl": ["finally", "[0,14]", "(", "signal_1_n", "math equal", "1.3", "and", "signal_2_n", "math equal", "46.3", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "14", "time", "units", "finally", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "14", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "1.3"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "==", "46.3"]]}}} {"id": 1692, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "the", "signal_1_n", "signal", "must", "be", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 843, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "28.0", "takes", "place", "then", "in", "response", "ultimately", "at", "a", "time", "in", "the", "next", "27", "time", "units", ",", "the", "state", "of", "signal", "signal_2_n", "ought", "n't", "to", "change", "to", "signal_3_n", "and", "then", "shall", "uninterruptedly", "remain", "like", "this", "for", "each", "time", "instant", "during", "the", "following", "29", "to", "100", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.0", ")", "imply", "finally", "[0,27]", "(", "globally", "[29,100]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "ultimately", "at", "a", "time", "in", "the", "next", "27", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "29", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "28.0", ")"]]}, " prop_2 ": {"span": [36, 66], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 425, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "at", "a", "certain", "time", "point", "within", "27", "to", "29", "time", "units", ",", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "within", "24", "to", "28", "time", "units", ",", "the", "scenario", "that", "the", "signal_3_n", "signal", "gets", "to", "no", "less", "than", "18.4", "needs", "to", "ultimately", "happen", "."], "ltl": ["globally", "(", "finally", "[27,29]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[24,28]", "(", "rise", "(", "signal_3_n", "more equal", "18.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "at", "a", "certain", "time", "point", "within", "27", "to", "29", "time", "units", ",", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "within", "24", "to", "28", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "ultimately", "happen", "."], "logic_ltl": ["G", "(", "F", "[", "27", ":", "29", "]", "(", "prop_1", ")", "->", "F", "[", "24", ":", "28", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [49, 58], "prop": [["rise", "(", "signal_3_n", ">=", "18.4", ")"]]}}} {"id": 85, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "at", "least", "4.2", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "is", "below", "42.9", "and", "then", "shall", "consistently", "stay", "like", "that", "till", "the", "signal_3_n", "signal", "ultimately", "gets", "changed", "to", "85.8", ",", "which", "needs", "to", "get", "observed", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "4.2", ")", "imply", "(", "signal_2_n", "less", "42.9", ")", "until", "(", "rise", "(", "signal_3_n", "math equal", "85.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">=", "4.2", ")"]]}, " prop_2 ": {"span": [23, 62], "prop": [["signal_2_n", "<", "42.9"], ["rise", "(", "signal_3_n", "==", "85.8", ")"]]}}} {"id": 2144, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "remains", "greater", "than", "or", "equal", "to", "4.9", "and", "at", "most", "7.5", "then", "without", "interruption", "signal_2_n", "must", "remain", "less", "than", "82.0", "till", "at", "sometime", "in", "the", "coming", "13", "to", "19", "time", "units", "the", "state", "of", "signal_3_n", "is", "in", "signal_4_n", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "4.9", "and", "signal_1_n", "less equal", "7.5", "imply", "(", "signal_2_n", "less", "82.0", ")", "until", "[13,19]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "[", "13", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "4.9"], ["signal_1_n", "<=", "7.5"]]}, " prop_2 ": {"span": [22, 47], "prop": [["signal_2_n", "<", "82.0"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 277, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "goes", "lower", "than", "25.9", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "after", "at", "most", "24", "time", "units", "the", "mode", "of", "signal_3_n", "is", "signal_4_n", "finally", ",", "until", "then", "consecutively", "the", "value", "of", "signal_2_n", "shall", "stay", "at", "89.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "25.9", ")", "imply", "(", "signal_2_n", "math equal", "89.7", ")", "until", "[0,24]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "after", "at", "most", "24", "time", "units", "(", "prop_2", ")", ",", "until", "then", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "25.9", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [41, 49], "prop": [["signal_2_n", "==", "89.7"]]}}} {"id": 623, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "53.4", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "is", "at", "most", "34.8", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "53.4", ")", "imply", "finally", "(", "signal_2_n", "less equal", "34.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["fall", "(", "signal_1_n", "==", "53.4", ")"]]}, " prop_2 ": {"span": [29, 52], "prop": [["signal_2_n", "<=", "34.8"]]}}} {"id": 1392, "sentence": ["For", "each", "time", "point", "in", "the", "first", "16", "to", "44", "time", "units", "consistently", "the", "signal_1_n", "signal", "has", "to", "be", "greater", "than", "28.6", "and", "less", "than", "or", "equal", "to", "35.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "80.7", "uninterruptedly", "."], "ltl": ["globally", "[16,44]", "(", "(", "signal_1_n", "more", "28.6", "and", "signal_1_n", "less equal", "35.7", ")", "and", "signal_2_n", "more equal", "80.7", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "16", "to", "44", "time", "units", "consistently", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "16", ":", "44", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 29], "prop": [["signal_1_n", ">", "28.6"], ["signal_1_n", "<=", "35.7"]]}, " prop_2 ": {"span": [31, 47], "prop": [["signal_2_n", ">=", "80.7"]]}}} {"id": 163, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "should", "exist", "sometime", "within", "the", "first", "22", "to", "33", "time", "units", ",", "after", "which", "consecutively", "the", "signal_3_n", "signal", "will", "not", "be", "at", "most", "65.6", "for", "each", "time", "point", "during", "the", "following", "15", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[22,33]", "(", "globally", "[0,15]", "(", "negation", "(", "signal_3_n", "less equal", "65.6", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "should", "exist", "sometime", "within", "the", "first", "22", "to", "33", "time", "units", ",", "after", "which", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "22", ":", "33", "]", "(", "G", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 59], "prop": [["-", "(", "signal_3_n", "<=", "65.6", ")"]]}}} {"id": 351, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "0.3", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "lower", "than", "87.6", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "2.1", "and", "less", "than", "or", "equal", "to", "3.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less", "0.3", "or", "signal_2_n", "less", "87.6", "imply", "signal_3_n", "more equal", "2.1", "and", "signal_3_n", "less equal", "3.6", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "0.3"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", "<", "87.6"]]}, " prop_3 ": {"span": [27, 48], "prop": [["signal_3_n", ">=", "2.1"], ["signal_3_n", "<=", "3.6"]]}}} {"id": 5517, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "remains", "above", "24.7", ",", "and", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "42.9", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "signal_3_n", "should", "keep", "at", "most", "34.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "24.7", "and", "signal_2_n", "less equal", "42.9", "imply", "signal_3_n", "less equal", "34.2", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["signal_1_n", ">", "24.7"]]}, " prop_2 ": {"span": [12, 22], "prop": [["signal_2_n", "<=", "42.9"]]}, " prop_3 ": {"span": [32, 38], "prop": [["signal_3_n", "<=", "34.2"]]}}} {"id": 1567, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "shifts", "to", "8.1", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "will", "be", "66.5", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.1", ")", "imply", "signal_2_n", "math equal", "66.5", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "8.1", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "==", "66.5"]]}}} {"id": 526, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "n't", "larger", "than", "17.7", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "and", "then", "will", "have", "to", "keep", "like", "that", "consecutively", "until", "there", "is", "a", "time", "in", "less", "than", "59", "time", "units", ",", "at", "which", "signal_4_n", "deviates", "from", "signal_5_n", "ultimately", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "17.7", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,59]", "(", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "(", "signal_1_n", ">", "17.7", ")"]]}, " prop_2 ": {"span": [19, 57], "prop": [["signal_2_n", "==", "signal_3_n"], ["fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 2715, "sentence": ["When", "signal_1_n", "is", "equal", "to", "69.6", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "19.5", "and", "at", "most", "23.7", "then", "in", "response", "there", "must", "be", "sometime", "within", "the", "next", "6", "time", "units", "finally", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "should", "always", "stay", "higher", "than", "92.2", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "69.6", "and", "(", "signal_2_n", "more equal", "19.5", "and", "signal_2_n", "less equal", "23.7", ")", "imply", "finally", "[0,6]", "(", "globally", "(", "signal_3_n", "more", "92.2", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "there", "must", "be", "sometime", "within", "the", "next", "6", "time", "units", "finally", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "6", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "69.6"]]}, " prop_2 ": {"span": [7, 19], "prop": [["signal_2_n", ">=", "19.5"], ["signal_2_n", "<=", "23.7"]]}, " prop_3 ": {"span": [36, 56], "prop": [["signal_3_n", ">", "92.2"]]}}} {"id": 1465, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "in", "the", "closed", "interval", "-LSB-", "19.5", ",", "69.4", "-RSB-", "then", "immediately", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "60.2", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "19.5", "and", "signal_1_n", "less equal", "69.4", "imply", "signal_2_n", "more equal", "60.2", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">=", "19.5"], ["signal_1_n", "<=", "69.4"]]}, " prop_2 ": {"span": [16, 30], "prop": [["signal_2_n", ">=", "60.2"]]}}} {"id": 3962, "sentence": ["Ultimately", "there", "will", "have", "to", "be", "a", "certain", "moment", "starting", "between", "12", "to", "96", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "remain", "greater", "than", "or", "equal", "to", "38.0", "and", "less", "than", "or", "equal", "to", "51.0", "."], "ltl": ["finally", "[12,96]", "(", "signal_1_n", "more equal", "38.0", "and", "signal_1_n", "less equal", "51.0", ")"], "logic_sentence": ["Ultimately", "there", "will", "have", "to", "be", "a", "certain", "moment", "starting", "between", "12", "to", "96", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "12", ":", "96", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 38], "prop": [["signal_1_n", ">=", "38.0"], ["signal_1_n", "<=", "51.0"]]}}} {"id": 1137, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "6.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "and", "will", "be", "keeping", "like", "this", "consistently", "for", "each", "time", "instant", "during", "the", "subsequent", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "6.3", "imply", "globally", "[0,89]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<", "6.3"]]}, " prop_2 ": {"span": [21, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1211, "sentence": ["For", "each", "moment", "within", "the", "first", "0", "to", "3", "time", "units", ",", "signal_1_n", "should", "stay", "between", "-LSB-", "7.3", ",", "22.5", "-RSB-", "."], "ltl": ["globally", "[0,3]", "(", "signal_1_n", "more equal", "7.3", "and", "signal_1_n", "less equal", "22.5", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "0", "to", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", ">=", "7.3"], ["signal_1_n", "<=", "22.5"]]}}} {"id": 617, "sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "23", "time", "units", ",", "the", "event", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "81.1", "shall", "be", "detected", "ultimately", "."], "ltl": ["finally", "[0,23]", "(", "rise", "(", "signal_1_n", "more equal", "81.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "23", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "shall", "be", "detected", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["rise", "(", "signal_1_n", ">=", "81.1", ")"]]}}} {"id": 144, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "33.9", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "first", "7", "to", "86", "time", "units", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "and", "this", "condition", "shall", "uninterruptedly", "remain", "for", "the", "subsequent", "82", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "33.9", ")", "imply", "finally", "[7,86]", "(", "globally", "[0,82]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "first", "7", "to", "86", "time", "units", "(", "prop_2", ")", "and", "this", "condition", "shall", "uninterruptedly", "remain", "for", "the", "subsequent", "82", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "86", "]", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["fall", "(", "signal_1_n", "==", "33.9", ")"]]}, " prop_2 ": {"span": [44, 52], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1299, "sentence": ["For", "each", "time", "point", "within", "the", "first", "36", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "always", "keep", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "should", "be", "consecutively", "higher", "than", "98.5", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "98.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "36", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", ">", "98.5"]]}}} {"id": 182, "sentence": ["Globally", ",", "whenever", "uninterruptedly", "the", "signal_1_n", "signal", "is", "at", "least", "39.0", "and", "no", "more", "than", "39.8", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "47", "time", "units", "ultimately", "the", "transition", "action", "that", "signal_2_n", "becomes", "not", "set", "to", "49.5", "does", "not", "happen", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "sometime", "within", "the", "coming", "17", "to", "29", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_3_n", "needs", "to", "remain", "equal", "to", "73.1", "consistently", "for", "each", "moment", "in", "the", "subsequent", "46", "to", "87", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "39.0", "and", "signal_1_n", "less equal", "39.8", ")", "until", "[0,47]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "49.5", ")", ")", "imply", "finally", "[17,29]", "(", "globally", "[46,87]", "(", "signal_3_n", "math equal", "73.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "uninterruptedly", "(", "prop_1", ")", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "47", "time", "units", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "happen", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "sometime", "within", "the", "coming", "17", "to", "29", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "0", ":", "47", "]", "(", "prop_2", ")", "->", "F", "[", "17", ":", "29", "]", "(", "G", "[", "46", ":", "87", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">=", "39.0"], ["signal_1_n", "<=", "39.8"]]}, " prop_2 ": {"span": [33, 39], "prop": [["-", "fall", "(", "signal_2_n", "==", "49.5", ")"]]}, " prop_3 ": {"span": [68, 90], "prop": [["signal_3_n", "==", "73.1"]]}}} {"id": 5676, "sentence": ["There", "must", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "equal", "to", "65.7", "ultimately", "and", "signal_2_n", "shall", "be", "eventually", "over", "20.5", "and", "less", "than", "25.4", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "65.7", "and", "(", "signal_2_n", "more", "20.5", "and", "signal_2_n", "less", "25.4", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "65.7"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">", "20.5"], ["signal_2_n", "<", "25.4"]]}}} {"id": 2563, "sentence": ["The", "value", "of", "signal_1_n", "needs", "to", "uninterruptedly", "remain", "less", "than", "or", "equal", "to", "3.0", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "3.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "<=", "3.0"]]}}} {"id": 194, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "drops", "to", "at", "most", "45.2", "happens", ",", "then", "at", "the", "same", "moment", "signal_2_n", "has", "to", "be", "smaller", "than", "17.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "45.2", ")", "imply", "signal_2_n", "less", "17.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<=", "45.2", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "<", "17.7"]]}}} {"id": 169, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "66.8", "then", "there", "shall", "be", "sometime", "within", "the", "coming", "71", "time", "units", "finally", ",", "after", "which", "for", "every", "moment", "within", "the", "next", "67", "time", "units", ",", "continuously", "the", "signal_2_n", "signal", "ought", "not", "to", "be", "equal", "to", "38.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "66.8", "imply", "finally", "[0,71]", "(", "globally", "[0,67]", "(", "negation", "(", "signal_2_n", "math equal", "38.9", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "there", "shall", "be", "sometime", "within", "the", "coming", "71", "time", "units", "finally", ",", "after", "which", "for", "every", "moment", "within", "the", "next", "67", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "71", "]", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "66.8"]]}, " prop_2 ": {"span": [35, 45], "prop": [["-", "(", "signal_2_n", "==", "38.9", ")"]]}}} {"id": 1003, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "81.8", "takes", "place", ",", "then", "for", "each", "time", "instant", "in", "the", "next", "94", "time", "units", "there", "is", "a", "certain", "time", "instant", "in", "the", "coming", "20", "to", "33", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "less", "than", "18.2", "will", "eventually", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "81.8", ")", "imply", "globally", "[0,94]", "(", "finally", "[20,33]", "(", "rise", "(", "signal_2_n", "less", "18.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "time", "instant", "in", "the", "next", "94", "time", "units", "there", "is", "a", "certain", "time", "instant", "in", "the", "coming", "20", "to", "33", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "eventually", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "94", "]", "(", "F", "[", "20", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", ">=", "81.8", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["rise", "(", "signal_2_n", "<", "18.2", ")"]]}}} {"id": 396, "sentence": ["At", "sometime", "in", "less", "than", "55", "time", "units", ",", "eventually", "the", "signal_1_n", "signal", "shall", "be", "signal_2_n", "or", "the", "transition", "action", "that", "signal_3_n", "crosses", "the", "threshold", "of", "49.7", "should", "not", "get", "observed", "ultimately", "."], "ltl": ["finally", "[0,55]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "rise", "(", "signal_3_n", "more", "49.7", ")", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "55", "time", "units", ",", "eventually", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "not", "get", "observed", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "55", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 27], "prop": [["-", "rise", "(", "signal_3_n", ">", "49.7", ")"]]}}} {"id": 3739, "sentence": ["If", "the", "event", "that", "signal_1_n", "changes", "to", "55.2", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "eventually", "exist", "a", "certain", "time", "point", "during", "the", "next", "25", "time", "units", ",", "after", "which", "for", "every", "moment", "during", "the", "subsequent", "10", "time", "units", ",", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "82.7", "all", "the", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "55.2", ")", "imply", "finally", "[0,25]", "(", "globally", "[0,10]", "(", "signal_2_n", "more equal", "82.7", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "eventually", "exist", "a", "certain", "time", "point", "during", "the", "next", "25", "time", "units", ",", "after", "which", "for", "every", "moment", "during", "the", "subsequent", "10", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "25", "]", "(", "G", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "==", "55.2", ")"]]}, " prop_2 ": {"span": [46, 59], "prop": [["signal_2_n", ">=", "82.7"]]}}} {"id": 1915, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "54.7", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "more equal", "54.7", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 29], "prop": [["signal_3_n", ">=", "54.7"]]}}} {"id": 2977, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "57.3", "and", "at", "most", "76.5", "or", "signal_2_n", "stays", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "19", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "equal", "to", "22.6", "consistently", "in", "the", "subsequent", "60", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "57.3", "and", "signal_1_n", "less equal", "76.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,19]", "(", "globally", "[0,60]", "(", "signal_4_n", "math equal", "22.6", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "19", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "19", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "57.3"], ["signal_1_n", "<=", "76.5"]]}, " prop_2 ": {"span": [20, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [50, 68], "prop": [["signal_4_n", "==", "22.6"]]}}} {"id": 5838, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "drops", "below", "86.0", ",", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "signal_2_n", "is", "changed", "to", "signal_3_n", "shall", "be", "observed", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "86.0", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "simultaneously", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "<", "86.0", ")"]]}, " prop_2 ": {"span": [19, 24], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 920, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "12.8", "occurs", "then", "in", "response", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "92.1", "and", "should", "remain", "like", "this", "all", "the", "time", "until", "there", "exists", "sometime", "during", "the", "coming", "24", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal_3_n", "gets", "set", "to", "signal_4_n", "is", "not", "observed", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "12.8", ")", "imply", "(", "signal_2_n", "less equal", "92.1", ")", "until", "[0,24]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "12.8", ")"]]}, " prop_2 ": {"span": [22, 69], "prop": [["signal_2_n", "<=", "92.1"], ["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3470, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "greater", "than", "99.1", ",", "or", "the", "value", "of", "signal_2_n", "remains", "less", "than", "76.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "will", "stay", "at", "least", "34.1", "."], "ltl": ["globally", "(", "signal_1_n", "more", "99.1", "or", "signal_2_n", "less", "76.1", "imply", "finally", "(", "globally", "(", "signal_3_n", "more equal", "34.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">", "99.1"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "<", "76.1"]]}, " prop_3 ": {"span": [64, 74], "prop": [["signal_3_n", ">=", "34.1"]]}}} {"id": 2163, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "93", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "ought", "to", "keep", "below", "78.1", ",", "and", "consecutively", "the", "value", "of", "signal_2_n", "should", "equal", "to", "67.4", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "less", "78.1", "and", "signal_2_n", "math equal", "67.4", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "93", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "<", "78.1"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "67.4"]]}}} {"id": 6374, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "50.6", "happens", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "starting", "at", "most", "84", "time", "units", "the", "signal_2_n", "signal", "will", "have", "to", "continuously", "keep", "less", "than", "or", "equal", "to", "49.1", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "50.6", ")", "imply", "finally", "[0,84]", "(", "globally", "(", "signal_2_n", "less equal", "49.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "starting", "at", "most", "84", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "84", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "50.6", ")"]]}, " prop_2 ": {"span": [28, 49], "prop": [["signal_2_n", "<=", "49.1"]]}}} {"id": 29, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "starting", "at", "most", "56", "time", "units", "ultimately", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "must", "not", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,56]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "starting", "at", "most", "56", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 609, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "without", "interruption", "the", "signal_1_n", "signal", "needs", "to", "stay", "less", "than", "or", "equal", "to", "60.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "continuously", "keep", "less", "than", "or", "equal", "to", "33.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.3", "and", "signal_2_n", "less equal", "33.9", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 21], "prop": [["signal_1_n", "<=", "60.3"]]}, " prop_2 ": {"span": [23, 39], "prop": [["signal_2_n", "<=", "33.9"]]}}} {"id": 4231, "sentence": ["Consecutively", "signal_1_n", "remains", "higher", "than", "74.0", "for", "each", "time", "instant", "during", "the", "first", "43", "time", "units", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "more", "74.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", ">", "74.0"]]}}} {"id": 3832, "sentence": ["There", "is", "a", "certain", "time", "instant", "after", "at", "most", "40", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "has", "to", "be", "eventually", "bigger", "than", "30.8", "."], "ltl": ["finally", "[0,40]", "(", "signal_1_n", "more", "30.8", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "instant", "after", "at", "most", "40", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", ">", "30.8"]]}}} {"id": 159, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "49.7", ",", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LRB-", "21.6", ",", "48.5", "-RRB-", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "at", "which", "the", "value", "of", "signal_3_n", "ought", "to", "remain", "less", "than", "82.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "49.7", "and", "(", "signal_2_n", "more", "21.6", "and", "signal_2_n", "less", "48.5", ")", "imply", "finally", "(", "signal_3_n", "less", "82.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "49.7"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">", "21.6"], ["signal_2_n", "<", "48.5"]]}, " prop_3 ": {"span": [53, 63], "prop": [["signal_3_n", "<", "82.6"]]}}} {"id": 588, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "23", "time", "units", "without", "interruption", "signal_1_n", "should", "stay", "in", "signal_2_n", "and", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "ought", "never", "to", "be", "below", "69.6", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "less", "69.6", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "23", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 31], "prop": [["-", "(", "signal_3_n", "<", "69.6", ")"]]}}} {"id": 3236, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "83.2", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "larger", "than", "71.4", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.2", ")", "imply", "signal_2_n", "more", "71.4", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "83.2", ")"]]}, " prop_2 ": {"span": [25, 40], "prop": [["signal_2_n", ">", "71.4"]]}}} {"id": 540, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "equal", "to", "40.4", "for", "each", "time", "point", "during", "the", "first", "22", "to", "34", "time", "units", "."], "ltl": ["globally", "[22,34]", "(", "signal_1_n", "math equal", "40.4", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "22", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", "==", "40.4"]]}}} {"id": 1731, "sentence": ["Between", "29", "to", "39", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "continuously", "stay", "higher", "than", "26.7", "and", "below", "84.4", "and", "the", "value", "of", "signal", "signal_2_n", "consistently", "remains", "greater", "than", "or", "equal", "to", "37.3", "."], "ltl": ["globally", "[29,39]", "(", "(", "signal_1_n", "more", "26.7", "and", "signal_1_n", "less", "84.4", ")", "and", "signal_2_n", "more equal", "37.3", ")"], "logic_sentence": ["Between", "29", "to", "39", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "29", ":", "39", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["signal_1_n", ">", "26.7"], ["signal_1_n", "<", "84.4"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", ">=", "37.3"]]}}} {"id": 656, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_3_n", "should", "be", "set", "to", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 200, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "keep", "within", "the", "closed", "interval", "-LSB-", "10.1", ",", "31.6", "-RSB-", "consecutively", "for", "each", "time", "point", "in", "the", "first", "98", "time", "units", "."], "ltl": ["globally", "[0,98]", "(", "signal_1_n", "more equal", "10.1", "and", "signal_1_n", "less equal", "31.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "98", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 28], "prop": [["signal_1_n", ">=", "10.1"], ["signal_1_n", "<=", "31.6"]]}}} {"id": 6453, "sentence": ["For", "every", "time", "point", "in", "the", "first", "86", "time", "units", "consistently", "the", "signal_1_n", "signal", "will", "be", "staying", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "stay", "below", "85.3", "consistently", "."], "ltl": ["globally", "[0,86]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "85.3", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "86", "time", "units", "consistently", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_3_n", "<", "85.3"]]}}} {"id": 590, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "82.8", "takes", "place", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "31.4", "and", "less", "than", "83.1", ",", "and", "the", "signal_3_n", "signal", "must", "be", "simultaneously", "24.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "82.8", ")", "imply", "(", "signal_2_n", "more", "31.4", "and", "signal_2_n", "less", "83.1", ")", "and", "signal_3_n", "math equal", "24.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", ">=", "82.8", ")"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", ">", "31.4"], ["signal_2_n", "<", "83.1"]]}, " prop_3 ": {"span": [49, 56], "prop": [["signal_3_n", "==", "24.1"]]}}} {"id": 1103, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "no", "less", "than", "35.9", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "changed", "to", "78.3", "is", "observed", ",", "then", "the", "value", "of", "signal_3_n", "ought", "n't", "to", "shift", "to", "32.4", "then", "this", "scenario", "ought", "to", "hold", "all", "the", "time", "for", "the", "coming", "4", "to", "4", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "35.9", "and", "rise", "(", "signal_2_n", "math equal", "78.3", ")", "imply", "globally", "[4,4]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "32.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "(", "prop_3", ")", "then", "this", "scenario", "ought", "to", "hold", "all", "the", "time", "for", "the", "coming", "4", "to", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "4", ":", "4", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", ">=", "35.9"]]}, " prop_2 ": {"span": [15, 22], "prop": [["rise", "(", "signal_2_n", "==", "78.3", ")"]]}, " prop_3 ": {"span": [26, 36], "prop": [["-", "rise", "(", "signal_3_n", "==", "32.4", ")"]]}}} {"id": 2498, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "or", "signal_3_n", "keeps", "in", "signal_4_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "exist", "a", "time", "in", "the", "next", "74", "time", "units", "ultimately", ",", "at", "which", "the", "mode", "of", "signal_6_n", "should", "be", "set", "to", "signal_7_n", ",", "till", "then", "consistently", "the", "value", "of", "signal_5_n", "needs", "to", "keep", "higher", "than", "95.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "(", "signal_5_n", "more", "95.8", ")", "until", "[0,74]", "(", "signal_6_n", "math equal", "signal_7_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "exist", "a", "time", "in", "the", "next", "74", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", ",", "till", "then", "consistently", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "74", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 16], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [41, 50], "prop": [["signal_6_n", "==", "signal_7_n"]]}, " prop_4 ": {"span": [54, 64], "prop": [["signal_5_n", ">", "95.8"]]}}} {"id": 2341, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "67.5", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "event", "that", "signal_2_n", "goes", "to", "no", "less", "than", "11.3", "wo", "n't", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.5", ")", "imply", "negation", "rise", "(", "signal_2_n", "more equal", "11.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "event", "that", "(", "prop_2", ")", "wo", "n't", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<=", "67.5", ")"]]}, " prop_2 ": {"span": [34, 41], "prop": [["-", "rise", "(", "signal_2_n", ">=", "11.3", ")"]]}}} {"id": 5177, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "53.6", "is", "observed", "then", "in", "response", "the", "value", "of", "signal_2_n", "is", "equal", "to", "77.1", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "53.6", ")", "imply", "signal_2_n", "math equal", "77.1", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "53.6", ")"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", "==", "77.1"]]}}} {"id": 2148, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "57.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "21.7", "and", "no", "larger", "than", "53.9", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "goes", "to", "at", "least", "14.8", "will", "have", "to", "instantly", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "more", "57.0", "imply", "(", "signal_2_n", "more equal", "21.7", "and", "signal_2_n", "less equal", "53.9", ")", "or", "rise", "(", "signal_3_n", "more equal", "14.8", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "or", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "instantly", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", ">", "57.0"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_2_n", ">=", "21.7"], ["signal_2_n", "<=", "53.9"]]}, " prop_3 ": {"span": [41, 51], "prop": [["rise", "(", "signal_3_n", ">=", "14.8", ")"]]}}} {"id": 1598, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "86.2", "then", "in", "response", "in", "the", "future", "till", "the", "simulation", "ends", "the", "state", "of", "signal", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "86.2", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "in", "the", "future", "till", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "86.2"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 302, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "greater", "than", "98.0", "is", "observed", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "during", "the", "subsequent", "31", "time", "units", "the", "value", "of", "signal", "signal_4_n", "is", "larger", "than", "4.9", "and", "less", "than", "27.3", "then", "this", "scenario", "should", "consecutively", "remain", "for", "every", "moment", "in", "the", "following", "39", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "98.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,31]", "(", "globally", "[0,39]", "(", "signal_4_n", "more", "4.9", "and", "signal_4_n", "less", "27.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "during", "the", "subsequent", "31", "time", "units", "(", "prop_3", ")", "then", "this", "scenario", "should", "consecutively", "remain", "for", "every", "moment", "in", "the", "following", "39", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "31", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", ">", "98.0", ")"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 51], "prop": [["signal_4_n", ">", "4.9"], ["signal_4_n", "<", "27.3"]]}}} {"id": 626, "sentence": ["There", "needs", "to", "exist", "sometime", "in", "the", "first", "79", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "falls", "below", "62.6", "has", "to", "be", "ultimately", "detected", "and", "signal_2_n", "needs", "to", "ultimately", "keep", "less", "than", "or", "equal", "to", "82.2", "."], "ltl": ["finally", "[0,79]", "(", "rise", "(", "signal_1_n", "less", "62.6", ")", "and", "signal_2_n", "less equal", "82.2", ")"], "logic_sentence": ["There", "needs", "to", "exist", "sometime", "in", "the", "first", "79", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "has", "to", "be", "ultimately", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "79", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 21], "prop": [["rise", "(", "signal_1_n", "<", "62.6", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "<=", "82.2"]]}}} {"id": 5083, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "decreases", "to", "at", "most", "3.0", "is", "observed", ",", "then", "the", "signal_2_n", "signal", "needs", "to", "be", "within", "-LSB-", "27.6", ",", "52.7", "-RSB-", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "3.0", ")", "imply", "signal_2_n", "more equal", "27.6", "and", "signal_2_n", "less equal", "52.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "<=", "3.0", ")"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_2_n", ">=", "27.6"], ["signal_2_n", "<=", "52.7"]]}}} {"id": 4591, "sentence": ["At", "a", "time", "within", "the", "first", "56", "time", "units", ",", "the", "mode", "of", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "and", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "ultimately", "."], "ltl": ["finally", "[0,56]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "56", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2137, "sentence": ["During", "the", "first", "80", "time", "units", ",", "without", "interruption", "signal_1_n", "will", "be", "larger", "than", "1.2", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "stay", "greater", "than", "or", "equal", "to", "86.1", "all", "the", "time", "."], "ltl": ["globally", "[0,80]", "(", "signal_1_n", "more", "1.2", "or", "signal_2_n", "more equal", "86.1", ")"], "logic_sentence": ["During", "the", "first", "80", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "80", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", ">", "1.2"]]}, " prop_2 ": {"span": [16, 33], "prop": [["signal_2_n", ">=", "86.1"]]}}} {"id": 3577, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "69.8", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "must", "be", "no", "less", "than", "25.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.8", ")", "imply", "signal_2_n", "more equal", "25.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "==", "69.8", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", ">=", "25.2"]]}}} {"id": 2745, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "remains", "less", "than", "or", "equal", "to", "29.7", "and", "signal_2_n", "remains", "smaller", "than", "99.0", ",", "then", "signal_3_n", "shall", "not", "be", "set", "to", "signal_4_n", "and", "this", "condition", "will", "have", "kept", "consistently", "in", "the", "last", "4", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "29.7", "and", "signal_2_n", "less", "99.0", "imply", "historically", "[0,4]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "and", "this", "condition", "will", "have", "kept", "consistently", "in", "the", "last", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "4", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "29.7"]]}, " prop_2 ": {"span": [18, 23], "prop": [["signal_2_n", "<", "99.0"]]}, " prop_3 ": {"span": [25, 32], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 544, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "60.6", "ought", "n't", "to", "happen", "and", "the", "value", "of", "signal", "signal_2_n", "must", "consecutively", "keep", "at", "least", "0.0", "and", "at", "most", "0.5", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "60.6", ")", "and", "(", "signal_2_n", "more equal", "0.0", "and", "signal_2_n", "less equal", "0.5", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "the", "transition", "action", "that", "(", "prop_1", ")", "ought", "n't", "to", "happen", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "60.6", ")"]]}, " prop_2 ": {"span": [25, 40], "prop": [["signal_2_n", ">=", "0.0"], ["signal_2_n", "<=", "0.5"]]}}} {"id": 4630, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "goes", "to", "no", "larger", "than", "83.5", "takes", "place", "then", "for", "every", "moment", "during", "the", "next", "59", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "at", "least", "84.2", "ultimately", "at", "a", "certain", "time", "instant", "within", "the", "coming", "43", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "83.5", ")", "imply", "globally", "[0,59]", "(", "finally", "[0,43]", "(", "signal_2_n", "more equal", "84.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "for", "every", "moment", "during", "the", "next", "59", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "59", "]", "(", "F", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<=", "83.5", ")"]]}, " prop_2 ": {"span": [30, 52], "prop": [["signal_2_n", ">=", "84.2"]]}}} {"id": 5416, "sentence": ["For", "each", "moment", "within", "62", "time", "units", ",", "continuously", "signal_1_n", "should", "remain", "below", "75.8", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "less", "75.8", ")"], "logic_sentence": ["For", "each", "moment", "within", "62", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "<", "75.8"]]}}} {"id": 4876, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "78", "time", "units", "ultimately", "the", "value", "of", "signal_1_n", "shall", "be", "smaller", "than", "94.1", "and", "the", "signal_2_n", "signal", "shall", "be", "higher", "than", "34.4", "eventually", "."], "ltl": ["finally", "[0,78]", "(", "signal_1_n", "less", "94.1", "and", "signal_2_n", "more", "34.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "78", "time", "units", "ultimately", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "78", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<", "94.1"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "34.4"]]}}} {"id": 3377, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "signal_3_n", "signal", "should", "stay", "greater", "than", "or", "equal", "to", "48.5", "and", "at", "most", "48.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "48.5", "and", "signal_3_n", "less equal", "48.6", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 44], "prop": [["signal_3_n", ">=", "48.5"], ["signal_3_n", "<=", "48.6"]]}}} {"id": 479, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "above", "95.5", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "55", "time", "units", ",", "for", "every", "time", "point", "within", "the", "next", "33", "time", "units", "signal_2_n", "should", "uninterruptedly", "remain", "higher", "than", "6.5", "and", "less", "than", "68.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "95.5", ")", "imply", "finally", "[0,55]", "(", "globally", "[0,33]", "(", "signal_2_n", "more", "6.5", "and", "signal_2_n", "less", "68.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "55", "time", "units", ",", "for", "every", "time", "point", "within", "the", "next", "33", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "[", "0", ":", "33", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "95.5", ")"]]}, " prop_2 ": {"span": [46, 57], "prop": [["signal_2_n", ">", "6.5"], ["signal_2_n", "<", "68.3"]]}}} {"id": 3835, "sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "44", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "greater", "than", "32.6", "."], "ltl": ["finally", "[0,44]", "(", "signal_1_n", "more", "32.6", ")"], "logic_sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "44", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 24], "prop": [["signal_1_n", ">", "32.6"]]}}} {"id": 5246, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "larger", "than", "75.0", "and", "the", "value", "of", "signal_2_n", "is", "n't", "lower", "than", "78.2", "then", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "8.4", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "more", "75.0", "and", "negation", "(", "signal_2_n", "less", "78.2", ")", "imply", "signal_3_n", "less", "8.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "75.0"]]}, " prop_2 ": {"span": [13, 22], "prop": [["-", "(", "signal_2_n", "<", "78.2", ")"]]}, " prop_3 ": {"span": [23, 36], "prop": [["signal_3_n", "<", "8.4"]]}}} {"id": 3216, "sentence": ["There", "should", "exist", "a", "time", "starting", "between", "41", "to", "77", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "in", "signal_2_n", "ultimately", "."], "ltl": ["finally", "[41,77]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "starting", "between", "41", "to", "77", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "41", ":", "77", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4599, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "above", "37.5", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "shall", "be", "set", "to", "signal_3_n", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "37.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "37.5", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1613, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "19.5", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "19.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "19.5", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 81, "sentence": ["When", "the", "signal_1_n", "signal", "is", "not", "in", "signal_2_n", "then", "in", "response", "consecutively", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "equal", "to", "57.8", "wo", "n't", "get", "detected", "for", "every", "time", "point", "during", "the", "subsequent", "60", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,60]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "57.8", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "in", "response", "consecutively", "the", "event", "that", "(", "prop_2", ")", "wo", "n't", "get", "detected", "for", "every", "time", "point", "during", "the", "subsequent", "60", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["-", "rise", "(", "signal_3_n", "==", "57.8", ")"]]}}} {"id": 3069, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "set", "to", "4.5", ",", "then", "in", "response", "promptly", "the", "value", "of", "signal_2_n", "has", "to", "be", "26.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "4.5", "imply", "signal_2_n", "math equal", "26.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "4.5"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "26.8"]]}}} {"id": 2367, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "17.9", "and", "has", "always", "stayed", "like", "this", "in", "the", "last", "8", "to", "29", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "coming", "73", "time", "units", "eventually", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "transition", "action", "that", "signal_2_n", "goes", "down", "to", "smaller", "than", "60.8", "needs", "to", "be", "observed", "."], "ltl": ["globally", "(", "historically", "[8,29]", "(", "signal_1_n", "math equal", "17.9", ")", "imply", "globally", "[0,73]", "(", "finally", "(", "rise", "(", "signal_2_n", "less", "60.8", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "coming", "73", "time", "units", "eventually", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "8", ":", "29", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "73", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 23], "prop": [["signal_1_n", "==", "17.9"]]}, " prop_2 ": {"span": [57, 64], "prop": [["rise", "(", "signal_2_n", "<", "60.8", ")"]]}}} {"id": 520, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "37.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "39", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "next", "23", "time", "units", ",", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "37.7", ")", "imply", "globally", "[0,39]", "(", "finally", "[0,23]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "39", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "next", "23", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "F", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "37.7", ")"]]}, " prop_2 ": {"span": [46, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5567, "sentence": ["For", "every", "moment", "in", "the", "first", "48", "time", "units", "signal_1_n", "needs", "to", "always", "stay", "at", "74.1", ",", "or", "signal_2_n", "ought", "to", "remain", "above", "36.6", "without", "interruption", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "math equal", "74.1", "or", "signal_2_n", "more", "36.6", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "48", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "74.1"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", ">", "36.6"]]}}} {"id": 4628, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "29.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "11", "time", "units", "there", "will", "exist", "a", "time", "within", "the", "next", "3", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "remain", "no", "less", "than", "56.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "29.2", ")", "imply", "globally", "[0,11]", "(", "finally", "[0,3]", "(", "signal_2_n", "more equal", "56.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "11", "time", "units", "there", "will", "exist", "a", "time", "within", "the", "next", "3", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "F", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<=", "29.2", ")"]]}, " prop_2 ": {"span": [54, 66], "prop": [["signal_2_n", ">=", "56.7"]]}}} {"id": 5530, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "90.0", "then", "in", "response", "simultaneously", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.0", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 11], "prop": [["signal_1_n", "==", "90.0"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 996, "sentence": ["For", "every", "time", "point", "within", "the", "first", "30", "time", "units", ",", "consecutively", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "49.2", "should", "never", "be", "detected", "or", "the", "value", "of", "signal", "signal_2_n", "will", "keep", "greater", "than", "or", "equal", "to", "3.7", "and", "less", "than", "or", "equal", "to", "30.3", "without", "interruption", "."], "ltl": ["globally", "[0,30]", "(", "negation", "rise", "(", "signal_1_n", "math equal", "49.2", ")", "or", "(", "signal_2_n", "more equal", "3.7", "and", "signal_2_n", "less equal", "30.3", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "30", "time", "units", ",", "consecutively", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "never", "be", "detected", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "30", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["-", "rise", "(", "signal_1_n", "==", "49.2", ")"]]}, " prop_2 ": {"span": [29, 51], "prop": [["signal_2_n", ">=", "3.7"], ["signal_2_n", "<=", "30.3"]]}}} {"id": 1575, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "equals", "to", "27.9", "and", "kept", "like", "this", "within", "the", "elapsed", "46", "time", "units", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "instant", "after", "at", "most", "21", "time", "units", ",", "within", "the", "next", "76", "time", "units", "continuously", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "stay", "equal", "to", "69.9", "."], "ltl": ["globally", "(", "historically", "[0,46]", "(", "signal_1_n", "math equal", "27.9", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,76]", "(", "signal_2_n", "math equal", "69.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "within", "the", "next", "76", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "46", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 40], "prop": [["signal_1_n", "==", "27.9"]]}, " prop_2 ": {"span": [48, 59], "prop": [["signal_2_n", "==", "69.9"]]}}} {"id": 395, "sentence": ["Ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "during", "the", "first", "73", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "must", "be", "signal_2_n", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "increases", "above", "66.1", "ought", "not", "to", "take", "place", "."], "ltl": ["finally", "[0,73]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "rise", "(", "signal_3_n", "more", "66.1", ")", ")"], "logic_sentence": ["Ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "during", "the", "first", "73", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "not", "to", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "73", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 40], "prop": [["-", "rise", "(", "signal_3_n", ">", "66.1", ")"]]}}} {"id": 244, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "37", "to", "98", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "should", "n't", "occur", "ultimately", "."], "ltl": ["finally", "[37,98]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "37", "to", "98", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "n't", "occur", "ultimately", "."], "logic_ltl": ["F", "[", "37", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [24, 29], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 6332, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "26", "to", "79", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "will", "continuously", "not", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[26,79]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "26", "to", "79", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "26", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1634, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "above", "34.2", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "should", "be", "68.1", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "34.2", ")", "imply", "signal_2_n", "math equal", "68.1", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "34.2", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "68.1"]]}}} {"id": 6107, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "22.6", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "exist", "sometime", "in", "the", "future", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "has", "to", "be", "equal", "to", "90.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "22.6", ")", "imply", "finally", "(", "signal_2_n", "math equal", "90.8", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "exist", "sometime", "in", "the", "future", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "22.6", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "90.8"]]}}} {"id": 926, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "is", "below", "29.3", "eventually", "."], "ltl": ["finally", "(", "signal_1_n", "less", "29.3", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "<", "29.3"]]}}} {"id": 838, "sentence": ["For", "each", "moment", "within", "12", "to", "13", "time", "units", "signal_1_n", "will", "be", "continuously", "set", "to", "signal_2_n", ",", "or", "signal_3_n", "keeps", "higher", "than", "32.6", "and", "less", "than", "57.3", "all", "the", "time", "."], "ltl": ["globally", "[12,13]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "32.6", "and", "signal_3_n", "less", "57.3", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "12", "to", "13", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "12", ":", "13", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_3_n", ">", "32.6"], ["signal_3_n", "<", "57.3"]]}}} {"id": 4709, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "10", "to", "54", "time", "units", "without", "interruption", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "56.7", "shall", "never", "be", "observed", ",", "and", "continuously", "the", "signal_2_n", "signal", "shall", "keep", "equal", "to", "26.5", "."], "ltl": ["globally", "[10,54]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "56.7", ")", "and", "signal_2_n", "math equal", "26.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "10", "to", "54", "time", "units", "without", "interruption", "the", "event", "that", "(", "prop_1", ")", "shall", "never", "be", "observed", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "10", ":", "54", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 22], "prop": [["-", "fall", "(", "signal_1_n", "==", "56.7", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_2_n", "==", "26.5"]]}}} {"id": 2579, "sentence": ["For", "more", "than", "86", "time", "units", ",", "continuously", "the", "value", "of", "signal_1_n", "must", "never", "settle", "to", "20.0", "."], "ltl": ["globally", "[0,86]", "(", "negation", "(", "signal_1_n", "math equal", "20.0", ")", ")"], "logic_sentence": ["For", "more", "than", "86", "time", "units", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "==", "20.0", ")"]]}}} {"id": 15, "sentence": ["The", "state", "of", "signal_1_n", "will", "remain", "in", "signal_2_n", "uninterruptedly", "for", "each", "moment", "in", "the", "first", "72", "to", "92", "time", "units", "."], "ltl": ["globally", "[72,92]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "72", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3683, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "continuously", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "keep", "below", "11.0", ",", "or", "the", "value", "of", "signal_2_n", "must", "stay", "at", "42.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "11.0", "or", "signal_2_n", "math equal", "42.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "continuously", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<", "11.0"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "42.2"]]}}} {"id": 2590, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "7.1", "gets", "detected", "then", "in", "response", "for", "each", "moment", "in", "the", "coming", "24", "to", "25", "time", "units", ",", "the", "signal_2_n", "signal", "needs", "to", "be", "finally", "at", "least", "20.3", "and", "less", "than", "or", "equal", "to", "57.0", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "7.1", ")", "imply", "globally", "[24,25]", "(", "finally", "(", "signal_2_n", "more equal", "20.3", "and", "signal_2_n", "less equal", "57.0", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "for", "each", "moment", "in", "the", "coming", "24", "to", "25", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "24", ":", "25", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<=", "7.1", ")"]]}, " prop_2 ": {"span": [32, 61], "prop": [["signal_2_n", ">=", "20.3"], ["signal_2_n", "<=", "57.0"]]}}} {"id": 2987, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "4.7", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "signal_2_n", "signal", "will", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "4.7", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3927, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "lower", "than", "42.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "instantly", "76.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "42.0", ")", "imply", "signal_2_n", "math equal", "76.4", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "42.0", ")"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_2_n", "==", "76.4"]]}}} {"id": 2954, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "31", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "be", "less", "than", "42.1", "finally", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "less", "42.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "31", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<", "42.1"]]}}} {"id": 3998, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "first", "58", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "ultimately", "stay", "higher", "than", "87.7", ",", "or", "ultimately", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "60.7", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "more", "87.7", "or", "signal_2_n", "less equal", "60.7", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "first", "58", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", ">", "87.7"]]}, " prop_2 ": {"span": [30, 44], "prop": [["signal_2_n", "<=", "60.7"]]}}} {"id": 411, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "99.5", "takes", "place", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "equal", "to", "54.7", "at", "the", "same", "time", "point", ",", "or", "promptly", "the", "signal_3_n", "signal", "must", "be", "61.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "99.5", ")", "imply", "signal_2_n", "math equal", "54.7", "or", "signal_3_n", "math equal", "61.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "(", "prop_2", ")", ",", "or", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "99.5", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", "==", "54.7"]]}, " prop_3 ": {"span": [40, 46], "prop": [["signal_3_n", "==", "61.6"]]}}} {"id": 1697, "sentence": ["At", "a", "time", "in", "the", "first", "70", "to", "86", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "98.7", "will", "occur", ",", "or", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "equal", "to", "31.0", "finally", "."], "ltl": ["finally", "[70,86]", "(", "rise", "(", "signal_1_n", "less", "98.7", ")", "or", "signal_2_n", "math equal", "31.0", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "70", "to", "86", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "will", "occur", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "70", ":", "86", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["rise", "(", "signal_1_n", "<", "98.7", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", "==", "31.0"]]}}} {"id": 2674, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "begins", "deviating", "from", "90.0", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "4", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "following", "32", "time", "units", "the", "scenario", "that", "the", "signal_2_n", "signal", "decreases", "below", "6.0", "will", "be", "detected", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "90.0", ")", "imply", "globally", "[0,4]", "(", "finally", "[0,32]", "(", "rise", "(", "signal_2_n", "less", "6.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "4", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "following", "32", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "will", "be", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "4", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["fall", "(", "signal_1_n", "==", "90.0", ")"]]}, " prop_2 ": {"span": [41, 47], "prop": [["rise", "(", "signal_2_n", "<", "6.0", ")"]]}}} {"id": 156, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "at", "least", "40.3", "occurs", "then", "the", "following", "condition", "is", "true", ":", "without", "interruption", "signal_2_n", "has", "n't", "been", "signal_3_n", "for", "the", "last", "56", "to", "69", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "40.3", ")", "imply", "historically", "[56,69]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "56", ":", "69", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">=", "40.3", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1850, "sentence": ["Eventually", "at", "a", "certain", "time", "point", "within", "13", "time", "units", ",", "signal_1_n", "has", "to", "be", "between", "-LSB-", "64.6", ",", "64.7", "-RSB-", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "97.7", "ought", "to", "happen", "."], "ltl": ["finally", "[0,13]", "(", "(", "signal_1_n", "more equal", "64.6", "and", "signal_1_n", "less equal", "64.7", ")", "or", "rise", "(", "signal_2_n", "less equal", "97.7", ")", ")"], "logic_sentence": ["Eventually", "at", "a", "certain", "time", "point", "within", "13", "time", "units", ",", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "happen", "."], "logic_ltl": ["F", "[", "0", ":", "13", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", ">=", "64.6"], ["signal_1_n", "<=", "64.7"]]}, " prop_2 ": {"span": [25, 37], "prop": [["rise", "(", "signal_2_n", "<=", "97.7", ")"]]}}} {"id": 207, "sentence": ["There", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "31.7", "ought", "to", "eventually", "get", "detected", ",", "or", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "at", "most", "89.8", "should", "finally", "take", "place", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "more", "31.7", ")", "or", "rise", "(", "signal_2_n", "less equal", "89.8", ")", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "eventually", "get", "detected", ",", "or", "the", "event", "that", "(", "prop_2", ")", "should", "finally", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 28], "prop": [["rise", "(", "signal_1_n", ">", "31.7", ")"]]}, " prop_2 ": {"span": [38, 45], "prop": [["rise", "(", "signal_2_n", "<=", "89.8", ")"]]}}} {"id": 2419, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "stays", "in", "signal_2_n", "and", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "falls", "to", "less", "than", "or", "equal", "to", "86.3", "is", "not", "observed", ",", "then", "in", "response", "finally", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "following", "4", "to", "53", "time", "units", ",", "at", "which", "within", "the", "subsequent", "13", "to", "72", "time", "units", "the", "value", "of", "signal", "signal_4_n", "shall", "remain", "less", "than", "or", "equal", "to", "31.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "fall", "(", "signal_3_n", "more", "86.3", ")", "imply", "finally", "[4,53]", "(", "globally", "[13,72]", "(", "signal_4_n", "less equal", "31.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "not", "observed", ",", "then", "in", "response", "finally", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "following", "4", "to", "53", "time", "units", ",", "at", "which", "within", "the", "subsequent", "13", "to", "72", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "4", ":", "53", "]", "(", "G", "[", "13", ":", "72", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 25], "prop": [["-", "fall", "(", "signal_3_n", ">", "86.3", ")"]]}, " prop_3 ": {"span": [59, 72], "prop": [["signal_4_n", "<=", "31.7"]]}}} {"id": 5747, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "8.0", "gets", "observed", ",", "then", "for", "each", "time", "point", "during", "the", "coming", "2", "time", "units", "at", "a", "certain", "moment", "within", "the", "following", "78", "time", "units", "ultimately", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "28.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "8.0", ")", "imply", "globally", "[0,2]", "(", "finally", "[0,78]", "(", "signal_2_n", "more equal", "28.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "for", "each", "time", "point", "during", "the", "coming", "2", "time", "units", "at", "a", "certain", "moment", "within", "the", "following", "78", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "2", "]", "(", "F", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "8.0", ")"]]}, " prop_2 ": {"span": [41, 52], "prop": [["signal_2_n", ">=", "28.2"]]}}} {"id": 1887, "sentence": ["In", "case", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", ",", "then", "in", "response", "at", "the", "same", "moment", "the", "mode", "of", "signal_3_n", "shall", "be", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3081, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "signal_1_n", "must", "be", "higher", "than", "17.1", "and", "below", "58.6", "or", "uninterruptedly", "signal_2_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "5.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "17.1", "and", "signal_1_n", "less", "58.6", ")", "or", "signal_2_n", "less equal", "5.0", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", ">", "17.1"], ["signal_1_n", "<", "58.6"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "<=", "5.0"]]}}} {"id": 2792, "sentence": ["For", "every", "moment", "during", "the", "first", "1", "to", "95", "time", "units", "the", "value", "of", "signal_1_n", "should", "be", "uninterruptedly", "smaller", "than", "17.0", "."], "ltl": ["globally", "[1,95]", "(", "signal_1_n", "less", "17.0", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "1", "to", "95", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "17.0"]]}}} {"id": 279, "sentence": ["In", "the", "case", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "36.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "stays", "equal", "to", "14.2", "till", "the", "mode", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "finally", "at", "sometime", "during", "the", "following", "44", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "36.5", ")", "imply", "(", "signal_2_n", "math equal", "14.2", ")", "until", "[0,44]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "36.5", ")"]]}, " prop_2 ": {"span": [24, 50], "prop": [["signal_2_n", "==", "14.2"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3467, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "more", "than", "63.6", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "85.5", "then", "in", "response", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "keep", "greater", "than", "or", "equal", "to", "55.4", "continuously", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "63.6", "or", "signal_2_n", "less", "85.5", "imply", "finally", "(", "globally", "(", "signal_3_n", "more equal", "55.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "63.6"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_2_n", "<", "85.5"]]}, " prop_3 ": {"span": [37, 57], "prop": [["signal_3_n", ">=", "55.4"]]}}} {"id": 2588, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "69.3", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "43", "to", "70", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_2_n", "ought", "to", "be", "finally", "greater", "than", "or", "equal", "to", "1.0", "and", "less", "than", "or", "equal", "to", "10.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "69.3", ")", "imply", "globally", "[43,70]", "(", "finally", "(", "signal_2_n", "more equal", "1.0", "and", "signal_2_n", "less equal", "10.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "43", "to", "70", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "43", ":", "70", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "69.3", ")"]]}, " prop_2 ": {"span": [56, 77], "prop": [["signal_2_n", ">=", "1.0"], ["signal_2_n", "<=", "10.2"]]}}} {"id": 528, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "7.5", "happens", "then", "in", "response", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "68.1", "promptly", ",", "or", "right", "away", "the", "transition", "action", "that", "signal_3_n", "decreases", "to", "no", "larger", "than", "94.4", "is", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "7.5", ")", "imply", "signal_2_n", "more equal", "68.1", "or", "rise", "(", "signal_3_n", "less equal", "94.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", ",", "or", "right", "away", "the", "transition", "action", "that", "(", "prop_3", ")", "is", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", ">=", "7.5", ")"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">=", "68.1"]]}, " prop_3 ": {"span": [46, 53], "prop": [["rise", "(", "signal_3_n", "<=", "94.4", ")"]]}}} {"id": 1607, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "63.2", "then", "in", "response", "there", "has", "to", "be", "sometime", "starting", "between", "90", "to", "97", "time", "units", "ultimately", ",", "after", "which", "the", "value", "of", "signal_2_n", "should", "n't", "be", "equal", "to", "91.1", "and", "then", "this", "condition", "should", "always", "continue", "for", "every", "moment", "in", "the", "next", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "63.2", ")", "imply", "finally", "[90,97]", "(", "globally", "[0,97]", "(", "negation", "(", "signal_2_n", "math equal", "91.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "there", "has", "to", "be", "sometime", "starting", "between", "90", "to", "97", "time", "units", "ultimately", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "should", "always", "continue", "for", "every", "moment", "in", "the", "next", "97", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "90", ":", "97", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "63.2", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["-", "(", "signal_2_n", "==", "91.1", ")"]]}}} {"id": 3327, "sentence": ["There", "shall", "exist", "sometime", "in", "the", "first", "8", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "76.3", "must", "get", "observed", "."], "ltl": ["finally", "[0,8]", "(", "rise", "(", "signal_1_n", "less equal", "76.3", ")", ")"], "logic_sentence": ["There", "shall", "exist", "sometime", "in", "the", "first", "8", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["rise", "(", "signal_1_n", "<=", "76.3", ")"]]}}} {"id": 441, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "17.3", "and", "less", "than", "26.8", ",", "and", "the", "transition", "action", "that", "signal_2_n", "increases", "to", "no", "less", "than", "36.9", "gets", "observed", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "immediately", "less", "than", "or", "equal", "to", "93.8", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "17.3", "and", "signal_1_n", "less", "26.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "36.9", ")", "imply", "signal_3_n", "less equal", "93.8", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "17.3"], ["signal_1_n", "<", "26.8"]]}, " prop_2 ": {"span": [20, 27], "prop": [["rise", "(", "signal_2_n", ">=", "36.9", ")"]]}, " prop_3 ": {"span": [32, 47], "prop": [["signal_3_n", "<=", "93.8"]]}}} {"id": 419, "sentence": ["Globally", ",", "whenever", "signal_1_n", "goes", "down", "to", "smaller", "than", "86.2", "and", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "shifts", "to", "signal_3_n", "does", "n't", "occur", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "next", "30", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "coming", "97", "time", "units", "the", "signal_4_n", "signal", "will", "have", "to", "ultimately", "stay", "above", "30.2", "and", "less", "than", "32.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "86.2", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,30]", "(", "finally", "[0,97]", "(", "signal_4_n", "more", "30.2", "and", "signal_4_n", "less", "32.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "occur", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "next", "30", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "coming", "97", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "30", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "86.2", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [55, 69], "prop": [["signal_4_n", ">", "30.2"], ["signal_4_n", "<", "32.5"]]}}} {"id": 2697, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "greater", "than", "19.9", "and", "less", "than", "or", "equal", "to", "68.9", "or", "the", "event", "that", "the", "value", "of", "signal_2_n", "becomes", "at", "least", "54.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "coming", "23", "to", "38", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_3_n", "remains", "greater", "than", "or", "equal", "to", "13.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "19.9", "and", "signal_1_n", "less equal", "68.9", ")", "or", "rise", "(", "signal_2_n", "more equal", "54.8", ")", "imply", "finally", "[23,38]", "(", "signal_3_n", "more equal", "13.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "coming", "23", "to", "38", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "23", ":", "38", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">", "19.9"], ["signal_1_n", "<=", "68.9"]]}, " prop_2 ": {"span": [22, 30], "prop": [["rise", "(", "signal_2_n", ">=", "54.8", ")"]]}, " prop_3 ": {"span": [59, 70], "prop": [["signal_3_n", ">=", "13.5"]]}}} {"id": 85, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "53.5", ",", "then", "finally", "at", "a", "certain", "time", "instant", "during", "the", "coming", "8", "to", "25", "time", "units", "signal_2_n", "will", "be", "higher", "than", "7.2", "and", "less", "than", "55.1", "for", "every", "time", "instant", "in", "the", "next", "32", "to", "100", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "53.5", ")", "imply", "finally", "[8,25]", "(", "globally", "[32,100]", "(", "signal_2_n", "more", "7.2", "and", "signal_2_n", "less", "55.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "finally", "at", "a", "certain", "time", "instant", "during", "the", "coming", "8", "to", "25", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "8", ":", "25", "]", "(", "G", "[", "32", ":", "100", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "53.5", ")"]]}, " prop_2 ": {"span": [31, 53], "prop": [["signal_2_n", ">", "7.2"], ["signal_2_n", "<", "55.1"]]}}} {"id": 262, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "gets", "below", "48.0", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "0", "time", "units", ",", "there", "must", "be", "eventually", "a", "time", "in", "the", "coming", "58", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "becomes", "signal_3_n", "has", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "48.0", ")", "imply", "globally", "[0,0]", "(", "finally", "[0,58]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "0", "time", "units", ",", "there", "must", "be", "eventually", "a", "time", "in", "the", "coming", "58", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", "<", "48.0", ")"]]}, " prop_2 ": {"span": [43, 50], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2249, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "signal_1_n", "should", "be", "uninterruptedly", "above", "62.2", ",", "and", "signal_2_n", "must", "keep", "greater", "than", "88.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "62.2", "and", "signal_2_n", "more", "88.2", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", ">", "62.2"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", ">", "88.2"]]}}} {"id": 2944, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "23.2", "takes", "place", ",", "then", "at", "a", "certain", "time", "instant", "within", "the", "coming", "47", "to", "98", "time", "units", "ultimately", "the", "signal_2_n", "signal", "will", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.2", ")", "imply", "finally", "[47,98]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "at", "a", "certain", "time", "instant", "within", "the", "coming", "47", "to", "98", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "47", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "23.2", ")"]]}, " prop_2 ": {"span": [33, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1490, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "69.1", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "following", "75", "time", "units", "the", "value", "of", "signal_2_n", "sha", "n't", "be", "less", "than", "85.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "69.1", ")", "imply", "finally", "[0,75]", "(", "negation", "(", "signal_2_n", "less", "85.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "following", "75", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<=", "69.1", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["-", "(", "signal_2_n", "<", "85.4", ")"]]}}} {"id": 5947, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "below", "97.2", "happens", "then", "the", "following", "condition", "is", "true", ":", "instantly", "the", "signal_2_n", "signal", "must", "be", "larger", "than", "26.9", "and", "less", "than", "73.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "97.2", ")", "imply", "signal_2_n", "more", "26.9", "and", "signal_2_n", "less", "73.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "<", "97.2", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", ">", "26.9"], ["signal_2_n", "<", "73.4"]]}}} {"id": 3505, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "changes", "to", "13.6", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "should", "be", "less", "than", "9.3", "and", "must", "always", "remain", "in", "this", "range", "till", "finally", "the", "state", "of", "signal_3_n", "is", "not", "signal_4_n", ",", "which", "has", "to", "get", "detected", "at", "a", "certain", "moment", "starting", "at", "most", "13", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "13.6", ")", "imply", "(", "signal_2_n", "less", "9.3", ")", "until", "[0,13]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "13.6", ")"]]}, " prop_2 ": {"span": [25, 65], "prop": [["signal_2_n", "<", "9.3"], ["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4180, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "gets", "set", "to", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "signal_4_n", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4330, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "signal_1_n", "signal", "will", "remain", "greater", "than", "or", "equal", "to", "67.4", "or", "consistently", "signal_2_n", "will", "have", "to", "remain", "at", "most", "57.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "67.4", "or", "signal_2_n", "less equal", "57.8", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">=", "67.4"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "<=", "57.8"]]}}} {"id": 43, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "to", "at", "most", "53.0", "is", "observed", "then", "in", "response", "within", "the", "coming", "69", "time", "units", "the", "signal_2_n", "signal", "will", "consistently", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "53.0", ")", "imply", "globally", "[0,69]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "within", "the", "coming", "69", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["rise", "(", "signal_1_n", "<=", "53.0", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5538, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "at", "least", "34.3", "takes", "place", ",", "then", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "below", "14.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "34.3", ")", "imply", "signal_2_n", "less", "14.5", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "34.3", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<", "14.5"]]}}} {"id": 541, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "32", "to", "79", "time", "units", "the", "signal_1_n", "signal", "will", "be", "remaining", "equal", "to", "16.7", "all", "the", "time", "."], "ltl": ["globally", "[32,79]", "(", "signal_1_n", "math equal", "16.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "32", "to", "79", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "32", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", "==", "16.7"]]}}} {"id": 5401, "sentence": ["For", "each", "moment", "within", "the", "first", "63", "time", "units", ",", "signal_1_n", "has", "to", "be", "uninterruptedly", "at", "most", "38.4", "."], "ltl": ["globally", "[0,63]", "(", "signal_1_n", "less equal", "38.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "63", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "63", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "<=", "38.4"]]}}} {"id": 1583, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "n't", "at", "most", "25.7", "and", "signal_2_n", "stays", "in", "-LSB-", "21.2", ",", "84.4", "-RSB-", ",", "then", "at", "a", "certain", "time", "point", "within", "the", "first", "12", "to", "21", "time", "units", "ultimately", "the", "value", "of", "signal", "signal_3_n", "is", "not", "greater", "than", "85.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "25.7", ")", "and", "(", "signal_2_n", "more equal", "21.2", "and", "signal_2_n", "less equal", "84.4", ")", "imply", "finally", "[12,21]", "(", "negation", "(", "signal_3_n", "more", "85.3", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "at", "a", "certain", "time", "point", "within", "the", "first", "12", "to", "21", "time", "units", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "12", ":", "21", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["-", "(", "signal_1_n", "<=", "25.7", ")"]]}, " prop_2 ": {"span": [11, 19], "prop": [["signal_2_n", ">=", "21.2"], ["signal_2_n", "<=", "84.4"]]}, " prop_3 ": {"span": [35, 45], "prop": [["-", "(", "signal_3_n", ">", "85.3", ")"]]}}} {"id": 5841, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "27.2", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "the", "signal_2_n", "signal", "changes", "to", "signal_3_n", "must", "be", "immediately", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.2", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "immediately", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<", "27.2", ")"]]}, " prop_2 ": {"span": [28, 34], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1060, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "14", "to", "84", "time", "units", "there", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "6", "to", "28", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "16.7", "will", "ultimately", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[14,84]", "(", "finally", "[6,28]", "(", "rise", "(", "signal_3_n", "more equal", "16.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "14", "to", "84", "time", "units", "there", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "6", "to", "28", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "ultimately", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "14", ":", "84", "]", "(", "F", "[", "6", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [57, 69], "prop": [["rise", "(", "signal_3_n", ">=", "16.7", ")"]]}}} {"id": 2800, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "35.3", ",", "then", "within", "the", "last", "22", "to", "38", "time", "units", "continuously", "the", "value", "of", "signal_2_n", "will", "have", "to", "equal", "to", "20.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "35.3", "imply", "historically", "[22,38]", "(", "signal_2_n", "math equal", "20.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "within", "the", "last", "22", "to", "38", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "22", ":", "38", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "35.3"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "20.1"]]}}} {"id": 4657, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "is", "at", "most", "14.1", "and", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "31.8", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "ultimately", "exist", "a", "time", "starting", "at", "most", "43", "time", "units", ",", "at", "which", "uninterruptedly", "the", "value", "of", "signal_3_n", "ought", "to", "keep", "no", "more", "than", "23.3", "for", "each", "time", "instant", "during", "the", "next", "5", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "14.1", "and", "signal_2_n", "more equal", "31.8", "imply", "finally", "[0,43]", "(", "globally", "[0,5]", "(", "signal_3_n", "less equal", "23.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "ultimately", "exist", "a", "time", "starting", "at", "most", "43", "time", "units", ",", "at", "which", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "43", "]", "(", "G", "[", "0", ":", "5", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "14.1"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", ">=", "31.8"]]}, " prop_3 ": {"span": [44, 65], "prop": [["signal_3_n", "<=", "23.3"]]}}} {"id": 3536, "sentence": ["When", "the", "state", "of", "signal_1_n", "does", "not", "enter", "signal_2_n", "and", "held", "like", "this", "consecutively", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "shall", "exist", "a", "certain", "time", "point", "during", "the", "coming", "77", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "changes", "to", "41.2", "ought", "not", "to", "happen", "eventually", "."], "ltl": ["globally", "(", "historically", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "finally", "[0,77]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "41.2", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "shall", "exist", "a", "certain", "time", "point", "during", "the", "coming", "77", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "not", "to", "happen", "eventually", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "(", "F", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [62, 68], "prop": [["-", "rise", "(", "signal_3_n", "==", "41.2", ")"]]}}} {"id": 1022, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "3.9", "and", "smaller", "than", "62.6", ",", "or", "the", "signal_2_n", "signal", "is", "over", "16.3", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "shall", "be", "greater", "than", "98.5", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "3.9", "and", "signal_1_n", "less", "62.6", ")", "or", "signal_2_n", "more", "16.3", "imply", "signal_3_n", "more", "98.5", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "3.9"], ["signal_1_n", "<", "62.6"]]}, " prop_2 ": {"span": [18, 24], "prop": [["signal_2_n", ">", "16.3"]]}, " prop_3 ": {"span": [32, 45], "prop": [["signal_3_n", ">", "98.5"]]}}} {"id": 1465, "sentence": ["There", "is", "sometime", "during", "the", "first", "75", "time", "units", "finally", ",", "at", "which", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,75]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "is", "sometime", "during", "the", "first", "75", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "75", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 452, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "90", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "ultimately", "."], "ltl": ["finally", "[0,90]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "90", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4287, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "has", "to", "remain", "in", "signal_2_n", "uninterruptedly", "and", "the", "mode", "of", "signal_3_n", "will", "have", "to", "be", "set", "to", "signal_4_n", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4542, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "29.7", "happens", "then", "in", "response", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "should", "be", "higher", "than", "38.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "29.7", ")", "imply", "signal_2_n", "more", "38.9", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "29.7", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", ">", "38.9"]]}}} {"id": 4816, "sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "40", "to", "58", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "65.4", "finally", "and", "the", "event", "that", "the", "mode", "of", "signal_2_n", "shifts", "to", "signal_3_n", "wo", "n't", "get", "observed", "."], "ltl": ["finally", "[40,58]", "(", "signal_1_n", "math equal", "65.4", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "40", "to", "58", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "wo", "n't", "get", "observed", "."], "logic_ltl": ["F", "[", "40", ":", "58", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "65.4"]]}, " prop_2 ": {"span": [29, 36], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2562, "sentence": ["Consistently", "signal_1_n", "will", "be", "keeping", "less", "than", "or", "equal", "to", "14.5", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "14.5", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "<=", "14.5"]]}}} {"id": 320, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "less", "than", "or", "equal", "to", "55.7", ",", "then", "for", "every", "moment", "within", "the", "following", "18", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "over", "61.7", "will", "finally", "not", "occur", "at", "a", "certain", "time", "instant", "in", "the", "following", "91", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "55.7", "imply", "globally", "[0,18]", "(", "finally", "[0,91]", "(", "negation", "rise", "(", "signal_2_n", "more", "61.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "for", "every", "moment", "within", "the", "following", "18", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "finally", "not", "occur", "at", "a", "certain", "time", "instant", "in", "the", "following", "91", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<=", "55.7"]]}, " prop_2 ": {"span": [32, 40], "prop": [["-", "rise", "(", "signal_2_n", ">", "61.7", ")"]]}}} {"id": 954, "sentence": ["During", "the", "first", "85", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "less", "than", "or", "equal", "to", "8.0", "consecutively", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "less equal", "8.0", ")"], "logic_sentence": ["During", "the", "first", "85", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", "<=", "8.0"]]}}} {"id": 1664, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "the", "state", "of", "signal_1_n", "must", "not", "be", "set", "to", "signal_2_n", "and", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "must", "stay", "at", "least", "21.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "more equal", "21.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", ">=", "21.2"]]}}} {"id": 3950, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "no", "less", "than", "12.2", "and", "at", "most", "37.3", "or", "the", "signal_2_n", "signal", "is", "greater", "than", "46.5", "and", "less", "than", "84.1", "then", "in", "response", "at", "a", "time", "after", "between", "2", "to", "20", "time", "units", ",", "in", "the", "future", "until", "the", "simulation", "ends", ",", "uninterruptedly", "the", "value", "of", "signal_3_n", "is", "not", "greater", "than", "or", "equal", "to", "33.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "12.2", "and", "signal_1_n", "less equal", "37.3", ")", "or", "(", "signal_2_n", "more", "46.5", "and", "signal_2_n", "less", "84.1", ")", "imply", "finally", "[2,20]", "(", "globally", "(", "negation", "(", "signal_3_n", "more equal", "33.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "at", "a", "time", "after", "between", "2", "to", "20", "time", "units", ",", "in", "the", "future", "until", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "2", ":", "20", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "12.2"], ["signal_1_n", "<=", "37.3"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", ">", "46.5"], ["signal_2_n", "<", "84.1"]]}, " prop_3 ": {"span": [48, 60], "prop": [["-", "(", "signal_3_n", ">=", "33.3", ")"]]}}} {"id": 5277, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "26.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "certain", "moment", "during", "the", "coming", "52", "time", "units", "the", "signal_2_n", "signal", "should", "be", "set", "to", "signal_3_n", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "26.3", "imply", "finally", "[0,52]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "certain", "moment", "during", "the", "coming", "52", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "52", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "26.3"]]}, " prop_2 ": {"span": [33, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1408, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "goes", "below", "3.2", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "signal_2_n", "will", "be", "keeping", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "3.2", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "3.2", ")"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 167, "sentence": ["Within", "44", "time", "units", "signal_1_n", "is", "n't", "above", "60.5", "or", "signal_2_n", "will", "have", "to", "always", "stay", "higher", "than", "41.7", "and", "less", "than", "58.3", "."], "ltl": ["globally", "[0,44]", "(", "negation", "(", "signal_1_n", "more", "60.5", ")", "or", "(", "signal_2_n", "more", "41.7", "and", "signal_2_n", "less", "58.3", ")", ")"], "logic_sentence": ["Within", "44", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["-", "(", "signal_1_n", ">", "60.5", ")"]]}, " prop_2 ": {"span": [10, 23], "prop": [["signal_2_n", ">", "41.7"], ["signal_2_n", "<", "58.3"]]}}} {"id": 1775, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "n't", "larger", "than", "90.5", "or", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "then", "in", "response", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_4_n", "ought", "not", "to", "be", "62.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "90.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "math equal", "62.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["-", "(", "signal_1_n", ">", "90.5", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 39], "prop": [["-", "(", "signal_4_n", "==", "62.8", ")"]]}}} {"id": 17, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "100", "time", "units", ",", "at", "which", "signal_3_n", "will", "have", "to", "be", "equal", "to", "48.2", "and", "needs", "to", "uninterruptedly", "keep", "like", "this", "for", "every", "time", "instant", "within", "the", "following", "32", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,100]", "(", "globally", "[0,32]", "(", "signal_3_n", "math equal", "48.2", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "100", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "100", "]", "(", "G", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [37, 62], "prop": [["signal_3_n", "==", "48.2"]]}}} {"id": 625, "sentence": ["At", "a", "time", "during", "the", "first", "67", "time", "units", "finally", "the", "transition", "action", "that", "signal_1_n", "gets", "smaller", "than", "5.6", "has", "to", "be", "observed", ",", "and", "signal_2_n", "shall", "be", "finally", "less", "than", "or", "equal", "to", "55.1", "."], "ltl": ["finally", "[0,67]", "(", "rise", "(", "signal_1_n", "less", "5.6", ")", "and", "signal_2_n", "less equal", "55.1", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "67", "time", "units", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "be", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "67", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["rise", "(", "signal_1_n", "<", "5.6", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "<=", "55.1"]]}}} {"id": 1771, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "95.8", "happens", "then", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "95", "time", "units", ",", "the", "signal_3_n", "signal", "shall", "not", "be", "at", "most", "74.5", "ultimately", ",", "till", "then", "the", "signal_2_n", "signal", "will", "have", "to", "stay", "less", "than", "or", "equal", "to", "95.0", "uninterruptedly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "95.8", ")", "imply", "(", "signal_2_n", "less equal", "95.0", ")", "until", "[0,95]", "(", "negation", "(", "signal_3_n", "less equal", "74.5", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "95", "time", "units", ",", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["fall", "(", "signal_1_n", "==", "95.8", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["-", "(", "signal_3_n", "<=", "74.5", ")"]]}, " prop_3 ": {"span": [38, 52], "prop": [["signal_2_n", "<=", "95.0"]]}}} {"id": 2386, "sentence": ["When", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "does", "not", "get", "observed", ",", "and", "the", "mode", "of", "signal", "signal_3_n", "stays", "in", "signal_4_n", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "signal_5_n", "must", "be", "18.5", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "signal_5_n", "math equal", "18.5", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "get", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [35, 39], "prop": [["signal_5_n", "==", "18.5"]]}}} {"id": 1276, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "31", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "eventually", "59.7", "or", "eventually", "the", "value", "of", "signal_2_n", "should", "be", "at", "least", "46.3", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "math equal", "59.7", "or", "signal_2_n", "more equal", "46.3", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "31", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "59.7"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", ">=", "46.3"]]}}} {"id": 769, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "82", "time", "units", ",", "the", "event", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "will", "have", "to", "ultimately", "get", "detected", "."], "ltl": ["finally", "[0,82]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "82", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "ultimately", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 457, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "no", "larger", "than", "1.7", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "ought", "to", "be", "promptly", "less", "than", "90.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "1.7", ")", "imply", "signal_2_n", "less", "90.8", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "1.7", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "<", "90.8"]]}}} {"id": 2501, "sentence": ["When", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "or", "the", "mode", "of", "signal_3_n", "stays", "in", "signal_4_n", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "sometime", "during", "the", "first", "96", "time", "units", "ultimately", ",", "at", "which", "signal_6_n", "ought", "to", "be", "signal_7_n", ",", "and", "till", "then", "without", "interruption", "the", "value", "of", "signal", "signal_5_n", "shall", "be", "above", "34.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "(", "signal_5_n", "more", "34.5", ")", "until", "[0,96]", "(", "signal_6_n", "math equal", "signal_7_n", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "sometime", "during", "the", "first", "96", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", ",", "and", "till", "then", "without", "interruption", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "96", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [39, 44], "prop": [["signal_6_n", "==", "signal_7_n"]]}, " prop_4 ": {"span": [50, 59], "prop": [["signal_5_n", ">", "34.5"]]}}} {"id": 4130, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "41.8", "gets", "observed", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "is", "changed", "to", "14.3", "gets", "observed", ",", "then", "after", "a", "certain", "time", "instant", "within", "the", "coming", "98", "time", "units", ",", "signal_3_n", "will", "be", "10.4", "and", "must", "keep", "like", "that", "consecutively", "for", "each", "time", "instant", "in", "the", "coming", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "41.8", ")", "or", "rise", "(", "signal_2_n", "math equal", "14.3", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,51]", "(", "signal_3_n", "math equal", "10.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", ",", "then", "after", "a", "certain", "time", "instant", "within", "the", "coming", "98", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "41.8", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["rise", "(", "signal_2_n", "==", "14.3", ")"]]}, " prop_3 ": {"span": [56, 76], "prop": [["signal_3_n", "==", "10.4"]]}}} {"id": 2202, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "or", "signal_3_n", "is", "equal", "to", "74.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_4_n", "has", "to", "be", "consecutively", "no", "more", "than", "31.5", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "74.3", "imply", "finally", "(", "globally", "(", "signal_4_n", "less equal", "31.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 19], "prop": [["signal_3_n", "==", "74.3"], ["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [40, 59], "prop": [["signal_4_n", "<=", "31.5"]]}}} {"id": 421, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "62.2", "gets", "detected", "then", "there", "needs", "to", "be", "sometime", "within", "86", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "70.2", "shall", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "62.2", ")", "imply", "finally", "[0,86]", "(", "fall", "(", "signal_2_n", "math equal", "70.2", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "there", "needs", "to", "be", "sometime", "within", "86", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "shall", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "86", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<=", "62.2", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["fall", "(", "signal_2_n", "==", "70.2", ")"]]}}} {"id": 1822, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "consistently", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "13.7", "wo", "n't", "occur", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "13.7", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "consistently", "the", "transition", "action", "that", "(", "prop_1", ")", "wo", "n't", "occur", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["-", "fall", "(", "signal_1_n", "==", "13.7", ")"]]}}} {"id": 3102, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "mode", "of", "signal_1_n", "needs", "to", "stay", "in", "signal_2_n", "without", "interruption", "and", "the", "value", "of", "signal", "signal_3_n", "must", "be", "continuously", "higher", "than", "24.2", "and", "less", "than", "73.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "24.2", "and", "signal_3_n", "less", "73.3", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_3_n", ">", "24.2"], ["signal_3_n", "<", "73.3"]]}}} {"id": 4205, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "smaller", "than", "34.5", "takes", "place", ",", "then", "for", "each", "moment", "in", "the", "future", ",", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "below", "97.3", "will", "finally", "take", "place", "at", "a", "time", "in", "the", "following", "11", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "34.5", ")", "imply", "globally", "(", "finally", "[0,11]", "(", "rise", "(", "signal_2_n", "less", "97.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "moment", "in", "the", "future", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "finally", "take", "place", "at", "a", "time", "in", "the", "following", "11", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "<", "34.5", ")"]]}, " prop_2 ": {"span": [27, 33], "prop": [["rise", "(", "signal_2_n", "<", "97.3", ")"]]}}} {"id": 3424, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "31.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "next", "63", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "93", "time", "units", ",", "at", "which", "eventually", "the", "signal_2_n", "signal", "is", "67.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "31.2", ")", "imply", "globally", "[0,63]", "(", "finally", "[0,93]", "(", "signal_2_n", "math equal", "67.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "next", "63", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "93", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "31.2", ")"]]}, " prop_2 ": {"span": [54, 59], "prop": [["signal_2_n", "==", "67.7"]]}}} {"id": 1471, "sentence": ["For", "every", "time", "point", "in", "the", "first", "6", "to", "25", "time", "units", "the", "value", "of", "signal_1_n", "keeps", "equal", "to", "82.8", "without", "interruption", "."], "ltl": ["globally", "[6,25]", "(", "signal_1_n", "math equal", "82.8", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "6", "to", "25", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "82.8"]]}}} {"id": 2238, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "finally", "a", "certain", "moment", "in", "the", "subsequent", "96", "time", "units", ",", "at", "which", "signal_3_n", "will", "have", "to", "be", "equal", "to", "32.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,96]", "(", "signal_3_n", "math equal", "32.7", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "finally", "a", "certain", "moment", "in", "the", "subsequent", "96", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 49], "prop": [["signal_3_n", "==", "32.7"]]}}} {"id": 3541, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "jumps", "to", "larger", "than", "5.4", ",", "then", "at", "a", "time", "in", "less", "than", "59", "time", "units", ",", "finally", "the", "scenario", "that", "the", "signal_3_n", "signal", "drops", "to", "no", "more", "than", "13.7", "ought", "to", "take", "place", ",", "and", "before", "this", "the", "value", "of", "signal", "signal_2_n", "must", "continuously", "remain", "on", "33.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "5.4", ")", "imply", "(", "signal_2_n", "math equal", "33.8", ")", "until", "[0,59]", "(", "rise", "(", "signal_3_n", "less equal", "13.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "at", "a", "time", "in", "less", "than", "59", "time", "units", ",", "finally", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "take", "place", ",", "and", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", ">", "5.4", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["rise", "(", "signal_3_n", "<=", "13.7", ")"]]}, " prop_3 ": {"span": [44, 54], "prop": [["signal_2_n", "==", "33.8"]]}}} {"id": 5413, "sentence": ["For", "each", "time", "point", "during", "the", "first", "50", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "should", "keep", "smaller", "than", "86.9", "."], "ltl": ["globally", "[0,50]", "(", "signal_1_n", "less", "86.9", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "50", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "50", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "<", "86.9"]]}}} {"id": 486, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "falls", "to", "at", "most", "49.0", "gets", "detected", "then", "eventually", "at", "a", "time", "within", "the", "coming", "59", "to", "72", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_2_n", "shall", "be", "4.6", "within", "the", "following", "1", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.0", ")", "imply", "finally", "[59,72]", "(", "globally", "[0,1]", "(", "signal_2_n", "math equal", "4.6", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "eventually", "at", "a", "time", "within", "the", "coming", "59", "to", "72", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "59", ":", "72", "]", "(", "G", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", "<=", "49.0", ")"]]}, " prop_2 ": {"span": [29, 42], "prop": [["signal_2_n", "==", "4.6"]]}}} {"id": 292, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "drops", "below", "9.9", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "signal_2_n", "signal", "shall", "be", "no", "less", "than", "95.7", "and", "then", "continuously", "this", "condition", "must", "sustain", "for", "every", "time", "instant", "during", "the", "following", "28", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "9.9", ")", "imply", "finally", "(", "globally", "[0,28]", "(", "signal_2_n", "more equal", "95.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "and", "then", "continuously", "this", "condition", "must", "sustain", "for", "every", "time", "instant", "during", "the", "following", "28", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "9.9", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", ">=", "95.7"]]}}} {"id": 1802, "sentence": ["Without", "interruption", "signal_1_n", "will", "be", "keeping", "smaller", "than", "52.2", "for", "each", "time", "point", "within", "71", "time", "units", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "less", "52.2", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 17], "prop": [["signal_1_n", "<", "52.2"]]}}} {"id": 3956, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "13.0", ",", "then", "in", "response", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_2_n", "shall", "stay", "larger", "than", "98.2", "consistently", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "13.0", ")", "imply", "globally", "(", "signal_2_n", "more", "98.2", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "in", "response", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["fall", "(", "signal_1_n", "==", "13.0", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "98.2"]]}}} {"id": 1066, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "decreases", "to", "no", "more", "than", "40.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "promptly", "above", "11.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "40.5", ")", "imply", "signal_2_n", "more", "11.5", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<=", "40.5", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", ">", "11.5"]]}}} {"id": 4703, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "happens", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "signal_3_n", "will", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2221, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "equals", "to", "72.3", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "there", "will", "ultimately", "exist", "sometime", "in", "the", "following", "86", "to", "98", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "23.9", "should", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.3", "imply", "globally", "(", "finally", "[86,98]", "(", "rise", "(", "signal_2_n", "more equal", "23.9", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "there", "will", "ultimately", "exist", "sometime", "in", "the", "following", "86", "to", "98", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "should", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "86", ":", "98", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "72.3"]]}, " prop_2 ": {"span": [50, 61], "prop": [["rise", "(", "signal_2_n", ">=", "23.9", ")"]]}}} {"id": 5859, "sentence": ["If", "the", "signal_1_n", "signal", "is", "equal", "to", "35.3", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "20.3", "then", "in", "response", "there", "shall", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_5_n", "shall", "not", "get", "smaller", "than", "57.1", ",", "before", "this", "signal_3_n", "should", "consistently", "keep", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "35.3", "or", "signal_2_n", "less equal", "20.3", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "(", "negation", "fall", "(", "signal_5_n", "more equal", "57.1", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "there", "shall", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "(", "prop_3", ")", ",", "before", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "35.3"]]}, " prop_2 ": {"span": [9, 21], "prop": [["signal_2_n", "<=", "20.3"]]}, " prop_3 ": {"span": [42, 53], "prop": [["-", "fall", "(", "signal_5_n", ">=", "57.1", ")"]]}, " prop_4 ": {"span": [55, 62], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4172, "sentence": ["If", "signal_1_n", "is", "70.3", "and", "signal_2_n", "is", "below", "49.1", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_3_n", "signal", "must", "not", "be", "less", "than", "or", "equal", "to", "39.3", "and", "then", "this", "condition", "will", "have", "to", "continuously", "remain", "for", "every", "moment", "during", "the", "following", "60", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "70.3", "and", "signal_2_n", "less", "49.1", "imply", "finally", "(", "globally", "[0,60]", "(", "negation", "(", "signal_3_n", "less equal", "39.3", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_3", ")", "and", "then", "this", "condition", "will", "have", "to", "continuously", "remain", "for", "every", "moment", "during", "the", "following", "60", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "60", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "70.3"]]}, " prop_2 ": {"span": [5, 9], "prop": [["signal_2_n", "<", "49.1"]]}, " prop_3 ": {"span": [35, 47], "prop": [["-", "(", "signal_3_n", "<=", "39.3", ")"]]}}} {"id": 736, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "49.4", "is", "n't", "detected", "and", "the", "value", "of", "signal", "signal_2_n", "goes", "down", "to", "less", "than", "87.4", "then", "there", "will", "be", "a", "certain", "time", "point", "during", "the", "coming", "45", "to", "80", "time", "units", "finally", ",", "at", "which", "the", "state", "of", "signal", "signal_5_n", "ought", "to", "be", "in", "signal_6_n", ",", "and", "till", "then", "consistently", "the", "mode", "of", "signal", "signal_3_n", "must", "never", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "49.4", ")", "and", "rise", "(", "signal_2_n", "less", "87.4", ")", "imply", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[45,80]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "n't", "detected", "and", "(", "prop_2", ")", "then", "there", "will", "be", "a", "certain", "time", "point", "during", "the", "coming", "45", "to", "80", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", ",", "and", "till", "then", "consistently", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "45", ":", "80", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 17], "prop": [["-", "fall", "(", "signal_1_n", "==", "49.4", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["rise", "(", "signal_2_n", "<", "87.4", ")"]]}, " prop_3 ": {"span": [52, 62], "prop": [["signal_5_n", "==", "signal_6_n"]]}, " prop_4 ": {"span": [67, 78], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2578, "sentence": ["Consecutively", "the", "value", "of", "signal", "signal_1_n", "is", "never", "equal", "to", "71.6", "during", "the", "first", "62", "time", "units", "."], "ltl": ["globally", "[0,62]", "(", "negation", "(", "signal_1_n", "math equal", "71.6", ")", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["-", "(", "signal_1_n", "==", "71.6", ")"]]}}} {"id": 1265, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "73.0", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "the", "subsequent", "26", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "keep", "less", "than", "or", "equal", "to", "75.6", "uninterruptedly", "within", "the", "next", "91", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "73.0", "imply", "finally", "[0,26]", "(", "globally", "[0,91]", "(", "signal_2_n", "less equal", "75.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "the", "subsequent", "26", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "<=", "73.0"]]}, " prop_2 ": {"span": [43, 61], "prop": [["signal_2_n", "<=", "75.6"]]}}} {"id": 3809, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "above", "17.7", "and", "always", "stayed", "like", "that", "during", "the", "past", "19", "to", "28", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "during", "the", "following", "100", "time", "units", ",", "there", "must", "be", "finally", "a", "certain", "moment", "in", "the", "coming", "37", "to", "100", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "remain", "greater", "than", "1.7", "and", "no", "larger", "than", "22.1", "."], "ltl": ["globally", "(", "historically", "[19,28]", "(", "signal_1_n", "more", "17.7", ")", "imply", "globally", "[0,100]", "(", "finally", "[37,100]", "(", "signal_2_n", "more", "1.7", "and", "signal_2_n", "less equal", "22.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "during", "the", "following", "100", "time", "units", ",", "there", "must", "be", "finally", "a", "certain", "moment", "in", "the", "coming", "37", "to", "100", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "19", ":", "28", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "100", "]", "(", "F", "[", "37", ":", "100", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 24], "prop": [["signal_1_n", ">", "17.7"]]}, " prop_2 ": {"span": [61, 76], "prop": [["signal_2_n", ">", "1.7"], ["signal_2_n", "<=", "22.1"]]}}} {"id": 5982, "sentence": ["Consistently", "the", "state", "of", "signal", "signal_1_n", "ought", "to", "be", "set", "to", "signal_2_n", "for", "every", "time", "instant", "in", "the", "first", "0", "to", "22", "time", "units", "."], "ltl": ["globally", "[0,22]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 234, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "80.6", "gets", "observed", ",", "then", "in", "no", "time", "signal_2_n", "shall", "be", "bigger", "than", "37.3", "and", "below", "59.1", ",", "and", "the", "value", "of", "signal_3_n", "is", "simultaneously", "no", "less", "than", "3.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "80.6", ")", "imply", "(", "signal_2_n", "more", "37.3", "and", "signal_2_n", "less", "59.1", ")", "and", "signal_3_n", "more equal", "3.6", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "no", "time", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "80.6", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">", "37.3"], ["signal_2_n", "<", "59.1"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_3_n", ">=", "3.6"]]}}} {"id": 3028, "sentence": ["The", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "above", "33.5", "and", "lower", "than", "34.6", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "first", "27", "time", "units", "."], "ltl": ["globally", "[0,27]", "(", "signal_1_n", "more", "33.5", "and", "signal_1_n", "less", "34.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "27", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">", "33.5"], ["signal_1_n", "<", "34.6"]]}}} {"id": 2002, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "for", "each", "time", "point", "in", "the", "following", "52", "to", "98", "time", "units", ",", "signal_3_n", "will", "continuously", "stay", "more", "than", "0.2", "and", "less", "than", "8.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "[52,98]", "(", "signal_3_n", "more", "0.2", "and", "signal_3_n", "less", "8.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "for", "each", "time", "point", "in", "the", "following", "52", "to", "98", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "52", ":", "98", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [53, 64], "prop": [["signal_3_n", ">", "0.2"], ["signal_3_n", "<", "8.8"]]}}} {"id": 6080, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "always", "stay", "at", "least", "62.0", "until", "the", "value", "of", "signal_4_n", "is", "at", "least", "37.6", "and", "less", "than", "or", "equal", "to", "41.7", ",", "which", "should", "be", "detected", "at", "sometime", "within", "the", "first", "41", "time", "units", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "62.0", ")", "until", "[0,41]", "(", "signal_4_n", "more equal", "37.6", "and", "signal_4_n", "less equal", "41.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "41", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 65], "prop": [["signal_3_n", ">=", "62.0"], ["signal_4_n", ">=", "37.6"], ["signal_4_n", "<=", "41.7"]]}}} {"id": 5724, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "stays", "smaller", "than", "48.2", ",", "or", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "to", "at", "least", "20.1", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "a", "certain", "moment", "within", "the", "coming", "77", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_3_n", "should", "not", "be", "in", "signal_4_n", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.2", "or", "rise", "(", "signal_2_n", "more equal", "20.1", ")", "imply", "finally", "[0,77]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "a", "certain", "moment", "within", "the", "coming", "77", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "77", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "<", "48.2"]]}, " prop_2 ": {"span": [22, 30], "prop": [["rise", "(", "signal_2_n", ">=", "20.1", ")"]]}, " prop_3 ": {"span": [53, 64], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 445, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "at", "most", "7.1", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "be", "a", "certain", "time", "point", "within", "the", "coming", "67", "to", "94", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "signal_3_n", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "7.1", ")", "imply", "finally", "[67,94]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "be", "a", "certain", "time", "point", "within", "the", "coming", "67", "to", "94", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "67", ":", "94", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "<=", "7.1", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 768, "sentence": ["Ultimately", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "shall", "get", "detected", "at", "sometime", "in", "less", "than", "45", "time", "units", "."], "ltl": ["finally", "[0,45]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "get", "detected", "at", "sometime", "in", "less", "than", "45", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 5124, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "should", "equal", "to", "21.8", "continuously", ",", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "always", "less", "than", "or", "equal", "to", "58.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "21.8", "and", "signal_2_n", "less equal", "58.0", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "==", "21.8"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", "<=", "58.0"]]}}} {"id": 1763, "sentence": ["The", "mode", "of", "signal_1_n", "must", "remain", "in", "signal_2_n", "consistently", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5234, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "96.3", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "within", "the", "next", "11", "time", "units", "signal_2_n", "ought", "to", "be", "15.6", "and", "then", "will", "uninterruptedly", "continue", "like", "this", "for", "every", "time", "instant", "during", "the", "coming", "34", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "96.3", ")", "imply", "finally", "[0,11]", "(", "globally", "[0,34]", "(", "signal_2_n", "math equal", "15.6", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "within", "the", "next", "11", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", ">=", "96.3", ")"]]}, " prop_2 ": {"span": [35, 57], "prop": [["signal_2_n", "==", "15.6"]]}}} {"id": 2540, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "following", "51", "time", "units", ",", "signal_3_n", "has", "to", "be", "finally", "larger", "than", "51.9", "and", "smaller", "than", "74.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,51]", "(", "signal_3_n", "more", "51.9", "and", "signal_3_n", "less", "74.7", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 28], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_3_n", ">", "51.9"], ["signal_3_n", "<", "74.7"]]}}} {"id": 2561, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "uninterruptedly", "the", "signal_1_n", "signal", "shall", "never", "be", "smaller", "than", "24.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "24.6", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "<", "24.6", ")"]]}}} {"id": 200, "sentence": ["At", "a", "certain", "time", "instant", "within", "4", "to", "6", "time", "units", ",", "ultimately", "signal_1_n", "should", "be", "in", "the", "range", "-LSB-", "5.7", ",", "22.2", "-RSB-", ",", "or", "ultimately", "the", "event", "that", "signal_2_n", "falls", "to", "no", "more", "than", "44.4", "should", "take", "place", "."], "ltl": ["finally", "[4,6]", "(", "(", "signal_1_n", "more equal", "5.7", "and", "signal_1_n", "less equal", "22.2", ")", "or", "rise", "(", "signal_2_n", "less equal", "44.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "4", "to", "6", "time", "units", ",", "ultimately", "(", "prop_1", ")", ",", "or", "ultimately", "the", "event", "that", "(", "prop_2", ")", "should", "take", "place", "."], "logic_ltl": ["F", "[", "4", ":", "6", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", ">=", "5.7"], ["signal_1_n", "<=", "22.2"]]}, " prop_2 ": {"span": [30, 37], "prop": [["rise", "(", "signal_2_n", "<=", "44.4", ")"]]}}} {"id": 3619, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "be", "uninterruptedly", "over", "71.9", "for", "each", "moment", "in", "the", "first", "50", "time", "units", "."], "ltl": ["globally", "[0,50]", "(", "signal_1_n", "more", "71.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "50", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">", "71.9"]]}}} {"id": 1689, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "over", "29.8", "takes", "place", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "coming", "89", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "first", "6", "to", "6", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "not", "be", "less", "than", "90.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "29.8", ")", "imply", "globally", "[0,89]", "(", "finally", "[6,6]", "(", "negation", "(", "signal_2_n", "less", "90.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "coming", "89", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "first", "6", "to", "6", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "89", "]", "(", "F", "[", "6", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", ">", "29.8", ")"]]}, " prop_2 ": {"span": [53, 64], "prop": [["-", "(", "signal_2_n", "<", "90.0", ")"]]}}} {"id": 1414, "sentence": ["At", "a", "time", "during", "the", "first", "62", "time", "units", "the", "scenario", "that", "signal_1_n", "leaves", "signal_2_n", "will", "not", "get", "observed", ",", "and", "the", "event", "that", "signal_3_n", "is", "changed", "to", "92.7", "must", "take", "place", "finally", "."], "ltl": ["finally", "[0,62]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "rise", "(", "signal_3_n", "math equal", "92.7", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "62", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "will", "not", "get", "observed", ",", "and", "the", "event", "that", "(", "prop_2", ")", "must", "take", "place", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "62", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 15], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 29], "prop": [["rise", "(", "signal_3_n", "==", "92.7", ")"]]}}} {"id": 1867, "sentence": ["As", "soon", "as", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "the", "signal_3_n", "signal", "is", "n't", "lower", "than", "32.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "exist", "a", "certain", "moment", "during", "the", "following", "2", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "next", "37", "time", "units", ",", "signal_4_n", "stays", "less", "than", "10.6", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "32.2", ")", "imply", "finally", "[0,2]", "(", "globally", "[0,37]", "(", "signal_4_n", "less", "10.6", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "exist", "a", "certain", "moment", "during", "the", "following", "2", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "next", "37", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "2", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 20], "prop": [["-", "(", "signal_3_n", "<", "32.2", ")"]]}, " prop_3 ": {"span": [56, 62], "prop": [["signal_4_n", "<", "10.6"]]}}} {"id": 548, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "23", "to", "26", "time", "units", ",", "the", "signal_1_n", "signal", "will", "consecutively", "stay", "equal", "to", "86.5", "."], "ltl": ["globally", "[23,26]", "(", "signal_1_n", "math equal", "86.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "23", "to", "26", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "23", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "86.5"]]}}} {"id": 959, "sentence": ["Without", "interruption", "signal_1_n", "shall", "be", "less", "than", "or", "equal", "to", "6.0", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "6.0", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 18], "prop": [["signal_1_n", "<=", "6.0"]]}}} {"id": 2620, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "5.5", "occurs", "then", "in", "response", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "jumps", "to", "no", "less", "than", "54.7", "ought", "to", "take", "place", "at", "the", "same", "moment", ",", "or", "signal_3_n", "is", "promptly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "5.5", ")", "imply", "rise", "(", "signal_2_n", "more equal", "54.7", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "take", "place", "at", "the", "same", "moment", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "5.5", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["rise", "(", "signal_2_n", ">=", "54.7", ")"]]}, " prop_3 ": {"span": [45, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1055, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "then", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_3_n", "signal", "needs", "to", "be", "finally", "equal", "to", "75.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "(", "signal_3_n", "math equal", "75.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_3_n", "==", "75.9"]]}}} {"id": 6001, "sentence": ["The", "value", "of", "signal_1_n", "shall", "stay", "less", "than", "or", "equal", "to", "21.5", "consistently", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "21.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "<=", "21.5"]]}}} {"id": 54, "sentence": ["In", "the", "case", "signal_1_n", "is", "less", "than", "96.5", "then", "in", "response", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "will", "never", "be", "equal", "to", "35.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "96.5", "imply", "negation", "(", "signal_2_n", "math equal", "35.2", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "96.5"]]}, " prop_2 ": {"span": [15, 24], "prop": [["-", "(", "signal_2_n", "==", "35.2", ")"]]}}} {"id": 542, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "34", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "larger", "than", "17.5", "and", "less", "than", "70.3", "without", "interruption", "and", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,34]", "(", "(", "signal_1_n", "more", "17.5", "and", "signal_1_n", "less", "70.3", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "34", "time", "units", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "34", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 28], "prop": [["signal_1_n", ">", "17.5"], ["signal_1_n", "<", "70.3"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4505, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "61.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "stay", "in", "signal_3_n", "uninterruptedly", "till", "at", "a", "time", "starting", "between", "25", "to", "53", "time", "units", ",", "the", "state", "of", "signal", "signal_4_n", "eventually", "remains", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "61.5", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[25,53]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "25", ":", "53", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "61.5"]]}, " prop_2 ": {"span": [25, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [44, 53], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 3691, "sentence": ["Ultimately", "there", "will", "be", "a", "certain", "time", "point", "starting", "between", "36", "to", "39", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "equal", "to", "49.6", "."], "ltl": ["finally", "[36,39]", "(", "signal_1_n", "math equal", "49.6", ")"], "logic_sentence": ["Ultimately", "there", "will", "be", "a", "certain", "time", "point", "starting", "between", "36", "to", "39", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "36", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", "==", "49.6"]]}}} {"id": 578, "sentence": ["There", "will", "be", "finally", "a", "time", "during", "the", "first", "99", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "bigger", "than", "38.7", "and", "below", "41.2", "."], "ltl": ["finally", "[0,99]", "(", "signal_1_n", "more", "38.7", "and", "signal_1_n", "less", "41.2", ")"], "logic_sentence": ["There", "will", "be", "finally", "a", "time", "during", "the", "first", "99", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "99", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", ">", "38.7"], ["signal_1_n", "<", "41.2"]]}}} {"id": 2912, "sentence": ["If", "signal_1_n", "is", "below", "77.9", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "following", "68", "time", "units", "finally", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "77.9", "imply", "finally", "[0,68]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "following", "68", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "<", "77.9"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 209, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "68.2", "occurs", "then", "in", "response", "in", "the", "future", "till", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_2_n", "will", "be", "always", "keeping", "less", "than", "or", "equal", "to", "60.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "68.2", ")", "imply", "globally", "(", "signal_2_n", "less equal", "60.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "in", "the", "future", "till", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "68.2", ")"]]}, " prop_2 ": {"span": [24, 39], "prop": [["signal_2_n", "<=", "60.4"]]}}} {"id": 4066, "sentence": ["Whenever", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "has", "to", "be", "equal", "to", "9.9", "and", "this", "condition", "will", "have", "to", "hold", "without", "interruption", "for", "each", "time", "instant", "during", "the", "first", "70", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,70]", "(", "signal_3_n", "math equal", "9.9", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "to", "hold", "without", "interruption", "for", "each", "time", "instant", "during", "the", "first", "70", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", "==", "9.9"]]}}} {"id": 622, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "36.7", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal_2_n", "ought", "to", "be", "ultimately", "no", "larger", "than", "44.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "36.7", ")", "imply", "finally", "(", "signal_2_n", "less equal", "44.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "36.7", ")"]]}, " prop_2 ": {"span": [36, 48], "prop": [["signal_2_n", "<=", "44.1"]]}}} {"id": 323, "sentence": ["If", "signal_1_n", "is", "below", "18.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "ought", "to", "be", "bigger", "than", "52.4", "and", "below", "83.1", ",", "or", "signal_3_n", "ought", "to", "be", "equal", "to", "29.4", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "less", "18.4", "imply", "(", "signal_2_n", "more", "52.4", "and", "signal_2_n", "less", "83.1", ")", "or", "signal_3_n", "math equal", "29.4", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "<", "18.4"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", ">", "52.4"], ["signal_2_n", "<", "83.1"]]}, " prop_3 ": {"span": [31, 43], "prop": [["signal_3_n", "==", "29.4"]]}}} {"id": 1803, "sentence": ["Continuously", "the", "value", "of", "signal_1_n", "shall", "stay", "smaller", "than", "24.1", "within", "the", "first", "55", "time", "units", "."], "ltl": ["globally", "[0,55]", "(", "signal_1_n", "less", "24.1", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "<", "24.1"]]}}} {"id": 696, "sentence": ["While", "the", "signal_1_n", "signal", "is", "equal", "to", "45.8", "then", "the", "following", "condition", "holds", ":", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "be", "staying", "greater", "than", "69.2", "and", "smaller", "than", "99.4", "till", "there", "will", "exist", "sometime", "in", "the", "first", "6", "to", "12", "time", "units", "eventually", ",", "at", "which", "signal_3_n", "is", "9.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "45.8", "imply", "(", "signal_2_n", "more", "69.2", "and", "signal_2_n", "less", "99.4", ")", "until", "[6,12]", "(", "signal_3_n", "math equal", "9.1", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "6", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "45.8"]]}, " prop_2 ": {"span": [15, 50], "prop": [["signal_2_n", ">", "69.2"], ["signal_2_n", "<", "99.4"], ["signal_3_n", "==", "9.1"]]}}} {"id": 72, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "in", "less", "than", "93", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "will", "settle", "to", "56.3", "and", "the", "value", "of", "signal_2_n", "will", "be", "below", "0.3", "ultimately", "."], "ltl": ["finally", "[0,93]", "(", "signal_1_n", "math equal", "56.3", "and", "signal_2_n", "less", "0.3", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "in", "less", "than", "93", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "93", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", "==", "56.3"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "<", "0.3"]]}}} {"id": 808, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "10.8", "and", "less", "than", "15.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "6.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "10.8", "and", "signal_1_n", "less", "15.4", "imply", "signal_2_n", "more equal", "6.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "10.8"], ["signal_1_n", "<", "15.4"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", ">=", "6.1"]]}}} {"id": 3456, "sentence": ["For", "every", "time", "instant", "within", "21", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "n't", "be", "below", "23.3", ",", "or", "signal_2_n", "has", "to", "remain", "greater", "than", "or", "equal", "to", "82.2", "without", "interruption", "."], "ltl": ["globally", "[0,21]", "(", "negation", "(", "signal_1_n", "less", "23.3", ")", "or", "signal_2_n", "more equal", "82.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "21", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["-", "(", "signal_1_n", "<", "23.3", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_2_n", ">=", "82.2"]]}}} {"id": 149, "sentence": ["Without", "interruption", "signal_1_n", "shall", "never", "be", "set", "to", "signal_2_n", "for", "each", "time", "instant", "within", "34", "time", "units", "."], "ltl": ["globally", "[0,34]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 17], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 5706, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "96.6", "is", "observed", "finally", "at", "a", "certain", "moment", "in", "the", "following", "74", "to", "98", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "coming", "62", "time", "units", "eventually", "the", "signal_2_n", "signal", "will", "be", "no", "less", "than", "26.6", "and", "less", "than", "or", "equal", "to", "51.9", "."], "ltl": ["globally", "(", "finally", "[74,98]", "(", "fall", "(", "signal_1_n", "math equal", "96.6", ")", ")", "imply", "finally", "[0,62]", "(", "signal_2_n", "more equal", "26.6", "and", "signal_2_n", "less equal", "51.9", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "finally", "at", "a", "certain", "moment", "in", "the", "following", "74", "to", "98", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "in", "the", "coming", "62", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "74", ":", "98", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "62", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "96.6", ")"]]}, " prop_2 ": {"span": [50, 66], "prop": [["signal_2_n", ">=", "26.6"], ["signal_2_n", "<=", "51.9"]]}}} {"id": 3106, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "without", "interruption", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "and", "the", "signal_3_n", "signal", "needs", "to", "stay", "higher", "than", "37.4", "and", "smaller", "than", "70.3", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "37.4", "and", "signal_3_n", "less", "70.3", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_3_n", ">", "37.4"], ["signal_3_n", "<", "70.3"]]}}} {"id": 2416, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "higher", "than", "2.0", ",", "and", "signal_2_n", "is", "not", "70.0", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "ultimately", "exist", "sometime", "in", "less", "than", "58", "time", "units", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "mode", "of", "signal_3_n", "ought", "to", "be", "always", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "2.0", "and", "negation", "(", "signal_2_n", "math equal", "70.0", ")", "imply", "finally", "[0,58]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "ultimately", "exist", "sometime", "in", "less", "than", "58", "time", "units", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "58", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">", "2.0"]]}, " prop_2 ": {"span": [16, 20], "prop": [["-", "(", "signal_2_n", "==", "70.0", ")"]]}, " prop_3 ": {"span": [50, 60], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1395, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "12", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "99.3", "uninterruptedly", "and", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "more", "99.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "12", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", ">", "99.3"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 439, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "set", "to", "95.6", "then", "the", "following", "condition", "holds", ":", "finally", "the", "signal_3_n", "signal", "should", "be", "in", "signal_4_n", "at", "a", "certain", "time", "point", "within", "67", "time", "units", ",", "until", "then", "uninterruptedly", "the", "signal_2_n", "signal", "will", "be", "staying", "equal", "to", "10.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "95.6", "imply", "(", "signal_2_n", "math equal", "10.8", ")", "until", "[0,67]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "finally", "(", "prop_2", ")", ",", "until", "then", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "95.6"]]}, " prop_2 ": {"span": [17, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [37, 46], "prop": [["signal_2_n", "==", "10.8"]]}}} {"id": 296, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "enters", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "event", "that", "signal_3_n", "becomes", "greater", "than", "or", "equal", "to", "60.0", "will", "have", "to", "be", "observed", ",", "and", "at", "the", "same", "time", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "begins", "deviating", "from", "31.2", "must", "never", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "60.0", ")", "and", "negation", "fall", "(", "signal_4_n", "math equal", "31.2", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "be", "observed", ",", "and", "at", "the", "same", "time", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "never", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 8], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["rise", "(", "signal_3_n", ">=", "60.0", ")"]]}, " prop_3 ": {"span": [50, 58], "prop": [["-", "fall", "(", "signal_4_n", "==", "31.2", ")"]]}}} {"id": 4616, "sentence": ["It", "is", "always", "the", "case", "that", "when", "continuously", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "will", "never", "take", "place", "till", "there", "finally", "exists", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "transition", "action", "that", "signal_3_n", "becomes", "larger", "than", "84.1", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "following", "11", "time", "units", ",", "after", "which", "consecutively", "the", "value", "of", "signal", "signal_4_n", "ought", "to", "stay", "less", "than", "80.1", "for", "each", "time", "instant", "within", "the", "subsequent", "58", "time", "units", "."], "ltl": ["globally", "(", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "until", "(", "rise", "(", "signal_3_n", "more", "84.1", ")", ")", "imply", "finally", "[0,11]", "(", "globally", "[0,58]", "(", "signal_4_n", "less", "80.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "continuously", "the", "scenario", "that", "(", "prop_1", ")", "will", "never", "take", "place", "till", "there", "finally", "exists", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "following", "11", "time", "units", ",", "after", "which", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["rise", "(", "signal_3_n", ">", "84.1", ")"]]}, " prop_3 ": {"span": [74, 95], "prop": [["signal_4_n", "<", "80.1"]]}}} {"id": 3682, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "signal_1_n", "has", "to", "be", "continuously", "below", "72.2", ",", "or", "consecutively", "signal_2_n", "ought", "to", "remain", "on", "33.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "72.2", "or", "signal_2_n", "math equal", "33.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", ",", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "<", "72.2"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "==", "33.5"]]}}} {"id": 607, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "signal_1_n", "ought", "to", "keep", "less", "than", "or", "equal", "to", "34.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "must", "consistently", "remain", "at", "most", "58.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "34.1", "and", "signal_2_n", "less equal", "58.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<=", "34.1"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "<=", "58.1"]]}}} {"id": 1504, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "28.1", "is", "observed", "then", "in", "response", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "continuously", "stay", "in", "signal_3_n", "for", "each", "time", "instant", "within", "the", "subsequent", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.1", ")", "imply", "globally", "[0,58]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "28.1", ")"]]}, " prop_2 ": {"span": [21, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1930, "sentence": ["The", "mode", "of", "signal_1_n", "has", "to", "keep", "in", "signal_2_n", "all", "the", "time", "for", "at", "least", "53", "time", "units", "."], "ltl": ["globally", "[0,53]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 291, "sentence": ["Ultimately", "at", "sometime", "during", "the", "first", "10", "time", "units", ",", "the", "value", "of", "signal_1_n", "must", "be", "equal", "to", "98.6", "."], "ltl": ["finally", "[0,10]", "(", "signal_1_n", "math equal", "98.6", ")"], "logic_sentence": ["Ultimately", "at", "sometime", "during", "the", "first", "10", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "98.6"]]}}} {"id": 1371, "sentence": ["When", "there", "will", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_1_n", "will", "be", "ultimately", "within", "the", "range", "-LRB-", "7.3", ",", "11.4", "-RRB-", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "shall", "stay", "between", "8.2", "-LRB-", "closed", "-RRB-", "and", "76.3", "-LRB-", "closed", "-RRB-", "without", "interruption", "till", "ultimately", "the", "signal_3_n", "signal", "is", "set", "to", "23.5", "at", "sometime", "during", "the", "subsequent", "10", "time", "units", "."], "ltl": ["globally", "(", "finally", "(", "signal_1_n", "more", "7.3", "and", "signal_1_n", "less", "11.4", ")", "imply", "(", "signal_2_n", "more equal", "8.2", "and", "signal_2_n", "less equal", "76.3", ")", "until", "[0,10]", "(", "signal_3_n", "math equal", "23.5", ")", ")"], "logic_sentence": ["When", "there", "will", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "(", "prop_1", "&", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 31], "prop": [["signal_1_n", ">", "7.3"], ["signal_1_n", "<", "11.4"]]}, " prop_2 ": {"span": [38, 70], "prop": [["signal_2_n", ">=", "8.2"], ["signal_2_n", "<=", "76.3"], ["signal_3_n", "==", "23.5"]]}}} {"id": 1661, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "the", "state", "of", "signal", "signal_1_n", "must", "keep", "in", "signal_2_n", "consecutively", ",", "or", "the", "value", "of", "signal_3_n", "will", "have", "to", "remain", "higher", "than", "24.2", "and", "lower", "than", "59.2", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "24.2", "and", "signal_3_n", "less", "59.2", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_3_n", ">", "24.2"], ["signal_3_n", "<", "59.2"]]}}} {"id": 1533, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "above", "3.4", "and", "below", "22.8", ",", "then", "in", "response", "at", "the", "same", "time", "signal_2_n", "wo", "n't", "be", "greater", "than", "or", "equal", "to", "65.1", ",", "and", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "more", "than", "21.9", "and", "smaller", "than", "54.4", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more", "3.4", "and", "signal_1_n", "less", "22.8", "imply", "negation", "(", "signal_2_n", "more equal", "65.1", ")", "and", "(", "signal_3_n", "more", "21.9", "and", "signal_3_n", "less", "54.4", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", ">", "3.4"], ["signal_1_n", "<", "22.8"]]}, " prop_2 ": {"span": [19, 29], "prop": [["-", "(", "signal_2_n", ">=", "65.1", ")"]]}, " prop_3 ": {"span": [31, 49], "prop": [["signal_3_n", ">", "21.9"], ["signal_3_n", "<", "54.4"]]}}} {"id": 436, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "22", "to", "22", "time", "units", "the", "signal_1_n", "signal", "will", "stay", "at", "most", "31.4", "continuously", ",", "or", "uninterruptedly", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[22,22]", "(", "signal_1_n", "less equal", "31.4", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "22", "to", "22", "time", "units", "(", "prop_1", ")", ",", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "22", ":", "22", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<=", "31.4"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 770, "sentence": ["The", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "will", "have", "to", "be", "detected", "ultimately", "at", "a", "certain", "time", "instant", "in", "less", "than", "35", "time", "units", "."], "ltl": ["finally", "[0,35]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "be", "detected", "ultimately", "at", "a", "certain", "time", "instant", "in", "less", "than", "35", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 138, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "38.5", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "subsequent", "22", "to", "61", "time", "units", ",", "there", "should", "be", "sometime", "in", "the", "coming", "0", "to", "24", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_4_n", "signal", "becomes", "not", "set", "to", "signal_5_n", "should", "not", "take", "place", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "38.5", "imply", "globally", "[22,61]", "(", "finally", "[0,24]", "(", "negation", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "subsequent", "22", "to", "61", "time", "units", ",", "there", "should", "be", "sometime", "in", "the", "coming", "0", "to", "24", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "should", "not", "take", "place", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "22", ":", "61", "]", "(", "F", "[", "0", ":", "24", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [9, 15], "prop": [["signal_3_n", "==", "38.5"]]}, " prop_3 ": {"span": [52, 60], "prop": [["-", "fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 1157, "sentence": ["For", "each", "time", "point", "during", "the", "first", "16", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "above", "20.4", "and", "less", "than", "51.0", "consistently", "."], "ltl": ["globally", "[0,16]", "(", "signal_1_n", "more", "20.4", "and", "signal_1_n", "less", "51.0", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "16", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "16", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">", "20.4"], ["signal_1_n", "<", "51.0"]]}}} {"id": 1688, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "more", "than", "13.6", "gets", "detected", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "38", "time", "units", "at", "a", "time", "within", "the", "next", "18", "to", "19", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_2_n", "must", "not", "be", "less", "than", "72.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "13.6", ")", "imply", "globally", "[0,38]", "(", "finally", "[18,19]", "(", "negation", "(", "signal_2_n", "less", "72.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "38", "time", "units", "at", "a", "time", "within", "the", "next", "18", "to", "19", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "18", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "13.6", ")"]]}, " prop_2 ": {"span": [42, 53], "prop": [["-", "(", "signal_2_n", "<", "72.1", ")"]]}}} {"id": 157, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "equal", "to", "24.7", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "signal_2_n", "becomes", "less", "than", "69.0", "shall", "promptly", "not", "get", "detected", "and", "immediately", "the", "signal_3_n", "signal", "has", "to", "be", "85.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "24.7", "imply", "negation", "fall", "(", "signal_2_n", "more equal", "69.0", ")", "and", "signal_3_n", "math equal", "85.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_2", ")", "shall", "promptly", "not", "get", "detected", "and", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "24.7"]]}, " prop_2 ": {"span": [21, 26], "prop": [["-", "fall", "(", "signal_2_n", ">=", "69.0", ")"]]}, " prop_3 ": {"span": [33, 40], "prop": [["signal_3_n", "==", "85.5"]]}}} {"id": 5139, "sentence": ["For", "each", "time", "point", "within", "the", "first", "62", "to", "68", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "equal", "to", "19.5", "all", "the", "time", "."], "ltl": ["globally", "[62,68]", "(", "signal_1_n", "math equal", "19.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "62", "to", "68", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "62", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "==", "19.5"]]}}} {"id": 1555, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "24.2", "takes", "place", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "sometime", "within", "81", "time", "units", "signal_2_n", "will", "never", "be", "equal", "to", "78.8", "and", "then", "will", "be", "uninterruptedly", "remaining", "like", "that", "for", "each", "moment", "in", "the", "next", "25", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "24.2", ")", "imply", "finally", "[0,81]", "(", "globally", "[0,25]", "(", "negation", "(", "signal_2_n", "math equal", "78.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "sometime", "within", "81", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "81", "]", "(", "G", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["rise", "(", "signal_1_n", ">=", "24.2", ")"]]}, " prop_2 ": {"span": [40, 64], "prop": [["-", "(", "signal_2_n", "==", "78.8", ")"]]}}} {"id": 4447, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "less", "than", "or", "equal", "to", "93.6", "and", "then", "needs", "to", "stay", "in", "this", "interval", "consistently", "during", "the", "next", "54", "to", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[54,81]", "(", "signal_3_n", "less equal", "93.6", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "54", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 56], "prop": [["signal_3_n", "<=", "93.6"]]}}} {"id": 1850, "sentence": ["At", "a", "certain", "time", "instant", "within", "17", "to", "24", "time", "units", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "no", "more", "than", "19.5", "has", "to", "be", "finally", "detected", "."], "ltl": ["finally", "[17,24]", "(", "rise", "(", "signal_1_n", "less equal", "19.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "17", "to", "24", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "be", "finally", "detected", "."], "logic_ltl": ["F", "[", "17", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["rise", "(", "signal_1_n", "<=", "19.5", ")"]]}}} {"id": 1625, "sentence": ["If", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "ought", "to", "uninterruptedly", "keep", "less", "than", "or", "equal", "to", "53.0", "till", "the", "signal_4_n", "signal", "ultimately", "increases", "above", "9.5", ",", "which", "should", "be", "detected", "at", "a", "time", "within", "the", "following", "4", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "53.0", ")", "until", "[0,4]", "(", "rise", "(", "signal_4_n", "more", "9.5", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 57], "prop": [["signal_3_n", "<=", "53.0"], ["rise", "(", "signal_4_n", ">", "9.5", ")"]]}}} {"id": 2212, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "state", "of", "signal", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4673, "sentence": ["At", "a", "certain", "time", "point", "starting", "between", "4", "to", "9", "time", "units", ",", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "13.5", "needs", "to", "happen", "finally", "."], "ltl": ["finally", "[4,9]", "(", "rise", "(", "signal_1_n", "less equal", "13.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "between", "4", "to", "9", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "happen", "finally", "."], "logic_ltl": ["F", "[", "4", ":", "9", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["rise", "(", "signal_1_n", "<=", "13.5", ")"]]}}} {"id": 714, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "52", "to", "70", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "be", "consistently", "less", "than", "or", "equal", "to", "50.9", "or", "the", "value", "of", "signal", "signal_2_n", "consecutively", "remains", "greater", "than", "or", "equal", "to", "35.8", "."], "ltl": ["globally", "[52,70]", "(", "signal_1_n", "less equal", "50.9", "or", "signal_2_n", "more equal", "35.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "52", "to", "70", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "52", ":", "70", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", "<=", "50.9"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "35.8"]]}}} {"id": 2011, "sentence": ["When", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "13.2", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "subsequent", "59", "to", "91", "time", "units", "at", "sometime", "during", "the", "coming", "2", "to", "7", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "ultimately", "7.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "13.2", "imply", "globally", "[59,91]", "(", "finally", "[2,7]", "(", "signal_2_n", "math equal", "7.4", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "59", ":", "91", "]", "(", "F", "[", "2", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 36], "prop": [["signal_1_n", "<=", "13.2"]]}, " prop_2 ": {"span": [37, 47], "prop": [["signal_2_n", "==", "7.4"]]}}} {"id": 4494, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "73.6", "will", "be", "observed", "finally", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "73.6", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "the", "scenario", "that", "(", "prop_1", ")", "will", "be", "observed", "finally", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<=", "73.6", ")"]]}}} {"id": 6178, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "1.8", "and", "less", "than", "or", "equal", "to", "4.3", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "subsequent", "76", "time", "units", "there", "must", "exist", "a", "certain", "time", "instant", "in", "less", "than", "87", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "less", "than", "93.9", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.8", "and", "signal_1_n", "less equal", "4.3", "imply", "globally", "[0,76]", "(", "finally", "[0,87]", "(", "signal_2_n", "less", "93.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "subsequent", "76", "time", "units", "there", "must", "exist", "a", "certain", "time", "instant", "in", "less", "than", "87", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "F", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 21], "prop": [["signal_1_n", ">=", "1.8"], ["signal_1_n", "<=", "4.3"]]}, " prop_2 ": {"span": [55, 66], "prop": [["signal_2_n", "<", "93.9"]]}}} {"id": 6444, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "not", "less", "than", "57.4", ",", "and", "signal_2_n", "is", "32.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "sometime", "within", "the", "next", "4", "to", "25", "time", "units", ",", "signal_3_n", "will", "be", "set", "to", "signal_4_n", "and", "this", "scenario", "ought", "to", "uninterruptedly", "continue", "within", "the", "next", "100", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "57.4", ")", "and", "signal_2_n", "math equal", "32.6", "imply", "finally", "[4,25]", "(", "globally", "[0,100]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "sometime", "within", "the", "next", "4", "to", "25", "time", "units", ",", "(", "prop_3", ")", "and", "this", "scenario", "ought", "to", "uninterruptedly", "continue", "within", "the", "next", "100", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "4", ":", "25", "]", "(", "G", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["-", "(", "signal_1_n", "<", "57.4", ")"]]}, " prop_2 ": {"span": [17, 20], "prop": [["signal_2_n", "==", "32.6"]]}, " prop_3 ": {"span": [40, 46], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 368, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "no", "less", "than", "30.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "at", "a", "time", "in", "less", "than", "15", "time", "units", ",", "the", "value", "of", "signal_2_n", "has", "to", "be", "no", "less", "than", "50.4", "and", "less", "than", "or", "equal", "to", "54.5", "and", "then", "this", "scenario", "needs", "to", "keep", "in", "the", "next", "21", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "30.5", "imply", "finally", "[0,15]", "(", "globally", "[0,21]", "(", "signal_2_n", "more equal", "50.4", "and", "signal_2_n", "less equal", "54.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "at", "a", "time", "in", "less", "than", "15", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "needs", "to", "keep", "in", "the", "next", "21", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "30.5"]]}, " prop_2 ": {"span": [34, 52], "prop": [["signal_2_n", ">=", "50.4"], ["signal_2_n", "<=", "54.5"]]}}} {"id": 177, "sentence": ["For", "every", "time", "point", "during", "the", "first", "5", "to", "17", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "has", "to", "stay", "greater", "than", "77.7", ",", "and", "the", "state", "of", "signal_2_n", "must", "be", "consistently", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[5,17]", "(", "signal_1_n", "more", "77.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "5", "to", "17", "time", "units", "consistently", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "5", ":", "17", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">", "77.7"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2506, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "over", "49.3", "is", "detected", "then", "for", "every", "time", "point", "within", "the", "following", "26", "to", "33", "time", "units", "at", "a", "certain", "time", "point", "in", "less", "than", "50", "time", "units", ",", "the", "transition", "action", "that", "signal_2_n", "starts", "deviating", "from", "51.3", "gets", "observed", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "49.3", ")", "imply", "globally", "[26,33]", "(", "finally", "[0,50]", "(", "fall", "(", "signal_2_n", "math equal", "51.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "for", "every", "time", "point", "within", "the", "following", "26", "to", "33", "time", "units", "at", "a", "certain", "time", "point", "in", "less", "than", "50", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "26", ":", "33", "]", "(", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", ">", "49.3", ")"]]}, " prop_2 ": {"span": [53, 58], "prop": [["fall", "(", "signal_2_n", "==", "51.3", ")"]]}}} {"id": 1444, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "6.1", "is", "observed", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "mode", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "6.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "6.1", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3283, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "no", "larger", "than", "19.0", "does", "not", "get", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "then", "this", "scenario", "ought", "to", "consistently", "remain", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "19.0", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "event", "that", "(", "prop_1", ")", "does", "not", "get", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "scenario", "ought", "to", "consistently", "remain", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "fall", "(", "signal_1_n", ">", "19.0", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1686, "sentence": ["Finally", "at", "a", "time", "during", "the", "first", "0", "to", "2", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "94.4", "must", "happen", ",", "or", "the", "signal_2_n", "signal", "will", "have", "to", "be", "above", "46.9", "."], "ltl": ["finally", "[0,2]", "(", "rise", "(", "signal_1_n", "math equal", "94.4", ")", "or", "signal_2_n", "more", "46.9", ")"], "logic_sentence": ["Finally", "at", "a", "time", "during", "the", "first", "0", "to", "2", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "happen", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "2", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["rise", "(", "signal_1_n", "==", "94.4", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", ">", "46.9"]]}}} {"id": 3661, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "99.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "should", "not", "be", "below", "75.5", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "gets", "to", "no", "larger", "than", "19.2", "ought", "to", "take", "place", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "99.1", ")", "imply", "negation", "(", "signal_2_n", "less", "75.5", ")", "or", "rise", "(", "signal_3_n", "less equal", "19.2", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", ",", "or", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "take", "place", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["-", "(", "signal_1_n", "<=", "99.1", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["-", "(", "signal_2_n", "<", "75.5", ")"]]}, " prop_3 ": {"span": [41, 51], "prop": [["rise", "(", "signal_3_n", "<=", "19.2", ")"]]}}} {"id": 4225, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "signal_1_n", "gets", "smaller", "than", "55.3", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "during", "the", "next", "32", "time", "units", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "and", "then", "needs", "to", "uninterruptedly", "continue", "like", "that", "within", "the", "following", "26", "to", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "55.3", ")", "imply", "finally", "[0,32]", "(", "globally", "[26,84]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "during", "the", "next", "32", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "26", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "<", "55.3", ")"]]}, " prop_2 ": {"span": [34, 58], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1620, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "less", "than", "or", "equal", "to", "80.4", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "21.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "the", "mode", "of", "signal", "signal_3_n", "wo", "n't", "have", "been", "in", "signal_4_n", "in", "the", "last", "39", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "80.4", "or", "signal_2_n", "less", "21.5", "imply", "historically", "[0,39]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "39", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "80.4"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "<", "21.5"]]}, " prop_3 ": {"span": [37, 54], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3888, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "54.0", "ought", "to", "be", "observed", "finally", "or", "the", "value", "of", "signal_2_n", "is", "finally", "not", "less", "than", "or", "equal", "to", "87.7", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "54.0", ")", "or", "negation", "(", "signal_2_n", "less equal", "87.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "the", "transition", "action", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 30], "prop": [["rise", "(", "signal_1_n", "<", "54.0", ")"]]}, " prop_2 ": {"span": [31, 44], "prop": [["-", "(", "signal_2_n", "<=", "87.7", ")"]]}}} {"id": 376, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "73.5", "is", "detected", "then", "in", "response", "without", "any", "delay", "the", "mode", "of", "signal", "signal_2_n", "must", "remain", "in", "signal_3_n", "and", "the", "value", "of", "signal_4_n", "is", "set", "to", "97.2", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "73.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "97.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "73.5", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 47], "prop": [["signal_4_n", "==", "97.2"]]}}} {"id": 5173, "sentence": ["Everytime", "when", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "is", "signal_4_n", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1071, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "needs", "to", "be", "in", "the", "range", "-LSB-", "4.8", ",", "10.3", "-RSB-", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "4.8", "and", "signal_3_n", "less equal", "10.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 49], "prop": [["signal_3_n", ">=", "4.8"], ["signal_3_n", "<=", "10.3"]]}}} {"id": 4034, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "signal_1_n", "signal", "will", "uninterruptedly", "not", "be", "at", "most", "71.8", "and", "the", "value", "of", "signal", "signal_2_n", "must", "remain", "equal", "to", "60.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "71.8", ")", "and", "signal_2_n", "math equal", "60.8", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["-", "(", "signal_1_n", "<=", "71.8", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "==", "60.8"]]}}} {"id": 1949, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "not", "set", "to", "89.3", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "shall", "be", "instantly", "in", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "89.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["fall", "(", "signal_1_n", "==", "89.3", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1038, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "above", "4.1", "and", "smaller", "than", "12.3", ",", "then", "for", "each", "time", "instant", "in", "the", "first", "9", "to", "23", "time", "units", ",", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "drop", "to", "less", "than", "or", "equal", "to", "90.4", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more", "4.1", "and", "signal_1_n", "less", "12.3", "imply", "globally", "[9,23]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "90.4", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "for", "each", "time", "instant", "in", "the", "first", "9", "to", "23", "time", "units", ",", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "9", ":", "23", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "4.1"], ["signal_1_n", "<", "12.3"]]}, " prop_2 ": {"span": [47, 63], "prop": [["rise", "(", "signal_2_n", "<=", "90.4", ")"]]}}} {"id": 5730, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "66.8", "is", "detected", ",", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "time", "point", "within", "the", "next", "14", "to", "57", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "equal", "to", "28.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "66.8", ")", "imply", "finally", "[14,57]", "(", "signal_2_n", "math equal", "28.5", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "time", "point", "within", "the", "next", "14", "to", "57", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "14", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "66.8", ")"]]}, " prop_2 ": {"span": [43, 51], "prop": [["signal_2_n", "==", "28.5"]]}}} {"id": 5498, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "90.4", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "will", "be", "at", "most", "39.6", "promptly", ",", "and", "the", "signal_3_n", "signal", "ought", "to", "be", "smaller", "than", "82.4", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "90.4", ")", "imply", "signal_2_n", "less equal", "39.6", "and", "signal_3_n", "less", "82.4", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "90.4", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "<=", "39.6"]]}, " prop_3 ": {"span": [30, 44], "prop": [["signal_3_n", "<", "82.4"]]}}} {"id": 2203, "sentence": ["Globally", ",", "while", "the", "state", "of", "signal", "signal_1_n", "stays", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "66.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "eventually", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_4_n", "shall", "be", "no", "more", "than", "58.3", "and", "this", "scenario", "will", "consistently", "remain", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "66.1", "imply", "finally", "(", "globally", "(", "signal_4_n", "less equal", "58.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "eventually", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "and", "this", "scenario", "will", "consistently", "remain", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_3_n", "==", "66.1"]]}, " prop_3 ": {"span": [47, 57], "prop": [["signal_4_n", "<=", "58.3"]]}}} {"id": 312, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "below", "47.5", "happens", ",", "or", "signal_2_n", "is", "higher", "than", "1.0", "and", "less", "than", "or", "equal", "to", "59.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_3_n", "ought", "to", "be", "above", "35.3", "and", "less", "than", "100.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "47.5", ")", "or", "(", "signal_2_n", "more", "1.0", "and", "signal_2_n", "less equal", "59.5", ")", "imply", "signal_3_n", "more", "35.3", "and", "signal_3_n", "less", "100.0", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "<", "47.5", ")"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_2_n", ">", "1.0"], ["signal_2_n", "<=", "59.5"]]}, " prop_3 ": {"span": [36, 53], "prop": [["signal_3_n", ">", "35.3"], ["signal_3_n", "<", "100.0"]]}}} {"id": 2359, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "between", "the", "interval", "-LRB-", "28.8", ",", "85.4", "-RRB-", "and", "the", "scenario", "that", "the", "signal_4_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "4.3", "will", "have", "to", "take", "place", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "28.8", "and", "signal_3_n", "less", "85.4", ")", "and", "rise", "(", "signal_4_n", "less equal", "4.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "take", "place", "instantly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 40], "prop": [["signal_3_n", ">", "28.8"], ["signal_3_n", "<", "85.4"]]}, " prop_3 ": {"span": [44, 55], "prop": [["rise", "(", "signal_4_n", "<=", "4.3", ")"]]}}} {"id": 4335, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "n't", "equal", "to", "41.7", ",", "then", "at", "the", "same", "time", "the", "mode", "of", "signal_2_n", "will", "never", "be", "signal_3_n", ",", "or", "the", "value", "of", "signal", "signal_4_n", "should", "be", "no", "more", "than", "75.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "41.7", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "or", "signal_4_n", "less equal", "75.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "at", "the", "same", "time", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["-", "(", "signal_1_n", "==", "41.7", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [33, 44], "prop": [["signal_4_n", "<=", "75.2"]]}}} {"id": 808, "sentence": ["At", "a", "time", "after", "at", "most", "23", "time", "units", "finally", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "91.0", "wo", "n't", "be", "observed", "and", "finally", "the", "signal_2_n", "signal", "must", "be", "at", "least", "94.2", "."], "ltl": ["finally", "[0,23]", "(", "negation", "fall", "(", "signal_1_n", "more equal", "91.0", ")", "and", "signal_2_n", "more equal", "94.2", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "23", "time", "units", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "wo", "n't", "be", "observed", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["-", "fall", "(", "signal_1_n", ">=", "91.0", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_2_n", ">=", "94.2"]]}}} {"id": 1042, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "happens", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "time", "during", "the", "next", "51", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "larger", "than", "3.1", "then", "this", "scenario", "should", "consistently", "last", "for", "every", "time", "point", "during", "the", "subsequent", "38", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,51]", "(", "globally", "[0,38]", "(", "signal_3_n", "more", "3.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "time", "during", "the", "next", "51", "time", "units", ",", "(", "prop_2", ")", "then", "this", "scenario", "should", "consistently", "last", "for", "every", "time", "point", "during", "the", "subsequent", "38", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "38", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_3_n", ">", "3.1"]]}}} {"id": 2338, "sentence": ["Globally", ",", "whenever", "signal_1_n", "becomes", "at", "most", "81.3", "then", "in", "response", "in", "no", "time", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "34.7", "should", "never", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "81.3", ")", "imply", "negation", "rise", "(", "signal_2_n", "more equal", "34.7", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "in", "no", "time", "the", "scenario", "that", "(", "prop_2", ")", "should", "never", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "<=", "81.3", ")"]]}, " prop_2 ": {"span": [17, 29], "prop": [["-", "rise", "(", "signal_2_n", ">=", "34.7", ")"]]}}} {"id": 4745, "sentence": ["At", "sometime", "in", "less", "than", "53", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "is", "ultimately", "smaller", "than", "17.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "6.1", "finally", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "less", "17.7", "and", "signal_2_n", "less equal", "6.1", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "53", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<", "17.7"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_2_n", "<=", "6.1"]]}}} {"id": 1194, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "6.1", "is", "detected", "then", "in", "response", "during", "the", "coming", "22", "time", "units", "uninterruptedly", "signal_2_n", "needs", "to", "stay", "more", "than", "64.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "6.1", ")", "imply", "globally", "[0,22]", "(", "signal_2_n", "more", "64.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "during", "the", "coming", "22", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", ">=", "6.1", ")"]]}, " prop_2 ": {"span": [36, 43], "prop": [["signal_2_n", ">", "64.0"]]}}} {"id": 134, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "then", "in", "response", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "immediately", "no", "more", "than", "19.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "19.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_3_n", "<=", "19.5"]]}}} {"id": 3824, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "81.0", "and", "the", "value", "of", "signal", "signal_2_n", "is", "set", "to", "65.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consistently", "the", "value", "of", "signal_3_n", "needs", "to", "keep", "higher", "than", "6.0", "until", "the", "event", "that", "the", "signal_4_n", "signal", "becomes", "bigger", "than", "57.8", "will", "take", "place", "eventually", "at", "sometime", "during", "the", "next", "34", "to", "39", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "81.0", "and", "signal_2_n", "math equal", "65.4", "imply", "(", "signal_3_n", "more", "6.0", ")", "until", "[34,39]", "(", "rise", "(", "signal_4_n", "more", "57.8", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "34", ":", "39", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "81.0"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_2_n", "==", "65.4"]]}, " prop_3 ": {"span": [30, 65], "prop": [["signal_3_n", ">", "6.0"], ["rise", "(", "signal_4_n", ">", "57.8", ")"]]}}} {"id": 602, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "starting", "at", "most", "96", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "1.2", "does", "not", "happen", ",", "and", "signal_2_n", "shall", "be", "finally", "greater", "than", "or", "equal", "to", "4.0", "."], "ltl": ["finally", "[0,96]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "1.2", ")", "and", "signal_2_n", "more equal", "4.0", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "starting", "at", "most", "96", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "happen", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "96", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 30], "prop": [["-", "fall", "(", "signal_1_n", "==", "1.2", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_2_n", ">=", "4.0"]]}}} {"id": 6238, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "be", "ultimately", "no", "less", "than", "15.4", "and", "less", "than", "45.4", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "over", "27.5", "and", "below", "86.8", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "15.4", "and", "signal_1_n", "less", "45.4", ")", "or", "(", "signal_2_n", "more", "27.5", "and", "signal_2_n", "less", "86.8", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 33], "prop": [["signal_1_n", ">=", "15.4"], ["signal_1_n", "<", "45.4"]]}, " prop_2 ": {"span": [34, 47], "prop": [["signal_2_n", ">", "27.5"], ["signal_2_n", "<", "86.8"]]}}} {"id": 5653, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "32.7", "and", "the", "value", "of", "signal_2_n", "is", "larger", "than", "74.6", "and", "less", "than", "83.9", "then", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "at", "least", "71.7", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.7", "and", "(", "signal_2_n", "more", "74.6", "and", "signal_2_n", "less", "83.9", ")", "imply", "signal_3_n", "more equal", "71.7", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "32.7"]]}, " prop_2 ": {"span": [12, 24], "prop": [["signal_2_n", ">", "74.6"], ["signal_2_n", "<", "83.9"]]}, " prop_3 ": {"span": [25, 36], "prop": [["signal_3_n", ">=", "71.7"]]}}} {"id": 1862, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "27.0", "and", "less", "than", "or", "equal", "to", "33.4", "and", "the", "signal_2_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "84.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "smaller", "than", "24.6", "right", "away", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "27.0", "and", "signal_1_n", "less equal", "33.4", ")", "and", "rise", "(", "signal_2_n", "more equal", "84.0", ")", "imply", "signal_3_n", "less", "24.6", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "27.0"], ["signal_1_n", "<=", "33.4"]]}, " prop_2 ": {"span": [20, 31], "prop": [["rise", "(", "signal_2_n", ">=", "84.0", ")"]]}, " prop_3 ": {"span": [40, 52], "prop": [["signal_3_n", "<", "24.6"]]}}} {"id": 3234, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "goes", "down", "to", "less", "than", "55.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "instantly", "above", "10.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "55.2", ")", "imply", "signal_2_n", "more", "10.0", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "55.2", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">", "10.0"]]}}} {"id": 38, "sentence": ["For", "at", "least", "65", "time", "units", "the", "mode", "of", "signal_1_n", "will", "have", "to", "uninterruptedly", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "at", "least", "65", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5652, "sentence": ["As", "soon", "as", "signal_1_n", "is", "93.1", ",", "and", "the", "value", "of", "signal_2_n", "is", "larger", "than", "13.1", "and", "less", "than", "26.3", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "12.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "93.1", "and", "(", "signal_2_n", "more", "13.1", "and", "signal_2_n", "less", "26.3", ")", "imply", "signal_3_n", "more equal", "12.2", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "93.1"]]}, " prop_2 ": {"span": [8, 20], "prop": [["signal_2_n", ">", "13.1"], ["signal_2_n", "<", "26.3"]]}, " prop_3 ": {"span": [28, 40], "prop": [["signal_3_n", ">=", "12.2"]]}}} {"id": 4680, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "equal", "to", "84.2", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "following", "92", "time", "units", "at", "a", "certain", "time", "instant", "within", "90", "time", "units", "the", "signal_2_n", "signal", "shall", "not", "be", "at", "least", "31.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "84.2", ")", "imply", "globally", "[0,92]", "(", "finally", "[0,90]", "(", "negation", "(", "signal_2_n", "more equal", "31.1", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "following", "92", "time", "units", "at", "a", "certain", "time", "instant", "within", "90", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "92", "]", "(", "F", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", "==", "84.2", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["-", "(", "signal_2_n", ">=", "31.1", ")"]]}}} {"id": 4383, "sentence": ["For", "each", "time", "point", "within", "the", "first", "39", "to", "94", "time", "units", "signal_1_n", "needs", "to", "be", "uninterruptedly", "above", "5.5", "."], "ltl": ["globally", "[39,94]", "(", "signal_1_n", "more", "5.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "39", "to", "94", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "39", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", ">", "5.5"]]}}} {"id": 6217, "sentence": ["In", "the", "first", "85", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "will", "keep", "in", "signal_2_n", "continuously", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "first", "85", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1059, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "the", "first", "14", "to", "70", "time", "units", "eventually", "the", "event", "that", "the", "value", "of", "signal_3_n", "gets", "raised", "to", "no", "less", "than", "32.4", "has", "to", "take", "place", "at", "a", "time", "starting", "between", "35", "to", "85", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[14,70]", "(", "finally", "[35,85]", "(", "rise", "(", "signal_3_n", "more equal", "32.4", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "the", "first", "14", "to", "70", "time", "units", "eventually", "the", "event", "that", "(", "prop_2", ")", "has", "to", "take", "place", "at", "a", "time", "starting", "between", "35", "to", "85", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "14", ":", "70", "]", "(", "F", "[", "35", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 53], "prop": [["rise", "(", "signal_3_n", ">=", "32.4", ")"]]}}} {"id": 4221, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "equal", "to", "12.1", "then", "this", "scenario", "will", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "math equal", "12.1", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "will", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_3_n", "==", "12.1"]]}}} {"id": 2548, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "equals", "to", "96.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "58.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "signal_3_n", "signal", "will", "not", "be", "less", "than", "91.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.3", "and", "signal_2_n", "more equal", "58.7", "imply", "negation", "(", "signal_3_n", "less", "91.6", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "96.3"]]}, " prop_2 ": {"span": [11, 21], "prop": [["signal_2_n", ">=", "58.7"]]}, " prop_3 ": {"span": [32, 41], "prop": [["-", "(", "signal_3_n", "<", "91.6", ")"]]}}} {"id": 581, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "17.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "is", "eventually", "sometime", "during", "the", "coming", "78", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "not", "set", "to", "65.4", "shall", "not", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "17.1", "imply", "finally", "[0,78]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "65.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "is", "eventually", "sometime", "during", "the", "coming", "78", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "17.1"]]}, " prop_2 ": {"span": [34, 43], "prop": [["-", "fall", "(", "signal_2_n", "==", "65.4", ")"]]}}} {"id": 1333, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "68.0", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "there", "is", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "45.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "68.0", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "45.4", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "there", "is", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "68.0", ")"]]}, " prop_2 ": {"span": [53, 62], "prop": [["signal_2_n", "==", "45.4"]]}}} {"id": 1980, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "above", "27.4", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "18.1", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "27.4", ")", "imply", "signal_2_n", "less", "18.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "27.4", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", "<", "18.1"]]}}} {"id": 168, "sentence": ["For", "at", "least", "0", "time", "units", ",", "uninterruptedly", "signal_1_n", "ought", "n't", "to", "be", "higher", "than", "93.0", ",", "or", "the", "value", "of", "signal_2_n", "should", "consistently", "stay", "larger", "than", "8.6", "and", "below", "91.9", "."], "ltl": ["globally", "[0,0]", "(", "negation", "(", "signal_1_n", "more", "93.0", ")", "or", "(", "signal_2_n", "more", "8.6", "and", "signal_2_n", "less", "91.9", ")", ")"], "logic_sentence": ["For", "at", "least", "0", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "(", "signal_1_n", ">", "93.0", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">", "8.6"], ["signal_2_n", "<", "91.9"]]}}} {"id": 3573, "sentence": ["For", "every", "time", "point", "in", "the", "first", "67", "to", "99", "time", "units", "the", "state", "of", "signal_1_n", "should", "be", "in", "signal_2_n", "and", "signal_3_n", "shall", "be", "continuously", "at", "least", "77.9", "."], "ltl": ["globally", "[67,99]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "77.9", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "67", "to", "99", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "67", ":", "99", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_3_n", ">=", "77.9"]]}}} {"id": 3532, "sentence": ["Globally", ",", "when", "the", "state", "of", "signal_1_n", "does", "not", "enter", "signal_2_n", "and", "this", "condition", "has", "been", "keeping", "without", "interruption", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "40", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_3_n", "signal", "becomes", "equal", "to", "39.3", "must", "not", "get", "observed", "ultimately", "."], "ltl": ["globally", "(", "historically", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "finally", "[0,40]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "39.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "this", "condition", "has", "been", "keeping", "without", "interruption", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "40", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "not", "get", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "(", "F", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [69, 76], "prop": [["-", "rise", "(", "signal_3_n", "==", "39.3", ")"]]}}} {"id": 2545, "sentence": ["In", "the", "future", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "equal", "to", "99.4", "uninterruptedly", "and", "the", "value", "of", "signal_2_n", "consecutively", "stays", "greater", "than", "or", "equal", "to", "9.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "99.4", "and", "signal_2_n", "more equal", "9.9", ")"], "logic_sentence": ["In", "the", "future", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "==", "99.4"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", ">=", "9.9"]]}}} {"id": 5002, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "below", "43.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal_2_n", "is", "shifted", "to", "39.2", "shall", "be", "detected", "ultimately", "at", "sometime", "in", "the", "first", "100", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "43.8", ")", "imply", "finally", "[0,100]", "(", "rise", "(", "signal_2_n", "math equal", "39.2", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "detected", "ultimately", "at", "sometime", "in", "the", "first", "100", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<", "43.8", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["rise", "(", "signal_2_n", "==", "39.2", ")"]]}}} {"id": 623, "sentence": ["There", "shall", "exist", "a", "certain", "time", "point", "during", "the", "first", "75", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "29.0", "must", "finally", "get", "observed", "and", "the", "value", "of", "signal_2_n", "needs", "to", "ultimately", "keep", "less", "than", "or", "equal", "to", "75.9", "."], "ltl": ["finally", "[0,75]", "(", "rise", "(", "signal_1_n", "less", "29.0", ")", "and", "signal_2_n", "less equal", "75.9", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "point", "during", "the", "first", "75", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "finally", "get", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "75", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["rise", "(", "signal_1_n", "<", "29.0", ")"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", "<=", "75.9"]]}}} {"id": 4384, "sentence": ["For", "every", "time", "instant", "within", "56", "to", "61", "time", "units", ",", "continuously", "signal_1_n", "will", "be", "keeping", "above", "51.6", "."], "ltl": ["globally", "[56,61]", "(", "signal_1_n", "more", "51.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "56", "to", "61", "time", "units", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "56", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", ">", "51.6"]]}}} {"id": 406, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "below", "62.8", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "has", "to", "be", "a", "time", "in", "the", "future", ",", "after", "which", "continuously", "the", "value", "of", "signal_2_n", "is", "not", "less", "than", "98.1", "for", "each", "time", "point", "during", "the", "coming", "1", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.8", ")", "imply", "finally", "(", "globally", "[0,1]", "(", "negation", "(", "signal_2_n", "less", "98.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "has", "to", "be", "a", "time", "in", "the", "future", ",", "after", "which", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<", "62.8", ")"]]}, " prop_2 ": {"span": [42, 61], "prop": [["-", "(", "signal_2_n", "<", "98.1", ")"]]}}} {"id": 91, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "higher", "than", "1.3", "and", "less", "than", "12.1", ",", "then", "in", "response", "signal_2_n", "will", "have", "to", "be", "instantly", "at", "least", "94.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "1.3", "and", "signal_1_n", "less", "12.1", "imply", "signal_2_n", "more equal", "94.5", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["signal_1_n", ">", "1.3"], ["signal_1_n", "<", "12.1"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">=", "94.5"]]}}} {"id": 6261, "sentence": ["For", "each", "time", "point", "during", "the", "first", "2", "to", "6", "time", "units", ",", "the", "value", "of", "signal_1_n", "is", "less", "than", "15.6", "consecutively", ",", "and", "consecutively", "signal_2_n", "has", "to", "remain", "above", "87.9", "."], "ltl": ["globally", "[2,6]", "(", "signal_1_n", "less", "15.6", "and", "signal_2_n", "more", "87.9", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "2", "to", "6", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "<", "15.6"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_2_n", ">", "87.9"]]}}} {"id": 394, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "less", "than", "93.1", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "shifts", "to", "52.4", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "20", "time", "units", ",", "there", "should", "exist", "a", "time", "within", "the", "coming", "65", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "must", "be", "eventually", "greater", "than", "or", "equal", "to", "33.3", "."], "ltl": ["globally", "(", "signal_1_n", "less", "93.1", "or", "rise", "(", "signal_2_n", "math equal", "52.4", ")", "imply", "globally", "[0,20]", "(", "finally", "[0,65]", "(", "signal_3_n", "more equal", "33.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "20", "time", "units", ",", "there", "should", "exist", "a", "time", "within", "the", "coming", "65", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "0", ":", "65", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "93.1"]]}, " prop_2 ": {"span": [14, 22], "prop": [["rise", "(", "signal_2_n", "==", "52.4", ")"]]}, " prop_3 ": {"span": [56, 70], "prop": [["signal_3_n", ">=", "33.3"]]}}} {"id": 3929, "sentence": ["Globally", ",", "whenever", "signal_1_n", "becomes", "below", "28.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "be", "equal", "to", "76.4", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "28.4", ")", "imply", "signal_2_n", "math equal", "76.4", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["rise", "(", "signal_1_n", "<", "28.4", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "76.4"]]}}} {"id": 751, "sentence": ["The", "value", "of", "signal_1_n", "must", "be", "98.9", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "98.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "98.9"]]}}} {"id": 4854, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "68.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "subsequent", "52", "time", "units", "there", "must", "exist", "a", "time", "starting", "between", "51", "to", "69", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_2_n", "is", "2.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "68.9", "imply", "globally", "[0,52]", "(", "finally", "[51,69]", "(", "signal_2_n", "math equal", "2.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "subsequent", "52", "time", "units", "there", "must", "exist", "a", "time", "starting", "between", "51", "to", "69", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "F", "[", "51", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["signal_1_n", "<=", "68.9"]]}, " prop_2 ": {"span": [50, 57], "prop": [["signal_2_n", "==", "2.1"]]}}} {"id": 407, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "increases", "to", "no", "less", "than", "50.2", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "8.7", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "50.2", ")", "imply", "signal_2_n", "less equal", "8.7", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">=", "50.2", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", "<=", "8.7"]]}}} {"id": 6268, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "execution", "ends", "there", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_3_n", "will", "rise", "to", "at", "least", "81.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "more equal", "81.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "execution", "ends", "there", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [51, 58], "prop": [["rise", "(", "signal_3_n", ">=", "81.6", ")"]]}}} {"id": 1702, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "20.2", "gets", "observed", ",", "then", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "74.6", "and", "then", "this", "condition", "must", "keep", "without", "interruption", "for", "every", "time", "instant", "during", "the", "coming", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "20.2", ")", "imply", "globally", "[0,35]", "(", "signal_2_n", "math equal", "74.6", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "(", "prop_2", ")", "and", "then", "this", "condition", "must", "keep", "without", "interruption", "for", "every", "time", "instant", "during", "the", "coming", "35", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "20.2", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "==", "74.6"]]}}} {"id": 1581, "sentence": ["Ultimately", "the", "value", "of", "signal", "signal_1_n", "must", "be", "75.5", "at", "a", "certain", "moment", "starting", "at", "most", "100", "time", "units", "."], "ltl": ["finally", "[0,100]", "(", "signal_1_n", "math equal", "75.5", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "75.5"]]}}} {"id": 589, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "higher", "than", "58.7", "occurs", "then", "in", "response", "signal_2_n", "has", "to", "be", "more", "than", "96.9", "without", "any", "delay", ",", "and", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "over", "28.6", "and", "less", "than", "or", "equal", "to", "79.6", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "58.7", ")", "imply", "signal_2_n", "more", "96.9", "and", "(", "signal_3_n", "more", "28.6", "and", "signal_3_n", "less equal", "79.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "58.7", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "96.9"]]}, " prop_3 ": {"span": [34, 56], "prop": [["signal_3_n", ">", "28.6"], ["signal_3_n", "<=", "79.6"]]}}} {"id": 5257, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_1_n", "ought", "to", "be", "eventually", "at", "most", "74.3", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "74.3", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "<=", "74.3"]]}}} {"id": 3850, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "28.7", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "state", "of", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "and", "instantly", "the", "mode", "of", "signal", "signal_4_n", "will", "be", "set", "to", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "and", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["rise", "(", "signal_1_n", ">=", "28.7", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 324, "sentence": ["In", "the", "case", "signal_1_n", "is", "below", "86.0", "then", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "higher", "than", "55.2", "and", "less", "than", "65.4", "immediately", "or", "the", "value", "of", "signal_3_n", "ought", "to", "be", "simultaneously", "25.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "86.0", "imply", "(", "signal_2_n", "more", "55.2", "and", "signal_2_n", "less", "65.4", ")", "or", "signal_3_n", "math equal", "25.9", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "<", "86.0"]]}, " prop_2 ": {"span": [8, 24], "prop": [["signal_2_n", ">", "55.2"], ["signal_2_n", "<", "65.4"]]}, " prop_3 ": {"span": [25, 34], "prop": [["signal_3_n", "==", "25.9"]]}}} {"id": 536, "sentence": ["While", "the", "signal_1_n", "signal", "is", "24.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "next", "18", "to", "20", "time", "units", ",", "at", "which", "signal_2_n", "is", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "24.9", "imply", "finally", "[18,20]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "next", "18", "to", "20", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "18", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "24.9"]]}, " prop_2 ": {"span": [34, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 897, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "n't", "at", "most", "66.8", ",", "then", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "event", "that", "the", "value", "of", "signal_2_n", "drops", "to", "at", "most", "32.1", "must", "not", "be", "observed", "eventually", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "66.8", ")", "imply", "finally", "(", "negation", "fall", "(", "signal_2_n", "more", "32.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "event", "that", "(", "prop_2", ")", "must", "not", "be", "observed", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["-", "(", "signal_1_n", "<=", "66.8", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["-", "fall", "(", "signal_2_n", ">", "32.1", ")"]]}}} {"id": 16, "sentence": ["For", "each", "moment", "within", "76", "time", "units", "consistently", "the", "mode", "of", "signal", "signal_1_n", "is", "not", "in", "signal_2_n", "."], "ltl": ["globally", "[0,76]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "76", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "76", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 3872, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "equal", "to", "5.6", ",", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "50.4", "and", "less", "than", "86.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "62", "to", "95", "time", "units", "there", "should", "exist", "a", "certain", "time", "point", "within", "68", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "gets", "more", "than", "2.1", "shall", "not", "be", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "5.6", "and", "(", "signal_2_n", "more equal", "50.4", "and", "signal_2_n", "less", "86.7", ")", "imply", "globally", "[62,95]", "(", "finally", "[0,68]", "(", "negation", "rise", "(", "signal_3_n", "more", "2.1", ")", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "62", "to", "95", "time", "units", "there", "should", "exist", "a", "certain", "time", "point", "within", "68", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "not", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "62", ":", "95", "]", "(", "F", "[", "0", ":", "68", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "5.6"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">=", "50.4"], ["signal_2_n", "<", "86.7"]]}, " prop_3 ": {"span": [63, 70], "prop": [["-", "rise", "(", "signal_3_n", ">", "2.1", ")"]]}}} {"id": 1050, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "remained", "equal", "to", "63.8", "uninterruptedly", "in", "the", "past", "49", "time", "units", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "below", "25.5", "and", "this", "scenario", "has", "to", "keep", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "[0,49]", "(", "signal_1_n", "math equal", "63.8", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less", "25.5", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "this", "scenario", "has", "to", "keep", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "49", "]", "(", "prop_1", ")", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "==", "63.8"]]}, " prop_2 ": {"span": [43, 52], "prop": [["signal_2_n", "<", "25.5"]]}}} {"id": 957, "sentence": ["Everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "the", "signal_4_n", "signal", "should", "stay", "equal", "to", "61.5", "at", "sometime", "during", "the", "first", "65", "time", "units", ",", "and", "until", "then", "the", "signal_3_n", "signal", "must", "keep", "less", "than", "or", "equal", "to", "33.8", "consistently", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "33.8", ")", "until", "[0,65]", "(", "signal_4_n", "math equal", "61.5", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 41], "prop": [["signal_4_n", "==", "61.5"]]}, " prop_3 ": {"span": [45, 57], "prop": [["signal_3_n", "<=", "33.8"]]}}} {"id": 2327, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "8", "to", "39", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "be", "eventually", "over", "48.7", "."], "ltl": ["finally", "[8,39]", "(", "signal_1_n", "more", "48.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "8", "to", "39", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "8", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">", "48.7"]]}}} {"id": 2930, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "be", "less", "than", "26.3", "eventually", "at", "a", "time", "within", "55", "to", "55", "time", "units", "."], "ltl": ["finally", "[55,55]", "(", "signal_1_n", "less", "26.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "55", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "<", "26.3"]]}}} {"id": 4808, "sentence": ["If", "signal_1_n", "is", "greater", "than", "36.6", "then", "for", "each", "moment", "in", "the", "future", "eventually", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "or", "equal", "to", "15.1", "at", "a", "time", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "more", "36.6", "imply", "globally", "(", "finally", "(", "signal_2_n", "less equal", "15.1", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "for", "each", "moment", "in", "the", "future", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", ">", "36.6"]]}, " prop_2 ": {"span": [14, 32], "prop": [["signal_2_n", "<=", "15.1"]]}}} {"id": 44, "sentence": ["For", "each", "moment", "within", "97", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "never", "to", "settle", "to", "93.0", "."], "ltl": ["globally", "[0,97]", "(", "negation", "(", "signal_1_n", "math equal", "93.0", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "97", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "==", "93.0", ")"]]}}} {"id": 4778, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "mode", "of", "signal_1_n", "will", "keep", "in", "signal_2_n", "continuously", "or", "continuously", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 30], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 35, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "no", "larger", "than", "36.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "39", "time", "units", "eventually", "the", "value", "of", "signal_2_n", "shall", "be", "77.6", "at", "sometime", "during", "the", "coming", "53", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "36.2", ")", "imply", "globally", "[0,39]", "(", "finally", "[0,53]", "(", "signal_2_n", "math equal", "77.6", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "39", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "F", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "36.2", ")"]]}, " prop_2 ": {"span": [38, 53], "prop": [["signal_2_n", "==", "77.6"]]}}} {"id": 5325, "sentence": ["When", "signal_1_n", "shifts", "to", "39.0", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "the", "mode", "of", "signal_2_n", "begins", "deviating", "from", "signal_3_n", "should", "not", "get", "observed", "ultimately", "at", "a", "time", "in", "the", "first", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "39.0", ")", "imply", "finally", "[0,68]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_2", ")", "should", "not", "get", "observed", "ultimately", "at", "a", "time", "in", "the", "first", "68", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["rise", "(", "signal_1_n", "==", "39.0", ")"]]}, " prop_2 ": {"span": [16, 24], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 366, "sentence": ["For", "every", "moment", "within", "the", "first", "8", "time", "units", "the", "value", "of", "signal_1_n", "shall", "remain", "above", "24.7", "without", "interruption", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "always", "stay", "greater", "than", "or", "equal", "to", "6.8", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "more", "24.7", "or", "signal_2_n", "more equal", "6.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "8", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">", "24.7"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", ">=", "6.8"]]}}} {"id": 1967, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "77.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "instantly", "and", "signal_4_n", "has", "to", "be", "in", "signal_5_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "77.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "77.0", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [34, 45], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 2538, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "following", "68", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "must", "be", "bigger", "than", "4.3", "and", "lower", "than", "24.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,68]", "(", "signal_3_n", "more", "4.3", "and", "signal_3_n", "less", "24.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "following", "68", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "68", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 54], "prop": [["signal_3_n", ">", "4.3"], ["signal_3_n", "<", "24.4"]]}}} {"id": 5638, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "97.5", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "larger", "than", "50.8", "will", "have", "to", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "97.5", ")", "imply", "rise", "(", "signal_2_n", "more", "50.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "97.5", ")"]]}, " prop_2 ": {"span": [34, 41], "prop": [["rise", "(", "signal_2_n", ">", "50.8", ")"]]}}} {"id": 5426, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "42.7", "is", "detected", ",", "then", "signal_2_n", "must", "be", "less", "than", "81.2", "at", "once", ",", "or", "immediately", "the", "value", "of", "signal", "signal_3_n", "is", "at", "most", "65.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.7", ")", "imply", "signal_2_n", "less", "81.2", "or", "signal_3_n", "less equal", "65.2", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", ",", "or", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "42.7", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "<", "81.2"]]}, " prop_3 ": {"span": [26, 35], "prop": [["signal_3_n", "<=", "65.2"]]}}} {"id": 1623, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "detected", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "25.9", "and", "then", "shall", "stay", "in", "this", "range", "without", "interruption", "till", "the", "value", "of", "signal_4_n", "will", "ultimately", "jump", "to", "over", "78.1", ",", "which", "occurs", "at", "a", "certain", "time", "instant", "within", "the", "following", "80", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "25.9", ")", "until", "[0,80]", "(", "rise", "(", "signal_4_n", "more", "78.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 68], "prop": [["signal_3_n", "<=", "25.9"], ["rise", "(", "signal_4_n", ">", "78.1", ")"]]}}} {"id": 2159, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "there", "exists", "a", "certain", "time", "point", "within", "the", "subsequent", "4", "to", "5", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "equal", "to", "22.0", "finally", ",", "and", "before", "that", "signal_1_n", "will", "be", "staying", "higher", "than", "75.0", "and", "less", "than", "88.0", "continuously", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "next", "67", "time", "units", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "coming", "77", "time", "units", ",", "at", "which", "ultimately", "the", "signal_3_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "92.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "75.0", "and", "signal_1_n", "less", "88.0", ")", "until", "[4,5]", "(", "signal_2_n", "math equal", "22.0", ")", "imply", "globally", "[0,67]", "(", "finally", "[0,77]", "(", "signal_3_n", "more equal", "92.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "there", "exists", "a", "certain", "time", "point", "within", "the", "subsequent", "4", "to", "5", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "before", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "next", "67", "time", "units", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "coming", "77", "time", "units", ",", "at", "which", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", "&", "prop_2", ")", "U", "[", "4", ":", "5", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "67", "]", "(", "F", "[", "0", ":", "77", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "22.0"]]}, " prop_2 ": {"span": [38, 51], "prop": [["signal_1_n", ">", "75.0"], ["signal_1_n", "<", "88.0"]]}, " prop_3 ": {"span": [86, 97], "prop": [["signal_3_n", ">=", "92.0"]]}}} {"id": 2317, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "equals", "to", "63.6", ",", "or", "signal_2_n", "is", "less", "than", "or", "equal", "to", "30.4", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "9", "to", "15", "time", "units", "finally", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "subsequent", "25", "to", "82", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal_3_n", "begins", "deviating", "from", "signal_4_n", "will", "have", "to", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "63.6", "or", "signal_2_n", "less equal", "30.4", "imply", "globally", "[9,15]", "(", "finally", "[25,82]", "(", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "9", "to", "15", "time", "units", "finally", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "subsequent", "25", "to", "82", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "9", ":", "15", "]", "(", "F", "[", "25", ":", "82", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "63.6"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", "<=", "30.4"]]}, " prop_3 ": {"span": [63, 71], "prop": [["fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5535, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "85.9", "happens", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "22.3", "gets", "detected", "then", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "42", "to", "50", "time", "units", ",", "at", "which", "signal_3_n", "ought", "to", "be", "more", "than", "25.1", "then", "this", "scenario", "will", "have", "to", "consistently", "sustain", "for", "each", "time", "point", "during", "the", "next", "34", "to", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.9", ")", "and", "rise", "(", "signal_2_n", "more equal", "22.3", ")", "imply", "finally", "[42,50]", "(", "globally", "[34,58]", "(", "signal_3_n", "more", "25.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", "then", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "42", "to", "50", "time", "units", ",", "at", "which", "(", "prop_3", ")", "then", "this", "scenario", "will", "have", "to", "consistently", "sustain", "for", "each", "time", "point", "during", "the", "next", "34", "to", "58", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "42", ":", "50", "]", "(", "G", "[", "34", ":", "58", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "85.9", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["rise", "(", "signal_2_n", ">=", "22.3", ")"]]}, " prop_3 ": {"span": [60, 67], "prop": [["signal_3_n", ">", "25.1"]]}}} {"id": 3454, "sentence": ["For", "the", "first", "100", "time", "units", "uninterruptedly", "signal_1_n", "will", "not", "be", "below", "10.7", ",", "or", "signal_2_n", "continuously", "stays", "greater", "than", "or", "equal", "to", "21.7", "."], "ltl": ["globally", "[0,100]", "(", "negation", "(", "signal_1_n", "less", "10.7", ")", "or", "signal_2_n", "more equal", "21.7", ")"], "logic_sentence": ["For", "the", "first", "100", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "100", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["-", "(", "signal_1_n", "<", "10.7", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", ">=", "21.7"]]}}} {"id": 6013, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "no", "less", "than", "26.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "following", "43", "to", "52", "time", "units", ",", "at", "which", "eventually", "the", "signal_2_n", "signal", "should", "remain", "larger", "than", "70.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "26.0", ")", "imply", "finally", "[43,52]", "(", "signal_2_n", "more", "70.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "following", "43", "to", "52", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "43", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">=", "26.0", ")"]]}, " prop_2 ": {"span": [43, 51], "prop": [["signal_2_n", ">", "70.4"]]}}} {"id": 4582, "sentence": ["For", "every", "moment", "during", "the", "first", "9", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "larger", "than", "66.7", "."], "ltl": ["globally", "[0,9]", "(", "signal_1_n", "more", "66.7", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "9", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "9", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">", "66.7"]]}}} {"id": 1818, "sentence": ["There", "will", "be", "sometime", "within", "39", "to", "43", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "shall", "be", "signal_2_n", "."], "ltl": ["finally", "[39,43]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "be", "sometime", "within", "39", "to", "43", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "39", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 529, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "10.7", "is", "observed", ",", "then", "in", "response", "simultaneously", "the", "value", "of", "signal_2_n", "stays", "greater", "than", "or", "equal", "to", "23.1", ",", "or", "at", "once", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "falls", "to", "at", "most", "26.6", "ought", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "10.7", ")", "imply", "signal_2_n", "more equal", "23.1", "or", "rise", "(", "signal_3_n", "less equal", "26.6", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "simultaneously", "(", "prop_2", ")", ",", "or", "at", "once", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "10.7", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">=", "23.1"]]}, " prop_3 ": {"span": [41, 50], "prop": [["rise", "(", "signal_3_n", "<=", "26.6", ")"]]}}} {"id": 5197, "sentence": ["For", "each", "time", "instant", "within", "42", "time", "units", ",", "consecutively", "signal_1_n", "will", "have", "to", "stay", "less", "than", "or", "equal", "to", "38.8", "or", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "larger", "than", "21.5", "consistently", "."], "ltl": ["globally", "[0,42]", "(", "signal_1_n", "less equal", "38.8", "or", "signal_2_n", "more", "21.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "42", "time", "units", ",", "consecutively", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "42", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<=", "38.8"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", ">", "21.5"]]}}} {"id": 52, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "below", "64.6", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_2_n", "shall", "not", "be", "equal", "to", "69.7", "."], "ltl": ["globally", "(", "signal_1_n", "less", "64.6", "imply", "negation", "(", "signal_2_n", "math equal", "69.7", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "<", "64.6"]]}, " prop_2 ": {"span": [20, 31], "prop": [["-", "(", "signal_2_n", "==", "69.7", ")"]]}}} {"id": 777, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", ",", "then", "at", "the", "same", "time", "instant", "the", "signal_3_n", "signal", "will", "be", "larger", "than", "6.8", "and", "below", "7.2", "or", "the", "value", "of", "signal", "signal_4_n", "is", "53.7", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "6.8", "and", "signal_3_n", "less", "7.2", ")", "or", "signal_4_n", "math equal", "53.7", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_3_n", ">", "6.8"], ["signal_3_n", "<", "7.2"]]}, " prop_3 ": {"span": [32, 40], "prop": [["signal_4_n", "==", "53.7"]]}}} {"id": 5933, "sentence": ["If", "the", "event", "that", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "46.6", "happens", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "70.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "next", "19", "to", "96", "time", "units", "consecutively", "the", "mode", "of", "signal_3_n", "shall", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "46.6", ")", "and", "signal_2_n", "math equal", "70.5", "imply", "globally", "[19,96]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "next", "19", "to", "96", "time", "units", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "19", ":", "96", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<=", "46.6", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "==", "70.5"]]}, " prop_3 ": {"span": [46, 54], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 312, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "continuously", "stays", "in", "signal_2_n", "within", "the", "first", "85", "time", "units", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 744, "sentence": ["If", "signal_1_n", "is", "equal", "to", "41.4", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "21.3", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "shall", "keep", "below", "69.7", "at", "the", "same", "time", ",", "and", "the", "value", "of", "signal", "signal_4_n", "is", "greater", "than", "21.3", "and", "less", "than", "52.0", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "41.4", "and", "signal_2_n", "more equal", "21.3", "imply", "signal_3_n", "less", "69.7", "and", "(", "signal_4_n", "more", "21.3", "and", "signal_4_n", "less", "52.0", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "41.4"]]}, " prop_2 ": {"span": [8, 16], "prop": [["signal_2_n", ">=", "21.3"]]}, " prop_3 ": {"span": [20, 50], "prop": [["signal_3_n", "<", "69.7"], ["signal_4_n", ">", "21.3"], ["signal_4_n", "<", "52.0"]]}}} {"id": 275, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "not", "at", "most", "96.7", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "96.6", "then", "in", "response", "immediately", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "less", "than", "or", "equal", "to", "54.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "96.7", ")", "and", "signal_2_n", "less equal", "96.6", "imply", "negation", "(", "signal_3_n", "less equal", "54.8", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["-", "(", "signal_1_n", "<=", "96.7", ")"]]}, " prop_2 ": {"span": [11, 22], "prop": [["signal_2_n", "<=", "96.6"]]}, " prop_3 ": {"span": [26, 39], "prop": [["-", "(", "signal_3_n", "<=", "54.8", ")"]]}}} {"id": 2560, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consistently", "the", "signal_1_n", "signal", "shall", "never", "be", "less", "than", "58.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "58.6", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "<", "58.6", ")"]]}}} {"id": 4051, "sentence": ["Continuously", "the", "state", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "in", "signal_2_n", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 152, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "no", "less", "than", "8.3", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "is", "n't", "set", "to", "signal_3_n", "then", "this", "scenario", "has", "to", "remain", "uninterruptedly", "in", "the", "past", "16", "to", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "8.3", ")", "imply", "historically", "[16,16]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "has", "to", "remain", "uninterruptedly", "in", "the", "past", "16", "to", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "16", ":", "16", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["rise", "(", "signal_1_n", ">=", "8.3", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3068, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "31.1", "then", "at", "the", "same", "time", "the", "signal_2_n", "signal", "should", "be", "41.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "31.1", "imply", "signal_2_n", "math equal", "41.5", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "31.1"]]}, " prop_2 ": {"span": [16, 22], "prop": [["signal_2_n", "==", "41.5"]]}}} {"id": 78, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "n't", "signal_2_n", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "first", "41", "time", "units", ",", "uninterruptedly", "the", "signal_3_n", "signal", "ought", "never", "to", "get", "shifted", "to", "38.0", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,41]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "38.0", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "first", "41", "time", "units", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["-", "rise", "(", "signal_3_n", "==", "38.0", ")"]]}}} {"id": 1489, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "86.4", "is", "detected", "then", "in", "response", "at", "a", "certain", "time", "instant", "after", "at", "most", "49", "time", "units", ",", "the", "signal_2_n", "signal", "should", "n't", "be", "below", "57.0", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "86.4", ")", "imply", "finally", "[0,49]", "(", "negation", "(", "signal_2_n", "less", "57.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "at", "a", "certain", "time", "instant", "after", "at", "most", "49", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", "<=", "86.4", ")"]]}, " prop_2 ": {"span": [40, 49], "prop": [["-", "(", "signal_2_n", "<", "57.0", ")"]]}}} {"id": 1516, "sentence": ["There", "will", "have", "to", "be", "a", "time", "within", "the", "first", "4", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "eventually", "less", "than", "61.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "eventually", "drop", "to", "less", "than", "or", "equal", "to", "40.6", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "less", "61.0", "or", "rise", "(", "signal_2_n", "less equal", "40.6", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "time", "within", "the", "first", "4", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "<", "61.0"]]}, " prop_2 ": {"span": [27, 42], "prop": [["rise", "(", "signal_2_n", "<=", "40.6", ")"]]}}} {"id": 5995, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "bigger", "than", "83.3", "happens", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "during", "the", "next", "3", "time", "units", "the", "signal_2_n", "signal", "ought", "to", "stay", "more", "than", "97.0", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "83.3", ")", "imply", "finally", "[0,3]", "(", "signal_2_n", "more", "97.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "during", "the", "next", "3", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">", "83.3", ")"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_2_n", ">", "97.0"]]}}} {"id": 1119, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "50.8", ",", "then", "the", "following", "condition", "is", "true", ":", "between", "37", "to", "43", "time", "units", ",", "consecutively", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "gets", "set", "to", "signal_3_n", "should", "never", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.8", "imply", "globally", "[37,43]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "between", "37", "to", "43", "time", "units", ",", "consecutively", "the", "scenario", "that", "(", "prop_2", ")", "should", "never", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "37", ":", "43", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "50.8"]]}, " prop_2 ": {"span": [27, 35], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1602, "sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "starting", "at", "most", "44", "time", "units", ",", "at", "which", "ultimately", "signal_1_n", "needs", "to", "be", "equal", "to", "77.0", "."], "ltl": ["finally", "[0,44]", "(", "signal_1_n", "math equal", "77.0", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "starting", "at", "most", "44", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "77.0"]]}}} {"id": 753, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "20.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "stays", "greater", "than", "or", "equal", "to", "25.6", "and", "less", "than", "or", "equal", "to", "81.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "20.6", "imply", "signal_2_n", "more equal", "25.6", "and", "signal_2_n", "less equal", "81.3", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "20.6"]]}, " prop_2 ": {"span": [26, 44], "prop": [["signal_2_n", ">=", "25.6"], ["signal_2_n", "<=", "81.3"]]}}} {"id": 4058, "sentence": ["For", "every", "moment", "in", "the", "first", "21", "to", "26", "time", "units", ",", "the", "signal_1_n", "signal", "will", "always", "not", "be", "less", "than", "49.7", "and", "the", "value", "of", "signal_2_n", "will", "continuously", "remain", "greater", "than", "or", "equal", "to", "34.1", "."], "ltl": ["globally", "[21,26]", "(", "negation", "(", "signal_1_n", "less", "49.7", ")", "and", "signal_2_n", "more equal", "34.1", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "21", "to", "26", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "21", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["-", "(", "signal_1_n", "<", "49.7", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", ">=", "34.1"]]}}} {"id": 772, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "signal_1_n", "signal", "will", "have", "to", "equal", "to", "36.5", "uninterruptedly", ",", "and", "without", "interruption", "the", "signal_2_n", "signal", "ought", "to", "keep", "greater", "than", "3.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "36.5", "and", "signal_2_n", "more", "3.7", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "36.5"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "3.7"]]}}} {"id": 934, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "remains", "above", "2.9", "and", "lower", "than", "33.4", ",", "or", "the", "signal_2_n", "signal", "is", "n't", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "over", "47.8", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_5_n", "gets", "to", "less", "than", "or", "equal", "to", "24.6", "will", "have", "to", "happen", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.9", "and", "signal_1_n", "less", "33.4", ")", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "signal_4_n", "more", "47.8", "and", "rise", "(", "signal_5_n", "less equal", "24.6", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_3", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_4", ")", "will", "have", "to", "happen", "at", "the", "same", "time", "point", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "2.9"], ["signal_1_n", "<", "33.4"]]}, " prop_2 ": {"span": [16, 24], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [37, 48], "prop": [["signal_4_n", ">", "47.8"]]}, " prop_4 ": {"span": [54, 67], "prop": [["rise", "(", "signal_5_n", "<=", "24.6", ")"]]}}} {"id": 189, "sentence": ["For", "each", "moment", "within", "the", "first", "15", "to", "38", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "continuously", "keep", "equal", "to", "71.1", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "[15,38]", "(", "signal_1_n", "math equal", "71.1", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "15", "to", "38", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "38", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "71.1"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6359, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "will", "be", "set", "to", "98.9", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "98.9", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "98.9"]]}}} {"id": 2039, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "81.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "after", "which", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "11.4", "and", "less", "than", "or", "equal", "to", "25.4", "and", "this", "condition", "has", "to", "hold", "for", "each", "time", "instant", "within", "the", "next", "68", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "81.3", "imply", "finally", "(", "globally", "[0,68]", "(", "signal_2_n", "more equal", "11.4", "and", "signal_2_n", "less equal", "25.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "hold", "for", "each", "time", "instant", "within", "the", "next", "68", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "81.3"]]}, " prop_2 ": {"span": [38, 56], "prop": [["signal_2_n", ">=", "11.4"], ["signal_2_n", "<=", "25.4"]]}}} {"id": 1479, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "8.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "the", "signal_2_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "98.3", "simultaneously", "gets", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "8.0", ")", "imply", "rise", "(", "signal_2_n", "more equal", "98.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_2", ")", "simultaneously", "gets", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "8.0", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["rise", "(", "signal_2_n", ">=", "98.3", ")"]]}}} {"id": 1369, "sentence": ["The", "signal_1_n", "signal", "must", "be", "always", "smaller", "than", "71.8", "for", "each", "time", "instant", "within", "the", "first", "40", "to", "47", "time", "units", "."], "ltl": ["globally", "[40,47]", "(", "signal_1_n", "less", "71.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "40", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "<", "71.8"]]}}} {"id": 6008, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "60.4", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "60.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "60.4", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1208, "sentence": ["The", "value", "of", "signal", "signal_1_n", "ought", "to", "eventually", "stay", "equal", "to", "4.3", "at", "a", "certain", "time", "point", "starting", "at", "most", "100", "time", "units", "."], "ltl": ["finally", "[0,100]", "(", "signal_1_n", "math equal", "4.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "4.3"]]}}} {"id": 467, "sentence": ["In", "the", "first", "63", "time", "units", ",", "uninterruptedly", "the", "state", "of", "signal", "signal_1_n", "must", "be", "set", "to", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "needs", "to", "stay", "less", "than", "50.2", "all", "the", "time", "."], "ltl": ["globally", "[0,63]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "50.2", ")"], "logic_sentence": ["In", "the", "first", "63", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "63", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_3_n", "<", "50.2"]]}}} {"id": 1236, "sentence": ["At", "sometime", "during", "the", "first", "60", "to", "91", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "ultimately", "start", "not", "equaling", "to", "50.6", ",", "or", "signal_2_n", "will", "be", "finally", "no", "less", "than", "80.2", "."], "ltl": ["finally", "[60,91]", "(", "fall", "(", "signal_1_n", "math equal", "50.6", ")", "or", "signal_2_n", "more equal", "80.2", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "60", "to", "91", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "60", ":", "91", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["fall", "(", "signal_1_n", "==", "50.6", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", ">=", "80.2"]]}}} {"id": 1330, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "not", "smaller", "than", "83.0", ",", "and", "the", "value", "of", "signal_2_n", "gets", "lower", "than", "19.1", ",", "then", "the", "following", "condition", "holds", ":", "there", "exists", "sometime", "in", "the", "first", "22", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_3_n", "will", "have", "to", "be", "signal_4_n", "and", "then", "keeps", "like", "that", "without", "interruption", "for", "the", "subsequent", "1", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "83.0", ")", "and", "rise", "(", "signal_2_n", "less", "19.1", ")", "imply", "finally", "[0,22]", "(", "globally", "[0,1]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "exists", "sometime", "in", "the", "first", "22", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "1", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["-", "(", "signal_1_n", "<", "83.0", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["rise", "(", "signal_2_n", "<", "19.1", ")"]]}, " prop_3 ": {"span": [47, 70], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 190, "sentence": ["Within", "the", "first", "15", "to", "85", "time", "units", "the", "signal_1_n", "signal", "will", "be", "keeping", "equal", "to", "32.1", "and", "consecutively", "the", "state", "of", "signal_2_n", "stays", "in", "signal_3_n", "."], "ltl": ["globally", "[15,85]", "(", "signal_1_n", "math equal", "32.1", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Within", "the", "first", "15", "to", "85", "time", "units", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "85", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "32.1"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1362, "sentence": ["The", "signal_1_n", "signal", "is", "finally", "more", "than", "78.4", "at", "a", "certain", "moment", "in", "less", "than", "80", "time", "units", "."], "ltl": ["finally", "[0,80]", "(", "signal_1_n", "more", "78.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", ">", "78.4"]]}}} {"id": 277, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "to", "no", "less", "than", "46.6", "is", "observed", ",", "then", "in", "response", "the", "signal_2_n", "signal", "shall", "be", "signal_3_n", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "46.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", ">=", "46.6", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2984, "sentence": ["If", "the", "event", "that", "signal_1_n", "gets", "raised", "to", "at", "least", "66.4", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "instantly", "not", "be", "no", "larger", "than", "34.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "66.4", ")", "imply", "negation", "(", "signal_2_n", "less equal", "34.5", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", ">=", "66.4", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["-", "(", "signal_2_n", "<=", "34.5", ")"]]}}} {"id": 5761, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "22.2", ",", "or", "the", "event", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "71.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "simultaneously", "equal", "to", "93.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "22.2", "or", "rise", "(", "signal_2_n", "less equal", "71.9", ")", "imply", "signal_3_n", "math equal", "93.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">=", "22.2"]]}, " prop_2 ": {"span": [24, 33], "prop": [["rise", "(", "signal_2_n", "<=", "71.9", ")"]]}, " prop_3 ": {"span": [45, 56], "prop": [["signal_3_n", "==", "93.1"]]}}} {"id": 1245, "sentence": ["On", "condition", "that", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "43.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "value", "of", "signal_2_n", "should", "be", "greater", "than", "or", "equal", "to", "41.7", "and", "no", "larger", "than", "79.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "43.1", "imply", "signal_2_n", "more equal", "41.7", "and", "signal_2_n", "less equal", "79.6", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "43.1"]]}, " prop_2 ": {"span": [24, 41], "prop": [["signal_2_n", ">=", "41.7"], ["signal_2_n", "<=", "79.6"]]}}} {"id": 4996, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "32.8", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "20.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "32.8", ")", "imply", "signal_2_n", "less equal", "20.1", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", "<=", "32.8", ")"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", "<=", "20.1"]]}}} {"id": 1938, "sentence": ["If", "the", "event", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", ",", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "ought", "never", "to", "be", "equal", "to", "29.6", ",", "or", "the", "value", "of", "signal_4_n", "ought", "to", "be", "simultaneously", "equal", "to", "84.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "math equal", "29.6", ")", "or", "signal_4_n", "math equal", "84.7", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["-", "(", "signal_3_n", "==", "29.6", ")"]]}, " prop_3 ": {"span": [34, 45], "prop": [["signal_4_n", "==", "84.7"]]}}} {"id": 826, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "2.7", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "is", "changed", "to", "signal_3_n", "takes", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "2.7", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "2.7", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 507, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal_1_n", "shifts", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "in", "the", "following", "78", "time", "units", "the", "signal_3_n", "signal", "will", "have", "to", "stay", "equal", "to", "49.3", "continuously", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,78]", "(", "globally", "(", "signal_3_n", "math equal", "49.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "in", "the", "following", "78", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 46], "prop": [["signal_3_n", "==", "49.3"]]}}} {"id": 4634, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "not", "no", "larger", "than", "60.6", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "5", "to", "49", "time", "units", "there", "shall", "be", "sometime", "in", "the", "following", "13", "to", "41", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal_2_n", "must", "keep", "above", "53.6", "and", "below", "66.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "60.6", ")", "imply", "globally", "[5,49]", "(", "finally", "[13,41]", "(", "signal_2_n", "more", "53.6", "and", "signal_2_n", "less", "66.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "5", "to", "49", "time", "units", "there", "shall", "be", "sometime", "in", "the", "following", "13", "to", "41", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "5", ":", "49", "]", "(", "F", "[", "13", ":", "41", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["-", "(", "signal_1_n", "<=", "60.6", ")"]]}, " prop_2 ": {"span": [47, 58], "prop": [["signal_2_n", ">", "53.6"], ["signal_2_n", "<", "66.6"]]}}} {"id": 996, "sentence": ["Whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "79.4", "or", "without", "any", "delay", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "24.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "79.4", "or", "signal_4_n", "math equal", "24.7", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "or", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_3_n", ">=", "79.4"]]}, " prop_3 ": {"span": [40, 49], "prop": [["signal_4_n", "==", "24.7"]]}}} {"id": 5346, "sentence": ["When", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "becomes", "signal_2_n", "happens", ",", "then", "without", "interruption", "the", "signal_3_n", "signal", "needs", "to", "be", "above", "13.5", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more", "13.5", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_3_n", ">", "13.5"]]}}} {"id": 5955, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "73.5", "or", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_4_n", "is", "never", "less", "than", "or", "equal", "to", "97.7", "and", "consecutively", "this", "condition", "should", "last", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "73.5", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "(", "negation", "(", "signal_4_n", "less equal", "97.7", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "consecutively", "this", "condition", "should", "last", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "73.5"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 42], "prop": [["-", "(", "signal_4_n", "<=", "97.7", ")"]]}}} {"id": 1702, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "this", "condition", "consecutively", "last", "for", "the", "elapsed", "16", "time", "units", "then", "ultimately", "there", "must", "be", "a", "time", "in", "the", "next", "24", "time", "units", ",", "at", "which", "consistently", "signal_3_n", "will", "have", "to", "remain", "in", "signal_4_n", "for", "each", "time", "instant", "during", "the", "coming", "43", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,16]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,24]", "(", "globally", "[0,43]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "this", "condition", "consecutively", "last", "for", "the", "elapsed", "16", "time", "units", "then", "ultimately", "there", "must", "be", "a", "time", "in", "the", "next", "24", "time", "units", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "16", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [40, 57], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1825, "sentence": ["Consistently", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "89.5", "ought", "never", "to", "be", "observed", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "89.5", ")", ")"], "logic_sentence": ["Consistently", "the", "transition", "action", "that", "(", "prop_1", ")", "ought", "never", "to", "be", "observed", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["-", "fall", "(", "signal_1_n", "==", "89.5", ")"]]}}} {"id": 1281, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "29.7", ",", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "60.4", "and", "less", "than", "or", "equal", "to", "98.8", ",", "then", "signal_3_n", "will", "have", "to", "be", "greater", "than", "43.4", "and", "no", "more", "than", "64.5", "and", "then", "this", "condition", "uninterruptedly", "remains", "for", "each", "time", "point", "during", "the", "next", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "29.7", "and", "(", "signal_2_n", "more equal", "60.4", "and", "signal_2_n", "less equal", "98.8", ")", "imply", "globally", "[0,89]", "(", "signal_3_n", "more", "43.4", "and", "signal_3_n", "less equal", "64.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "and", "then", "this", "condition", "uninterruptedly", "remains", "for", "each", "time", "point", "during", "the", "next", "89", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "89", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "29.7"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", ">=", "60.4"], ["signal_2_n", "<=", "98.8"]]}, " prop_3 ": {"span": [39, 52], "prop": [["signal_3_n", ">", "43.4"], ["signal_3_n", "<=", "64.5"]]}}} {"id": 5865, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "9.6", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal_2_n", "ought", "to", "be", "above", "32.1", "and", "lower", "than", "32.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "9.6", ")", "imply", "signal_2_n", "more", "32.1", "and", "signal_2_n", "less", "32.9", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "9.6", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">", "32.1"], ["signal_2_n", "<", "32.9"]]}}} {"id": 1389, "sentence": ["In", "case", "that", "signal_1_n", "is", "not", "above", "92.4", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "78.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "needs", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "92.4", ")", "and", "rise", "(", "signal_2_n", "less equal", "78.2", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["-", "(", "signal_1_n", ">", "92.4", ")"]]}, " prop_2 ": {"span": [13, 24], "prop": [["rise", "(", "signal_2_n", "<=", "78.2", ")"]]}, " prop_3 ": {"span": [35, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3064, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "higher", "than", "81.0", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "will", "be", "eventually", "in", "signal_3_n", "at", "sometime", "in", "the", "coming", "29", "to", "73", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "81.0", "imply", "finally", "[29,73]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "29", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "81.0"]]}, " prop_2 ": {"span": [21, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1582, "sentence": ["Everytime", "when", "signal_1_n", "is", "n't", "63.7", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "below", "5.7", "does", "n't", "take", "place", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "value", "of", "signal_3_n", "will", "be", "at", "most", "97.1", "and", "promptly", "the", "event", "that", "the", "value", "of", "signal", "signal_4_n", "gets", "over", "78.7", "shall", "happen", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "63.7", ")", "or", "negation", "fall", "(", "signal_2_n", "more equal", "5.7", ")", "imply", "signal_3_n", "less equal", "97.1", "and", "rise", "(", "signal_4_n", "more", "78.7", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "does", "n't", "take", "place", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_3", ")", "and", "promptly", "the", "event", "that", "(", "prop_4", ")", "shall", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [2, 6], "prop": [["-", "(", "signal_1_n", "==", "63.7", ")"]]}, " prop_2 ": {"span": [11, 18], "prop": [["-", "fall", "(", "signal_2_n", ">=", "5.7", ")"]]}, " prop_3 ": {"span": [32, 41], "prop": [["signal_3_n", "<=", "97.1"]]}, " prop_4 ": {"span": [46, 54], "prop": [["rise", "(", "signal_4_n", ">", "78.7", ")"]]}}} {"id": 905, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "36.1", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "is", "promptly", "98.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "36.1", ")", "imply", "signal_2_n", "math equal", "98.1", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "36.1", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "98.1"]]}}} {"id": 3941, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "above", "51.1", "happens", ",", "then", "for", "each", "time", "point", "within", "the", "next", "39", "time", "units", "signal_2_n", "should", "stay", "less", "than", "98.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.1", ")", "imply", "globally", "[0,39]", "(", "signal_2_n", "less", "98.3", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "time", "point", "within", "the", "next", "39", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "51.1", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_2_n", "<", "98.3"]]}}} {"id": 555, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "no", "larger", "than", "67.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "34", "time", "units", ",", "there", "ought", "to", "exist", "sometime", "during", "the", "first", "92", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "stay", "less", "than", "or", "equal", "to", "25.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.8", ")", "imply", "globally", "[0,34]", "(", "finally", "[0,92]", "(", "signal_2_n", "less equal", "25.4", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "34", "time", "units", ",", "there", "ought", "to", "exist", "sometime", "during", "the", "first", "92", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<=", "67.8", ")"]]}, " prop_2 ": {"span": [47, 58], "prop": [["signal_2_n", "<=", "25.4"]]}}} {"id": 418, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "smaller", "than", "2.9", "happens", "and", "the", "mode", "of", "signal_2_n", "does", "n't", "get", "changed", "to", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "first", "97", "time", "units", "there", "will", "have", "to", "eventually", "exist", "a", "certain", "moment", "after", "at", "most", "52", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "will", "stay", "more", "than", "25.6", "and", "smaller", "than", "52.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.9", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,97]", "(", "finally", "[0,52]", "(", "signal_4_n", "more", "25.6", "and", "signal_4_n", "less", "52.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "first", "97", "time", "units", "there", "will", "have", "to", "eventually", "exist", "a", "certain", "moment", "after", "at", "most", "52", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "97", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "<", "2.9", ")"]]}, " prop_2 ": {"span": [15, 25], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [59, 71], "prop": [["signal_4_n", ">", "25.6"], ["signal_4_n", "<", "52.3"]]}}} {"id": 5774, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "40", "to", "48", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_3_n", "must", "be", "in", "signal_4_n", "all", "the", "time", "for", "every", "moment", "during", "the", "coming", "39", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[40,48]", "(", "globally", "[0,39]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "40", "to", "48", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "40", ":", "48", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [43, 63], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4907, "sentence": ["In", "the", "first", "57", "time", "units", "the", "signal_1_n", "signal", "has", "to", "be", "always", "no", "less", "than", "21.6", "and", "below", "30.4", "."], "ltl": ["globally", "[0,57]", "(", "signal_1_n", "more equal", "21.6", "and", "signal_1_n", "less", "30.4", ")"], "logic_sentence": ["In", "the", "first", "57", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["signal_1_n", ">=", "21.6"], ["signal_1_n", "<", "30.4"]]}}} {"id": 4376, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "40.7", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "instant", "during", "the", "next", "16", "to", "34", "time", "units", "the", "state", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "40.7", ")", "imply", "globally", "(", "finally", "[16,34]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "instant", "during", "the", "next", "16", "to", "34", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "16", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "40.7", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 765, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "does", "n't", "happen", ",", "and", "the", "value", "of", "signal_3_n", "keeps", "greater", "than", "or", "equal", "to", "16.6", "and", "no", "larger", "than", "40.9", "then", "the", "following", "condition", "is", "true", ":", "for", "the", "elapsed", "12", "time", "units", ",", "consecutively", "the", "signal_4_n", "signal", "has", "to", "be", "higher", "than", "14.3", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "(", "signal_3_n", "more equal", "16.6", "and", "signal_3_n", "less equal", "40.9", ")", "imply", "historically", "[0,12]", "(", "signal_4_n", "more", "14.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "n't", "happen", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "the", "elapsed", "12", "time", "units", ",", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "hist|ically", "[", "0", ":", "12", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_3_n", ">=", "16.6"], ["signal_3_n", "<=", "40.9"]]}, " prop_3 ": {"span": [49, 58], "prop": [["signal_4_n", ">", "14.3"]]}}} {"id": 4177, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "signal_3_n", "has", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2391, "sentence": ["Whenever", "signal_1_n", "stays", "larger", "than", "59.3", "then", "there", "is", "ultimately", "a", "certain", "moment", "in", "the", "coming", "51", "to", "71", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "above", "54.1", "and", "less", "than", "55.9", "and", "uninterruptedly", "this", "condition", "shall", "last", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "59.3", "imply", "finally", "[51,71]", "(", "globally", "(", "signal_2_n", "more", "54.1", "and", "signal_2_n", "less", "55.9", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "there", "is", "ultimately", "a", "certain", "moment", "in", "the", "coming", "51", "to", "71", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "uninterruptedly", "this", "condition", "shall", "last", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "51", ":", "71", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", ">", "59.3"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", ">", "54.1"], ["signal_2_n", "<", "55.9"]]}}} {"id": 4724, "sentence": ["Globally", ",", "whenever", "signal_1_n", "gets", "changed", "to", "9.7", "then", "the", "following", "condition", "holds", ":", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "higher", "than", "84.1", "needs", "to", "occur", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "9.7", ")", "imply", "rise", "(", "signal_2_n", "more", "84.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "occur", "promptly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "==", "9.7", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["rise", "(", "signal_2_n", ">", "84.1", ")"]]}}} {"id": 1927, "sentence": ["For", "more", "than", "67", "time", "units", "the", "signal_1_n", "signal", "has", "to", "consistently", "keep", "lower", "than", "66.3", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "less", "than", "78.4", "continuously", "."], "ltl": ["globally", "[0,67]", "(", "signal_1_n", "less", "66.3", "or", "signal_2_n", "less", "78.4", ")"], "logic_sentence": ["For", "more", "than", "67", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["signal_1_n", "<", "66.3"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", "<", "78.4"]]}}} {"id": 3557, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "n't", "set", "to", "45.1", "and", "signal_2_n", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_4_n", "has", "to", "be", "in", "signal_5_n", "and", "this", "scenario", "needs", "to", "hold", "continuously", "for", "the", "past", "76", "to", "87", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "45.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[76,87]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "and", "this", "scenario", "needs", "to", "hold", "continuously", "for", "the", "past", "76", "to", "87", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "76", ":", "87", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "(", "signal_1_n", "==", "45.1", ")"]]}, " prop_2 ": {"span": [12, 15], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [24, 34], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1124, "sentence": ["There", "must", "exist", "sometime", "in", "the", "future", "finally", ",", "at", "which", "signal_1_n", "shall", "not", "be", "greater", "than", "83.8", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "83.8", ")", ")"], "logic_sentence": ["There", "must", "exist", "sometime", "in", "the", "future", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["-", "(", "signal_1_n", ">", "83.8", ")"]]}}} {"id": 2222, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "43.9", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "the", "state", "of", "signal_2_n", "will", "be", "set", "to", "signal_3_n", ",", "and", "the", "event", "that", "the", "value", "of", "signal_4_n", "becomes", "less", "than", "or", "equal", "to", "13.9", "will", "get", "observed", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "43.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less equal", "13.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_2", ")", ",", "and", "the", "event", "that", "(", "prop_3", ")", "will", "get", "observed", "right", "away", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "43.9", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [44, 55], "prop": [["rise", "(", "signal_4_n", "<=", "13.9", ")"]]}}} {"id": 1799, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "91.9", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "18.7", "and", "less", "than", "or", "equal", "to", "39.4", "and", "then", "this", "condition", "has", "to", "uninterruptedly", "keep", "in", "the", "following", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.9", ")", "imply", "globally", "[0,21]", "(", "signal_2_n", "more equal", "18.7", "and", "signal_2_n", "less equal", "39.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "has", "to", "uninterruptedly", "keep", "in", "the", "following", "21", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "21", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "91.9", ")"]]}, " prop_2 ": {"span": [23, 45], "prop": [["signal_2_n", ">=", "18.7"], ["signal_2_n", "<=", "39.4"]]}}} {"id": 2490, "sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "2", "to", "2", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "12.2", "will", "eventually", "get", "observed", ",", "or", "finally", "signal_2_n", "will", "have", "to", "stay", "equal", "to", "36.7", "."], "ltl": ["finally", "[2,2]", "(", "rise", "(", "signal_1_n", "math equal", "12.2", ")", "or", "signal_2_n", "math equal", "36.7", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "2", "to", "2", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "will", "eventually", "get", "observed", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "2", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 29], "prop": [["rise", "(", "signal_1_n", "==", "12.2", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["signal_2_n", "==", "36.7"]]}}} {"id": 6063, "sentence": ["For", "each", "moment", "within", "3", "to", "28", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "always", "remain", "on", "79.4", "."], "ltl": ["globally", "[3,28]", "(", "signal_1_n", "math equal", "79.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "3", "to", "28", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "28", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "79.4"]]}}} {"id": 5084, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "or", "equal", "to", "22.2", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "50.0", "and", "less", "than", "or", "equal", "to", "88.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "22.2", ")", "imply", "signal_2_n", "more equal", "50.0", "and", "signal_2_n", "less equal", "88.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", "<=", "22.2", ")"]]}, " prop_2 ": {"span": [34, 55], "prop": [["signal_2_n", ">=", "50.0"], ["signal_2_n", "<=", "88.1"]]}}} {"id": 801, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "uninterruptedly", "the", "state", "of", "signal", "signal_1_n", "must", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2773, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "is", "equal", "to", "60.7", "then", "continuously", "this", "condition", "has", "to", "continue", "during", "the", "last", "3", "to", "7", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "[3,7]", "(", "signal_3_n", "math equal", "60.7", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "then", "continuously", "this", "condition", "has", "to", "continue", "during", "the", "last", "3", "to", "7", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "3", ":", "7", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_3_n", "==", "60.7"]]}}} {"id": 4788, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "larger", "than", "54.2", "is", "observed", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "smaller", "than", "71.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "value", "of", "signal_3_n", "should", "be", "smaller", "than", "52.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "54.2", ")", "or", "negation", "(", "signal_2_n", "less", "71.4", ")", "imply", "signal_3_n", "less", "52.3", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "54.2", ")"]]}, " prop_2 ": {"span": [18, 28], "prop": [["-", "(", "signal_2_n", "<", "71.4", ")"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_3_n", "<", "52.3"]]}}} {"id": 488, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "happens", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "16", "time", "units", "finally", ",", "after", "which", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "and", "hold", "like", "that", "consecutively", "for", "each", "time", "instant", "within", "the", "following", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,16]", "(", "globally", "[0,84]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "16", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "16", "]", "(", "G", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 64], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5322, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "85.5", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "shall", "exist", "a", "time", "within", "the", "coming", "70", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "leaves", "signal_3_n", "does", "n't", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.5", ")", "imply", "finally", "[0,70]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "shall", "exist", "a", "time", "within", "the", "coming", "70", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "85.5", ")"]]}, " prop_2 ": {"span": [44, 51], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2566, "sentence": ["In", "the", "future", "the", "value", "of", "signal_1_n", "needs", "to", "be", "consecutively", "less", "than", "or", "equal", "to", "95.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "95.2", ")"], "logic_sentence": ["In", "the", "future", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 17], "prop": [["signal_1_n", "<=", "95.2"]]}}} {"id": 228, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "79", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "set", "to", "signal_2_n", "eventually", "."], "ltl": ["finally", "[0,79]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "79", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4415, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "uninterruptedly", "kept", "in", "signal_2_n", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "should", "be", "17.7", "and", "then", "must", "consecutively", "hold", "like", "this", "till", "the", "value", "of", "signal", "signal_4_n", "gets", "to", "less", "than", "or", "equal", "to", "31.9", ",", "which", "should", "be", "ultimately", "detected", "at", "a", "certain", "moment", "during", "the", "first", "44", "to", "47", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "17.7", ")", "until", "[44,47]", "(", "rise", "(", "signal_4_n", "less equal", "31.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "44", ":", "47", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 71], "prop": [["signal_3_n", "==", "17.7"], ["rise", "(", "signal_4_n", "<=", "31.9", ")"]]}}} {"id": 531, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "exceeds", "31.8", "is", "observed", ",", "then", "in", "response", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "not", "set", "to", "73.1", "shall", "not", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "31.8", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "73.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "shall", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["rise", "(", "signal_1_n", ">", "31.8", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["-", "fall", "(", "signal_2_n", "==", "73.1", ")"]]}}} {"id": 3213, "sentence": ["Eventually", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "first", "18", "to", "55", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "has", "to", "be", "signal_2_n", "."], "ltl": ["finally", "[18,55]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Eventually", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "first", "18", "to", "55", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "18", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5719, "sentence": ["At", "a", "time", "within", "32", "time", "units", "finally", "the", "signal_1_n", "signal", "has", "to", "keep", "within", "the", "range", "-LRB-", "9.1", ",", "52.6", "-RRB-", ",", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "ultimately", "equal", "to", "71.4", "."], "ltl": ["finally", "[0,32]", "(", "(", "signal_1_n", "more", "9.1", "and", "signal_1_n", "less", "52.6", ")", "and", "signal_2_n", "math equal", "71.4", ")"], "logic_sentence": ["At", "a", "time", "within", "32", "time", "units", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "32", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", ">", "9.1"], ["signal_1_n", "<", "52.6"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "==", "71.4"]]}}} {"id": 3412, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "above", "85.3", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "ought", "never", "to", "be", "less", "than", "71.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "85.3", ")", "imply", "negation", "(", "signal_2_n", "less", "71.6", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", ">", "85.3", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["-", "(", "signal_2_n", "<", "71.6", ")"]]}}} {"id": 6137, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "at", "the", "same", "time", "the", "signal_3_n", "signal", "ought", "to", "stay", "no", "more", "than", "34.2", "or", "the", "mode", "of", "signal_4_n", "needs", "to", "stay", "in", "signal_5_n", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "34.2", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "at", "the", "same", "time", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", "<=", "34.2"]]}, " prop_3 ": {"span": [29, 41], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1754, "sentence": ["There", "should", "finally", "exist", "a", "certain", "moment", "after", "at", "most", "47", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "at", "least", "6.1", "and", "less", "than", "16.2", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "more equal", "6.1", "and", "signal_1_n", "less", "16.2", ")"], "logic_sentence": ["There", "should", "finally", "exist", "a", "certain", "moment", "after", "at", "most", "47", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">=", "6.1"], ["signal_1_n", "<", "16.2"]]}}} {"id": 631, "sentence": ["There", "is", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "equal", "to", "12.6", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "12.6", ")"], "logic_sentence": ["There", "is", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "==", "12.6"]]}}} {"id": 7, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "smaller", "than", "60.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "eventually", "there", "should", "be", "sometime", "during", "the", "first", "3", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "mode", "of", "signal_2_n", "deviates", "from", "signal_3_n", "is", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less", "60.7", "imply", "globally", "(", "finally", "[0,3]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "eventually", "there", "should", "be", "sometime", "during", "the", "first", "3", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "60.7"]]}, " prop_2 ": {"span": [50, 57], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3826, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "49.5", "and", "the", "value", "of", "signal_2_n", "remains", "on", "26.2", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "the", "signal_4_n", "signal", "gets", "raised", "above", "80.0", "will", "have", "to", "occur", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "6", "to", "16", "time", "units", ",", "before", "that", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "stay", "greater", "than", "79.4", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "49.5", "and", "signal_2_n", "math equal", "26.2", "imply", "(", "signal_3_n", "more", "79.4", ")", "until", "[6,16]", "(", "rise", "(", "signal_4_n", "more", "80.0", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "occur", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "6", "to", "16", "time", "units", ",", "before", "that", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "6", ":", "16", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "49.5"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "==", "26.2"]]}, " prop_3 ": {"span": [29, 36], "prop": [["rise", "(", "signal_4_n", ">", "80.0", ")"]]}, " prop_4 ": {"span": [57, 69], "prop": [["signal_3_n", ">", "79.4"]]}}} {"id": 1068, "sentence": ["In", "the", "case", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "signal_2_n", "gets", "detected", "then", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "instantly", "greater", "than", "or", "equal", "to", "1.9", "and", "less", "than", "or", "equal", "to", "86.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "1.9", "and", "signal_3_n", "less equal", "86.8", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 38], "prop": [["signal_3_n", ">=", "1.9"], ["signal_3_n", "<=", "86.8"]]}}} {"id": 6301, "sentence": ["When", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "scenario", "that", "signal_3_n", "gets", "set", "to", "signal_4_n", "shall", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 31], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 515, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "should", "keep", "equal", "to", "53.3", "consistently", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "(", "signal_3_n", "math equal", "53.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 44], "prop": [["signal_3_n", "==", "53.3"]]}}} {"id": 374, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "39.2", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_2_n", "keeps", "in", "signal_3_n", "in", "no", "time", "and", "the", "signal_4_n", "signal", "should", "remain", "on", "35.9", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "39.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "35.9", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "39.2", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 47], "prop": [["signal_4_n", "==", "35.9"]]}}} {"id": 2, "sentence": ["During", "the", "interval", "that", "signal_1_n", "stays", "larger", "than", "12.8", "and", "below", "29.2", ",", "and", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "within", "1", "time", "units", ",", "signal_4_n", "will", "have", "to", "be", "9.5", "and", "then", "should", "keep", "like", "that", "uninterruptedly", "for", "every", "moment", "during", "the", "following", "47", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "12.8", "and", "signal_1_n", "less", "29.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,1]", "(", "globally", "[0,47]", "(", "signal_4_n", "math equal", "9.5", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "within", "1", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "[", "0", ":", "1", "]", "(", "G", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", ">", "12.8"], ["signal_1_n", "<", "29.2"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 58], "prop": [["signal_4_n", "==", "9.5"]]}}} {"id": 3810, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "larger", "than", "29.8", "and", "uninterruptedly", "stays", "in", "this", "range", "within", "the", "elapsed", "30", "to", "32", "time", "units", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "36", "time", "units", "the", "value", "of", "signal_2_n", "should", "be", "eventually", "higher", "than", "39.4", "and", "at", "most", "64.7", "at", "sometime", "in", "the", "coming", "1", "to", "26", "time", "units", "."], "ltl": ["globally", "(", "historically", "[30,32]", "(", "signal_1_n", "more", "29.8", ")", "imply", "globally", "[0,36]", "(", "finally", "[1,26]", "(", "signal_2_n", "more", "39.4", "and", "signal_2_n", "less equal", "64.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "36", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "30", ":", "32", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "36", "]", "(", "F", "[", "1", ":", "26", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 27], "prop": [["signal_1_n", ">", "29.8"]]}, " prop_2 ": {"span": [42, 66], "prop": [["signal_2_n", ">", "39.4"], ["signal_2_n", "<=", "64.7"]]}}} {"id": 2119, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "equal", "to", "25.7", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "wo", "n't", "be", "set", "to", "signal_3_n", "and", "then", "this", "condition", "will", "have", "to", "remain", "consistently", "for", "every", "time", "point", "during", "the", "coming", "7", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "25.7", "imply", "finally", "(", "globally", "[0,7]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "have", "to", "remain", "consistently", "for", "every", "time", "point", "during", "the", "coming", "7", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "25.7"]]}, " prop_2 ": {"span": [34, 45], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6091, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "23.0", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "must", "be", "no", "more", "than", "35.8", "and", "this", "condition", "will", "have", "to", "keep", "till", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "56.7", "is", "observed", "finally", "at", "a", "time", "in", "the", "first", "39", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "23.0", ")", "imply", "(", "signal_2_n", "less equal", "35.8", ")", "until", "[0,39]", "(", "rise", "(", "signal_3_n", "more equal", "56.7", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "to", "keep", "till", "the", "event", "that", "(", "prop_3", ")", "is", "observed", "finally", "at", "a", "time", "in", "the", "first", "39", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "39", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", ">", "23.0", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "<=", "35.8"]]}, " prop_3 ": {"span": [48, 61], "prop": [["rise", "(", "signal_3_n", ">=", "56.7", ")"]]}}} {"id": 618, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "above", "39.4", ",", "and", "the", "signal_2_n", "signal", "stays", "greater", "than", "7.0", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "first", "3", "to", "6", "time", "units", ",", "at", "sometime", "within", "the", "following", "52", "to", "67", "time", "units", "the", "scenario", "that", "the", "signal_3_n", "signal", "exceeds", "76.2", "should", "be", "eventually", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "39.4", "and", "signal_2_n", "more", "7.0", "imply", "globally", "[3,6]", "(", "finally", "[52,67]", "(", "rise", "(", "signal_3_n", "more", "76.2", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "first", "3", "to", "6", "time", "units", ",", "at", "sometime", "within", "the", "following", "52", "to", "67", "time", "units", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "eventually", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "3", ":", "6", "]", "(", "F", "[", "52", ":", "67", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "39.4"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_2_n", ">", "7.0"]]}, " prop_3 ": {"span": [49, 54], "prop": [["rise", "(", "signal_3_n", ">", "76.2", ")"]]}}} {"id": 527, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "over", "35.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "36.2", "and", "no", "more", "than", "62.2", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "more", "35.7", "imply", "signal_2_n", "more equal", "36.2", "and", "signal_2_n", "less equal", "62.2", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["signal_1_n", ">", "35.7"]]}, " prop_2 ": {"span": [19, 39], "prop": [["signal_2_n", ">=", "36.2"], ["signal_2_n", "<=", "62.2"]]}}} {"id": 942, "sentence": ["Consecutively", "the", "value", "of", "signal_1_n", "ought", "to", "keep", "equal", "to", "20.8", "for", "each", "time", "instant", "within", "the", "first", "12", "to", "63", "time", "units", "."], "ltl": ["globally", "[12,63]", "(", "signal_1_n", "math equal", "20.8", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "12", ":", "63", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["signal_1_n", "==", "20.8"]]}}} {"id": 236, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "53.9", "or", "signal_2_n", "remains", "less", "than", "31.3", "then", "immediately", "the", "mode", "of", "signal", "signal_3_n", "should", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "53.9", "or", "signal_2_n", "less", "31.3", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "53.9"]]}, " prop_2 ": {"span": [11, 16], "prop": [["signal_2_n", "<", "31.3"]]}, " prop_3 ": {"span": [18, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4699, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "the", "signal_1_n", "signal", "needs", "to", "consecutively", "keep", "less", "than", "or", "equal", "to", "33.6", ",", "or", "continuously", "the", "scenario", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "smaller", "than", "38.6", "does", "not", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "33.6", "or", "negation", "fall", "(", "signal_2_n", "more equal", "38.6", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "or", "continuously", "the", "scenario", "that", "(", "prop_2", ")", "does", "not", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 20], "prop": [["signal_1_n", "<=", "33.6"]]}, " prop_2 ": {"span": [26, 35], "prop": [["-", "fall", "(", "signal_2_n", ">=", "38.6", ")"]]}}} {"id": 193, "sentence": ["There", "is", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "in", "the", "interval", "-LSB-", "29.1", ",", "70.6", "-RSB-", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "29.1", "and", "signal_1_n", "less equal", "70.6", ")"], "logic_sentence": ["There", "is", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 34], "prop": [["signal_1_n", ">=", "29.1"], ["signal_1_n", "<=", "70.6"]]}}} {"id": 653, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "66.4", ",", "and", "the", "signal_2_n", "signal", "is", "larger", "than", "32.1", "and", "below", "64.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "coming", "38", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "instant", "starting", "between", "1", "to", "9", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "rises", "above", "17.2", "shall", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "66.4", "and", "(", "signal_2_n", "more", "32.1", "and", "signal_2_n", "less", "64.3", ")", "imply", "globally", "[0,38]", "(", "finally", "[1,9]", "(", "rise", "(", "signal_3_n", "more", "17.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "coming", "38", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "instant", "starting", "between", "1", "to", "9", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_3", ")", "shall", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "1", ":", "9", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "66.4"]]}, " prop_2 ": {"span": [15, 25], "prop": [["signal_2_n", ">", "32.1"], ["signal_2_n", "<", "64.3"]]}, " prop_3 ": {"span": [65, 72], "prop": [["rise", "(", "signal_3_n", ">", "17.2", ")"]]}}} {"id": 1707, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "82.8", "occurs", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "6", "time", "units", ",", "the", "value", "of", "signal_2_n", "should", "not", "start", "deviating", "from", "60.6", "eventually", "at", "a", "certain", "time", "point", "within", "the", "next", "57", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "82.8", ")", "imply", "globally", "[0,6]", "(", "finally", "[0,57]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "60.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "6", "]", "(", "F", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "82.8", ")"]]}, " prop_2 ": {"span": [27, 49], "prop": [["-", "fall", "(", "signal_2_n", "==", "60.6", ")"]]}}} {"id": 3468, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "keeps", "larger", "than", "74.5", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "8.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "exists", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_3_n", "ought", "to", "be", "no", "less", "than", "90.8", "and", "consecutively", "this", "condition", "keeps", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more", "74.5", "or", "signal_2_n", "less", "8.1", "imply", "finally", "(", "globally", "(", "signal_3_n", "more equal", "90.8", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "exists", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "and", "consecutively", "this", "condition", "keeps", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "74.5"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "<", "8.1"]]}, " prop_3 ": {"span": [50, 58], "prop": [["signal_3_n", ">=", "90.8"]]}}} {"id": 3595, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "shall", "be", "smaller", "than", "72.0", "in", "no", "time", "and", "simultaneously", "the", "value", "of", "signal_4_n", "ought", "to", "stay", "below", "71.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "72.0", "and", "signal_4_n", "less", "71.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_3_n", "<", "72.0"]]}, " prop_3 ": {"span": [40, 49], "prop": [["signal_4_n", "<", "71.4"]]}}} {"id": 670, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "is", "above", "8.0", "and", "less", "than", "or", "equal", "to", "33.1", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "during", "the", "following", "64", "time", "units", ",", "at", "sometime", "during", "the", "next", "61", "time", "units", "finally", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "at", "most", "20.1", "will", "not", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "8.0", "and", "signal_1_n", "less equal", "33.1", "imply", "globally", "[0,64]", "(", "finally", "[0,61]", "(", "negation", "fall", "(", "signal_2_n", "more", "20.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "during", "the", "following", "64", "time", "units", ",", "at", "sometime", "during", "the", "next", "61", "time", "units", "finally", "the", "scenario", "that", "(", "prop_2", ")", "will", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "64", "]", "(", "F", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">", "8.0"], ["signal_1_n", "<=", "33.1"]]}, " prop_2 ": {"span": [48, 58], "prop": [["-", "fall", "(", "signal_2_n", ">", "20.1", ")"]]}}} {"id": 1812, "sentence": ["For", "each", "moment", "during", "the", "first", "61", "to", "68", "time", "units", "the", "signal_1_n", "signal", "has", "to", "keep", "no", "more", "than", "51.9", "consistently", "or", "the", "value", "of", "signal_2_n", "needs", "to", "be", "always", "19.2", "."], "ltl": ["globally", "[61,68]", "(", "signal_1_n", "less equal", "51.9", "or", "signal_2_n", "math equal", "19.2", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "61", "to", "68", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "61", ":", "68", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<=", "51.9"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "19.2"]]}}} {"id": 100, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "16.8", "and", "the", "signal_2_n", "signal", "is", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "the", "event", "that", "the", "signal_4_n", "signal", "jumps", "to", "higher", "than", "48.9", "is", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "16.8", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "rise", "(", "signal_4_n", "more", "48.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "the", "event", "that", "(", "prop_3", ")", "is", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "16.8"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [32, 40], "prop": [["rise", "(", "signal_4_n", ">", "48.9", ")"]]}}} {"id": 2225, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "28.4", "gets", "observed", ",", "then", "in", "response", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "right", "away", ",", "and", "the", "transition", "action", "that", "signal_4_n", "drops", "to", "less", "than", "or", "equal", "to", "55.7", "will", "have", "to", "be", "observed", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less equal", "55.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "be", "observed", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["rise", "(", "signal_1_n", ">=", "28.4", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [49, 58], "prop": [["rise", "(", "signal_4_n", "<=", "55.7", ")"]]}}} {"id": 6227, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "93.8", "occurs", "then", "for", "every", "moment", "in", "the", "first", "73", "time", "units", "at", "a", "time", "in", "the", "following", "87", "time", "units", ",", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "leaves", "signal_3_n", "must", "be", "observed", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "93.8", ")", "imply", "globally", "[0,73]", "(", "finally", "[0,87]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "for", "every", "moment", "in", "the", "first", "73", "time", "units", "at", "a", "time", "in", "the", "following", "87", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "93.8", ")"]]}, " prop_2 ": {"span": [39, 45], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6446, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "less", "than", "3.2", "and", "the", "value", "of", "signal_2_n", "is", "66.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "moment", "in", "the", "first", "8", "to", "26", "time", "units", ",", "the", "state", "of", "signal_3_n", "will", "consecutively", "remain", "in", "signal_4_n", "during", "the", "subsequent", "3", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "3.2", ")", "and", "signal_2_n", "math equal", "66.9", "imply", "finally", "[8,26]", "(", "globally", "[0,3]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "moment", "in", "the", "first", "8", "to", "26", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "8", ":", "26", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["-", "(", "signal_1_n", "<", "3.2", ")"]]}, " prop_2 ": {"span": [18, 24], "prop": [["signal_2_n", "==", "66.9"]]}, " prop_3 ": {"span": [47, 62], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1653, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", ",", "then", "right", "away", "the", "state", "of", "signal_3_n", "should", "be", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5808, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "31", "to", "36", "time", "units", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "below", "93.7", "needs", "to", "occur", "at", "a", "certain", "time", "point", "in", "the", "future", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[31,36]", "(", "finally", "(", "rise", "(", "signal_3_n", "less", "93.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "31", "to", "36", "time", "units", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "occur", "at", "a", "certain", "time", "point", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "31", ":", "36", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 52], "prop": [["rise", "(", "signal_3_n", "<", "93.7", ")"]]}}} {"id": 4804, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "82.8", "gets", "detected", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "50.2", "is", "observed", ",", "then", "eventually", "at", "a", "certain", "moment", "within", "the", "next", "71", "time", "units", "the", "value", "of", "signal", "signal_3_n", "shall", "stay", "above", "2.0", "and", "less", "than", "18.4", "continuously", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "82.8", ")", "or", "rise", "(", "signal_2_n", "more equal", "50.2", ")", "imply", "finally", "[0,71]", "(", "globally", "(", "signal_3_n", "more", "2.0", "and", "signal_3_n", "less", "18.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "eventually", "at", "a", "certain", "moment", "within", "the", "next", "71", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "71", "]", "(", "G", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "82.8", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["rise", "(", "signal_2_n", ">=", "50.2", ")"]]}, " prop_3 ": {"span": [47, 68], "prop": [["signal_3_n", ">", "2.0"], ["signal_3_n", "<", "18.4"]]}}} {"id": 1137, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", "then", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "next", "7", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_3_n", "begins", "deviating", "from", "68.8", "has", "to", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[0,7]", "(", "fall", "(", "signal_3_n", "math equal", "68.8", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "will", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "next", "7", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [49, 54], "prop": [["fall", "(", "signal_3_n", "==", "68.8", ")"]]}}} {"id": 1571, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "shifted", "to", "28.1", "is", "observed", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "81.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.1", ")", "imply", "signal_2_n", "math equal", "81.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "28.1", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "==", "81.2"]]}}} {"id": 819, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "62.8", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "higher", "than", "90.9", "and", "then", "this", "condition", "ought", "to", "keep", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "62.8", ")", "imply", "globally", "(", "signal_2_n", "more", "90.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "ought", "to", "keep", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "62.8", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", ">", "90.9"]]}}} {"id": 3533, "sentence": ["Globally", ",", "when", "uninterruptedly", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "did", "not", "happen", "during", "the", "past", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "ultimately", "there", "must", "be", "sometime", "within", "the", "first", "27", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "shifts", "to", "78.0", "sha", "n't", "get", "observed", "."], "ltl": ["globally", "(", "historically", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "finally", "[0,27]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "78.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "uninterruptedly", "the", "scenario", "that", "(", "prop_1", ")", "did", "not", "happen", "during", "the", "past", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "ultimately", "there", "must", "be", "sometime", "within", "the", "first", "27", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "(", "F", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [59, 70], "prop": [["-", "rise", "(", "signal_3_n", "==", "78.0", ")"]]}}} {"id": 1683, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "19", "to", "31", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "45.9", "has", "to", "get", "detected", "eventually", "or", "the", "signal_2_n", "signal", "will", "be", "finally", "larger", "than", "88.0", "."], "ltl": ["finally", "[19,31]", "(", "rise", "(", "signal_1_n", "math equal", "45.9", ")", "or", "signal_2_n", "more", "88.0", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "19", "to", "31", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "get", "detected", "eventually", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "19", ":", "31", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["rise", "(", "signal_1_n", "==", "45.9", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", ">", "88.0"]]}}} {"id": 2149, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "higher", "than", "86.8", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "21.7", "and", "less", "than", "or", "equal", "to", "43.0", "at", "the", "same", "time", "instant", ",", "or", "the", "transition", "action", "that", "signal_3_n", "rises", "to", "no", "less", "than", "72.2", "must", "be", "instantly", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "more", "86.8", "imply", "(", "signal_2_n", "more equal", "21.7", "and", "signal_2_n", "less equal", "43.0", ")", "or", "rise", "(", "signal_3_n", "more equal", "72.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "be", "instantly", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", ">", "86.8"]]}, " prop_2 ": {"span": [16, 38], "prop": [["signal_2_n", ">=", "21.7"], ["signal_2_n", "<=", "43.0"]]}, " prop_3 ": {"span": [44, 51], "prop": [["rise", "(", "signal_3_n", ">=", "72.2", ")"]]}}} {"id": 5568, "sentence": ["For", "more", "than", "12", "time", "units", "the", "value", "of", "signal", "signal_1_n", "uninterruptedly", "keeps", "equal", "to", "52.9", "or", "signal_2_n", "ought", "to", "uninterruptedly", "keep", "higher", "than", "31.9", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "math equal", "52.9", "or", "signal_2_n", "more", "31.9", ")"], "logic_sentence": ["For", "more", "than", "12", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["signal_1_n", "==", "52.9"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", ">", "31.9"]]}}} {"id": 3397, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "set", "to", "61.2", "for", "every", "time", "instant", "within", "29", "to", "71", "time", "units", "."], "ltl": ["globally", "[29,71]", "(", "signal_1_n", "math equal", "61.2", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "29", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 22], "prop": [["signal_1_n", "==", "61.2"]]}}} {"id": 257, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "immediately", "signal_3_n", "should", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 25], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3768, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "for", "every", "time", "point", "in", "the", "coming", "50", "to", "67", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "uninterruptedly", "remaining", "equal", "to", "82.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "finally", "greater", "than", "38.7", "and", "less", "than", "66.4", "at", "a", "certain", "moment", "during", "the", "subsequent", "56", "to", "71", "time", "units", "."], "ltl": ["globally", "(", "globally", "[50,67]", "(", "signal_1_n", "math equal", "82.6", ")", "imply", "globally", "(", "finally", "[56,71]", "(", "signal_2_n", "more", "38.7", "and", "signal_2_n", "less", "66.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "for", "every", "time", "point", "in", "the", "coming", "50", "to", "67", "time", "units", ",", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "50", ":", "67", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "56", ":", "71", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [21, 33], "prop": [["signal_1_n", "==", "82.6"]]}, " prop_2 ": {"span": [55, 83], "prop": [["signal_2_n", ">", "38.7"], ["signal_2_n", "<", "66.4"]]}}} {"id": 1300, "sentence": ["For", "each", "moment", "within", "17", "time", "units", ",", "the", "mode", "of", "signal_1_n", "will", "have", "to", "consistently", "remain", "in", "signal_2_n", "and", "uninterruptedly", "signal_3_n", "will", "have", "to", "remain", "higher", "than", "38.4", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "38.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "17", "time", "units", ",", "(", "prop_1", ")", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_3_n", ">", "38.4"]]}}} {"id": 3540, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "jumps", "to", "more", "than", "95.2", ",", "then", "the", "value", "of", "signal_2_n", "will", "be", "49.6", "and", "then", "consecutively", "this", "condition", "ought", "to", "keep", "until", "eventually", "the", "event", "that", "signal_3_n", "gets", "to", "less", "than", "or", "equal", "to", "88.5", "will", "be", "observed", "at", "sometime", "within", "the", "following", "4", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "95.2", ")", "imply", "(", "signal_2_n", "math equal", "49.6", ")", "until", "[0,4]", "(", "rise", "(", "signal_3_n", "less equal", "88.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "ought", "to", "keep", "until", "eventually", "the", "event", "that", "(", "prop_3", ")", "will", "be", "observed", "at", "sometime", "within", "the", "following", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "4", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">", "95.2", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "49.6"]]}, " prop_3 ": {"span": [38, 47], "prop": [["rise", "(", "signal_3_n", "<=", "88.5", ")"]]}}} {"id": 5013, "sentence": ["At", "a", "time", "starting", "at", "most", "72", "time", "units", ",", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "more", "than", "46.6", "has", "to", "be", "observed", "finally", "and", "signal_2_n", "has", "to", "be", "larger", "than", "67.1", "eventually", "."], "ltl": ["finally", "[0,72]", "(", "rise", "(", "signal_1_n", "more", "46.6", ")", "and", "signal_2_n", "more", "67.1", ")"], "logic_sentence": ["At", "a", "time", "starting", "at", "most", "72", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "has", "to", "be", "observed", "finally", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "72", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", ">", "46.6", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", ">", "67.1"]]}}} {"id": 3717, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "42.3", "and", "has", "been", "staying", "in", "this", "interval", "consistently", "during", "the", "last", "30", "to", "98", "time", "units", ",", "then", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", ",", "at", "which", "for", "every", "moment", "within", "the", "following", "82", "time", "units", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "must", "n't", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "historically", "[30,98]", "(", "signal_1_n", "less", "42.3", ")", "imply", "finally", "(", "globally", "[0,82]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", ",", "at", "which", "for", "every", "moment", "within", "the", "following", "82", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "30", ":", "98", "]", "(", "prop_1", ")", "->", "F", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 28], "prop": [["signal_1_n", "<", "42.3"]]}, " prop_2 ": {"span": [58, 69], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3322, "sentence": ["For", "the", "first", "35", "to", "53", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "less", "than", "or", "equal", "to", "53.1", "uninterruptedly", "."], "ltl": ["globally", "[35,53]", "(", "signal_1_n", "less equal", "53.1", ")"], "logic_sentence": ["For", "the", "first", "35", "to", "53", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "35", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", "<=", "53.1"]]}}} {"id": 811, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "51", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_1_n", "must", "n't", "become", "lower", "than", "12.4", ",", "and", "the", "value", "of", "signal_2_n", "will", "be", "eventually", "greater", "than", "or", "equal", "to", "3.9", "."], "ltl": ["finally", "[0,51]", "(", "negation", "fall", "(", "signal_1_n", "more equal", "12.4", ")", "and", "signal_2_n", "more equal", "3.9", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "51", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "51", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["-", "fall", "(", "signal_1_n", ">=", "12.4", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">=", "3.9"]]}}} {"id": 5778, "sentence": ["At", "sometime", "within", "the", "first", "64", "time", "units", ",", "signal_1_n", "sha", "n't", "be", "86.5", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "ultimately", "signal_3_n", "."], "ltl": ["finally", "[0,64]", "(", "negation", "(", "signal_1_n", "math equal", "86.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "64", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["-", "(", "signal_1_n", "==", "86.5", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3295, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "91.2", "occurs", "then", "for", "every", "time", "point", "in", "the", "following", "72", "time", "units", "there", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "41", "time", "units", ",", "at", "which", "signal_2_n", "should", "be", "no", "less", "than", "80.6", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "91.2", ")", "imply", "globally", "[0,72]", "(", "finally", "[0,41]", "(", "signal_2_n", "more equal", "80.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "for", "every", "time", "point", "in", "the", "following", "72", "time", "units", "there", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "41", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "72", "]", "(", "F", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["fall", "(", "signal_1_n", "==", "91.2", ")"]]}, " prop_2 ": {"span": [48, 56], "prop": [["signal_2_n", ">=", "80.6"]]}}} {"id": 1975, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "increases", "above", "78.9", "occurs", "then", "in", "response", "there", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "95", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "larger", "than", "74.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.9", ")", "imply", "finally", "[0,95]", "(", "signal_2_n", "more", "74.2", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "there", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "95", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", ">", "78.9", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", ">", "74.2"]]}}} {"id": 3674, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "becomes", "smaller", "than", "88.2", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "ought", "to", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "the", "transition", "action", "that", "signal_2_n", "gets", "set", "to", "59.3", "needs", "to", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "88.2", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_2_n", "math equal", "59.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "ought", "to", "be", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "<", "88.2", ")"]]}, " prop_2 ": {"span": [55, 60], "prop": [["rise", "(", "signal_2_n", "==", "59.3", ")"]]}}} {"id": 4133, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "20.2", "is", "observed", "or", "the", "value", "of", "signal_2_n", "settles", "to", "61.5", ",", "then", "in", "response", "for", "each", "moment", "within", "the", "first", "65", "to", "84", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "coming", "67", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "92.0", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "20.2", ")", "or", "signal_2_n", "math equal", "61.5", "imply", "globally", "[65,84]", "(", "finally", "[0,67]", "(", "signal_3_n", "math equal", "92.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "or", "(", "prop_2", ")", ",", "then", "in", "response", "for", "each", "moment", "within", "the", "first", "65", "to", "84", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "coming", "67", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "65", ":", "84", "]", "(", "F", "[", "0", ":", "67", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "20.2", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "61.5"]]}, " prop_3 ": {"span": [52, 61], "prop": [["signal_3_n", "==", "92.0"]]}}} {"id": 2514, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "changed", "to", "41.1", "then", "the", "mode", "of", "signal_2_n", "shall", "stay", "in", "signal_3_n", "continuously", "for", "the", "past", "53", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "41.1", ")", "imply", "historically", "[0,53]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "41.1", ")"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1019, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "more", "than", "61.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "sometime", "within", "the", "first", "73", "time", "units", ",", "the", "signal_2_n", "signal", "needs", "to", "be", "below", "21.3", "and", "then", "should", "continuously", "continue", "like", "that", "for", "each", "time", "instant", "during", "the", "next", "7", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "61.8", "imply", "finally", "[0,73]", "(", "globally", "[0,7]", "(", "signal_2_n", "less", "21.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "sometime", "within", "the", "first", "73", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">", "61.8"]]}, " prop_2 ": {"span": [35, 60], "prop": [["signal_2_n", "<", "21.3"]]}}} {"id": 429, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "after", "between", "50", "to", "64", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "larger", "than", "96.0", "ought", "to", "finally", "happen", "."], "ltl": ["finally", "[50,64]", "(", "rise", "(", "signal_1_n", "less equal", "96.0", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "after", "between", "50", "to", "64", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "finally", "happen", "."], "logic_ltl": ["F", "[", "50", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [22, 31], "prop": [["rise", "(", "signal_1_n", "<=", "96.0", ")"]]}}} {"id": 4456, "sentence": ["At", "a", "time", "after", "at", "most", "32", "time", "units", "the", "value", "of", "signal_1_n", "must", "be", "finally", "greater", "than", "98.6", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "decreases", "to", "at", "most", "7.5", "will", "have", "to", "occur", "ultimately", "."], "ltl": ["finally", "[0,32]", "(", "signal_1_n", "more", "98.6", "and", "rise", "(", "signal_2_n", "less equal", "7.5", ")", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "32", "time", "units", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "32", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">", "98.6"]]}, " prop_2 ": {"span": [24, 32], "prop": [["rise", "(", "signal_2_n", "<=", "7.5", ")"]]}}} {"id": 2112, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "is", "finally", "greater", "than", "or", "equal", "to", "99.8", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "settle", "to", "12.2", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "99.8", "and", "signal_2_n", "math equal", "12.2", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "99.8"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "12.2"]]}}} {"id": 428, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "signal_3_n", "signal", "shall", "be", "below", "91.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "91.0", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_3_n", "<", "91.0"]]}}} {"id": 1099, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "83.0", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "exist", "a", "certain", "time", "point", "during", "the", "next", "4", "time", "units", "finally", ",", "after", "which", "for", "each", "moment", "during", "the", "following", "23", "time", "units", ",", "signal_2_n", "ought", "to", "be", "consistently", "equal", "to", "60.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "83.0", ")", "imply", "finally", "[0,4]", "(", "globally", "[0,23]", "(", "signal_2_n", "math equal", "60.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "exist", "a", "certain", "time", "point", "during", "the", "next", "4", "time", "units", "finally", ",", "after", "which", "for", "each", "moment", "during", "the", "following", "23", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "4", "]", "(", "G", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["fall", "(", "signal_1_n", "==", "83.0", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["signal_2_n", "==", "60.2"]]}}} {"id": 3021, "sentence": ["The", "value", "of", "signal_1_n", "must", "not", "be", "smaller", "than", "1.7", "for", "every", "time", "instant", "in", "the", "first", "14", "time", "units", "."], "ltl": ["globally", "[0,14]", "(", "negation", "(", "signal_1_n", "less", "1.7", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "14", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["-", "(", "signal_1_n", "<", "1.7", ")"]]}}} {"id": 4642, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "60.3", ",", "then", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "next", "48", "time", "units", ",", "for", "every", "moment", "during", "the", "next", "88", "time", "units", "consistently", "the", "value", "of", "signal_2_n", "is", "28.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "60.3", ")", "imply", "finally", "[0,48]", "(", "globally", "[0,88]", "(", "signal_2_n", "math equal", "28.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "next", "48", "time", "units", ",", "for", "every", "moment", "during", "the", "next", "88", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "48", "]", "(", "G", "[", "0", ":", "88", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "60.3", ")"]]}, " prop_2 ": {"span": [37, 43], "prop": [["signal_2_n", "==", "28.2"]]}}} {"id": 164, "sentence": ["There", "should", "be", "ultimately", "a", "time", "in", "the", "future", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "should", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "should", "be", "ultimately", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4482, "sentence": ["At", "a", "time", "in", "the", "first", "60", "time", "units", ",", "signal_1_n", "should", "remain", "no", "less", "than", "47.8", "ultimately", ",", "or", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "below", "84.7", "ultimately", "."], "ltl": ["finally", "[0,60]", "(", "signal_1_n", "more equal", "47.8", "or", "signal_2_n", "less", "84.7", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "60", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "60", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", ">=", "47.8"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "<", "84.7"]]}}} {"id": 745, "sentence": ["In", "case", "that", "signal_1_n", "is", "equal", "to", "99.0", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "65.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "have", "to", "be", "less", "than", "25.0", "simultaneously", ",", "and", "at", "the", "same", "time", "point", "the", "signal_4_n", "signal", "has", "to", "be", "bigger", "than", "24.3", "and", "below", "44.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "99.0", "and", "signal_2_n", "more equal", "65.7", "imply", "signal_3_n", "less", "25.0", "and", "(", "signal_4_n", "more", "24.3", "and", "signal_4_n", "less", "44.9", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", ",", "and", "at", "the", "same", "time", "point", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "99.0"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_2_n", ">=", "65.7"]]}, " prop_3 ": {"span": [28, 37], "prop": [["signal_3_n", "<", "25.0"]]}, " prop_4 ": {"span": [44, 56], "prop": [["signal_4_n", ">", "24.3"], ["signal_4_n", "<", "44.9"]]}}} {"id": 6101, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "changes", "to", "21.3", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "the", "elapsed", "5", "to", "6", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "has", "been", "continuously", "staying", "less", "than", "or", "equal", "to", "83.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "21.3", ")", "imply", "historically", "[5,6]", "(", "signal_2_n", "less equal", "83.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "the", "elapsed", "5", "to", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "5", ":", "6", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["rise", "(", "signal_1_n", "==", "21.3", ")"]]}, " prop_2 ": {"span": [32, 47], "prop": [["signal_2_n", "<=", "83.2"]]}}} {"id": 492, "sentence": ["If", "signal_1_n", "is", "not", "in", "signal_2_n", "and", "will", "hold", "like", "that", "all", "the", "time", "for", "every", "moment", "within", "the", "subsequent", "82", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "instant", "after", "at", "most", "59", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "be", "greater", "than", "or", "equal", "to", "10.1", "and", "no", "more", "than", "38.9", "and", "consistently", "this", "scenario", "will", "be", "remaining", "for", "each", "moment", "in", "the", "following", "21", "time", "units", "."], "ltl": ["globally", "(", "globally", "[0,82]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "finally", "[0,59]", "(", "globally", "[0,21]", "(", "signal_3_n", "more equal", "10.1", "and", "signal_3_n", "less equal", "38.9", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "instant", "after", "at", "most", "59", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "consistently", "this", "scenario", "will", "be", "remaining", "for", "each", "moment", "in", "the", "following", "21", "time", "units", "."], "logic_ltl": ["G", "(", "G", "[", "0", ":", "82", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "59", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [48, 66], "prop": [["signal_3_n", ">=", "10.1"], ["signal_3_n", "<=", "38.9"]]}}} {"id": 5200, "sentence": ["Within", "the", "first", "71", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "continuously", "remain", "less", "than", "or", "equal", "to", "52.9", "or", "consecutively", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "higher", "than", "8.7", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "less equal", "52.9", "or", "signal_2_n", "more", "8.7", ")"], "logic_sentence": ["Within", "the", "first", "71", "time", "units", "(", "prop_1", ")", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["signal_1_n", "<=", "52.9"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "8.7"]]}}} {"id": 6333, "sentence": ["Continuously", "the", "state", "of", "signal_1_n", "shall", "never", "be", "in", "signal_2_n", "between", "26", "to", "66", "time", "units", "."], "ltl": ["globally", "[26,66]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "26", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 4378, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "goes", "to", "at", "most", "68.2", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "needs", "to", "equal", "to", "88.6", "and", "shall", "always", "remain", "like", "this", "for", "every", "moment", "during", "the", "first", "17", "to", "40", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "68.2", ")", "imply", "globally", "[17,40]", "(", "signal_2_n", "math equal", "88.6", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "17", ":", "40", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<=", "68.2", ")"]]}, " prop_2 ": {"span": [22, 48], "prop": [["signal_2_n", "==", "88.6"]]}}} {"id": 538, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "stays", "less", "than", "73.1", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "signal_4_n", "signal", "has", "to", "be", "at", "least", "64.6", "."], "ltl": ["globally", "(", "signal_1_n", "less", "73.1", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "64.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<", "73.1"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_4_n", ">=", "64.6"]]}}} {"id": 654, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "10.5", ",", "and", "signal_2_n", "remains", "above", "26.8", "and", "less", "than", "42.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "following", "60", "time", "units", "there", "should", "be", "a", "certain", "time", "instant", "starting", "between", "3", "to", "4", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "jumps", "to", "larger", "than", "74.1", "should", "eventually", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "10.5", "and", "(", "signal_2_n", "more", "26.8", "and", "signal_2_n", "less", "42.8", ")", "imply", "globally", "[0,60]", "(", "finally", "[3,4]", "(", "rise", "(", "signal_3_n", "more", "74.1", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "following", "60", "time", "units", "there", "should", "be", "a", "certain", "time", "instant", "starting", "between", "3", "to", "4", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "eventually", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "3", ":", "4", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", "<=", "10.5"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", ">", "26.8"], ["signal_2_n", "<", "42.8"]]}, " prop_3 ": {"span": [63, 73], "prop": [["rise", "(", "signal_3_n", ">", "74.1", ")"]]}}} {"id": 1332, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "goes", "down", "to", "less", "than", "52.6", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_2_n", "should", "be", "finally", "equal", "to", "27.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.6", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "27.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "52.6", ")"]]}, " prop_2 ": {"span": [49, 60], "prop": [["signal_2_n", "==", "27.6"]]}}} {"id": 5531, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "40.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "40.8", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "40.8"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2333, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "keep", "greater", "than", "85.0", "or", "the", "signal_2_n", "signal", "ought", "to", "stay", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "more", "85.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "85.0"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2600, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "9", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "should", "remain", "less", "than", "or", "equal", "to", "49.1", "or", "the", "value", "of", "signal", "signal_2_n", "should", "be", "set", "to", "77.4", "without", "interruption", "."], "ltl": ["globally", "[0,9]", "(", "signal_1_n", "less equal", "49.1", "or", "signal_2_n", "math equal", "77.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "9", "time", "units", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "9", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<=", "49.1"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "==", "77.4"]]}}} {"id": 1340, "sentence": ["For", "each", "moment", "during", "the", "first", "2", "to", "13", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "being", "continuously", "no", "less", "than", "24.7", "and", "signal_2_n", "has", "to", "be", "continuously", "88.0", "."], "ltl": ["globally", "[2,13]", "(", "signal_1_n", "more equal", "24.7", "and", "signal_2_n", "math equal", "88.0", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "2", "to", "13", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "13", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", ">=", "24.7"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "88.0"]]}}} {"id": 3101, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_3_n", "leaves", "signal_4_n", "does", "not", "happen", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "sometime", "within", "the", "subsequent", "0", "to", "0", "time", "units", ",", "at", "which", "signal_5_n", "will", "have", "to", "be", "equal", "to", "16.5", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "finally", "[0,0]", "(", "signal_5_n", "math equal", "16.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "happen", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "sometime", "within", "the", "subsequent", "0", "to", "0", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "0", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 28], "prop": [["-", "fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [53, 62], "prop": [["signal_5_n", "==", "16.5"]]}}} {"id": 696, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "smaller", "than", "47.4", "and", "signal_2_n", "is", "less", "than", "37.3", "then", "in", "response", "signal_3_n", "will", "be", "in", "signal_4_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "less", "47.4", "and", "signal_2_n", "less", "37.3", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "47.4"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<", "37.3"]]}, " prop_3 ": {"span": [25, 35], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4046, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "71.5", "and", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "in", "response", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "after", "which", "the", "value", "of", "signal", "signal_4_n", "must", "settle", "to", "30.9", "and", "shall", "stay", "like", "that", "uninterruptedly", "for", "every", "time", "point", "in", "the", "following", "5", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "71.5", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "globally", "[0,5]", "(", "signal_4_n", "math equal", "30.9", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "5", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "71.5"]]}, " prop_2 ": {"span": [11, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 62], "prop": [["signal_4_n", "==", "30.9"]]}}} {"id": 4964, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "68", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "uninterruptedly", "keep", "within", "the", "interval", "-LSB-", "26.9", ",", "81.6", "-RSB-", "and", "the", "signal_2_n", "signal", "stays", "less", "than", "or", "equal", "to", "78.8", "consistently", "."], "ltl": ["globally", "[0,68]", "(", "(", "signal_1_n", "more equal", "26.9", "and", "signal_1_n", "less equal", "81.6", ")", "and", "signal_2_n", "less equal", "78.8", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "68", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 28], "prop": [["signal_1_n", ">=", "26.9"], ["signal_1_n", "<=", "81.6"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", "<=", "78.8"]]}}} {"id": 432, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "34.7", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "promptly", "greater", "than", "or", "equal", "to", "40.3", "and", "smaller", "than", "98.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "34.7", ")", "imply", "signal_2_n", "more equal", "40.3", "and", "signal_2_n", "less", "98.7", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "34.7", ")"]]}, " prop_2 ": {"span": [27, 46], "prop": [["signal_2_n", ">=", "40.3"], ["signal_2_n", "<", "98.7"]]}}} {"id": 2731, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_1_n", "will", "have", "to", "be", "eventually", "in", "signal_2_n", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "bigger", "than", "32.5", "must", "be", "observed", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "more", "32.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 35], "prop": [["rise", "(", "signal_3_n", ">", "32.5", ")"]]}}} {"id": 1817, "sentence": ["At", "a", "certain", "time", "point", "starting", "between", "10", "to", "70", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "should", "be", "finally", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[10,70]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "between", "10", "to", "70", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "10", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 388, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "simultaneously", "greater", "than", "42.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "42.4", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_3_n", ">", "42.4"]]}}} {"id": 2821, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal", "signal_1_n", "will", "be", "at", "least", "14.0", "and", "no", "larger", "than", "95.4", "consistently", "and", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "97.6", "consistently", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "14.0", "and", "signal_1_n", "less equal", "95.4", ")", "and", "signal_2_n", "more", "97.6", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">=", "14.0"], ["signal_1_n", "<=", "95.4"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", ">", "97.6"]]}}} {"id": 5311, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_3_n", "must", "be", "greater", "than", "53.8", "consecutively", "for", "every", "moment", "within", "36", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,36]", "(", "signal_3_n", "more", "53.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 46], "prop": [["signal_3_n", ">", "53.8"]]}}} {"id": 3652, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "89.1", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_2_n", "will", "be", "above", "38.7", "and", "less", "than", "51.5", "or", "the", "signal_3_n", "signal", "will", "be", "simultaneously", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "89.1", "imply", "(", "signal_2_n", "more", "38.7", "and", "signal_2_n", "less", "51.5", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "89.1"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">", "38.7"], ["signal_2_n", "<", "51.5"]]}, " prop_3 ": {"span": [40, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5668, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "5", "to", "9", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "3.0", "and", "no", "more", "than", "56.5", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "become", "at", "least", "57.0", "."], "ltl": ["finally", "[5,9]", "(", "(", "signal_1_n", "more equal", "3.0", "and", "signal_1_n", "less equal", "56.5", ")", "and", "rise", "(", "signal_2_n", "more equal", "57.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "5", "to", "9", "time", "units", ",", "eventually", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "5", ":", "9", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 35], "prop": [["signal_1_n", ">=", "3.0"], ["signal_1_n", "<=", "56.5"]]}, " prop_2 ": {"span": [36, 47], "prop": [["rise", "(", "signal_2_n", ">=", "57.0", ")"]]}}} {"id": 69, "sentence": ["For", "more", "than", "17", "time", "units", ",", "the", "signal_1_n", "signal", "will", "stay", "smaller", "than", "76.7", "uninterruptedly", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "less", "76.7", ")"], "logic_sentence": ["For", "more", "than", "17", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "76.7"]]}}} {"id": 895, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "5.0", "finally", "at", "a", "certain", "moment", "starting", "at", "most", "48", "time", "units", "."], "ltl": ["finally", "[0,48]", "(", "signal_1_n", "more equal", "5.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", ">=", "5.0"]]}}} {"id": 4293, "sentence": ["For", "each", "moment", "within", "31", "to", "32", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "sha", "n't", "be", "81.4", ",", "or", "signal_2_n", "stays", "less", "than", "or", "equal", "to", "33.8", "consecutively", "."], "ltl": ["globally", "[31,32]", "(", "negation", "(", "signal_1_n", "math equal", "81.4", ")", "or", "signal_2_n", "less equal", "33.8", ")"], "logic_sentence": ["For", "each", "moment", "within", "31", "to", "32", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "31", ":", "32", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "(", "signal_1_n", "==", "81.4", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "<=", "33.8"]]}}} {"id": 1871, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "remains", "in", "signal_2_n", ",", "or", "the", "signal_3_n", "signal", "is", "n't", "less", "than", "63.7", "then", "in", "response", "there", "must", "be", "a", "certain", "time", "instant", "within", "the", "following", "25", "time", "units", "eventually", ",", "after", "which", "consecutively", "the", "value", "of", "signal_4_n", "shall", "be", "below", "3.8", "for", "each", "time", "point", "within", "the", "next", "60", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "63.7", ")", "imply", "finally", "[0,25]", "(", "globally", "[0,60]", "(", "signal_4_n", "less", "3.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "there", "must", "be", "a", "certain", "time", "instant", "within", "the", "following", "25", "time", "units", "eventually", ",", "after", "which", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "25", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 19], "prop": [["-", "(", "signal_3_n", "<", "63.7", ")"]]}, " prop_3 ": {"span": [40, 58], "prop": [["signal_4_n", "<", "3.8"]]}}} {"id": 516, "sentence": ["Whenever", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "0", "to", "0", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "the", "state", "of", "signal_3_n", "gets", "shifted", "to", "signal_4_n", "ought", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,0]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "0", "to", "0", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 48], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3157, "sentence": ["During", "the", "first", "1", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "consecutively", "stay", "greater", "than", "or", "equal", "to", "38.0", "and", "less", "than", "or", "equal", "to", "60.5", "and", "continuously", "the", "mode", "of", "signal_2_n", "must", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,1]", "(", "(", "signal_1_n", "more equal", "38.0", "and", "signal_1_n", "less equal", "60.5", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["During", "the", "first", "1", "time", "units", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "1", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 28], "prop": [["signal_1_n", ">=", "38.0"], ["signal_1_n", "<=", "60.5"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2133, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "value", "of", "signal_3_n", "shall", "never", "be", "no", "larger", "than", "8.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "less equal", "8.8", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["-", "(", "signal_3_n", "<=", "8.8", ")"]]}}} {"id": 2157, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "between", "the", "interval", "-LRB-", "33.4", ",", "33.8", "-RRB-", "and", "will", "be", "consistently", "staying", "like", "this", "until", "there", "is", "a", "certain", "time", "point", "in", "the", "next", "33", "to", "53", "time", "units", ",", "at", "which", "signal_2_n", "will", "remain", "on", "80.8", "finally", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "11", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "after", "at", "most", "48", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "86.6", "eventually", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "33.4", "and", "signal_1_n", "less", "33.8", ")", "until", "[33,53]", "(", "signal_2_n", "math equal", "80.8", ")", "imply", "globally", "[0,11]", "(", "finally", "[0,48]", "(", "signal_3_n", "more equal", "86.6", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "11", "time", "units", "there", "will", "exist", "a", "certain", "time", "instant", "after", "at", "most", "48", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "33", ":", "53", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "11", "]", "(", "F", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 46], "prop": [["signal_1_n", ">", "33.4"], ["signal_1_n", "<", "33.8"], ["signal_2_n", "==", "80.8"]]}, " prop_2 ": {"span": [80, 94], "prop": [["signal_3_n", ">=", "86.6"]]}}} {"id": 1885, "sentence": ["Ultimately", "the", "value", "of", "signal", "signal_1_n", "sha", "n't", "settle", "to", "42.6", "at", "a", "time", "within", "the", "first", "36", "time", "units", "."], "ltl": ["finally", "[0,36]", "(", "negation", "(", "signal_1_n", "math equal", "42.6", ")", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["-", "(", "signal_1_n", "==", "42.6", ")"]]}}} {"id": 1605, "sentence": ["On", "condition", "that", "signal_1_n", "goes", "lower", "than", "77.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "sometime", "during", "the", "coming", "44", "time", "units", ",", "the", "value", "of", "signal_2_n", "will", "be", "more", "than", "86.2", "and", "then", "should", "uninterruptedly", "remain", "in", "this", "range", "for", "each", "moment", "within", "the", "next", "18", "to", "37", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.5", ")", "imply", "finally", "[0,44]", "(", "globally", "[18,37]", "(", "signal_2_n", "more", "86.2", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "sometime", "during", "the", "coming", "44", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "44", "]", "(", "G", "[", "18", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "<", "77.5", ")"]]}, " prop_2 ": {"span": [27, 55], "prop": [["signal_2_n", ">", "86.2"]]}}} {"id": 6026, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "changes", "to", "32.0", "is", "n't", "observed", "and", "the", "event", "that", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "98.9", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "starting", "between", "33", "to", "38", "time", "units", "the", "value", "of", "signal", "signal_3_n", "is", "higher", "than", "43.4", "and", "less", "than", "or", "equal", "to", "99.4", "and", "then", "ought", "to", "remain", "in", "this", "interval", "uninterruptedly", "for", "every", "moment", "during", "the", "next", "59", "to", "66", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "32.0", ")", "and", "rise", "(", "signal_2_n", "more equal", "98.9", ")", "imply", "finally", "[33,38]", "(", "globally", "[59,66]", "(", "signal_3_n", "more", "43.4", "and", "signal_3_n", "less equal", "99.4", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "n't", "observed", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "starting", "between", "33", "to", "38", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "33", ":", "38", "]", "(", "G", "[", "59", ":", "66", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["-", "rise", "(", "signal_1_n", "==", "32.0", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["rise", "(", "signal_2_n", ">=", "98.9", ")"]]}, " prop_3 ": {"span": [48, 84], "prop": [["signal_3_n", ">", "43.4"], ["signal_3_n", "<=", "99.4"]]}}} {"id": 1071, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "consecutively", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "greater", "than", "42.7", ",", "and", "the", "mode", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "42.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", ">", "42.7"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 442, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "most", "71.5", "occurs", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "within", "the", "next", "10", "to", "21", "time", "units", ",", "signal_2_n", "shall", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "71.5", ")", "imply", "finally", "[10,21]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "within", "the", "next", "10", "to", "21", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "10", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "71.5", ")"]]}, " prop_2 ": {"span": [38, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 237, "sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "9", "time", "units", ",", "ultimately", "the", "value", "of", "signal_1_n", "has", "to", "be", "above", "1.6", "and", "less", "than", "5.4", ",", "and", "ultimately", "signal_2_n", "is", "no", "more", "than", "95.5", "."], "ltl": ["finally", "[0,9]", "(", "(", "signal_1_n", "more", "1.6", "and", "signal_1_n", "less", "5.4", ")", "and", "signal_2_n", "less equal", "95.5", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "9", "time", "units", ",", "ultimately", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">", "1.6"], ["signal_1_n", "<", "5.4"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_2_n", "<=", "95.5"]]}}} {"id": 89, "sentence": ["In", "the", "future", "continuously", "the", "state", "of", "signal", "signal_1_n", "will", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 766, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "n't", "observed", "and", "the", "value", "of", "signal_3_n", "keeps", "greater", "than", "or", "equal", "to", "3.9", "and", "no", "larger", "than", "19.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "the", "last", "10", "time", "units", ",", "signal_4_n", "has", "kept", "higher", "than", "7.2", "consistently", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "(", "signal_3_n", "more equal", "3.9", "and", "signal_3_n", "less equal", "19.4", ")", "imply", "historically", "[0,10]", "(", "signal_4_n", "more", "7.2", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "n't", "observed", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "the", "last", "10", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "hist|ically", "[", "0", ":", "10", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_3_n", ">=", "3.9"], ["signal_3_n", "<=", "19.4"]]}, " prop_3 ": {"span": [50, 57], "prop": [["signal_4_n", ">", "7.2"]]}}} {"id": 6426, "sentence": ["For", "every", "time", "instant", "within", "12", "to", "60", "time", "units", "the", "value", "of", "signal_1_n", "is", "always", "greater", "than", "17.5", "and", "lower", "than", "80.9", "and", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "always", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[12,60]", "(", "(", "signal_1_n", "more", "17.5", "and", "signal_1_n", "less", "80.9", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "12", "to", "60", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "12", ":", "60", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">", "17.5"], ["signal_1_n", "<", "80.9"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2008, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "36.6", ",", "then", "for", "every", "moment", "within", "2", "to", "66", "time", "units", "at", "a", "time", "during", "the", "subsequent", "17", "to", "22", "time", "units", "the", "signal_2_n", "signal", "will", "have", "to", "be", "60.3", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "36.6", "imply", "globally", "[2,66]", "(", "finally", "[17,22]", "(", "signal_2_n", "math equal", "60.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "for", "every", "moment", "within", "2", "to", "66", "time", "units", "at", "a", "time", "during", "the", "subsequent", "17", "to", "22", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "66", "]", "(", "F", "[", "17", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "<=", "36.6"]]}, " prop_2 ": {"span": [37, 45], "prop": [["signal_2_n", "==", "60.3"]]}}} {"id": 5765, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "24.4", "and", "at", "most", "31.8", ",", "and", "the", "state", "of", "signal_2_n", "is", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_4_n", "must", "be", "less", "than", "or", "equal", "to", "87.9", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "24.4", "and", "signal_1_n", "less equal", "31.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "less equal", "87.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">=", "24.4"], ["signal_1_n", "<=", "31.8"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [40, 52], "prop": [["signal_4_n", "<=", "87.9"]]}}} {"id": 5354, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "equal", "to", "22.0", ",", "then", "for", "each", "moment", "during", "the", "coming", "92", "time", "units", "signal_4_n", "will", "be", "keeping", "above", "47.0", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "22.0", "imply", "globally", "[0,92]", "(", "signal_4_n", "more", "47.0", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "for", "each", "moment", "during", "the", "coming", "92", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "92", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_3_n", "==", "22.0"]]}, " prop_3 ": {"span": [29, 37], "prop": [["signal_4_n", ">", "47.0"]]}}} {"id": 248, "sentence": ["If", "the", "event", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "21.7", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "time", "within", "the", "subsequent", "13", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "should", "be", "in", "the", "interval", "-LRB-", "5.5", ",", "76.2", "-RSB-", "then", "uninterruptedly", "this", "scenario", "will", "sustain", "for", "every", "moment", "within", "the", "following", "63", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "21.7", ")", "imply", "finally", "[0,13]", "(", "globally", "[0,63]", "(", "signal_2_n", "more", "5.5", "and", "signal_2_n", "less equal", "76.2", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "time", "within", "the", "subsequent", "13", "time", "units", ",", "(", "prop_2", ")", "then", "uninterruptedly", "this", "scenario", "will", "sustain", "for", "every", "moment", "within", "the", "following", "63", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "G", "[", "0", ":", "63", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">=", "21.7", ")"]]}, " prop_2 ": {"span": [33, 48], "prop": [["signal_2_n", ">", "5.5"], ["signal_2_n", "<=", "76.2"]]}}} {"id": 6017, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "12.0", "and", "smaller", "than", "90.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "19.8", "and", "less", "than", "or", "equal", "to", "62.6", "then", "there", "eventually", "exists", "a", "time", "during", "the", "next", "47", "time", "units", ",", "at", "which", "without", "interruption", "signal_3_n", "will", "never", "be", "84.5", "for", "every", "time", "instant", "in", "the", "subsequent", "80", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "12.0", "and", "signal_1_n", "less", "90.5", ")", "and", "(", "signal_2_n", "more equal", "19.8", "and", "signal_2_n", "less equal", "62.6", ")", "imply", "finally", "[0,47]", "(", "globally", "[0,80]", "(", "negation", "(", "signal_3_n", "math equal", "84.5", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "there", "eventually", "exists", "a", "time", "during", "the", "next", "47", "time", "units", ",", "at", "which", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "47", "]", "(", "G", "[", "0", ":", "80", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "12.0"], ["signal_1_n", "<", "90.5"]]}, " prop_2 ": {"span": [16, 32], "prop": [["signal_2_n", ">=", "19.8"], ["signal_2_n", "<=", "62.6"]]}, " prop_3 ": {"span": [49, 64], "prop": [["-", "(", "signal_3_n", "==", "84.5", ")"]]}}} {"id": 1601, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "56.8", ",", "then", "the", "state", "of", "signal", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "56.8", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "56.8"]]}, " prop_2 ": {"span": [15, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 850, "sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "first", "35", "to", "46", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "start", "deviating", "from", "signal_2_n", "."], "ltl": ["finally", "[35,46]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "first", "35", "to", "46", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "35", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2559, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "shall", "not", "be", "less", "than", "12.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "12.1", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["-", "(", "signal_1_n", "<", "12.1", ")"]]}}} {"id": 5195, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "62", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "has", "to", "remain", "equal", "to", "7.6", ",", "and", "the", "state", "of", "signal", "signal_2_n", "continuously", "remains", "in", "signal_3_n", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "7.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "62", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "7.6"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 800, "sentence": ["The", "signal_1_n", "signal", "is", "in", "signal_2_n", "all", "the", "time", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5314, "sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "first", "47", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "set", "to", "22.0", "ultimately", "or", "the", "signal_2_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "16.8", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "math equal", "22.0", "or", "signal_2_n", "less equal", "16.8", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "first", "47", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "22.0"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "<=", "16.8"]]}}} {"id": 1458, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "22", "time", "units", ",", "signal_1_n", "should", "be", "higher", "than", "16.0", "and", "less", "than", "59.4", "ultimately", "or", "the", "value", "of", "signal", "signal_2_n", "ought", "n't", "to", "be", "no", "less", "than", "91.3", "finally", "."], "ltl": ["finally", "[0,22]", "(", "(", "signal_1_n", "more", "16.0", "and", "signal_1_n", "less", "59.4", ")", "or", "negation", "(", "signal_2_n", "more equal", "91.3", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "22", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "16.0"], ["signal_1_n", "<", "59.4"]]}, " prop_2 ": {"span": [23, 37], "prop": [["-", "(", "signal_2_n", ">=", "91.3", ")"]]}}} {"id": 1450, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "gets", "lower", "than", "61.2", ",", "and", "signal_2_n", "is", "above", "23.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "61.2", ")", "and", "signal_2_n", "more", "23.4", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "61.2", ")"]]}, " prop_2 ": {"span": [12, 16], "prop": [["signal_2_n", ">", "23.4"]]}, " prop_3 ": {"span": [28, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5549, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "40.1", "and", "no", "larger", "than", "71.3", "for", "each", "time", "instant", "in", "the", "first", "20", "time", "units", "."], "ltl": ["globally", "[0,20]", "(", "signal_1_n", "more equal", "40.1", "and", "signal_1_n", "less equal", "71.3", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "20", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 26], "prop": [["signal_1_n", ">=", "40.1"], ["signal_1_n", "<=", "71.3"]]}}} {"id": 4578, "sentence": ["The", "state", "of", "signal_1_n", "should", "be", "in", "signal_2_n", "at", "sometime", "in", "the", "future", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 143, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "24.1", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "3", "to", "11", "time", "units", ",", "after", "which", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "and", "then", "ought", "to", "continue", "like", "this", "without", "interruption", "for", "every", "time", "instant", "in", "the", "coming", "60", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "24.1", ")", "imply", "finally", "[3,11]", "(", "globally", "[0,60]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "3", "to", "11", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "3", ":", "11", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "24.1", ")"]]}, " prop_2 ": {"span": [40, 68], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 531, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "23.7", ",", "then", "the", "following", "condition", "holds", ":", "right", "away", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "32.4", "and", "at", "most", "63.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "23.7", "imply", "signal_2_n", "more equal", "32.4", "and", "signal_2_n", "less equal", "63.5", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "23.7"]]}, " prop_2 ": {"span": [21, 38], "prop": [["signal_2_n", ">=", "32.4"], ["signal_2_n", "<=", "63.5"]]}}} {"id": 5066, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "89.1", ",", "and", "signal_2_n", "goes", "lower", "than", "90.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "time", "point", "starting", "at", "most", "97", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "must", "be", "no", "less", "than", "19.4", "and", "less", "than", "or", "equal", "to", "31.7", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "continue", "within", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "89.1", ")", "and", "rise", "(", "signal_2_n", "less", "90.3", ")", "imply", "finally", "[0,97]", "(", "globally", "[0,55]", "(", "signal_3_n", "more equal", "19.4", "and", "signal_3_n", "less equal", "31.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "time", "point", "starting", "at", "most", "97", "time", "units", ",", "(", "prop_3", ")", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "continue", "within", "55", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "55", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "89.1", ")"]]}, " prop_2 ": {"span": [18, 23], "prop": [["rise", "(", "signal_2_n", "<", "90.3", ")"]]}, " prop_3 ": {"span": [44, 62], "prop": [["signal_3_n", ">=", "19.4"], ["signal_3_n", "<=", "31.7"]]}}} {"id": 1118, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "63.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "next", "11", "to", "76", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "set", "to", "signal_3_n", "ought", "never", "to", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "63.3", "imply", "globally", "[11,76]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "next", "11", "to", "76", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "never", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "63.3"]]}, " prop_2 ": {"span": [34, 41], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3003, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "64", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "higher", "than", "4.4", "and", "smaller", "than", "6.8", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more", "4.4", "and", "signal_1_n", "less", "6.8", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "64", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">", "4.4"], ["signal_1_n", "<", "6.8"]]}}} {"id": 3093, "sentence": ["In", "the", "case", "the", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "was", "not", "set", "to", "signal_2_n", "in", "the", "past", "is", "not", "true", ",", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "finally", "exist", "sometime", "during", "the", "following", "80", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "shall", "be", "at", "least", "37.0", "then", "this", "scenario", "must", "consistently", "last", "for", "every", "time", "point", "within", "93", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", ")", "imply", "finally", "[0,80]", "(", "globally", "[0,93]", "(", "signal_3_n", "more equal", "37.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "condition", "that", "(", "prop_1", ")", "is", "not", "true", ",", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "finally", "exist", "sometime", "during", "the", "following", "80", "time", "units", ",", "at", "which", "(", "prop_2", ")", "then", "this", "scenario", "must", "consistently", "last", "for", "every", "time", "point", "within", "93", "time", "units", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "80", "]", "(", "G", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 52], "prop": [["signal_3_n", ">=", "37.0"]]}}} {"id": 2509, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "11.5", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "have", "to", "be", "less", "than", "81.1", "without", "any", "delay", "and", "instantly", "the", "value", "of", "signal", "signal_3_n", "shall", "never", "settle", "to", "80.4", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "11.5", "imply", "signal_2_n", "less", "81.1", "and", "negation", "(", "signal_3_n", "math equal", "80.4", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">=", "11.5"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "<", "81.1"]]}, " prop_3 ": {"span": [35, 45], "prop": [["-", "(", "signal_3_n", "==", "80.4", ")"]]}}} {"id": 3464, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "finally", "less", "than", "or", "equal", "to", "77.8", "at", "sometime", "starting", "at", "most", "95", "time", "units", "."], "ltl": ["finally", "[0,95]", "(", "signal_1_n", "less equal", "77.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "<=", "77.8"]]}}} {"id": 3555, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "consecutively", "remain", "in", "signal_2_n", "and", "continuously", "the", "signal_3_n", "signal", "should", "stay", "higher", "than", "17.1", "and", "lower", "than", "30.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "17.1", "and", "signal_3_n", "less", "30.0", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", ">", "17.1"], ["signal_3_n", "<", "30.0"]]}}} {"id": 305, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "over", "26.7", "occurs", "and", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "then", "there", "has", "to", "be", "a", "time", "during", "the", "next", "24", "time", "units", "eventually", ",", "after", "which", "signal_4_n", "must", "be", "larger", "than", "75.6", "and", "smaller", "than", "79.6", "and", "has", "to", "hold", "like", "that", "consistently", "for", "every", "time", "instant", "within", "the", "following", "0", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "26.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,24]", "(", "globally", "[0,0]", "(", "signal_4_n", "more", "75.6", "and", "signal_4_n", "less", "79.6", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", "then", "there", "has", "to", "be", "a", "time", "during", "the", "next", "24", "time", "units", "eventually", ",", "after", "which", "(", "prop_3", ")", "and", "has", "to", "hold", "like", "that", "consistently", "for", "every", "time", "instant", "within", "the", "following", "0", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "0", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "26.7", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [40, 50], "prop": [["signal_4_n", ">", "75.6"], ["signal_4_n", "<", "79.6"]]}}} {"id": 5988, "sentence": ["There", "shall", "be", "ultimately", "sometime", "in", "the", "future", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "1.8", "and", "less", "than", "27.4", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "1.8", "and", "signal_1_n", "less", "27.4", ")"], "logic_sentence": ["There", "shall", "be", "ultimately", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 27], "prop": [["signal_1_n", ">=", "1.8"], ["signal_1_n", "<", "27.4"]]}}} {"id": 1372, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "75.5", "happens", "then", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "shifts", "to", "signal_3_n", "should", "be", "ultimately", "detected", "at", "a", "time", "within", "0", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "75.5", ")", "imply", "globally", "(", "finally", "[0,0]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "for", "each", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "scenario", "that", "(", "prop_2", ")", "should", "be", "ultimately", "detected", "at", "a", "time", "within", "0", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "75.5", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 424, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "transition", "action", "that", "signal_1_n", "becomes", "at", "most", "88.3", "occurs", ",", "or", "signal_2_n", "shall", "eventually", "not", "be", "at", "most", "72.9", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "88.3", ")", "or", "negation", "(", "signal_2_n", "less equal", "72.9", ")", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["rise", "(", "signal_1_n", "<=", "88.3", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["-", "(", "signal_2_n", "<=", "72.9", ")"]]}}} {"id": 3040, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "10.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "the", "signal_2_n", "signal", "should", "be", "at", "least", "3.2", "and", "no", "more", "than", "5.0", ",", "or", "the", "signal_3_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "87.7", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "10.6", "imply", "(", "signal_2_n", "more equal", "3.2", "and", "signal_2_n", "less equal", "5.0", ")", "or", "signal_3_n", "less equal", "87.7", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", "<=", "10.6"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", ">=", "3.2"], ["signal_2_n", "<=", "5.0"]]}, " prop_3 ": {"span": [38, 50], "prop": [["signal_3_n", "<=", "87.7"]]}}} {"id": 3989, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "33.0", "then", "the", "value", "of", "signal_2_n", "has", "to", "stay", "above", "15.6", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "33.0", "imply", "signal_2_n", "more", "15.6", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "33.0"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", ">", "15.6"]]}}} {"id": 3787, "sentence": ["At", "a", "time", "in", "the", "first", "12", "time", "units", ",", "ultimately", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "no", "larger", "than", "4.5", "should", "not", "get", "detected", "."], "ltl": ["finally", "[0,12]", "(", "negation", "fall", "(", "signal_1_n", "more", "4.5", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "12", "time", "units", ",", "ultimately", "the", "event", "that", "(", "prop_1", ")", "should", "not", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "12", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["-", "fall", "(", "signal_1_n", ">", "4.5", ")"]]}}} {"id": 4861, "sentence": ["There", "is", "a", "certain", "moment", "within", "the", "first", "84", "time", "units", ",", "at", "which", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "ultimately", "."], "ltl": ["finally", "[0,84]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "within", "the", "first", "84", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1020, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "above", "73.3", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "finally", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "event", "that", "the", "signal_4_n", "signal", "jumps", "to", "above", "11.0", "will", "not", "be", "detected", ",", "before", "that", "signal_2_n", "is", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "73.3", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "negation", "rise", "(", "signal_4_n", "more", "11.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "finally", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "not", "be", "detected", ",", "before", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "73.3", ")"]]}, " prop_2 ": {"span": [48, 55], "prop": [["-", "rise", "(", "signal_4_n", ">", "11.0", ")"]]}, " prop_3 ": {"span": [61, 66], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1464, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "in", "the", "closed", "interval", "-LSB-", "24.8", ",", "60.0", "-RSB-", ",", "then", "at", "the", "same", "moment", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "89.0", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "24.8", "and", "signal_1_n", "less equal", "60.0", "imply", "signal_2_n", "more equal", "89.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "(", "prop_1", ")", ",", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">=", "24.8"], ["signal_1_n", "<=", "60.0"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">=", "89.0"]]}}} {"id": 6144, "sentence": ["Between", "40", "to", "48", "time", "units", "continuously", "the", "value", "of", "signal_1_n", "must", "remain", "bigger", "than", "17.5", "and", "less", "than", "30.1", "."], "ltl": ["globally", "[40,48]", "(", "signal_1_n", "more", "17.5", "and", "signal_1_n", "less", "30.1", ")"], "logic_sentence": ["Between", "40", "to", "48", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "40", ":", "48", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">", "17.5"], ["signal_1_n", "<", "30.1"]]}}} {"id": 818, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "57.7", "is", "detected", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "continuously", "signal_2_n", "will", "stay", "larger", "than", "81.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "57.7", ")", "imply", "globally", "(", "signal_2_n", "more", "81.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "57.7", ")"]]}, " prop_2 ": {"span": [35, 41], "prop": [["signal_2_n", ">", "81.2"]]}}} {"id": 2258, "sentence": ["Consecutively", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "3.8", "should", "n't", "be", "detected", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "3.8", ")", ")"], "logic_sentence": ["Consecutively", "the", "scenario", "that", "(", "prop_1", ")", "should", "n't", "be", "detected", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["-", "rise", "(", "signal_1_n", ">=", "3.8", ")"]]}}} {"id": 3527, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "19", "time", "units", "the", "state", "of", "signal", "signal_1_n", "is", "not", "in", "signal_2_n", ",", "and", "continuously", "the", "signal_3_n", "signal", "shall", "stay", "equal", "to", "1.8", "."], "ltl": ["globally", "[0,19]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "1.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "19", "time", "units", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_3_n", "==", "1.8"]]}}} {"id": 1404, "sentence": ["At", "a", "time", "during", "the", "first", "52", "time", "units", ",", "signal_1_n", "has", "to", "be", "equal", "to", "74.5", "finally", "."], "ltl": ["finally", "[0,52]", "(", "signal_1_n", "math equal", "74.5", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "52", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "74.5"]]}}} {"id": 3889, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "74.1", "shall", "be", "detected", "ultimately", "or", "the", "signal_2_n", "signal", "should", "n't", "be", "less", "than", "or", "equal", "to", "3.5", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "74.1", ")", "or", "negation", "(", "signal_2_n", "less equal", "3.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "be", "detected", "ultimately", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["rise", "(", "signal_1_n", "<", "74.1", ")"]]}, " prop_2 ": {"span": [30, 42], "prop": [["-", "(", "signal_2_n", "<=", "3.5", ")"]]}}} {"id": 4805, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "13.2", "gets", "detected", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "greater", "than", "or", "equal", "to", "9.9", "is", "observed", "then", "in", "response", "ultimately", "at", "a", "certain", "moment", "in", "the", "subsequent", "75", "time", "units", "signal_3_n", "needs", "to", "be", "higher", "than", "53.6", "and", "below", "98.9", "and", "shall", "remain", "in", "this", "range", "without", "interruption", "in", "the", "future", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "13.2", ")", "or", "rise", "(", "signal_2_n", "more equal", "9.9", ")", "imply", "finally", "[0,75]", "(", "globally", "(", "signal_3_n", "more", "53.6", "and", "signal_3_n", "less", "98.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "in", "response", "ultimately", "at", "a", "certain", "moment", "in", "the", "subsequent", "75", "time", "units", "(", "prop_3", ")", "and", "shall", "remain", "in", "this", "range", "without", "interruption", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "75", "]", "(", "G", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "13.2", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["rise", "(", "signal_2_n", ">=", "9.9", ")"]]}, " prop_3 ": {"span": [52, 62], "prop": [["signal_3_n", ">", "53.6"], ["signal_3_n", "<", "98.9"]]}}} {"id": 3547, "sentence": ["For", "each", "time", "point", "in", "the", "first", "17", "time", "units", ",", "signal_1_n", "must", "continuously", "keep", "at", "least", "82.9", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "more equal", "82.9", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "17", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", ">=", "82.9"]]}}} {"id": 6430, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "70.0", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "next", "40", "time", "units", ",", "there", "is", "a", "time", "during", "the", "following", "35", "time", "units", ",", "at", "which", "eventually", "signal_2_n", "should", "be", "equal", "to", "50.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "70.0", ")", "imply", "globally", "[0,40]", "(", "finally", "[0,35]", "(", "signal_2_n", "math equal", "50.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "next", "40", "time", "units", ",", "there", "is", "a", "time", "during", "the", "following", "35", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "40", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["rise", "(", "signal_1_n", ">", "70.0", ")"]]}, " prop_2 ": {"span": [49, 55], "prop": [["signal_2_n", "==", "50.6"]]}}} {"id": 1609, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "39.0", "is", "detected", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "time", "within", "the", "subsequent", "45", "to", "69", "time", "units", ",", "during", "the", "coming", "80", "time", "units", "continuously", "the", "value", "of", "signal_2_n", "sha", "n't", "settle", "to", "23.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "39.0", ")", "imply", "finally", "[45,69]", "(", "globally", "[0,80]", "(", "negation", "(", "signal_2_n", "math equal", "23.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "time", "within", "the", "subsequent", "45", "to", "69", "time", "units", ",", "during", "the", "coming", "80", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "45", ":", "69", "]", "(", "G", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "39.0", ")"]]}, " prop_2 ": {"span": [43, 52], "prop": [["-", "(", "signal_2_n", "==", "23.8", ")"]]}}} {"id": 1250, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "at", "most", "37.6", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "following", "41", "time", "units", ",", "the", "state", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "continuously", "for", "each", "time", "instant", "during", "the", "following", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "37.6", ")", "imply", "finally", "[0,41]", "(", "globally", "[0,23]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "following", "41", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "G", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<=", "37.6", ")"]]}, " prop_2 ": {"span": [36, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 647, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "smaller", "than", "48.9", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "following", "0", "time", "units", ",", "at", "a", "time", "within", "the", "next", "12", "time", "units", "the", "value", "of", "signal", "signal_2_n", "is", "eventually", "higher", "than", "33.0", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.9", "imply", "globally", "[0,0]", "(", "finally", "[0,12]", "(", "signal_2_n", "more", "33.0", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "following", "0", "time", "units", ",", "at", "a", "time", "within", "the", "next", "12", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "48.9"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_2_n", ">", "33.0"]]}}} {"id": 1580, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "remains", "equal", "to", "39.6", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "time", "within", "the", "subsequent", "16", "time", "units", "for", "every", "time", "instant", "in", "the", "coming", "83", "time", "units", "the", "signal_2_n", "signal", "must", "be", "always", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "39.6", "imply", "finally", "[0,16]", "(", "globally", "[0,83]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "time", "within", "the", "subsequent", "16", "time", "units", "for", "every", "time", "instant", "in", "the", "coming", "83", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "16", "]", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "39.6"]]}, " prop_2 ": {"span": [40, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2946, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "23.1", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "during", "the", "following", "3", "to", "26", "time", "units", ",", "eventually", "signal_2_n", "shall", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.1", ")", "imply", "finally", "[3,26]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "during", "the", "following", "3", "to", "26", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "3", ":", "26", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "23.1", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4545, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "4.1", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "should", "be", "larger", "than", "26.9", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.1", ")", "imply", "signal_2_n", "more", "26.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "4.1", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", ">", "26.9"]]}}} {"id": 1437, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "no", "less", "than", "62.3", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "45", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "shall", "be", "finally", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "62.3", ")", "imply", "finally", "[0,45]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "a", "certain", "time", "point", "within", "the", "following", "45", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", ">=", "62.3", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5694, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "66.5", "happens", ",", "then", "the", "value", "of", "signal", "signal_2_n", "must", "be", "less", "than", "61.5", "and", "then", "remain", "like", "that", "without", "interruption", "for", "each", "time", "instant", "during", "the", "next", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "66.5", ")", "imply", "globally", "[0,55]", "(", "signal_2_n", "less", "61.5", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "66.5", ")"]]}, " prop_2 ": {"span": [20, 47], "prop": [["signal_2_n", "<", "61.5"]]}}} {"id": 5526, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "53.1", "occurs", ",", "then", "finally", "after", "sometime", "in", "the", "first", "13", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "higher", "than", "28.0", "and", "less", "than", "87.6", "and", "then", "uninterruptedly", "remain", "in", "this", "range", "in", "the", "next", "86", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "53.1", ")", "imply", "finally", "[0,13]", "(", "globally", "[0,86]", "(", "signal_2_n", "more", "28.0", "and", "signal_2_n", "less", "87.6", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "finally", "after", "sometime", "in", "the", "first", "13", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "G", "[", "0", ":", "86", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "53.1", ")"]]}, " prop_2 ": {"span": [28, 56], "prop": [["signal_2_n", ">", "28.0"], ["signal_2_n", "<", "87.6"]]}}} {"id": 2595, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "smaller", "than", "40.6", ",", "or", "signal_2_n", "is", "17.5", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "needs", "to", "be", "greater", "than", "45.0", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "less", "40.6", "or", "signal_2_n", "math equal", "17.5", "imply", "signal_3_n", "more", "45.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<", "40.6"]]}, " prop_2 ": {"span": [14, 17], "prop": [["signal_2_n", "==", "17.5"]]}, " prop_3 ": {"span": [26, 35], "prop": [["signal_3_n", ">", "45.0"]]}}} {"id": 3051, "sentence": ["Finally", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "be", "signal_2_n", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 298, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "continuously", ",", "and", "uninterruptedly", "the", "signal_3_n", "signal", "needs", "to", "keep", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 876, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "shifts", "to", "16.8", "is", "observed", ",", "then", "in", "response", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "67.4", "should", "take", "place", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.8", ")", "imply", "rise", "(", "signal_2_n", "less equal", "67.4", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "should", "take", "place", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "==", "16.8", ")"]]}, " prop_2 ": {"span": [17, 29], "prop": [["rise", "(", "signal_2_n", "<=", "67.4", ")"]]}}} {"id": 451, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "or", "the", "state", "of", "signal", "signal_3_n", "stays", "in", "signal_4_n", "then", "the", "subsequent", "condition", "must", "not", "be", "true", ":", "during", "the", "past", "94", "time", "units", "the", "value", "of", "signal_5_n", "was", "uninterruptedly", "not", "less", "than", "or", "equal", "to", "41.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "negation", "(", "historically", "[0,94]", "(", "negation", "(", "signal_5_n", "less equal", "41.1", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "subsequent", "condition", "must", "not", "be", "true", ":", "during", "the", "past", "94", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "-", "(", "hist|ically", "[", "0", ":", "94", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [8, 16], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [31, 44], "prop": [["-", "(", "signal_5_n", "<=", "41.1", ")"]]}}} {"id": 308, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "will", "ultimately", "exist", "a", "time", "in", "the", "future", ",", "at", "which", "signal_3_n", "will", "be", "smaller", "than", "28.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "less", "28.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "will", "ultimately", "exist", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [48, 54], "prop": [["signal_3_n", "<", "28.1"]]}}} {"id": 3820, "sentence": ["If", "the", "signal_1_n", "signal", "gets", "equal", "to", "20.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_2_n", "is", "signal_3_n", "then", "this", "condition", "will", "have", "to", "consecutively", "last", "till", "there", "will", "be", "a", "certain", "moment", "within", "the", "first", "41", "to", "75", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal", "signal_4_n", "is", "shifted", "to", "71.9", "happens", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "20.7", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[41,75]", "(", "rise", "(", "signal_4_n", "math equal", "71.9", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "will", "have", "to", "consecutively", "last", "till", "there", "will", "be", "a", "certain", "moment", "within", "the", "first", "41", "to", "75", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_3", ")", "happens", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "41", ":", "75", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "==", "20.7", ")"]]}, " prop_2 ": {"span": [18, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [54, 63], "prop": [["rise", "(", "signal_4_n", "==", "71.9", ")"]]}}} {"id": 282, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "66.1", "gets", "observed", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "26.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "less", "than", "27.1", "and", "will", "be", "continuing", "like", "that", "without", "interruption", "for", "each", "moment", "in", "the", "coming", "43", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "66.1", ")", "or", "signal_2_n", "more equal", "26.0", "imply", "globally", "[0,43]", "(", "signal_3_n", "less", "27.1", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "<", "66.1", ")"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", ">=", "26.0"]]}, " prop_3 ": {"span": [35, 62], "prop": [["signal_3_n", "<", "27.1"]]}}} {"id": 1524, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "starts", "not", "equaling", "to", "99.0", "must", "never", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "99.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "event", "that", "(", "prop_2", ")", "must", "never", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 33], "prop": [["-", "fall", "(", "signal_3_n", "==", "99.0", ")"]]}}} {"id": 1295, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "72.9", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "31.3", ",", "then", "in", "response", "the", "signal_3_n", "signal", "should", "be", "less", "than", "86.5", "and", "consecutively", "this", "scenario", "will", "be", "keeping", "in", "the", "following", "80", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "72.9", "and", "signal_2_n", "more equal", "31.3", "imply", "globally", "[0,80]", "(", "signal_3_n", "less", "86.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "and", "consecutively", "this", "scenario", "will", "be", "keeping", "in", "the", "following", "80", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "80", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "72.9"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", ">=", "31.3"]]}, " prop_3 ": {"span": [30, 38], "prop": [["signal_3_n", "<", "86.5"]]}}} {"id": 2226, "sentence": ["When", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "29.5", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_2_n", "should", "be", "signal_3_n", "at", "the", "same", "moment", ",", "and", "the", "scenario", "that", "the", "signal_4_n", "signal", "gets", "to", "at", "most", "17.1", "must", "be", "observed", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less equal", "17.1", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "and", "the", "scenario", "that", "(", "prop_3", ")", "must", "be", "observed", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "29.5", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 50], "prop": [["rise", "(", "signal_4_n", "<=", "17.1", ")"]]}}} {"id": 890, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "6.8", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "85.7", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "6.8", ")", "imply", "signal_2_n", "less equal", "85.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", "<", "6.8", ")"]]}, " prop_2 ": {"span": [32, 45], "prop": [["signal_2_n", "<=", "85.7"]]}}} {"id": 5727, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "35.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "signal_2_n", "must", "be", "equal", "to", "15.9", "at", "sometime", "within", "the", "first", "39", "to", "56", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "35.0", ")", "imply", "finally", "[39,56]", "(", "signal_2_n", "math equal", "15.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "39", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "35.0", ")"]]}, " prop_2 ": {"span": [30, 46], "prop": [["signal_2_n", "==", "15.9"]]}}} {"id": 3912, "sentence": ["Finally", "there", "will", "have", "to", "be", "a", "time", "within", "the", "first", "39", "to", "61", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "is", "signal_2_n", "."], "ltl": ["finally", "[39,61]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Finally", "there", "will", "have", "to", "be", "a", "time", "within", "the", "first", "39", "to", "61", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "39", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1642, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "above", "12.2", "and", "below", "52.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "coming", "56", "time", "units", ",", "the", "signal_2_n", "signal", "has", "to", "be", "no", "less", "than", "2.7", "ultimately", "at", "a", "certain", "time", "instant", "within", "the", "next", "50", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "12.2", "and", "signal_1_n", "less", "52.7", "imply", "globally", "[0,56]", "(", "finally", "[0,50]", "(", "signal_2_n", "more equal", "2.7", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "coming", "56", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "56", "]", "(", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "12.2"], ["signal_1_n", "<", "52.7"]]}, " prop_2 ": {"span": [32, 54], "prop": [["signal_2_n", ">=", "2.7"]]}}} {"id": 1960, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "83.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "20.4", "must", "promptly", "happen", ",", "and", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "above", "27.2", "and", "less", "than", "67.4", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.1", ")", "imply", "rise", "(", "signal_2_n", "less equal", "20.4", ")", "and", "(", "signal_3_n", "more", "27.2", "and", "signal_3_n", "less", "67.4", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "promptly", "happen", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", "<", "83.1", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["rise", "(", "signal_2_n", "<=", "20.4", ")"]]}, " prop_3 ": {"span": [40, 57], "prop": [["signal_3_n", ">", "27.2"], ["signal_3_n", "<", "67.4"]]}}} {"id": 4191, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "1.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "following", "47", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "following", "71", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "23.6", "will", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "1.1", ")", "imply", "globally", "[0,47]", "(", "finally", "[0,71]", "(", "rise", "(", "signal_2_n", "more equal", "23.6", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "following", "47", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "following", "71", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "47", "]", "(", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "1.1", ")"]]}, " prop_2 ": {"span": [52, 64], "prop": [["rise", "(", "signal_2_n", ">=", "23.6", ")"]]}}} {"id": 523, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "not", "less", "than", "or", "equal", "to", "1.3", "and", "the", "signal_2_n", "signal", "stays", "in", "signal_3_n", "then", "in", "response", "at", "the", "same", "time", "the", "value", "of", "signal_4_n", "must", "n't", "be", "at", "least", "71.7", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "1.3", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "more equal", "71.7", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", "<=", "1.3", ")"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [28, 38], "prop": [["-", "(", "signal_4_n", ">=", "71.7", ")"]]}}} {"id": 1878, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "after", "between", "42", "to", "48", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "99.0", "needs", "to", "finally", "occur", "."], "ltl": ["finally", "[42,48]", "(", "rise", "(", "signal_1_n", "less", "99.0", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "after", "between", "42", "to", "48", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "needs", "to", "finally", "occur", "."], "logic_ltl": ["F", "[", "42", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 28], "prop": [["rise", "(", "signal_1_n", "<", "99.0", ")"]]}}} {"id": 1425, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "drops", "below", "26.2", "is", "observed", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "be", "at", "most", "13.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "26.2", ")", "imply", "signal_2_n", "less equal", "13.1", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "26.2", ")"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "<=", "13.1"]]}}} {"id": 5510, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "over", "29.9", ",", "or", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "first", "54", "to", "88", "time", "units", "finally", ",", "after", "which", "continuously", "the", "value", "of", "signal", "signal_4_n", "wo", "n't", "be", "greater", "than", "or", "equal", "to", "26.2", "for", "every", "moment", "during", "the", "next", "32", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "29.9", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[54,88]", "(", "globally", "[0,32]", "(", "negation", "(", "signal_4_n", "more equal", "26.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "first", "54", "to", "88", "time", "units", "finally", ",", "after", "which", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "54", ":", "88", "]", "(", "G", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 13], "prop": [["signal_1_n", ">", "29.9"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [49, 72], "prop": [["-", "(", "signal_4_n", ">=", "26.2", ")"]]}}} {"id": 708, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "2.5", "gets", "detected", ",", "then", "finally", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "event", "that", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "36.4", "ought", "not", "to", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "2.5", ")", "imply", "finally", "(", "globally", "(", "negation", "fall", "(", "signal_2_n", "more", "36.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "finally", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "event", "that", "(", "prop_2", ")", "ought", "not", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["fall", "(", "signal_1_n", "==", "2.5", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["-", "fall", "(", "signal_2_n", ">", "36.4", ")"]]}}} {"id": 978, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "becomes", "less", "than", "91.2", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "signal_2_n", "signal", "has", "to", "be", "finally", "less", "than", "or", "equal", "to", "25.6", "at", "a", "certain", "time", "instant", "during", "the", "next", "34", "to", "74", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "91.2", ")", "imply", "globally", "(", "finally", "[34,74]", "(", "signal_2_n", "less equal", "25.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "34", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "91.2", ")"]]}, " prop_2 ": {"span": [33, 59], "prop": [["signal_2_n", "<=", "25.6"]]}}} {"id": 878, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "94.9", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "time", "point", "during", "the", "next", "59", "to", "61", "time", "units", ",", "the", "state", "of", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "and", "then", "this", "scenario", "will", "continuously", "remain", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "94.9", ")", "imply", "finally", "[59,61]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "time", "point", "during", "the", "next", "59", "to", "61", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "continuously", "remain", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "59", ":", "61", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "94.9", ")"]]}, " prop_2 ": {"span": [40, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4492, "sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "event", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "43.8", "will", "have", "to", "take", "place", "finally", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "43.8", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "take", "place", "finally", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 29], "prop": [["rise", "(", "signal_1_n", "<=", "43.8", ")"]]}}} {"id": 437, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "0.7", "and", "less", "than", "81.7", ",", "and", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "96.2", "then", "in", "response", "the", "value", "of", "signal_3_n", "ought", "to", "be", "instantly", "less", "than", "or", "equal", "to", "92.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "0.7", "and", "signal_1_n", "less", "81.7", ")", "and", "rise", "(", "signal_2_n", "more equal", "96.2", ")", "imply", "signal_3_n", "less equal", "92.2", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "0.7"], ["signal_1_n", "<", "81.7"]]}, " prop_2 ": {"span": [18, 30], "prop": [["rise", "(", "signal_2_n", ">=", "96.2", ")"]]}, " prop_3 ": {"span": [33, 47], "prop": [["signal_3_n", "<=", "92.2"]]}}} {"id": 1263, "sentence": ["There", "has", "to", "be", "sometime", "within", "the", "first", "11", "time", "units", "eventually", ",", "at", "which", "the", "signal_1_n", "signal", "should", "be", "larger", "than", "6.9", "and", "below", "29.5", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "more", "6.9", "and", "signal_1_n", "less", "29.5", ")"], "logic_sentence": ["There", "has", "to", "be", "sometime", "within", "the", "first", "11", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", ">", "6.9"], ["signal_1_n", "<", "29.5"]]}}} {"id": 1823, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "consistently", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "22.7", "does", "not", "happen", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "22.7", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "consistently", "the", "event", "that", "(", "prop_1", ")", "does", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["-", "fall", "(", "signal_1_n", "==", "22.7", ")"]]}}} {"id": 3947, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "no", "less", "than", "12.4", "and", "at", "most", "20.7", "or", "the", "signal_2_n", "signal", "is", "greater", "than", "11.3", "and", "less", "than", "23.8", ",", "then", "the", "following", "condition", "holds", ":", "there", "exists", "a", "certain", "moment", "during", "the", "next", "33", "to", "93", "time", "units", ",", "at", "which", "signal_3_n", "is", "n't", "greater", "than", "or", "equal", "to", "84.4", "then", "consecutively", "this", "scenario", "ought", "to", "continue", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "12.4", "and", "signal_1_n", "less equal", "20.7", ")", "or", "(", "signal_2_n", "more", "11.3", "and", "signal_2_n", "less", "23.8", ")", "imply", "finally", "[33,93]", "(", "globally", "(", "negation", "(", "signal_3_n", "more equal", "84.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "exists", "a", "certain", "moment", "during", "the", "next", "33", "to", "93", "time", "units", ",", "at", "which", "(", "prop_3", ")", "then", "consecutively", "this", "scenario", "ought", "to", "continue", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "33", ":", "93", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "12.4"], ["signal_1_n", "<=", "20.7"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", ">", "11.3"], ["signal_2_n", "<", "23.8"]]}, " prop_3 ": {"span": [48, 57], "prop": [["-", "(", "signal_3_n", ">=", "84.4", ")"]]}}} {"id": 1371, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "4", "to", "53", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "always", "keeping", "less", "than", "95.9", "."], "ltl": ["globally", "[4,53]", "(", "signal_1_n", "less", "95.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "4", "to", "53", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "<", "95.9"]]}}} {"id": 5937, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "ought", "not", "to", "be", "less", "than", "93.9", "then", "this", "condition", "has", "consecutively", "remained", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "historically", "(", "negation", "(", "signal_3_n", "less", "93.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "then", "this", "condition", "has", "consecutively", "remained", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 26], "prop": [["-", "(", "signal_3_n", "<", "93.9", ")"]]}}} {"id": 4731, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "state", "of", "signal", "signal_1_n", "should", "be", "signal_2_n", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 39, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "within", "the", "last", "3", "to", "85", "time", "units", "uninterruptedly", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "became", "at", "least", "50.5", "has", "not", "occurred", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "continuously", "the", "signal_2_n", "signal", "will", "have", "been", "keeping", "greater", "than", "or", "equal", "to", "15.1", "and", "no", "more", "than", "54.3", "during", "the", "elapsed", "26", "time", "units", "."], "ltl": ["globally", "(", "historically", "[3,85]", "(", "negation", "rise", "(", "signal_1_n", "more equal", "50.5", ")", ")", "imply", "historically", "[0,26]", "(", "signal_2_n", "more equal", "15.1", "and", "signal_2_n", "less equal", "54.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "within", "the", "last", "3", "to", "85", "time", "units", "uninterruptedly", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "not", "occurred", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "3", ":", "85", "]", "(", "prop_1", ")", "->", "hist|ically", "[", "0", ":", "26", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [20, 28], "prop": [["-", "rise", "(", "signal_1_n", ">=", "50.5", ")"]]}, " prop_2 ": {"span": [41, 65], "prop": [["signal_2_n", ">=", "15.1"], ["signal_2_n", "<=", "54.3"]]}}} {"id": 1976, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "larger", "than", "47.9", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "subsequent", "41", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "must", "be", "eventually", "larger", "than", "0.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "47.9", ")", "imply", "finally", "[0,41]", "(", "signal_2_n", "more", "0.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "subsequent", "41", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">", "47.9", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_2_n", ">", "0.3"]]}}} {"id": 59, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "60.0", "is", "detected", ",", "then", "in", "response", "in", "no", "time", "the", "value", "of", "signal_2_n", "will", "be", "less", "than", "or", "equal", "to", "66.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "60.0", ")", "imply", "signal_2_n", "less equal", "66.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "60.0", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", "<=", "66.1"]]}}} {"id": 695, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "57.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "ought", "to", "be", "higher", "than", "0.4", "and", "smaller", "than", "2.4", "and", "then", "will", "be", "always", "holding", "like", "that", "till", "the", "signal_3_n", "signal", "keeps", "equal", "to", "66.8", "finally", ",", "which", "must", "get", "detected", "at", "a", "certain", "time", "instant", "in", "the", "next", "47", "to", "99", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "57.2", "imply", "(", "signal_2_n", "more", "0.4", "and", "signal_2_n", "less", "2.4", ")", "until", "[47,99]", "(", "signal_3_n", "math equal", "66.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "47", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "57.2"]]}, " prop_2 ": {"span": [24, 70], "prop": [["signal_2_n", ">", "0.4"], ["signal_2_n", "<", "2.4"], ["signal_3_n", "==", "66.8"]]}}} {"id": 1210, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "39", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "eventually", "remain", "on", "68.8", "."], "ltl": ["finally", "[0,39]", "(", "signal_1_n", "math equal", "68.8", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "39", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", "==", "68.8"]]}}} {"id": 256, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "bigger", "than", "58.1", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "is", "equal", "to", "24.2", "and", "the", "value", "of", "signal_3_n", "shall", "be", "immediately", "above", "34.5", "and", "less", "than", "77.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "58.1", ")", "imply", "signal_2_n", "math equal", "24.2", "and", "(", "signal_3_n", "more", "34.5", "and", "signal_3_n", "less", "77.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "58.1", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", "==", "24.2"]]}, " prop_3 ": {"span": [32, 45], "prop": [["signal_3_n", ">", "34.5"], ["signal_3_n", "<", "77.9"]]}}} {"id": 2497, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "or", "signal_3_n", "keeps", "in", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "finally", "exist", "a", "certain", "moment", "in", "less", "than", "32", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_6_n", "should", "be", "set", "to", "signal_7_n", ",", "before", "that", "consecutively", "signal_5_n", "ought", "to", "be", "larger", "than", "78.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "(", "signal_5_n", "more", "78.8", ")", "until", "[0,32]", "(", "signal_6_n", "math equal", "signal_7_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "finally", "exist", "a", "certain", "moment", "in", "less", "than", "32", "time", "units", ",", "at", "which", "(", "prop_3", ")", ",", "before", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 16], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [41, 50], "prop": [["signal_6_n", "==", "signal_7_n"]]}, " prop_4 ": {"span": [52, 61], "prop": [["signal_5_n", ">", "78.8"]]}}} {"id": 1682, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "remains", "on", "99.1", "then", "in", "response", "for", "each", "time", "point", "within", "35", "time", "units", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "jumps", "to", "over", "98.2", "shall", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "99.1", "imply", "globally", "[0,35]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "98.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "for", "each", "time", "point", "within", "35", "time", "units", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "shall", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "99.1"]]}, " prop_2 ": {"span": [44, 53], "prop": [["rise", "(", "signal_2_n", ">", "98.2", ")"]]}}} {"id": 671, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "above", "69.1", "and", "less", "than", "or", "equal", "to", "84.1", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "first", "32", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "coming", "52", "time", "units", "ultimately", "the", "signal_2_n", "signal", "wo", "n't", "get", "to", "no", "larger", "than", "79.0", "."], "ltl": ["globally", "(", "signal_1_n", "more", "69.1", "and", "signal_1_n", "less equal", "84.1", "imply", "globally", "[0,32]", "(", "finally", "[0,52]", "(", "negation", "fall", "(", "signal_2_n", "more", "79.0", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "first", "32", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "coming", "52", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "32", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">", "69.1"], ["signal_1_n", "<=", "84.1"]]}, " prop_2 ": {"span": [46, 57], "prop": [["-", "fall", "(", "signal_2_n", ">", "79.0", ")"]]}}} {"id": 1692, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "has", "to", "be", "higher", "than", "50.0", "eventually", ",", "or", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "finally", "at", "most", "47.0", "."], "ltl": ["finally", "(", "signal_1_n", "more", "50.0", "or", "signal_2_n", "less equal", "47.0", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", ">", "50.0"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "<=", "47.0"]]}}} {"id": 6282, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "85.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "67.1", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "shall", "be", "33.8", "and", "this", "scenario", "has", "to", "consistently", "last", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "85.7", ")", "and", "signal_2_n", "less", "67.1", "imply", "globally", "(", "signal_3_n", "math equal", "33.8", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "this", "scenario", "has", "to", "consistently", "last", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 15], "prop": [["-", "(", "signal_1_n", "<=", "85.7", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "<", "67.1"]]}, " prop_3 ": {"span": [32, 39], "prop": [["signal_3_n", "==", "33.8"]]}}} {"id": 1061, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "coming", "15", "to", "72", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "next", "2", "to", "6", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "rises", "to", "greater", "than", "or", "equal", "to", "35.3", "will", "have", "to", "be", "detected", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[15,72]", "(", "finally", "[2,6]", "(", "rise", "(", "signal_3_n", "more equal", "35.3", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "coming", "15", "to", "72", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "next", "2", "to", "6", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "be", "detected", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "15", ":", "72", "]", "(", "F", "[", "2", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [56, 69], "prop": [["rise", "(", "signal_3_n", ">=", "35.3", ")"]]}}} {"id": 2441, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "36.2", "takes", "place", ",", "then", "in", "response", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "lower", "than", "6.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "36.2", ")", "imply", "signal_2_n", "less", "6.4", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "<", "36.2", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<", "6.4"]]}}} {"id": 49, "sentence": ["It", "is", "always", "the", "case", "that", "if", "at", "a", "certain", "time", "point", "in", "the", "following", "8", "to", "26", "time", "units", "signal_1_n", "is", "64.0", "ultimately", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "is", "uninterruptedly", "not", "no", "larger", "than", "26.8", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "finally", "[8,26]", "(", "signal_1_n", "math equal", "64.0", ")", "imply", "globally", "(", "negation", "(", "signal_2_n", "less equal", "26.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "at", "a", "certain", "time", "point", "in", "the", "following", "8", "to", "26", "time", "units", "(", "prop_1", ")", "ultimately", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "8", ":", "26", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [20, 23], "prop": [["signal_1_n", "==", "64.0"]]}, " prop_2 ": {"span": [31, 48], "prop": [["-", "(", "signal_2_n", "<=", "26.8", ")"]]}}} {"id": 486, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "82.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "signal_2_n", "ought", "to", "remain", "no", "less", "than", "17.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "82.8", ")", "imply", "signal_2_n", "more equal", "17.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "82.8", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", ">=", "17.9"]]}}} {"id": 1044, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "happens", "then", "in", "response", "ultimately", "there", "should", "be", "a", "certain", "time", "point", "in", "the", "first", "98", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "subsequent", "40", "time", "units", ",", "signal_3_n", "must", "be", "above", "56.3", "uninterruptedly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,40]", "(", "signal_3_n", "more", "56.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "ultimately", "there", "should", "be", "a", "certain", "time", "point", "in", "the", "first", "98", "time", "units", ",", "after", "which", "for", "every", "time", "point", "during", "the", "subsequent", "40", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [53, 59], "prop": [["signal_3_n", ">", "56.3"]]}}} {"id": 5671, "sentence": ["At", "a", "certain", "time", "instant", "after", "between", "23", "to", "50", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "ultimately", "greater", "than", "or", "equal", "to", "53.0", "and", "no", "larger", "than", "98.9", ",", "and", "the", "transition", "action", "that", "signal_2_n", "increases", "to", "no", "less", "than", "84.9", "needs", "to", "get", "detected", "."], "ltl": ["finally", "[23,50]", "(", "(", "signal_1_n", "more equal", "53.0", "and", "signal_1_n", "less equal", "98.9", ")", "and", "rise", "(", "signal_2_n", "more equal", "84.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "between", "23", "to", "50", "time", "units", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "get", "detected", "."], "logic_ltl": ["F", "[", "23", ":", "50", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 31], "prop": [["signal_1_n", ">=", "53.0"], ["signal_1_n", "<=", "98.9"]]}, " prop_2 ": {"span": [37, 44], "prop": [["rise", "(", "signal_2_n", ">=", "84.9", ")"]]}}} {"id": 339, "sentence": ["If", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "89.7", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "coming", "39", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "53", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "will", "not", "get", "shifted", "to", "10.9", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "89.7", ")", "imply", "globally", "[0,39]", "(", "finally", "[0,53]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "10.9", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "coming", "39", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "53", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "F", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["rise", "(", "signal_1_n", "<=", "89.7", ")"]]}, " prop_2 ": {"span": [39, 51], "prop": [["-", "rise", "(", "signal_2_n", "==", "10.9", ")"]]}}} {"id": 71, "sentence": ["For", "each", "moment", "within", "22", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "equal", "to", "59.2", ",", "or", "the", "value", "of", "signal_2_n", "will", "remain", "equal", "to", "3.4", "continuously", "."], "ltl": ["globally", "[0,22]", "(", "signal_1_n", "math equal", "59.2", "or", "signal_2_n", "math equal", "3.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "22", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "22", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "59.2"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "==", "3.4"]]}}} {"id": 1082, "sentence": ["Finally", "there", "shall", "exist", "a", "certain", "moment", "in", "the", "first", "47", "to", "91", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "be", "lower", "than", "4.4", ",", "or", "the", "value", "of", "signal_2_n", "should", "not", "be", "less", "than", "or", "equal", "to", "11.8", "."], "ltl": ["finally", "[47,91]", "(", "signal_1_n", "less", "4.4", "or", "negation", "(", "signal_2_n", "less equal", "11.8", ")", ")"], "logic_sentence": ["Finally", "there", "shall", "exist", "a", "certain", "moment", "in", "the", "first", "47", "to", "91", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "47", ":", "91", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", "<", "4.4"]]}, " prop_2 ": {"span": [30, 43], "prop": [["-", "(", "signal_2_n", "<=", "11.8", ")"]]}}} {"id": 1531, "sentence": ["The", "value", "of", "signal_1_n", "should", "uninterruptedly", "remain", "higher", "than", "1.0", "and", "below", "40.9", "for", "each", "moment", "during", "the", "first", "47", "to", "87", "time", "units", "."], "ltl": ["globally", "[47,87]", "(", "signal_1_n", "more", "1.0", "and", "signal_1_n", "less", "40.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "47", ":", "87", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", ">", "1.0"], ["signal_1_n", "<", "40.9"]]}}} {"id": 5367, "sentence": ["At", "a", "time", "within", "the", "first", "7", "to", "42", "time", "units", "eventually", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "62.4", "shall", "get", "observed", ",", "or", "the", "value", "of", "signal", "signal_2_n", "will", "be", "larger", "than", "52.2", "eventually", "."], "ltl": ["finally", "[7,42]", "(", "fall", "(", "signal_1_n", "math equal", "62.4", ")", "or", "signal_2_n", "more", "52.2", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "7", "to", "42", "time", "units", "eventually", "the", "scenario", "that", "(", "prop_1", ")", "shall", "get", "observed", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "7", ":", "42", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["fall", "(", "signal_1_n", "==", "62.4", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", ">", "52.2"]]}}} {"id": 48, "sentence": ["Globally", ",", "whenever", "there", "will", "exist", "a", "time", "in", "the", "coming", "78", "to", "87", "time", "units", ",", "at", "which", "ultimately", "the", "signal_1_n", "signal", "will", "be", "92.1", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "must", "not", "be", "less", "than", "or", "equal", "to", "75.9", "and", "this", "condition", "must", "uninterruptedly", "continue", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "finally", "[78,87]", "(", "signal_1_n", "math equal", "92.1", ")", "imply", "globally", "(", "negation", "(", "signal_2_n", "less equal", "75.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "there", "will", "exist", "a", "time", "in", "the", "coming", "78", "to", "87", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "condition", "must", "uninterruptedly", "continue", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "F", "[", "78", ":", "87", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [20, 26], "prop": [["signal_1_n", "==", "92.1"]]}, " prop_2 ": {"span": [33, 43], "prop": [["-", "(", "signal_2_n", "<=", "75.9", ")"]]}}} {"id": 5357, "sentence": ["Everytime", "when", "signal_1_n", "is", "at", "least", "68.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "in", "no", "time", "and", "the", "state", "of", "signal", "signal_4_n", "ought", "to", "be", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "68.4", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", ">=", "68.4"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 39], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1826, "sentence": ["There", "exists", "a", "certain", "time", "instant", "in", "the", "first", "70", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "be", "24.8", "finally", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "86.2", "must", "be", "observed", "finally", "."], "ltl": ["finally", "[0,70]", "(", "signal_1_n", "math equal", "24.8", "and", "rise", "(", "signal_2_n", "more equal", "86.2", ")", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "instant", "in", "the", "first", "70", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "must", "be", "observed", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "24.8"]]}, " prop_2 ": {"span": [27, 39], "prop": [["rise", "(", "signal_2_n", ">=", "86.2", ")"]]}}} {"id": 1439, "sentence": ["There", "will", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "stay", "within", "the", "interval", "-LSB-", "30.8", ",", "37.7", "-RSB-", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "30.8", "and", "signal_1_n", "less equal", "37.7", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 34], "prop": [["signal_1_n", ">=", "30.8"], ["signal_1_n", "<=", "37.7"]]}}} {"id": 1892, "sentence": ["During", "the", "first", "18", "time", "units", ",", "the", "value", "of", "signal_1_n", "stays", "at", "47.1", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "math equal", "47.1", ")"], "logic_sentence": ["During", "the", "first", "18", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "47.1"]]}}} {"id": 857, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "5.0", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "5.0", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4751, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "subsequent", "41", "time", "units", "at", "sometime", "in", "the", "next", "6", "to", "6", "time", "units", ",", "the", "signal_3_n", "signal", "will", "be", "eventually", "greater", "than", "or", "equal", "to", "17.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,41]", "(", "finally", "[6,6]", "(", "signal_3_n", "more equal", "17.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "subsequent", "41", "time", "units", "at", "sometime", "in", "the", "next", "6", "to", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "41", "]", "(", "F", "[", "6", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [39, 51], "prop": [["signal_3_n", ">=", "17.8"]]}}} {"id": 123, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "the", "value", "of", "signal", "signal_3_n", "should", "be", "eventually", "higher", "than", "10.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more", "10.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 54], "prop": [["signal_3_n", ">", "10.1"]]}}} {"id": 4577, "sentence": ["There", "has", "to", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "will", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 29], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1185, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "equals", "to", "26.2", "consecutively", "and", "consistently", "signal_2_n", "will", "never", "be", "greater", "than", "4.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "26.2", "and", "negation", "(", "signal_2_n", "more", "4.8", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", "==", "26.2"], ["-", "(", "signal_2_n", ">", "4.8", ")"]]}}} {"id": 1513, "sentence": ["For", "every", "time", "point", "in", "the", "first", "3", "to", "3", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "consecutively", "staying", "larger", "than", "77.0", "."], "ltl": ["globally", "[3,3]", "(", "signal_1_n", "more", "77.0", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "3", "to", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">", "77.0"]]}}} {"id": 554, "sentence": ["There", "should", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "smaller", "than", "60.5", "needs", "to", "take", "place", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "60.5", ")", ")"], "logic_sentence": ["There", "should", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", "<", "60.5", ")"]]}}} {"id": 73, "sentence": ["At", "sometime", "in", "the", "first", "86", "time", "units", ",", "the", "value", "of", "signal_1_n", "is", "eventually", "96.7", ",", "and", "ultimately", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "52.4", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "math equal", "96.7", "and", "signal_2_n", "less", "52.4", ")"], "logic_sentence": ["At", "sometime", "in", "the", "first", "86", "time", "units", ",", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "96.7"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "<", "52.4"]]}}} {"id": 5238, "sentence": ["Uninterruptedly", "the", "signal_1_n", "signal", "is", "n't", "no", "larger", "than", "2.9", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "2.9", ")", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["-", "(", "signal_1_n", "<=", "2.9", ")"]]}}} {"id": 1178, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "lower", "than", "27.3", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "finally", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "mode", "of", "signal_2_n", "sha", "n't", "be", "set", "to", "signal_3_n", "and", "this", "scenario", "will", "be", "lasting", "without", "interruption", "for", "each", "moment", "in", "the", "next", "32", "to", "41", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.3", ")", "imply", "finally", "(", "globally", "[32,41]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "finally", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "mode", "(", "prop_2", ")", "and", "this", "scenario", "will", "be", "lasting", "without", "interruption", "for", "each", "moment", "in", "the", "next", "32", "to", "41", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "32", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "<", "27.3", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 795, "sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "must", "not", "be", "bigger", "than", "17.9", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "17.9", ")", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["-", "(", "signal_1_n", ">", "17.9", ")"]]}}} {"id": 2915, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "less", "than", "98.0", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "following", "51", "time", "units", ",", "at", "which", "finally", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "98.0", "imply", "finally", "[0,51]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "following", "51", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "98.0"]]}, " prop_2 ": {"span": [35, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1723, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "27.6", "is", "observed", "then", "signal_2_n", "has", "to", "be", "93.2", "promptly", ",", "or", "at", "once", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "goes", "to", "at", "most", "4.7", "will", "have", "to", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "27.6", ")", "imply", "signal_2_n", "math equal", "93.2", "or", "rise", "(", "signal_3_n", "less equal", "4.7", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "(", "prop_2", ")", ",", "or", "at", "once", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "27.6", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "93.2"]]}, " prop_3 ": {"span": [33, 42], "prop": [["rise", "(", "signal_3_n", "<=", "4.7", ")"]]}}} {"id": 3866, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "7.3", "is", "observed", "then", "in", "response", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "must", "be", "set", "to", "34.5", "and", "then", "remain", "like", "that", "without", "interruption", "for", "every", "time", "instant", "within", "the", "coming", "18", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "7.3", ")", "imply", "finally", "(", "globally", "[0,18]", "(", "signal_2_n", "math equal", "34.5", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "7.3", ")"]]}, " prop_2 ": {"span": [38, 65], "prop": [["signal_2_n", "==", "34.5"]]}}} {"id": 724, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "less", "than", "68.6", ",", "and", "the", "mode", "of", "signal_2_n", "is", "n't", "set", "to", "signal_3_n", "then", "in", "response", "finally", "at", "a", "certain", "moment", "in", "less", "than", "27", "time", "units", "signal_4_n", "should", "continuously", "keep", "equal", "to", "84.9", "within", "the", "subsequent", "51", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "68.6", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "[0,27]", "(", "globally", "[0,51]", "(", "signal_4_n", "math equal", "84.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "finally", "at", "a", "certain", "moment", "in", "less", "than", "27", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "68.6"]]}, " prop_2 ": {"span": [13, 22], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [36, 49], "prop": [["signal_4_n", "==", "84.9"]]}}} {"id": 465, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "equal", "to", "94.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "94.8", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "94.8"]]}}} {"id": 860, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "38.5", "occurs", "then", "for", "every", "time", "point", "in", "the", "first", "26", "time", "units", ",", "ultimately", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "following", "69", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "95.9", "shall", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "38.5", ")", "imply", "globally", "[0,26]", "(", "finally", "[0,69]", "(", "rise", "(", "signal_2_n", "less equal", "95.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "for", "every", "time", "point", "in", "the", "first", "26", "time", "units", ",", "ultimately", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "following", "69", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "38.5", ")"]]}, " prop_2 ": {"span": [48, 61], "prop": [["rise", "(", "signal_2_n", "<=", "95.9", ")"]]}}} {"id": 1397, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "enters", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_3_n", "will", "keep", "less", "than", "or", "equal", "to", "87.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "87.8", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_3_n", "<=", "87.8"]]}}} {"id": 2864, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "93.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "for", "every", "time", "instant", "during", "the", "coming", "21", "time", "units", ",", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "1.3", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "less", "93.6", "imply", "finally", "(", "globally", "[0,21]", "(", "signal_2_n", "more equal", "1.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "for", "every", "time", "instant", "during", "the", "coming", "21", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "93.6"]]}, " prop_2 ": {"span": [55, 69], "prop": [["signal_2_n", ">=", "1.3"]]}}} {"id": 545, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "54", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "bigger", "than", "2.2", "and", "smaller", "than", "3.1", "without", "interruption", ",", "and", "the", "mode", "of", "signal_2_n", "needs", "to", "consistently", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,54]", "(", "(", "signal_1_n", "more", "2.2", "and", "signal_1_n", "less", "3.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "54", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 28], "prop": [["signal_1_n", ">", "2.2"], ["signal_1_n", "<", "3.1"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4354, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "27.2", "or", "the", "signal_2_n", "signal", "is", "smaller", "than", "35.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "has", "to", "be", "greater", "than", "8.6", "and", "less", "than", "76.6", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "less", "27.2", "or", "signal_2_n", "less", "35.7", "imply", "signal_3_n", "more", "8.6", "and", "signal_3_n", "less", "76.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "27.2"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_2_n", "<", "35.7"]]}, " prop_3 ": {"span": [33, 47], "prop": [["signal_3_n", ">", "8.6"], ["signal_3_n", "<", "76.6"]]}}} {"id": 3545, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "at", "least", "80.9", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "be", "eventually", "a", "time", "during", "the", "next", "22", "to", "40", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "4.6", "and", "at", "most", "13.4", ",", "and", "before", "that", "consistently", "the", "signal_2_n", "signal", "needs", "to", "be", "less", "than", "or", "equal", "to", "93.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "80.9", ")", "imply", "(", "signal_2_n", "less equal", "93.3", ")", "until", "[22,40]", "(", "signal_3_n", "more equal", "4.6", "and", "signal_3_n", "less equal", "13.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "be", "eventually", "a", "time", "during", "the", "next", "22", "to", "40", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "before", "that", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "22", ":", "40", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", ">=", "80.9", ")"]]}, " prop_2 ": {"span": [51, 67], "prop": [["signal_3_n", ">=", "4.6"], ["signal_3_n", "<=", "13.4"]]}, " prop_3 ": {"span": [72, 84], "prop": [["signal_2_n", "<=", "93.3"]]}}} {"id": 2568, "sentence": ["For", "each", "time", "point", "within", "89", "time", "units", "the", "signal_1_n", "signal", "will", "be", "over", "76.8", "and", "less", "than", "or", "equal", "to", "90.7", "all", "the", "time", ",", "and", "the", "signal_2_n", "signal", "must", "be", "always", "less", "than", "82.2", "."], "ltl": ["globally", "[0,89]", "(", "(", "signal_1_n", "more", "76.8", "and", "signal_1_n", "less equal", "90.7", ")", "and", "signal_2_n", "less", "82.2", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "89", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 25], "prop": [["signal_1_n", ">", "76.8"], ["signal_1_n", "<=", "90.7"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "<", "82.2"]]}}} {"id": 4715, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "increases", "above", "35.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "35.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", ">", "35.8", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2838, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "52.5", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "during", "the", "coming", "75", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal_2_n", "will", "be", "equaling", "to", "53.9", "for", "each", "time", "instant", "during", "the", "next", "63", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "52.5", ")", "imply", "finally", "[0,75]", "(", "globally", "[0,63]", "(", "signal_2_n", "math equal", "53.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "during", "the", "coming", "75", "time", "units", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "G", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "52.5", ")"]]}, " prop_2 ": {"span": [39, 58], "prop": [["signal_2_n", "==", "53.9"]]}}} {"id": 448, "sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "66", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "finally", "less", "than", "or", "equal", "to", "64.3", "and", "signal_2_n", "should", "be", "finally", "larger", "than", "50.7", "."], "ltl": ["finally", "[0,66]", "(", "signal_1_n", "less equal", "64.3", "and", "signal_2_n", "more", "50.7", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "66", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", "<=", "64.3"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", ">", "50.7"]]}}} {"id": 6399, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "has", "been", "keeping", "above", "6.5", "and", "below", "13.8", "all", "the", "time", "during", "the", "last", "46", "time", "units", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "moment", "within", "60", "time", "units", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "41.0", "then", "this", "scenario", "will", "be", "consecutively", "lasting", "for", "every", "time", "instant", "within", "the", "following", "45", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,46]", "(", "signal_1_n", "more", "6.5", "and", "signal_1_n", "less", "13.8", ")", "imply", "finally", "[0,60]", "(", "globally", "[0,45]", "(", "signal_2_n", "math equal", "41.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "moment", "within", "60", "time", "units", "(", "prop_2", ")", "then", "this", "scenario", "will", "be", "consecutively", "lasting", "for", "every", "time", "instant", "within", "the", "following", "45", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "46", "]", "(", "prop_1", "&", "prop_1", ")", "->", "F", "[", "0", ":", "60", "]", "(", "G", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 29], "prop": [["signal_1_n", ">", "6.5"], ["signal_1_n", "<", "13.8"]]}, " prop_2 ": {"span": [44, 53], "prop": [["signal_2_n", "==", "41.0"]]}}} {"id": 5404, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "no", "less", "than", "1.4", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "value", "of", "signal_2_n", "ought", "to", "equal", "to", "13.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "1.4", ")", "imply", "signal_2_n", "math equal", "13.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", ">=", "1.4", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "13.8"]]}}} {"id": 5984, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "will", "stay", "in", "signal_2_n", "consecutively", "for", "each", "time", "point", "in", "the", "first", "28", "to", "86", "time", "units", "."], "ltl": ["globally", "[28,86]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "28", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 715, "sentence": ["For", "every", "time", "point", "within", "15", "to", "60", "time", "units", "consecutively", "signal_1_n", "shall", "keep", "at", "most", "21.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "will", "be", "no", "less", "than", "92.8", "continuously", "."], "ltl": ["globally", "[15,60]", "(", "signal_1_n", "less equal", "21.0", "or", "signal_2_n", "more equal", "92.8", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "15", "to", "60", "time", "units", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "60", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "<=", "21.0"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", ">=", "92.8"]]}}} {"id": 493, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "23.0", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "next", "82", "time", "units", "signal_2_n", "needs", "to", "continuously", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.0", ")", "imply", "globally", "[0,82]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "next", "82", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "23.0", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2017, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "49.9", "occurs", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "4", "time", "units", ",", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "36.7", "eventually", "at", "sometime", "starting", "at", "most", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "49.9", ")", "imply", "globally", "[0,4]", "(", "finally", "[0,22]", "(", "signal_2_n", "more equal", "36.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "4", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "4", "]", "(", "F", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "49.9", ")"]]}, " prop_2 ": {"span": [29, 47], "prop": [["signal_2_n", ">=", "36.7"]]}}} {"id": 2939, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "49.0", "is", "observed", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "39.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "first", "92", "time", "units", "at", "a", "certain", "time", "instant", "within", "the", "next", "26", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "33.3", "must", "be", "detected", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "49.0", ")", "and", "negation", "(", "signal_2_n", "math equal", "39.4", ")", "imply", "globally", "[0,92]", "(", "finally", "[0,26]", "(", "rise", "(", "signal_3_n", "less equal", "33.3", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "first", "92", "time", "units", "at", "a", "certain", "time", "instant", "within", "the", "next", "26", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "must", "be", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "92", "]", "(", "F", "[", "0", ":", "26", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "49.0", ")"]]}, " prop_2 ": {"span": [16, 24], "prop": [["-", "(", "signal_2_n", "==", "39.4", ")"]]}, " prop_3 ": {"span": [58, 70], "prop": [["rise", "(", "signal_3_n", "<=", "33.3", ")"]]}}} {"id": 5850, "sentence": ["The", "value", "of", "signal", "signal_1_n", "should", "stay", "at", "85.9", "continuously", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "85.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 13], "prop": [["signal_1_n", "==", "85.9"]]}}} {"id": 2065, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "increases", "above", "57.7", "gets", "observed", "then", "in", "response", "after", "a", "certain", "time", "instant", "within", "the", "first", "27", "time", "units", ",", "for", "each", "time", "point", "during", "the", "following", "22", "time", "units", ",", "signal_2_n", "ought", "to", "keep", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "57.7", ")", "imply", "finally", "[0,27]", "(", "globally", "[0,22]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "after", "a", "certain", "time", "instant", "within", "the", "first", "27", "time", "units", ",", "for", "each", "time", "point", "during", "the", "following", "22", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", ">", "57.7", ")"]]}, " prop_2 ": {"span": [37, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4534, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "at", "most", "20.9", "all", "the", "time", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "<=", "20.9"]]}}} {"id": 3161, "sentence": ["Within", "the", "first", "58", "time", "units", ",", "consistently", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "at", "least", "3.2", "and", "less", "than", "or", "equal", "to", "8.6", "and", "continuously", "the", "mode", "of", "signal_2_n", "has", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,58]", "(", "(", "signal_1_n", "more equal", "3.2", "and", "signal_1_n", "less equal", "8.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Within", "the", "first", "58", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 25], "prop": [["signal_1_n", ">=", "3.2"], ["signal_1_n", "<=", "8.6"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1937, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_3_n", "ought", "n't", "to", "be", "equal", "to", "22.4", "or", "at", "the", "same", "time", "the", "value", "of", "signal_4_n", "shall", "be", "30.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "math equal", "22.4", ")", "or", "signal_4_n", "math equal", "30.4", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "or", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["-", "(", "signal_3_n", "==", "22.4", ")"]]}, " prop_3 ": {"span": [46, 53], "prop": [["signal_4_n", "==", "30.4"]]}}} {"id": 3348, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "equal", "to", "42.7", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "16.3", "and", "smaller", "than", "20.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "be", "signal_4_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "42.7", "or", "(", "signal_2_n", "more", "16.3", "and", "signal_2_n", "less", "20.0", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "42.7"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_2_n", ">", "16.3"], ["signal_2_n", "<", "20.0"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1750, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "signal_1_n", "rises", "to", "no", "less", "than", "2.6", "takes", "place", ",", "and", "the", "signal_2_n", "signal", "is", "below", "14.8", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "at", "least", "16.4", "and", "no", "more", "than", "44.7", ",", "or", "signal_4_n", "will", "have", "to", "be", "greater", "than", "98.5", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "2.6", ")", "and", "signal_2_n", "less", "14.8", "imply", "(", "signal_3_n", "more equal", "16.4", "and", "signal_3_n", "less equal", "44.7", ")", "or", "signal_4_n", "more", "98.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">=", "2.6", ")"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_2_n", "<", "14.8"]]}, " prop_3 ": {"span": [37, 64], "prop": [["signal_3_n", ">=", "16.4"], ["signal_3_n", "<=", "44.7"], ["signal_4_n", ">", "98.5"]]}}} {"id": 1805, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "stay", "lower", "than", "70.4", "consecutively", "for", "every", "moment", "within", "21", "time", "units", "."], "ltl": ["globally", "[0,21]", "(", "signal_1_n", "less", "70.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "<", "70.4"]]}}} {"id": 4262, "sentence": ["For", "each", "time", "instant", "within", "99", "time", "units", ",", "the", "value", "of", "signal_1_n", "consecutively", "keeps", "equal", "to", "61.9", ",", "or", "without", "interruption", "signal_2_n", "must", "stay", "less", "than", "or", "equal", "to", "27.6", "."], "ltl": ["globally", "[0,99]", "(", "signal_1_n", "math equal", "61.9", "or", "signal_2_n", "less equal", "27.6", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "99", "time", "units", ",", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "99", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "61.9"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "<=", "27.6"]]}}} {"id": 5943, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "44.8", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "97.3", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "44.8", ")", "imply", "signal_2_n", "math equal", "97.3", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "44.8", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "97.3"]]}}} {"id": 2052, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "21.9", "and", "less", "than", "or", "equal", "to", "39.0", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "be", "over", "1.5", "immediately", "and", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "no", "less", "than", "19.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "21.9", "and", "signal_1_n", "less equal", "39.0", "imply", "signal_2_n", "more", "1.5", "and", "signal_3_n", "more equal", "19.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 22], "prop": [["signal_1_n", ">=", "21.9"], ["signal_1_n", "<=", "39.0"]]}, " prop_2 ": {"span": [30, 36], "prop": [["signal_2_n", ">", "1.5"]]}, " prop_3 ": {"span": [41, 52], "prop": [["signal_3_n", ">=", "19.7"]]}}} {"id": 45, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "most", "94.1", "occurs", ",", "then", "in", "response", "the", "state", "of", "signal_2_n", "should", "be", "signal_3_n", "and", "then", "continue", "like", "this", "without", "interruption", "for", "each", "moment", "in", "the", "following", "95", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "94.1", ")", "imply", "globally", "[0,95]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "94.1", ")"]]}, " prop_2 ": {"span": [20, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 515, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "happens", ",", "then", "ultimately", "the", "transition", "action", "that", "the", "state", "of", "signal_3_n", "shifts", "to", "signal_4_n", "is", "observed", "at", "sometime", "in", "the", "next", "0", "to", "5", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,5]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "at", "sometime", "in", "the", "next", "0", "to", "5", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 34], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 758, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "is", "detected", ",", "then", "in", "response", "signal_3_n", "shall", "be", "equal", "to", "24.2", "and", "should", "stay", "like", "that", "consecutively", "for", "each", "moment", "within", "the", "first", "49", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,49]", "(", "signal_3_n", "math equal", "24.2", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 41], "prop": [["signal_3_n", "==", "24.2"]]}}} {"id": 1883, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "signal_3_n", "signal", "is", "less", "than", "76.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "76.1", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["signal_3_n", "<", "76.1"]]}}} {"id": 2973, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "following", "6", "to", "92", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "coming", "25", "to", "28", "time", "units", "the", "signal_3_n", "signal", "will", "be", "at", "most", "35.3", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[6,92]", "(", "finally", "[25,28]", "(", "signal_3_n", "less equal", "35.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "following", "6", "to", "92", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "coming", "25", "to", "28", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "6", ":", "92", "]", "(", "F", "[", "25", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [51, 60], "prop": [["signal_3_n", "<=", "35.3"]]}}} {"id": 1088, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "34", "time", "units", ",", "signal_1_n", "shall", "be", "at", "least", "23.8", "ultimately", ",", "and", "eventually", "the", "value", "of", "signal", "signal_2_n", "should", "keep", "no", "less", "than", "25.4", "."], "ltl": ["finally", "[0,34]", "(", "signal_1_n", "more equal", "23.8", "and", "signal_2_n", "more equal", "25.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "34", "time", "units", ",", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "34", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", ">=", "23.8"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", ">=", "25.4"]]}}} {"id": 3879, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "at", "least", "16.1", "is", "observed", "or", "the", "signal_2_n", "signal", "becomes", "less", "than", "or", "equal", "to", "4.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "at", "the", "same", "time", "instant", "or", "simultaneously", "the", "value", "of", "signal_5_n", "has", "to", "be", "equal", "to", "25.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "16.1", ")", "or", "rise", "(", "signal_2_n", "less equal", "4.0", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "signal_5_n", "math equal", "25.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "or", "simultaneously", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "16.1", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["rise", "(", "signal_2_n", "<=", "4.0", ")"]]}, " prop_3 ": {"span": [38, 53], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [55, 65], "prop": [["signal_5_n", "==", "25.2"]]}}} {"id": 3388, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "not", "no", "less", "than", "62.3", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "less", "than", "or", "equal", "to", "81.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "62.3", ")", "imply", "signal_2_n", "less equal", "81.0", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["-", "(", "signal_1_n", ">=", "62.3", ")"]]}, " prop_2 ": {"span": [19, 36], "prop": [["signal_2_n", "<=", "81.0"]]}}} {"id": 13, "sentence": ["The", "value", "of", "signal", "signal_1_n", "should", "always", "stay", "no", "less", "than", "1.5", "for", "each", "time", "point", "in", "the", "first", "52", "time", "units", "."], "ltl": ["globally", "[0,52]", "(", "signal_1_n", "more equal", "1.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "1.5"]]}}} {"id": 5718, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "62", "time", "units", ",", "ultimately", "signal_1_n", "must", "be", "more", "than", "33.8", "and", "less", "than", "96.8", "and", "eventually", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "equal", "to", "32.3", "."], "ltl": ["finally", "[0,62]", "(", "(", "signal_1_n", "more", "33.8", "and", "signal_1_n", "less", "96.8", ")", "and", "signal_2_n", "math equal", "32.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "62", "time", "units", ",", "ultimately", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "62", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">", "33.8"], ["signal_1_n", "<", "96.8"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", "==", "32.3"]]}}} {"id": 584, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "81.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "81.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 44], "prop": [["signal_3_n", "<=", "81.2"]]}}} {"id": 1420, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "larger", "than", "35.9", "and", "has", "been", "staying", "like", "that", "continuously", "within", "the", "elapsed", "84", "time", "units", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "is", "sometime", "in", "the", "following", "29", "time", "units", "eventually", ",", "after", "which", "signal_2_n", "needs", "to", "be", "larger", "than", "16.5", "and", "less", "than", "or", "equal", "to", "41.4", "and", "then", "should", "stay", "like", "that", "for", "every", "moment", "in", "the", "following", "37", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,84]", "(", "signal_1_n", "more", "35.9", ")", "imply", "finally", "[0,29]", "(", "globally", "[0,37]", "(", "signal_2_n", "more", "16.5", "and", "signal_2_n", "less equal", "41.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "is", "sometime", "in", "the", "following", "29", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "84", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "29", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 27], "prop": [["signal_1_n", ">", "35.9"]]}, " prop_2 ": {"span": [48, 77], "prop": [["signal_2_n", ">", "16.5"], ["signal_2_n", "<=", "41.4"]]}}} {"id": 2232, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "33.9", "gets", "detected", ",", "then", "in", "response", "promptly", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "59.9", "ought", "n't", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "33.9", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "59.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "promptly", "the", "scenario", "that", "(", "prop_2", ")", "ought", "n't", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "33.9", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["-", "fall", "(", "signal_2_n", "==", "59.9", ")"]]}}} {"id": 599, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal", "signal_1_n", "is", "eventually", "at", "least", "15.3", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "15.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">=", "15.3"]]}}} {"id": 1144, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "76.1", "and", "less", "than", "or", "equal", "to", "79.1", "then", "in", "response", "for", "every", "time", "point", "during", "the", "next", "69", "time", "units", ",", "there", "ought", "to", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "first", "32", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "will", "not", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "76.1", "and", "signal_1_n", "less equal", "79.1", "imply", "globally", "[0,69]", "(", "finally", "[0,32]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "there", "ought", "to", "ultimately", "exist", "a", "certain", "time", "instant", "within", "the", "first", "32", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "69", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 31], "prop": [["signal_1_n", ">=", "76.1"], ["signal_1_n", "<=", "79.1"]]}, " prop_2 ": {"span": [53, 63], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1478, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "95.4", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "30.8", "has", "to", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "95.4", ")", "imply", "rise", "(", "signal_2_n", "more equal", "30.8", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["fall", "(", "signal_1_n", "==", "95.4", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["rise", "(", "signal_2_n", ">=", "30.8", ")"]]}}} {"id": 1709, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "8.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "23", "time", "units", ",", "there", "must", "be", "finally", "a", "certain", "time", "point", "in", "the", "subsequent", "52", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "starts", "deviating", "from", "0.6", "should", "n't", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.3", ")", "imply", "globally", "[0,23]", "(", "finally", "[0,52]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "0.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "23", "time", "units", ",", "there", "must", "be", "finally", "a", "certain", "time", "point", "in", "the", "subsequent", "52", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "n't", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "23", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "8.3", ")"]]}, " prop_2 ": {"span": [52, 61], "prop": [["-", "fall", "(", "signal_2_n", "==", "0.6", ")"]]}}} {"id": 2688, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "88.8", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "ought", "n't", "to", "be", "equal", "to", "51.7", "then", "this", "condition", "needs", "to", "hold", "all", "the", "time", "for", "every", "time", "point", "in", "the", "coming", "20", "to", "64", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "88.8", ")", "imply", "globally", "[20,64]", "(", "negation", "(", "signal_2_n", "math equal", "51.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "needs", "to", "hold", "all", "the", "time", "for", "every", "time", "point", "in", "the", "coming", "20", "to", "64", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "20", ":", "64", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "88.8", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["-", "(", "signal_2_n", "==", "51.7", ")"]]}}} {"id": 6236, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "at", "least", "29.2", "takes", "place", ",", "then", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "85", "time", "units", "finally", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "66.3", "and", "then", "consecutively", "this", "condition", "must", "last", "for", "every", "time", "point", "within", "the", "coming", "38", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.2", ")", "imply", "finally", "[0,85]", "(", "globally", "[0,38]", "(", "signal_2_n", "math equal", "66.3", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "there", "will", "have", "to", "be", "a", "certain", "moment", "within", "85", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "must", "last", "for", "every", "time", "point", "within", "the", "coming", "38", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "85", "]", "(", "G", "[", "0", ":", "38", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "29.2", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", "==", "66.3"]]}}} {"id": 4891, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "stays", "at", "43.8", ",", "and", "the", "signal_2_n", "signal", "is", "higher", "than", "4.5", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "eventually", "a", "time", "during", "the", "first", "77", "time", "units", ",", "after", "which", "without", "interruption", "the", "signal_3_n", "signal", "will", "not", "be", "equal", "to", "27.1", "for", "each", "time", "point", "within", "the", "next", "12", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.8", "and", "signal_2_n", "more", "4.5", "imply", "finally", "[0,77]", "(", "globally", "[0,12]", "(", "negation", "(", "signal_3_n", "math equal", "27.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "eventually", "a", "time", "during", "the", "first", "77", "time", "units", ",", "after", "which", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "77", "]", "(", "G", "[", "0", ":", "12", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "43.8"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", ">", "4.5"]]}, " prop_3 ": {"span": [46, 65], "prop": [["-", "(", "signal_3_n", "==", "27.1", ")"]]}}} {"id": 498, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "above", "28.0", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "consecutively", "remain", "equal", "to", "46.9", "until", "the", "value", "of", "signal_3_n", "is", "below", "25.8", ",", "which", "must", "get", "detected", "at", "a", "certain", "moment", "within", "the", "next", "74", "time", "units", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "28.0", ")", "imply", "(", "signal_2_n", "math equal", "46.9", ")", "until", "[0,74]", "(", "signal_3_n", "less", "25.8", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "28.0", ")"]]}, " prop_2 ": {"span": [24, 56], "prop": [["signal_2_n", "==", "46.9"], ["signal_3_n", "<", "25.8"]]}}} {"id": 3718, "sentence": ["If", "in", "the", "last", "28", "to", "36", "time", "units", ",", "the", "signal_1_n", "signal", "has", "been", "consecutively", "remaining", "smaller", "than", "34.3", ",", "then", "in", "response", "after", "sometime", "in", "the", "future", "for", "each", "time", "instant", "during", "the", "subsequent", "44", "time", "units", "consecutively", "the", "state", "of", "signal", "signal_2_n", "should", "never", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "historically", "[28,36]", "(", "signal_1_n", "less", "34.3", ")", "imply", "finally", "(", "globally", "[0,44]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "in", "the", "last", "28", "to", "36", "time", "units", ",", "(", "prop_1", ")", ",", "then", "in", "response", "after", "sometime", "in", "the", "future", "for", "each", "time", "instant", "during", "the", "subsequent", "44", "time", "units", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "28", ":", "36", "]", "(", "prop_1", ")", "->", "F", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "34.3"]]}, " prop_2 ": {"span": [40, 51], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 238, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "less", "than", "64", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "over", "28.6", "and", "less", "than", "89.4", "eventually", ",", "and", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "78.0", "eventually", "."], "ltl": ["finally", "[0,64]", "(", "(", "signal_1_n", "more", "28.6", "and", "signal_1_n", "less", "89.4", ")", "and", "signal_2_n", "less equal", "78.0", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "less", "than", "64", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">", "28.6"], ["signal_1_n", "<", "89.4"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", "<=", "78.0"]]}}} {"id": 265, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "below", "75.8", "occurs", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "finally", "a", "time", "in", "the", "future", ",", "at", "which", "in", "the", "future", "the", "value", "of", "signal_2_n", "is", "higher", "than", "74.1", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "75.8", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more", "74.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "finally", "a", "time", "in", "the", "future", ",", "at", "which", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<", "75.8", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", ">", "74.1"]]}}} {"id": 6193, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "18.1", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "sometime", "within", "the", "subsequent", "54", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "leaves", "signal_3_n", "must", "not", "take", "place", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "18.1", ")", "imply", "finally", "[0,54]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "sometime", "within", "the", "subsequent", "54", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "not", "take", "place", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["fall", "(", "signal_1_n", "==", "18.1", ")"]]}, " prop_2 ": {"span": [41, 48], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1462, "sentence": ["Ultimately", "there", "ought", "to", "exist", "sometime", "after", "at", "most", "36", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,36]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "there", "ought", "to", "exist", "sometime", "after", "at", "most", "36", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4439, "sentence": ["Finally", "the", "signal_1_n", "signal", "will", "have", "to", "cross", "58.6", "at", "a", "certain", "time", "instant", "starting", "at", "most", "13", "time", "units", "."], "ltl": ["finally", "[0,13]", "(", "rise", "(", "signal_1_n", "more", "58.6", ")", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "13", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["rise", "(", "signal_1_n", ">", "58.6", ")"]]}}} {"id": 756, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "above", "94.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "8.7", "and", "less", "than", "or", "equal", "to", "13.8", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "94.7", "imply", "signal_2_n", "more equal", "8.7", "and", "signal_2_n", "less equal", "13.8", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "94.7"]]}, " prop_2 ": {"span": [19, 38], "prop": [["signal_2_n", ">=", "8.7"], ["signal_2_n", "<=", "13.8"]]}}} {"id": 429, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_3_n", "signal", "must", "be", "less", "than", "59.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "59.6", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_3_n", "<", "59.6"]]}}} {"id": 1831, "sentence": ["In", "the", "first", "22", "to", "52", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "uninterruptedly", "between", "23.7", "-LRB-", "closed", "-RRB-", "and", "84.9", "-LRB-", "closed", "-RRB-", ",", "or", "signal_2_n", "should", "stay", "greater", "than", "or", "equal", "to", "56.7", "without", "interruption", "."], "ltl": ["globally", "[22,52]", "(", "(", "signal_1_n", "more equal", "23.7", "and", "signal_1_n", "less equal", "84.9", ")", "or", "signal_2_n", "more equal", "56.7", ")"], "logic_sentence": ["In", "the", "first", "22", "to", "52", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "22", ":", "52", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 26], "prop": [["signal_1_n", ">=", "23.7"], ["signal_1_n", "<=", "84.9"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", ">=", "56.7"]]}}} {"id": 5886, "sentence": ["At", "sometime", "within", "the", "first", "24", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "keep", "less", "than", "30.3", "eventually", "or", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "91.4", "ultimately", "."], "ltl": ["finally", "[0,24]", "(", "signal_1_n", "less", "30.3", "or", "signal_2_n", "less equal", "91.4", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "24", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<", "30.3"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<=", "91.4"]]}}} {"id": 311, "sentence": ["The", "event", "that", "the", "signal_1_n", "signal", "goes", "above", "28.1", "shall", "be", "detected", "at", "sometime", "within", "47", "time", "units", "."], "ltl": ["finally", "[0,47]", "(", "rise", "(", "signal_1_n", "more", "28.1", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "shall", "be", "detected", "at", "sometime", "within", "47", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", ">", "28.1", ")"]]}}} {"id": 139, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "9", "to", "24", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "smaller", "than", "89.3", "finally", ",", "or", "the", "scenario", "that", "signal_2_n", "decreases", "below", "76.8", "should", "get", "detected", "ultimately", "."], "ltl": ["finally", "[9,24]", "(", "signal_1_n", "less", "89.3", "or", "rise", "(", "signal_2_n", "less", "76.8", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "9", "to", "24", "time", "units", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "should", "get", "detected", "ultimately", "."], "logic_ltl": ["F", "[", "9", ":", "24", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<", "89.3"]]}, " prop_2 ": {"span": [28, 32], "prop": [["rise", "(", "signal_2_n", "<", "76.8", ")"]]}}} {"id": 553, "sentence": ["The", "transition", "action", "that", "signal_1_n", "becomes", "lower", "than", "2.9", "shall", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "2.9", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "shall", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "<", "2.9", ")"]]}}} {"id": 444, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "less", "than", "22.8", ",", "then", "after", "a", "certain", "time", "instant", "in", "the", "subsequent", "74", "time", "units", ",", "for", "every", "moment", "during", "the", "subsequent", "58", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "set", "to", "84.7", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less", "22.8", "imply", "finally", "[0,74]", "(", "globally", "[0,58]", "(", "signal_2_n", "math equal", "84.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "after", "a", "certain", "time", "instant", "in", "the", "subsequent", "74", "time", "units", ",", "for", "every", "moment", "during", "the", "subsequent", "58", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "74", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "22.8"]]}, " prop_2 ": {"span": [35, 46], "prop": [["signal_2_n", "==", "84.7"]]}}} {"id": 2793, "sentence": ["The", "value", "of", "signal_1_n", "will", "remain", "smaller", "than", "77.0", "consecutively", "for", "each", "moment", "during", "the", "first", "0", "to", "31", "time", "units", "."], "ltl": ["globally", "[0,31]", "(", "signal_1_n", "less", "77.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "31", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "<", "77.0"]]}}} {"id": 4790, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "higher", "than", "18.3", "gets", "observed", "or", "the", "value", "of", "signal_2_n", "is", "not", "lower", "than", "14.6", "then", "signal_3_n", "ought", "to", "be", "promptly", "smaller", "than", "70.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "18.3", ")", "or", "negation", "(", "signal_2_n", "less", "14.6", ")", "imply", "signal_3_n", "less", "70.0", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "18.3", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["-", "(", "signal_2_n", "<", "14.6", ")"]]}, " prop_3 ": {"span": [27, 35], "prop": [["signal_3_n", "<", "70.0"]]}}} {"id": 404, "sentence": ["Globally", ",", "when", "signal_1_n", "becomes", "lower", "than", "53.3", "then", "in", "response", "for", "each", "time", "point", "within", "the", "first", "36", "time", "units", "finally", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "52.8", "must", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "53.3", ")", "imply", "globally", "[0,36]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "52.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "in", "response", "for", "each", "time", "point", "within", "the", "first", "36", "time", "units", "finally", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "36", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "<", "53.3", ")"]]}, " prop_2 ": {"span": [43, 56], "prop": [["rise", "(", "signal_2_n", "<=", "52.8", ")"]]}}} {"id": 170, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "65.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "coming", "34", "time", "units", "signal_2_n", "must", "n't", "be", "equal", "to", "37.8", "and", "this", "scenario", "uninterruptedly", "lasts", "for", "every", "time", "instant", "in", "the", "following", "46", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "65.4", "imply", "finally", "[0,34]", "(", "globally", "[0,46]", "(", "negation", "(", "signal_2_n", "math equal", "37.8", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "coming", "34", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "uninterruptedly", "lasts", "for", "every", "time", "instant", "in", "the", "following", "46", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "34", "]", "(", "G", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "65.4"]]}, " prop_2 ": {"span": [30, 37], "prop": [["-", "(", "signal_2_n", "==", "37.8", ")"]]}}} {"id": 4755, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "for", "each", "time", "instant", "within", "the", "next", "3", "time", "units", ",", "there", "will", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "state", "of", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "ultimately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,3]", "(", "finally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "for", "each", "time", "instant", "within", "the", "next", "3", "time", "units", ",", "there", "will", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 52], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 490, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "in", "response", "after", "sometime", "in", "the", "following", "20", "to", "74", "time", "units", "the", "value", "of", "signal_3_n", "has", "to", "be", "92.7", "and", "then", "consistently", "this", "scenario", "should", "keep", "for", "every", "time", "instant", "within", "the", "subsequent", "41", "to", "67", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[20,74]", "(", "globally", "[41,67]", "(", "signal_3_n", "math equal", "92.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "after", "sometime", "in", "the", "following", "20", "to", "74", "time", "units", "(", "prop_2", ")", "and", "then", "consistently", "this", "scenario", "should", "keep", "for", "every", "time", "instant", "within", "the", "subsequent", "41", "to", "67", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "20", ":", "74", "]", "(", "G", "[", "41", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_3_n", "==", "92.7"]]}}} {"id": 478, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "jumps", "to", "over", "89.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "eventually", "exist", "a", "certain", "time", "instant", "after", "at", "most", "1", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "consecutively", "higher", "than", "29.9", "and", "smaller", "than", "63.0", "for", "each", "time", "instant", "in", "the", "following", "62", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.4", ")", "imply", "finally", "[0,1]", "(", "globally", "[0,62]", "(", "signal_2_n", "more", "29.9", "and", "signal_2_n", "less", "63.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "eventually", "exist", "a", "certain", "time", "instant", "after", "at", "most", "1", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "1", "]", "(", "G", "[", "0", ":", "62", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "89.4", ")"]]}, " prop_2 ": {"span": [37, 64], "prop": [["signal_2_n", ">", "29.9"], ["signal_2_n", "<", "63.0"]]}}} {"id": 6016, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "63.5", "is", "observed", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "55", "to", "95", "time", "units", ",", "ultimately", "signal_2_n", "keeps", "greater", "than", "75.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "63.5", ")", "imply", "finally", "[55,95]", "(", "signal_2_n", "more", "75.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "55", "to", "95", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "55", ":", "95", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", ">=", "63.5", ")"]]}, " prop_2 ": {"span": [42, 47], "prop": [["signal_2_n", ">", "75.0"]]}}} {"id": 56, "sentence": ["While", "the", "signal_1_n", "signal", "is", "less", "than", "44.7", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "shall", "simultaneously", "not", "be", "26.6", "."], "ltl": ["globally", "(", "signal_1_n", "less", "44.7", "imply", "negation", "(", "signal_2_n", "math equal", "26.6", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "44.7"]]}, " prop_2 ": {"span": [15, 23], "prop": [["-", "(", "signal_2_n", "==", "26.6", ")"]]}}} {"id": 806, "sentence": ["Whenever", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "in", "response", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "in", "no", "time", "and", "the", "signal_5_n", "signal", "must", "equal", "to", "33.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "math equal", "33.8", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 25], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [26, 33], "prop": [["signal_5_n", "==", "33.8"]]}}} {"id": 2972, "sentence": ["Everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "13", "to", "38", "time", "units", "there", "needs", "to", "be", "a", "time", "in", "the", "first", "50", "to", "92", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "53.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[13,38]", "(", "finally", "[50,92]", "(", "signal_3_n", "less equal", "53.6", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "13", "to", "38", "time", "units", "there", "needs", "to", "be", "a", "time", "in", "the", "first", "50", "to", "92", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "13", ":", "38", "]", "(", "F", "[", "50", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 66], "prop": [["signal_3_n", "<=", "53.6"]]}}} {"id": 5126, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "signal_1_n", "needs", "to", "be", "uninterruptedly", "set", "to", "2.4", ",", "and", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "has", "to", "remain", "at", "most", "20.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "2.4", "and", "signal_2_n", "less equal", "20.3", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "==", "2.4"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", "<=", "20.3"]]}}} {"id": 5405, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "28.6", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "has", "to", "be", "equal", "to", "77.1", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.6", ")", "imply", "signal_2_n", "math equal", "77.1", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["rise", "(", "signal_1_n", ">=", "28.6", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "77.1"]]}}} {"id": 4661, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "0.1", "and", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "91.4", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "instant", "during", "the", "coming", "48", "time", "units", ",", "the", "value", "of", "signal_3_n", "remains", "less", "than", "or", "equal", "to", "9.6", "continuously", "for", "each", "time", "instant", "in", "the", "coming", "75", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "0.1", "and", "signal_2_n", "more equal", "91.4", "imply", "finally", "[0,48]", "(", "globally", "[0,75]", "(", "signal_3_n", "less equal", "9.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "instant", "during", "the", "coming", "48", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "48", "]", "(", "G", "[", "0", ":", "75", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<=", "0.1"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", ">=", "91.4"]]}, " prop_3 ": {"span": [45, 67], "prop": [["signal_3_n", "<=", "9.6"]]}}} {"id": 1091, "sentence": ["There", "should", "exist", "sometime", "within", "the", "first", "89", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "at", "least", "76.8", ",", "and", "the", "signal_2_n", "signal", "shall", "eventually", "stay", "greater", "than", "or", "equal", "to", "37.8", "."], "ltl": ["finally", "[0,89]", "(", "signal_1_n", "more equal", "76.8", "and", "signal_2_n", "more equal", "37.8", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "within", "the", "first", "89", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", ">=", "76.8"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", ">=", "37.8"]]}}} {"id": 5820, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "no", "more", "than", "87.8", "gets", "observed", ",", "then", "in", "response", "finally", "after", "sometime", "starting", "at", "most", "78", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "is", "73.6", "for", "every", "time", "point", "within", "the", "following", "22", "to", "24", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "87.8", ")", "imply", "finally", "[0,78]", "(", "globally", "[22,24]", "(", "signal_2_n", "math equal", "73.6", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "finally", "after", "sometime", "starting", "at", "most", "78", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "G", "[", "22", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "87.8", ")"]]}, " prop_2 ": {"span": [33, 52], "prop": [["signal_2_n", "==", "73.6"]]}}} {"id": 6109, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "91.4", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "eventually", "82.0", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "91.4", ")", "imply", "finally", "(", "signal_2_n", "math equal", "82.0", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "91.4", ")"]]}, " prop_2 ": {"span": [25, 48], "prop": [["signal_2_n", "==", "82.0"]]}}} {"id": 82, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "no", "less", "than", "2.9", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "will", "have", "to", "stay", "smaller", "than", "10.4", "consecutively", "till", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "the", "signal_3_n", "signal", "changes", "to", "38.5", "happens", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "2.9", ")", "imply", "(", "signal_2_n", "less", "10.4", ")", "until", "(", "rise", "(", "signal_3_n", "math equal", "38.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", ">=", "2.9", ")"]]}, " prop_2 ": {"span": [25, 61], "prop": [["signal_2_n", "<", "10.4"], ["rise", "(", "signal_3_n", "==", "38.5", ")"]]}}} {"id": 3750, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "68.1", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "no", "less", "than", "44.7", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "68.1", ")", "imply", "signal_2_n", "more equal", "44.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "==", "68.1", ")"]]}, " prop_2 ": {"span": [32, 44], "prop": [["signal_2_n", ">=", "44.7"]]}}} {"id": 3660, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "not", "less", "than", "or", "equal", "to", "60.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "signal_2_n", "shall", "never", "be", "below", "52.7", ",", "or", "without", "any", "delay", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "5.1", "should", "happen", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "60.0", ")", "imply", "negation", "(", "signal_2_n", "less", "52.7", ")", "or", "rise", "(", "signal_3_n", "less equal", "5.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "(", "prop_2", ")", ",", "or", "without", "any", "delay", "the", "scenario", "that", "(", "prop_3", ")", "should", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["-", "(", "signal_1_n", "<=", "60.0", ")"]]}, " prop_2 ": {"span": [31, 37], "prop": [["-", "(", "signal_2_n", "<", "52.7", ")"]]}, " prop_3 ": {"span": [45, 57], "prop": [["rise", "(", "signal_3_n", "<=", "5.1", ")"]]}}} {"id": 5835, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "more", "than", "62.4", "takes", "place", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "91", "time", "units", "ultimately", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_2_n", "signal", "ought", "to", "be", "no", "less", "than", "32.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "62.4", ")", "imply", "globally", "[0,91]", "(", "finally", "(", "signal_2_n", "more equal", "32.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "91", "time", "units", "ultimately", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "91", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "<=", "62.4", ")"]]}, " prop_2 ": {"span": [54, 64], "prop": [["signal_2_n", ">=", "32.1"]]}}} {"id": 478, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "keeps", "at", "most", "20.1", "and", "the", "event", "that", "the", "signal_2_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "97.5", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "sometime", "in", "the", "coming", "78", "time", "units", "eventually", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "shifted", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.1", "and", "rise", "(", "signal_2_n", "more equal", "97.5", ")", "imply", "finally", "[0,78]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "sometime", "in", "the", "coming", "78", "time", "units", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "78", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<=", "20.1"]]}, " prop_2 ": {"span": [16, 27], "prop": [["rise", "(", "signal_2_n", ">=", "97.5", ")"]]}, " prop_3 ": {"span": [46, 56], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 152, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", "then", "in", "response", "consecutively", "signal_3_n", "has", "to", "remain", "higher", "than", "16.0", "for", "every", "moment", "during", "the", "next", "22", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,22]", "(", "signal_3_n", "more", "16.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_3_n", ">", "16.0"]]}}} {"id": 5338, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "more", "than", "6.9", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "higher", "than", "86.7", "and", "this", "condition", "will", "have", "to", "last", "consistently", "for", "each", "time", "instant", "during", "the", "following", "16", "to", "63", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "6.9", "imply", "globally", "[16,63]", "(", "signal_2_n", "more", "86.7", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "to", "last", "consistently", "for", "each", "time", "instant", "during", "the", "following", "16", "to", "63", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "16", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<=", "6.9"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", ">", "86.7"]]}}} {"id": 4226, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "66.1", "happens", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "58", "time", "units", "ultimately", ",", "after", "which", "for", "every", "moment", "during", "the", "subsequent", "49", "to", "72", "time", "units", ",", "the", "mode", "of", "signal_2_n", "will", "be", "uninterruptedly", "staying", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "66.1", ")", "imply", "finally", "[0,58]", "(", "globally", "[49,72]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "58", "time", "units", "ultimately", ",", "after", "which", "for", "every", "moment", "during", "the", "subsequent", "49", "to", "72", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "58", "]", "(", "G", "[", "49", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "66.1", ")"]]}, " prop_2 ": {"span": [48, 58], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2918, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "88.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "equals", "to", "42.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "coming", "50", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "changed", "to", "35.6", "needs", "to", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "88.5", "and", "signal_2_n", "math equal", "42.5", "imply", "globally", "[0,50]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "35.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "coming", "50", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "50", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "88.5"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "42.5"]]}, " prop_3 ": {"span": [62, 74], "prop": [["rise", "(", "signal_3_n", "==", "35.6", ")"]]}}} {"id": 956, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "69", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "no", "larger", "than", "94.0", "."], "ltl": ["globally", "[0,69]", "(", "signal_1_n", "less equal", "94.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "69", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<=", "94.0"]]}}} {"id": 2531, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "49.9", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "a", "time", "during", "the", "first", "40", "time", "units", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "54.2", "and", "ought", "to", "continue", "like", "that", "without", "interruption", "for", "each", "moment", "within", "the", "subsequent", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "49.9", ")", "imply", "finally", "[0,40]", "(", "globally", "[0,21]", "(", "signal_2_n", "math equal", "54.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "a", "time", "during", "the", "first", "40", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", ">=", "49.9", ")"]]}, " prop_2 ": {"span": [35, 60], "prop": [["signal_2_n", "==", "54.2"]]}}} {"id": 386, "sentence": ["There", "is", "a", "certain", "time", "point", "within", "the", "first", "18", "to", "36", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "equal", "to", "59.7", "eventually", ",", "and", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[18,36]", "(", "signal_1_n", "math equal", "59.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "point", "within", "the", "first", "18", "to", "36", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "18", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", "==", "59.7"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4070, "sentence": ["For", "each", "moment", "in", "the", "first", "15", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "should", "remain", "greater", "than", "2.1", ",", "and", "the", "signal_2_n", "signal", "should", "remain", "above", "3.6", "without", "interruption", "."], "ltl": ["globally", "[0,15]", "(", "signal_1_n", "more", "2.1", "and", "signal_2_n", "more", "3.6", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "15", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "15", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", ">", "2.1"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", ">", "3.6"]]}}} {"id": 1697, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "larger", "than", "14.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "keep", "equal", "to", "27.0", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "more", "14.9", "imply", "signal_2_n", "math equal", "27.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", ">", "14.9"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "27.0"]]}}} {"id": 5776, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "during", "the", "following", "7", "to", "32", "time", "units", "continuously", "the", "signal_3_n", "signal", "remains", "in", "signal_4_n", "in", "the", "following", "84", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[7,32]", "(", "globally", "[0,84]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "during", "the", "following", "7", "to", "32", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "32", "]", "(", "G", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5588, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal", "signal_1_n", "should", "be", "always", "equal", "to", "71.9", ",", "and", "consecutively", "the", "signal_2_n", "signal", "will", "be", "set", "to", "33.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "71.9", "and", "signal_2_n", "math equal", "33.6", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", "==", "71.9"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "33.6"]]}}} {"id": 510, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "16.2", "occurs", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "needs", "to", "exist", "sometime", "during", "the", "subsequent", "95", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "consecutively", "in", "the", "coming", "91", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "16.2", ")", "imply", "finally", "[0,95]", "(", "globally", "[0,91]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "needs", "to", "exist", "sometime", "during", "the", "subsequent", "95", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<=", "16.2", ")"]]}, " prop_2 ": {"span": [44, 61], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 9, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "time", "in", "the", "coming", "56", "time", "units", ",", "in", "the", "next", "64", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "will", "be", "in", "signal_4_n", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,56]", "(", "globally", "[0,64]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "time", "in", "the", "coming", "56", "time", "units", ",", "in", "the", "next", "64", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "G", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5936, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "39.9", "gets", "observed", "and", "the", "signal_2_n", "signal", "is", "96.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "and", "then", "ought", "to", "consecutively", "remain", "like", "that", "for", "each", "time", "instant", "in", "the", "subsequent", "5", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "39.9", ")", "and", "signal_2_n", "math equal", "96.1", "imply", "globally", "[5,23]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "5", ":", "23", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "39.9", ")"]]}, " prop_2 ": {"span": [25, 30], "prop": [["signal_2_n", "==", "96.1"]]}, " prop_3 ": {"span": [40, 71], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5675, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "finally", "equal", "to", "10.8", ",", "and", "finally", "signal_2_n", "needs", "to", "be", "between", "the", "open", "interval", "-LRB-", "82.4", ",", "88.5", "-RRB-", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "10.8", "and", "(", "signal_2_n", "more", "82.4", "and", "signal_2_n", "less", "88.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", "==", "10.8"]]}, " prop_2 ": {"span": [29, 42], "prop": [["signal_2_n", ">", "82.4"], ["signal_2_n", "<", "88.5"]]}}} {"id": 2528, "sentence": ["Globally", ",", "when", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "63.0", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "a", "certain", "time", "instant", "during", "the", "first", "64", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "equal", "to", "75.9", "and", "this", "condition", "will", "be", "always", "lasting", "for", "each", "time", "instant", "in", "the", "coming", "64", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "63.0", ")", "imply", "finally", "[0,64]", "(", "globally", "[0,64]", "(", "signal_2_n", "math equal", "75.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "a", "certain", "time", "instant", "during", "the", "first", "64", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "will", "be", "always", "lasting", "for", "each", "time", "instant", "in", "the", "coming", "64", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">=", "63.0", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", "==", "75.9"]]}}} {"id": 5746, "sentence": ["There", "must", "be", "sometime", "in", "the", "first", "6", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "61.9", "ought", "to", "eventually", "get", "observed", "."], "ltl": ["finally", "[0,6]", "(", "rise", "(", "signal_1_n", "less", "61.9", ")", ")"], "logic_sentence": ["There", "must", "be", "sometime", "in", "the", "first", "6", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "eventually", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["rise", "(", "signal_1_n", "<", "61.9", ")"]]}}} {"id": 1070, "sentence": ["In", "the", "future", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "uninterruptedly", "bigger", "than", "99.4", ",", "and", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "keeps", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "99.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", ",", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">", "99.4"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1482, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "above", "81.6", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "the", "signal_2_n", "signal", "ought", "to", "remain", "on", "12.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.6", ")", "imply", "signal_2_n", "math equal", "12.8", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "81.6", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "12.8"]]}}} {"id": 1450, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "leaves", "signal_2_n", "happens", ",", "then", "in", "response", "the", "signal_3_n", "signal", "will", "have", "to", "stay", "less", "than", "77.5", "consistently", "for", "each", "time", "instant", "within", "the", "first", "2", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,2]", "(", "signal_3_n", "less", "77.5", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [14, 35], "prop": [["signal_3_n", "<", "77.5"]]}}} {"id": 2247, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "will", "stay", "larger", "than", "96.3", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "stay", "larger", "than", "56.6", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more", "96.3", "and", "signal_2_n", "more", "56.6", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">", "96.3"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", ">", "56.6"]]}}} {"id": 1484, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "75.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "signal_2_n", "signal", "needs", "to", "equal", "to", "66.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "75.0", ")", "imply", "signal_2_n", "math equal", "66.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "75.0", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "66.5"]]}}} {"id": 295, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "becomes", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "or", "equal", "to", "48.0", "will", "have", "to", "get", "observed", "at", "the", "same", "moment", ",", "and", "the", "scenario", "that", "signal_4_n", "begins", "deviating", "from", "89.1", "must", "n't", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "48.0", ")", "and", "negation", "fall", "(", "signal_4_n", "math equal", "89.1", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "get", "observed", "at", "the", "same", "moment", ",", "and", "the", "scenario", "that", "(", "prop_3", ")", "must", "n't", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["rise", "(", "signal_3_n", ">=", "48.0", ")"]]}, " prop_3 ": {"span": [45, 50], "prop": [["-", "fall", "(", "signal_4_n", "==", "89.1", ")"]]}}} {"id": 9, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "consistently", "the", "signal_1_n", "signal", "has", "been", "remaining", "greater", "than", "or", "equal", "to", "75.3", "in", "the", "past", ",", "then", "in", "response", "ultimately", "there", "exists", "sometime", "within", "the", "following", "27", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "and", "consistently", "this", "condition", "shall", "last", "for", "every", "time", "instant", "within", "the", "next", "97", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "75.3", ")", "imply", "finally", "[0,27]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "consistently", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "there", "exists", "sometime", "within", "the", "following", "27", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "consistently", "this", "condition", "shall", "last", "for", "every", "time", "instant", "within", "the", "next", "97", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "75.3"]]}, " prop_2 ": {"span": [42, 50], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1933, "sentence": ["The", "signal_1_n", "signal", "shall", "remain", "equal", "to", "5.1", "consecutively", "for", "each", "moment", "within", "74", "time", "units", "."], "ltl": ["globally", "[0,74]", "(", "signal_1_n", "math equal", "5.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "5.1"]]}}} {"id": 2722, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "63", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "consistently", "stay", "at", "35.4", ",", "and", "signal_2_n", "ought", "to", "be", "consecutively", "less", "than", "47.5", "."], "ltl": ["globally", "[0,63]", "(", "signal_1_n", "math equal", "35.4", "and", "signal_2_n", "less", "47.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "63", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "63", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "35.4"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "<", "47.5"]]}}} {"id": 4274, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "uninterruptedly", "remain", "between", "9.1", "-LRB-", "closed", "-RRB-", "and", "33.2", "-LRB-", "closed", "-RRB-", "for", "the", "first", "59", "time", "units", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "more equal", "9.1", "and", "signal_1_n", "less equal", "33.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">=", "9.1"], ["signal_1_n", "<=", "33.2"]]}}} {"id": 2945, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "93.9", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "should", "exist", "a", "certain", "moment", "within", "the", "following", "21", "to", "23", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "eventually", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.9", ")", "imply", "finally", "[21,23]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "should", "exist", "a", "certain", "moment", "within", "the", "following", "21", "to", "23", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "21", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "93.9", ")"]]}, " prop_2 ": {"span": [39, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5022, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "2", "to", "26", "time", "units", "the", "signal_1_n", "signal", "shall", "be", "eventually", "greater", "than", "31.6", "and", "less", "than", "54.9", ",", "or", "signal_2_n", "is", "ultimately", "set", "to", "39.1", "."], "ltl": ["finally", "[2,26]", "(", "(", "signal_1_n", "more", "31.6", "and", "signal_1_n", "less", "54.9", ")", "or", "signal_2_n", "math equal", "39.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "2", "to", "26", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "26", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">", "31.6"], ["signal_1_n", "<", "54.9"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_2_n", "==", "39.1"]]}}} {"id": 799, "sentence": ["At", "a", "time", "during", "the", "first", "4", "to", "4", "time", "units", ",", "finally", "signal_1_n", "shall", "be", "above", "44.0", "and", "less", "than", "83.8", "and", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "no", "more", "than", "85.2", "gets", "observed", "."], "ltl": ["finally", "[4,4]", "(", "(", "signal_1_n", "more", "44.0", "and", "signal_1_n", "less", "83.8", ")", "and", "rise", "(", "signal_2_n", "less equal", "85.2", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "4", "to", "4", "time", "units", ",", "finally", "(", "prop_1", ")", "and", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "."], "logic_ltl": ["F", "[", "4", ":", "4", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", ">", "44.0"], ["signal_1_n", "<", "83.8"]]}, " prop_2 ": {"span": [28, 37], "prop": [["rise", "(", "signal_2_n", "<=", "85.2", ")"]]}}} {"id": 322, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "less", "than", "70.5", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "value", "of", "signal_2_n", "needs", "to", "be", "greater", "than", "7.9", "and", "less", "than", "79.2", "or", "the", "value", "of", "signal", "signal_3_n", "should", "equal", "to", "60.3", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "less", "70.5", "imply", "(", "signal_2_n", "more", "7.9", "and", "signal_2_n", "less", "79.2", ")", "or", "signal_3_n", "math equal", "60.3", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "<", "70.5"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_2_n", ">", "7.9"], ["signal_2_n", "<", "79.2"]]}, " prop_3 ": {"span": [35, 47], "prop": [["signal_3_n", "==", "60.3"]]}}} {"id": 391, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "above", "16.4", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "16.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", ">", "16.4", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5251, "sentence": ["While", "the", "signal_1_n", "signal", "is", "below", "19.3", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "the", "coming", "8", "to", "32", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "above", "89.2", "all", "the", "time", "for", "every", "time", "point", "in", "the", "next", "2", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "19.3", "imply", "finally", "[8,32]", "(", "globally", "[0,2]", "(", "signal_2_n", "more", "89.2", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "the", "coming", "8", "to", "32", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "8", ":", "32", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "<", "19.3"]]}, " prop_2 ": {"span": [26, 49], "prop": [["signal_2_n", ">", "89.2"]]}}} {"id": 3716, "sentence": ["The", "signal_1_n", "signal", "should", "n't", "be", "set", "to", "signal_2_n", "for", "every", "time", "instant", "during", "the", "first", "67", "time", "units", "."], "ltl": ["globally", "[0,67]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1916, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "at", "once", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "66.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "more equal", "66.9", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_3_n", ">=", "66.9"]]}}} {"id": 812, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "signal_2_n", "is", "observed", ",", "then", "in", "response", "there", "must", "exist", "sometime", "in", "the", "next", "63", "to", "75", "time", "units", ",", "at", "which", "ultimately", "the", "state", "of", "signal", "signal_4_n", "needs", "to", "be", "set", "to", "signal_5_n", ",", "before", "that", "the", "value", "of", "signal_3_n", "shall", "stay", "at", "25.1", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "25.1", ")", "until", "[63,75]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "there", "must", "exist", "sometime", "in", "the", "next", "63", "to", "75", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", ",", "before", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "63", ":", "75", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_4_n", "==", "signal_5_n"]]}, " prop_3 ": {"span": [46, 56], "prop": [["signal_3_n", "==", "25.1"]]}}} {"id": 546, "sentence": ["During", "the", "first", "8", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "must", "remain", "more", "than", "5.5", "and", "less", "than", "12.3", "and", "signal_2_n", "needs", "to", "stay", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "[0,8]", "(", "(", "signal_1_n", "more", "5.5", "and", "signal_1_n", "less", "12.3", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["During", "the", "first", "8", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "5.5"], ["signal_1_n", "<", "12.3"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 915, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "20.6", "and", "signal_2_n", "keeps", "below", "77.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "following", "3", "time", "units", ",", "ultimately", "there", "will", "have", "to", "exist", "a", "certain", "moment", "within", "32", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "gets", "equal", "to", "38.3", "must", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.6", "and", "signal_2_n", "less", "77.0", "imply", "globally", "[0,3]", "(", "finally", "[0,32]", "(", "rise", "(", "signal_3_n", "math equal", "38.3", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "following", "3", "time", "units", ",", "ultimately", "there", "will", "have", "to", "exist", "a", "certain", "moment", "within", "32", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "must", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "3", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "20.6"]]}, " prop_2 ": {"span": [16, 20], "prop": [["signal_2_n", "<", "77.0"]]}, " prop_3 ": {"span": [60, 68], "prop": [["rise", "(", "signal_3_n", "==", "38.3", ")"]]}}} {"id": 3588, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "crosses", "the", "threshold", "of", "78.2", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "sometime", "in", "the", "coming", "63", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "52.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.2", ")", "imply", "finally", "[0,63]", "(", "signal_2_n", "math equal", "52.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "sometime", "in", "the", "coming", "63", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "78.2", ")"]]}, " prop_2 ": {"span": [39, 49], "prop": [["signal_2_n", "==", "52.7"]]}}} {"id": 4452, "sentence": ["At", "sometime", "within", "87", "time", "units", "the", "value", "of", "signal_1_n", "needs", "to", "be", "larger", "than", "50.5", "finally", ",", "and", "finally", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "no", "larger", "than", "4.7", "shall", "get", "detected", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "more", "50.5", "and", "rise", "(", "signal_2_n", "less equal", "4.7", ")", ")"], "logic_sentence": ["At", "sometime", "within", "87", "time", "units", "(", "prop_1", ")", ",", "and", "finally", "the", "scenario", "that", "(", "prop_2", ")", "shall", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", ">", "50.5"]]}, " prop_2 ": {"span": [23, 34], "prop": [["rise", "(", "signal_2_n", "<=", "4.7", ")"]]}}} {"id": 4694, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "28", "time", "units", ",", "the", "state", "of", "signal_1_n", "has", "to", "be", "uninterruptedly", "set", "to", "signal_2_n", ",", "or", "the", "state", "of", "signal", "signal_3_n", "will", "remain", "in", "signal_4_n", "consecutively", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "28", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5489, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "56.0", "does", "n't", "get", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "7.3", ",", "then", "instantly", "the", "value", "of", "signal_3_n", "must", "n't", "be", "smaller", "than", "28.3", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "56.0", ")", "and", "signal_2_n", "math equal", "7.3", "imply", "negation", "(", "signal_3_n", "less", "28.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "n't", "get", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "56.0", ")"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", "==", "7.3"]]}, " prop_3 ": {"span": [35, 45], "prop": [["-", "(", "signal_3_n", "<", "28.3", ")"]]}}} {"id": 1569, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "keeps", "at", "least", "42.4", "and", "less", "than", "or", "equal", "to", "80.8", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "begins", "deviating", "from", "40.7", "takes", "place", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "must", "always", "stay", "above", "4.8", "and", "less", "than", "15.5", "till", "eventually", "the", "signal_4_n", "signal", "is", "greater", "than", "28.9", ",", "which", "must", "get", "detected", "at", "a", "certain", "moment", "after", "between", "69", "to", "97", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "42.4", "and", "signal_1_n", "less equal", "80.8", ")", "and", "fall", "(", "signal_2_n", "math equal", "40.7", ")", "imply", "(", "signal_3_n", "more", "4.8", "and", "signal_3_n", "less", "15.5", ")", "until", "[69,97]", "(", "signal_4_n", "more", "28.9", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "69", ":", "97", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "42.4"], ["signal_1_n", "<=", "80.8"]]}, " prop_2 ": {"span": [24, 33], "prop": [["fall", "(", "signal_2_n", "==", "40.7", ")"]]}, " prop_3 ": {"span": [39, 77], "prop": [["signal_3_n", ">", "4.8"], ["signal_3_n", "<", "15.5"], ["signal_4_n", ">", "28.9"]]}}} {"id": 4842, "sentence": ["Continuously", "the", "state", "of", "signal_1_n", "shall", "remain", "in", "signal_2_n", "for", "every", "time", "instant", "within", "1", "to", "11", "time", "units", "."], "ltl": ["globally", "[1,11]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 732, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "14.7", "is", "n't", "detected", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "less", "than", "75.2", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "must", "not", "be", "set", "to", "signal_4_n", "then", "this", "scenario", "has", "to", "remain", "uninterruptedly", "until", "signal_5_n", "eventually", "stays", "in", "signal_6_n", ",", "which", "has", "to", "get", "observed", "at", "a", "certain", "moment", "in", "the", "first", "0", "to", "12", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "14.7", ")", "and", "rise", "(", "signal_2_n", "less", "75.2", ")", "imply", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,12]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "n't", "detected", ",", "and", "the", "event", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "then", "this", "scenario", "has", "to", "remain", "uninterruptedly", "until", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "12", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["-", "fall", "(", "signal_1_n", "==", "14.7", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["rise", "(", "signal_2_n", "<", "75.2", ")"]]}, " prop_3 ": {"span": [42, 51], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [59, 82], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 1863, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "7.5", "and", "less", "than", "or", "equal", "to", "38.0", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "no", "less", "than", "29.9", "takes", "place", ",", "then", "starting", "without", "any", "delay", "the", "signal_3_n", "signal", "has", "to", "be", "less", "than", "58.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "7.5", "and", "signal_1_n", "less equal", "38.0", ")", "and", "rise", "(", "signal_2_n", "more equal", "29.9", ")", "imply", "signal_3_n", "less", "58.6", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "7.5"], ["signal_1_n", "<=", "38.0"]]}, " prop_2 ": {"span": [24, 35], "prop": [["rise", "(", "signal_2_n", ">=", "29.9", ")"]]}, " prop_3 ": {"span": [43, 52], "prop": [["signal_3_n", "<", "58.6"]]}}} {"id": 538, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "the", "signal_1_n", "signal", "must", "stay", "no", "less", "than", "1.4", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.4", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">=", "1.4"]]}}} {"id": 791, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "set", "to", "78.8", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "the", "signal_2_n", "signal", "will", "remain", "above", "83.1", "and", "less", "than", "91.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "78.8", "imply", "signal_2_n", "more", "83.1", "and", "signal_2_n", "less", "91.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "78.8"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">", "83.1"], ["signal_2_n", "<", "91.7"]]}}} {"id": 4028, "sentence": ["If", "signal_1_n", "goes", "lower", "than", "57.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "signal_3_n", "and", "then", "this", "scenario", "has", "to", "uninterruptedly", "sustain", "until", "the", "mode", "of", "signal_4_n", "will", "be", "set", "to", "signal_5_n", ",", "which", "ought", "to", "be", "observed", "at", "a", "certain", "moment", "in", "less", "than", "71", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "57.5", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,71]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "has", "to", "uninterruptedly", "sustain", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "71", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "<", "57.5", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 59], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 2250, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "the", "signal_1_n", "signal", "shall", "keep", "above", "100.0", "without", "interruption", "and", "the", "value", "of", "signal", "signal_2_n", "will", "be", "consecutively", "higher", "than", "41.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "100.0", "and", "signal_2_n", "more", "41.6", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">", "100.0"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", ">", "41.6"]]}}} {"id": 2927, "sentence": ["Finally", "there", "has", "to", "exist", "sometime", "after", "between", "18", "to", "18", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "be", "less", "than", "29.7", "."], "ltl": ["finally", "[18,18]", "(", "signal_1_n", "less", "29.7", ")"], "logic_sentence": ["Finally", "there", "has", "to", "exist", "sometime", "after", "between", "18", "to", "18", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "18", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "<", "29.7"]]}}} {"id": 2870, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "30.2", "happens", ",", "then", "in", "response", "signal_2_n", "has", "to", "be", "signal_3_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "30.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<", "30.2", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2917, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "29.7", "and", "signal_2_n", "is", "equal", "to", "33.2", "then", "in", "response", "for", "each", "moment", "during", "the", "next", "91", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal_3_n", "gets", "shifted", "to", "98.0", "will", "have", "to", "occur", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "29.7", "and", "signal_2_n", "math equal", "33.2", "imply", "globally", "[0,91]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "98.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "occur", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "91", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["signal_1_n", "<=", "29.7"]]}, " prop_2 ": {"span": [18, 35], "prop": [["signal_2_n", "==", "33.2"]]}, " prop_3 ": {"span": [39, 47], "prop": [["rise", "(", "signal_3_n", "==", "98.0", ")"]]}}} {"id": 3724, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "92.5", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "next", "4", "to", "30", "time", "units", "at", "a", "time", "within", "the", "next", "53", "to", "68", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "at", "most", "78.9", "is", "finally", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "92.5", ")", "imply", "globally", "[4,30]", "(", "finally", "[53,68]", "(", "rise", "(", "signal_2_n", "less equal", "78.9", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "next", "4", "to", "30", "time", "units", "at", "a", "time", "within", "the", "next", "53", "to", "68", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "is", "finally", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "4", ":", "30", "]", "(", "F", "[", "53", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "92.5", ")"]]}, " prop_2 ": {"span": [50, 60], "prop": [["rise", "(", "signal_2_n", "<=", "78.9", ")"]]}}} {"id": 1928, "sentence": ["For", "each", "time", "point", "within", "the", "first", "83", "time", "units", "consecutively", "the", "value", "of", "signal_1_n", "ought", "to", "keep", "lower", "than", "8.8", ",", "or", "the", "value", "of", "signal_2_n", "stays", "less", "than", "96.2", "."], "ltl": ["globally", "[0,83]", "(", "signal_1_n", "less", "8.8", "or", "signal_2_n", "less", "96.2", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "83", "time", "units", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "8.8"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "<", "96.2"]]}}} {"id": 3301, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "16.0", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "eventually", "exists", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "the", "event", "that", "signal_2_n", "gets", "equal", "to", "11.1", "will", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.0", ")", "imply", "finally", "(", "rise", "(", "signal_2_n", "math equal", "11.1", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "eventually", "exists", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "16.0", ")"]]}, " prop_2 ": {"span": [37, 42], "prop": [["rise", "(", "signal_2_n", "==", "11.1", ")"]]}}} {"id": 5954, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "85.5", ",", "or", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", ",", "then", "the", "value", "of", "signal_4_n", "is", "continuously", "not", "at", "most", "30.3", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "85.5", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "(", "negation", "(", "signal_4_n", "less equal", "30.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "85.5"]]}, " prop_2 ": {"span": [9, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [18, 35], "prop": [["-", "(", "signal_4_n", "<=", "30.3", ")"]]}}} {"id": 1037, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "above", "12.8", "and", "smaller", "than", "14.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "following", "26", "to", "44", "time", "units", "the", "scenario", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "12.0", "will", "have", "to", "be", "detected", "eventually", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "12.8", "and", "signal_1_n", "less", "14.3", "imply", "globally", "[26,44]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "12.0", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "following", "26", "to", "44", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "be", "detected", "eventually", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "26", ":", "44", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">", "12.8"], ["signal_1_n", "<", "14.3"]]}, " prop_2 ": {"span": [37, 46], "prop": [["rise", "(", "signal_2_n", "<=", "12.0", ")"]]}}} {"id": 2795, "sentence": ["For", "each", "moment", "in", "the", "first", "64", "to", "75", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "smaller", "than", "27.9", "."], "ltl": ["globally", "[64,75]", "(", "signal_1_n", "less", "27.9", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "64", "to", "75", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "64", ":", "75", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<", "27.9"]]}}} {"id": 1313, "sentence": ["There", "will", "exist", "a", "time", "during", "the", "first", "23", "to", "39", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "eventually", "become", "above", "49.0", "."], "ltl": ["finally", "[23,39]", "(", "rise", "(", "signal_1_n", "more", "49.0", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "during", "the", "first", "23", "to", "39", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "23", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["rise", "(", "signal_1_n", ">", "49.0", ")"]]}}} {"id": 2633, "sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "47", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "is", "set", "to", "82.1", ",", "or", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "down", "to", "less", "than", "53.4", "should", "ultimately", "happen", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "math equal", "82.1", "or", "rise", "(", "signal_2_n", "less", "53.4", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "47", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "should", "ultimately", "happen", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "82.1"]]}, " prop_2 ": {"span": [29, 39], "prop": [["rise", "(", "signal_2_n", "<", "53.4", ")"]]}}} {"id": 4511, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "signal_1_n", "needs", "to", "be", "consistently", "no", "less", "than", "67.7", "and", "less", "than", "or", "equal", "to", "90.9", ",", "or", "signal_2_n", "shall", "remain", "at", "most", "11.7", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "67.7", "and", "signal_1_n", "less equal", "90.9", ")", "or", "signal_2_n", "less equal", "11.7", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 23], "prop": [["signal_1_n", ">=", "67.7"], ["signal_1_n", "<=", "90.9"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "<=", "11.7"]]}}} {"id": 762, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "does", "not", "happen", ",", "and", "the", "value", "of", "signal_3_n", "keeps", "greater", "than", "or", "equal", "to", "38.5", "and", "no", "larger", "than", "70.2", ",", "then", "the", "following", "condition", "holds", ":", "signal_4_n", "has", "to", "keep", "larger", "than", "44.9", "without", "interruption", "in", "the", "last", "63", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "(", "signal_3_n", "more equal", "38.5", "and", "signal_3_n", "less equal", "70.2", ")", "imply", "historically", "[0,63]", "(", "signal_4_n", "more", "44.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "does", "not", "happen", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "hist|ically", "[", "0", ":", "63", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_3_n", ">=", "38.5"], ["signal_3_n", "<=", "70.2"]]}, " prop_3 ": {"span": [43, 58], "prop": [["signal_4_n", ">", "44.9"]]}}} {"id": 261, "sentence": ["On", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_3_n", "must", "be", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2431, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "10.4", "and", "no", "more", "than", "31.0", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "31.7", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "following", "7", "time", "units", ",", "finally", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_3_n", "is", "shifted", "to", "signal_4_n", "must", "happen", "at", "a", "certain", "moment", "within", "the", "next", "47", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "10.4", "and", "signal_1_n", "less equal", "31.0", ")", "or", "signal_2_n", "less equal", "31.7", "imply", "globally", "[0,7]", "(", "finally", "[0,47]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "following", "7", "time", "units", ",", "finally", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "happen", "at", "a", "certain", "moment", "within", "the", "next", "47", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "7", "]", "(", "F", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", "<=", "31.0"], ["signal_1_n", ">=", "10.4"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", "<=", "31.7"]]}, " prop_3 ": {"span": [62, 71], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1553, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "no", "less", "than", "3.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "moment", "during", "the", "next", "65", "time", "units", "for", "every", "time", "instant", "during", "the", "following", "72", "time", "units", ",", "consecutively", "the", "signal_2_n", "signal", "wo", "n't", "be", "47.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "3.1", ")", "imply", "finally", "[0,65]", "(", "globally", "[0,72]", "(", "negation", "(", "signal_2_n", "math equal", "47.5", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "moment", "during", "the", "next", "65", "time", "units", "for", "every", "time", "instant", "during", "the", "following", "72", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "65", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", ">=", "3.1", ")"]]}, " prop_2 ": {"span": [49, 56], "prop": [["-", "(", "signal_2_n", "==", "47.5", ")"]]}}} {"id": 230, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "be", "consecutively", "greater", "than", "or", "equal", "to", "86.0", "for", "more", "than", "2", "time", "units", "."], "ltl": ["globally", "[0,2]", "(", "signal_1_n", "more equal", "86.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">=", "86.0"]]}}} {"id": 2433, "sentence": ["Globally", ",", "when", "continuously", "signal_1_n", "has", "remained", "above", "33.4", "and", "below", "97.6", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "following", "19", "to", "26", "time", "units", ",", "finally", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "20.7", "at", "sometime", "in", "the", "future", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more", "33.4", "and", "signal_1_n", "less", "97.6", ")", "imply", "globally", "[19,26]", "(", "finally", "(", "signal_2_n", "more equal", "20.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "continuously", "(", "prop_1", ")", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "19", ":", "26", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 36], "prop": [["signal_1_n", ">", "33.4"], ["signal_1_n", "<", "97.6"]]}, " prop_2 ": {"span": [38, 55], "prop": [["signal_2_n", ">=", "20.7"]]}}} {"id": 186, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "higher", "than", "18.9", "and", "less", "than", "22.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "65", "time", "units", "finally", "there", "will", "exist", "sometime", "in", "the", "first", "92", "time", "units", ",", "at", "which", "signal_2_n", "needs", "to", "remain", "less", "than", "27.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "18.9", "and", "signal_1_n", "less", "22.4", "imply", "globally", "[0,65]", "(", "finally", "[0,92]", "(", "signal_2_n", "less", "27.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "65", "time", "units", "finally", "there", "will", "exist", "sometime", "in", "the", "first", "92", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "65", "]", "(", "F", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "18.9"], ["signal_1_n", "<", "22.4"]]}, " prop_2 ": {"span": [53, 60], "prop": [["signal_2_n", "<", "27.2"]]}}} {"id": 5478, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "below", "88.8", "occurs", "and", "the", "value", "of", "signal", "signal_2_n", "is", "changed", "to", "81.8", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "is", "larger", "than", "34.9", "and", "lower", "than", "42.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "88.8", ")", "and", "rise", "(", "signal_2_n", "math equal", "81.8", ")", "imply", "signal_3_n", "more", "34.9", "and", "signal_3_n", "less", "42.0", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "88.8", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["rise", "(", "signal_2_n", "==", "81.8", ")"]]}, " prop_3 ": {"span": [32, 49], "prop": [["signal_3_n", ">", "34.9"], ["signal_3_n", "<", "42.0"]]}}} {"id": 1453, "sentence": ["For", "every", "moment", "within", "43", "to", "61", "time", "units", "consecutively", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "larger", "than", "84.7", "and", "smaller", "than", "93.7", ",", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "always", "remain", "below", "53.6", "."], "ltl": ["globally", "[43,61]", "(", "(", "signal_1_n", "more", "84.7", "and", "signal_1_n", "less", "93.7", ")", "or", "signal_2_n", "less", "53.6", ")"], "logic_sentence": ["For", "every", "moment", "within", "43", "to", "61", "time", "units", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "43", ":", "61", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">", "84.7"], ["signal_1_n", "<", "93.7"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "<", "53.6"]]}}} {"id": 94, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "smaller", "than", "82.3", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "38.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "57.6", "and", "less", "than", "or", "equal", "to", "68.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "82.3", "or", "signal_2_n", "more equal", "38.1", "imply", "signal_3_n", "more equal", "57.6", "and", "signal_3_n", "less equal", "68.2", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "<", "82.3"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">=", "38.1"]]}, " prop_3 ": {"span": [33, 48], "prop": [["signal_3_n", ">=", "57.6"], ["signal_3_n", "<=", "68.2"]]}}} {"id": 2166, "sentence": ["Within", "4", "time", "units", ",", "the", "signal_1_n", "signal", "stays", "below", "64.5", "continuously", "and", "consistently", "the", "value", "of", "signal_2_n", "ought", "to", "be", "27.8", "."], "ltl": ["globally", "[0,4]", "(", "signal_1_n", "less", "64.5", "and", "signal_2_n", "math equal", "27.8", ")"], "logic_sentence": ["Within", "4", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 22], "prop": [["signal_1_n", "<", "64.5"], ["signal_2_n", "==", "27.8"]]}}} {"id": 1454, "sentence": ["In", "case", "that", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "coming", "54", "time", "units", ",", "the", "value", "of", "signal_3_n", "must", "be", "equal", "to", "21.0", "and", "holds", "like", "that", "all", "the", "time", "for", "the", "subsequent", "61", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,54]", "(", "globally", "[0,61]", "(", "signal_3_n", "math equal", "21.0", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "coming", "54", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "54", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 51], "prop": [["signal_3_n", "==", "21.0"]]}}} {"id": 2257, "sentence": ["Consecutively", "the", "event", "that", "signal_1_n", "gets", "raised", "to", "at", "least", "94.6", "must", "n't", "occur", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "94.6", ")", ")"], "logic_sentence": ["Consecutively", "the", "event", "that", "(", "prop_1", ")", "must", "n't", "occur", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["-", "rise", "(", "signal_1_n", ">=", "94.6", ")"]]}}} {"id": 804, "sentence": ["In", "the", "event", "that", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "then", "in", "response", "at", "once", "the", "state", "of", "signal_3_n", "shall", "be", "signal_4_n", ",", "and", "the", "signal_5_n", "signal", "must", "be", "equal", "to", "14.4", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "math equal", "14.4", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "in", "response", "at", "once", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [25, 38], "prop": [["signal_5_n", "==", "14.4"]]}}} {"id": 1133, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "81.1", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "17", "to", "59", "time", "units", "the", "value", "of", "signal", "signal_2_n", "has", "to", "uninterruptedly", "keep", "lower", "than", "40.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "81.1", ")", "imply", "globally", "[17,59]", "(", "signal_2_n", "less", "40.9", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "17", "to", "59", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "17", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "81.1", ")"]]}, " prop_2 ": {"span": [36, 48], "prop": [["signal_2_n", "<", "40.9"]]}}} {"id": 3148, "sentence": ["Continuously", "signal_1_n", "remains", "equal", "to", "96.8", "for", "each", "time", "instant", "within", "the", "first", "6", "to", "59", "time", "units", "."], "ltl": ["globally", "[6,59]", "(", "signal_1_n", "math equal", "96.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "96.8"]]}}} {"id": 3452, "sentence": ["For", "the", "first", "71", "time", "units", ",", "uninterruptedly", "signal_1_n", "will", "not", "be", "below", "76.0", ",", "or", "signal_2_n", "continuously", "stays", "greater", "than", "or", "equal", "to", "4.1", "."], "ltl": ["globally", "[0,71]", "(", "negation", "(", "signal_1_n", "less", "76.0", ")", "or", "signal_2_n", "more equal", "4.1", ")"], "logic_sentence": ["For", "the", "first", "71", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["-", "(", "signal_1_n", "<", "76.0", ")"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", ">=", "4.1"]]}}} {"id": 5386, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "has", "to", "stay", "in", "signal_2_n", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4084, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "keeps", "smaller", "than", "92.1", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "needs", "to", "stay", "no", "larger", "than", "58.6", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "less", "92.1", "imply", "signal_2_n", "less equal", "58.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "<", "92.1"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", "<=", "58.6"]]}}} {"id": 588, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "gets", "larger", "than", "21.8", "then", "in", "response", "signal_2_n", "ought", "to", "be", "above", "64.0", "in", "no", "time", ",", "and", "the", "signal_3_n", "signal", "is", "immediately", "above", "3.4", "and", "less", "than", "or", "equal", "to", "5.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "21.8", ")", "imply", "signal_2_n", "more", "64.0", "and", "(", "signal_3_n", "more", "3.4", "and", "signal_3_n", "less equal", "5.0", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">", "21.8", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", ">", "64.0"]]}, " prop_3 ": {"span": [26, 40], "prop": [["signal_3_n", ">", "3.4"], ["signal_3_n", "<=", "5.0"]]}}} {"id": 238, "sentence": ["For", "each", "time", "point", "in", "the", "first", "88", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "stay", "below", "83.8", "consecutively", ",", "and", "the", "signal_2_n", "signal", "should", "always", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,88]", "(", "signal_1_n", "less", "83.8", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "88", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<", "83.8"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 105, "sentence": ["For", "every", "time", "instant", "within", "12", "to", "21", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "remain", "greater", "than", "or", "equal", "to", "48.8", "and", "no", "more", "than", "78.8", "consecutively", ",", "and", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "less", "than", "or", "equal", "to", "36.9", "all", "the", "time", "."], "ltl": ["globally", "[12,21]", "(", "(", "signal_1_n", "more equal", "48.8", "and", "signal_1_n", "less equal", "78.8", ")", "and", "signal_2_n", "less equal", "36.9", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "12", "to", "21", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "12", ":", "21", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 29], "prop": [["signal_1_n", ">=", "48.8"], ["signal_1_n", "<=", "78.8"]]}, " prop_2 ": {"span": [31, 47], "prop": [["signal_2_n", "<=", "36.9"]]}}} {"id": 4077, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "no", "less", "than", "2.9", "occurs", ",", "and", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "greater", "than", "or", "equal", "to", "41.4", "and", "lower", "than", "72.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "2.9", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "41.4", "and", "signal_4_n", "less", "72.2", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", ">=", "2.9", ")"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 55], "prop": [["signal_4_n", ">=", "41.4"], ["signal_4_n", "<", "72.2"]]}}} {"id": 611, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "continuously", "the", "value", "of", "signal_1_n", "shall", "remain", "at", "most", "5.0", "and", "the", "signal_2_n", "signal", "should", "stay", "at", "most", "42.0", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "5.0", "and", "signal_2_n", "less equal", "42.0", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<=", "5.0"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "<=", "42.0"]]}}} {"id": 3119, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "drops", "below", "45.5", "gets", "detected", "then", "for", "every", "moment", "during", "the", "coming", "6", "time", "units", "ultimately", "the", "event", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "96.2", "will", "have", "to", "take", "place", "at", "a", "time", "during", "the", "next", "46", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.5", ")", "imply", "globally", "[0,6]", "(", "finally", "[0,46]", "(", "fall", "(", "signal_2_n", "math equal", "96.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "for", "every", "moment", "during", "the", "coming", "6", "time", "units", "ultimately", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "at", "a", "time", "during", "the", "next", "46", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "6", "]", "(", "F", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 16], "prop": [["rise", "(", "signal_1_n", "<", "45.5", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["fall", "(", "signal_2_n", "==", "96.2", ")"]]}}} {"id": 796, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "signal_1_n", "shall", "eventually", "not", "be", "more", "than", "4.6", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "4.6", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["-", "(", "signal_1_n", ">", "4.6", ")"]]}}} {"id": 2667, "sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "shall", "be", "equal", "to", "2.8", ",", "or", "eventually", "the", "transition", "action", "that", "signal_2_n", "begins", "deviating", "from", "55.6", "does", "n't", "get", "observed", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "2.8", "or", "negation", "fall", "(", "signal_2_n", "math equal", "55.6", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "2.8"]]}, " prop_2 ": {"span": [29, 34], "prop": [["-", "fall", "(", "signal_2_n", "==", "55.6", ")"]]}}} {"id": 3765, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "is", "changed", "to", "14.4", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "stay", "higher", "than", "8.1", "and", "less", "than", "or", "equal", "to", "11.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.4", ")", "imply", "finally", "(", "signal_2_n", "more", "8.1", "and", "signal_2_n", "less equal", "11.8", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "14.4", ")"]]}, " prop_2 ": {"span": [36, 53], "prop": [["signal_2_n", ">", "8.1"], ["signal_2_n", "<=", "11.8"]]}}} {"id": 2639, "sentence": ["There", "will", "have", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "51.9", "needs", "to", "happen", ",", "and", "signal_2_n", "shall", "be", "below", "81.9", "ultimately", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "51.9", ")", "and", "signal_2_n", "less", "81.9", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "happen", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 34], "prop": [["rise", "(", "signal_1_n", "<=", "51.9", ")"]]}, " prop_2 ": {"span": [39, 45], "prop": [["signal_2_n", "<", "81.9"]]}}} {"id": 1, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "ought", "never", "to", "be", "less", "than", "or", "equal", "to", "56.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "56.5", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["-", "(", "signal_1_n", "<=", "56.5", ")"]]}}} {"id": 2707, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "64.4", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "signal_2_n", "signal", "shall", "keep", "greater", "than", "2.1", "and", "less", "than", "39.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "64.4", ")", "imply", "signal_2_n", "more", "2.1", "and", "signal_2_n", "less", "39.5", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "64.4", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", ">", "2.1"], ["signal_2_n", "<", "39.5"]]}}} {"id": 4672, "sentence": ["There", "should", "exist", "sometime", "during", "the", "first", "30", "to", "62", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "57.2", "is", "detected", "finally", "."], "ltl": ["finally", "[30,62]", "(", "rise", "(", "signal_1_n", "less equal", "57.2", ")", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "during", "the", "first", "30", "to", "62", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "finally", "."], "logic_ltl": ["F", "[", "30", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 31], "prop": [["rise", "(", "signal_1_n", "<=", "57.2", ")"]]}}} {"id": 1429, "sentence": ["For", "each", "moment", "within", "the", "first", "9", "time", "units", ",", "signal_1_n", "ought", "to", "be", "consecutively", "set", "to", "10.8", ",", "and", "signal_2_n", "should", "continuously", "remain", "smaller", "than", "69.0", "."], "ltl": ["globally", "[0,9]", "(", "signal_1_n", "math equal", "10.8", "and", "signal_2_n", "less", "69.0", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "9", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "10.8"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "<", "69.0"]]}}} {"id": 4792, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "must", "equal", "to", "23.8", "eventually", "or", "signal_2_n", "should", "be", "ultimately", "greater", "than", "or", "equal", "to", "54.5", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "23.8", "or", "signal_2_n", "more equal", "54.5", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "23.8"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", ">=", "54.5"]]}}} {"id": 138, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "greater", "than", "or", "equal", "to", "7.6", "and", "less", "than", "or", "equal", "to", "95.3", "consecutively", "within", "28", "time", "units", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "more equal", "7.6", "and", "signal_1_n", "less equal", "95.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">=", "7.6"], ["signal_1_n", "<=", "95.3"]]}}} {"id": 4263, "sentence": ["For", "every", "time", "point", "during", "the", "first", "54", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "remain", "equal", "to", "0.7", "all", "the", "time", "or", "signal_2_n", "should", "keep", "less", "than", "or", "equal", "to", "86.6", "without", "interruption", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "0.7", "or", "signal_2_n", "less equal", "86.6", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "54", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "0.7"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "<=", "86.6"]]}}} {"id": 6002, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "45.6", "and", "the", "event", "that", "signal_2_n", "gets", "shifted", "to", "71.4", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "shall", "promptly", "settle", "to", "77.0", "or", "immediately", "the", "state", "of", "signal_4_n", "shall", "be", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "45.6", "and", "rise", "(", "signal_2_n", "math equal", "71.4", ")", "imply", "signal_3_n", "math equal", "77.0", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "or", "immediately", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "45.6"]]}, " prop_2 ": {"span": [15, 20], "prop": [["rise", "(", "signal_2_n", "==", "71.4", ")"]]}, " prop_3 ": {"span": [31, 37], "prop": [["signal_3_n", "==", "77.0"]]}, " prop_4 ": {"span": [39, 47], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 12, "sentence": ["For", "each", "moment", "in", "the", "first", "14", "to", "48", "time", "units", ",", "the", "state", "of", "signal_1_n", "will", "remain", "in", "signal_2_n", "uninterruptedly", "."], "ltl": ["globally", "[14,48]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "14", "to", "48", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "14", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 381, "sentence": ["Eventually", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "greater", "than", "or", "equal", "to", "45.2", "and", "less", "than", "or", "equal", "to", "72.4", "at", "a", "certain", "time", "point", "in", "less", "than", "60", "time", "units", "."], "ltl": ["finally", "[0,60]", "(", "signal_1_n", "more equal", "45.2", "and", "signal_1_n", "less equal", "72.4", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "60", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 32], "prop": [["signal_1_n", ">=", "45.2"], ["signal_1_n", "<=", "72.4"]]}}} {"id": 2289, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "crosses", "73.7", "takes", "place", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "larger", "than", "0.1", "and", "no", "larger", "than", "4.7", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "73.7", ")", "imply", "signal_2_n", "more", "0.1", "and", "signal_2_n", "less equal", "4.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "73.7", ")"]]}, " prop_2 ": {"span": [18, 36], "prop": [["signal_2_n", ">", "0.1"], ["signal_2_n", "<=", "4.7"]]}}} {"id": 4253, "sentence": ["If", "continuously", "the", "event", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "19.4", "has", "never", "got", "observed", "for", "the", "last", "65", "time", "units", "then", "for", "each", "moment", "within", "the", "first", "79", "time", "units", ",", "eventually", "the", "transition", "action", "that", "signal_2_n", "becomes", "more", "than", "75.1", "needs", "to", "get", "observed", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "historically", "[0,65]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "19.4", ")", ")", "imply", "globally", "[0,79]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "75.1", ")", ")", ")", ")"], "logic_sentence": ["If", "continuously", "the", "event", "that", "(", "prop_1", ")", "has", "never", "got", "observed", "for", "the", "last", "65", "time", "units", "then", "for", "each", "moment", "within", "the", "first", "79", "time", "units", ",", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "get", "observed", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "65", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "79", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["-", "fall", "(", "signal_1_n", "==", "19.4", ")"]]}, " prop_2 ": {"span": [39, 44], "prop": [["rise", "(", "signal_2_n", ">", "75.1", ")"]]}}} {"id": 1946, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "must", "uninterruptedly", "remain", "lower", "than", "8.7", "."], "ltl": ["globally", "(", "signal_1_n", "less", "8.7", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<", "8.7"]]}}} {"id": 6179, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "27.6", "and", "less", "than", "or", "equal", "to", "56.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "next", "67", "time", "units", "there", "must", "exist", "a", "certain", "time", "instant", "in", "less", "than", "33", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "less", "than", "47.9", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "27.6", "and", "signal_1_n", "less equal", "56.6", "imply", "globally", "[0,67]", "(", "finally", "[0,33]", "(", "signal_2_n", "less", "47.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "next", "67", "time", "units", "there", "must", "exist", "a", "certain", "time", "instant", "in", "less", "than", "33", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "67", "]", "(", "F", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 25], "prop": [["signal_1_n", ">=", "27.6"], ["signal_1_n", "<=", "56.6"]]}, " prop_2 ": {"span": [60, 71], "prop": [["signal_2_n", "<", "47.9"]]}}} {"id": 5077, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "98.0", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "2.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_3_n", "shall", "remain", "in", "signal_4_n", "all", "the", "time", "for", "every", "time", "instant", "during", "the", "first", "48", "to", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "98.0", "or", "signal_2_n", "less equal", "2.2", "imply", "globally", "[48,81]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "48", ":", "81", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "98.0"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", "<=", "2.2"]]}, " prop_3 ": {"span": [35, 59], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5987, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", "the", "signal_1_n", "signal", "should", "be", "within", "-LSB-", "10.0", ",", "19.3", "-RRB-", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "10.0", "and", "signal_1_n", "less", "19.3", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", ">=", "10.0"], ["signal_1_n", "<", "19.3"]]}}} {"id": 2529, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "8.2", "gets", "detected", ",", "then", "in", "response", "there", "should", "be", "eventually", "a", "certain", "time", "instant", "starting", "at", "most", "56", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "needs", "to", "equal", "to", "18.1", "and", "this", "condition", "will", "be", "always", "lasting", "for", "each", "time", "instant", "in", "the", "coming", "18", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "8.2", ")", "imply", "finally", "[0,56]", "(", "globally", "[0,18]", "(", "signal_2_n", "math equal", "18.1", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "there", "should", "be", "eventually", "a", "certain", "time", "instant", "starting", "at", "most", "56", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "this", "condition", "will", "be", "always", "lasting", "for", "each", "time", "instant", "in", "the", "coming", "18", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "8.2", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "18.1"]]}}} {"id": 70, "sentence": ["For", "every", "moment", "in", "the", "first", "79", "time", "units", "signal_1_n", "needs", "to", "stay", "equal", "to", "15.3", "uninterruptedly", ",", "or", "continuously", "the", "value", "of", "signal_2_n", "will", "remain", "on", "82.6", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "math equal", "15.3", "or", "signal_2_n", "math equal", "82.6", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "79", "time", "units", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "15.3"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "82.6"]]}}} {"id": 4875, "sentence": ["There", "should", "be", "a", "certain", "time", "point", "in", "the", "first", "14", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "be", "finally", "below", "69.2", ",", "and", "signal_2_n", "shall", "be", "eventually", "higher", "than", "3.9", "."], "ltl": ["finally", "[0,14]", "(", "signal_1_n", "less", "69.2", "and", "signal_2_n", "more", "3.9", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "time", "point", "in", "the", "first", "14", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "14", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "<", "69.2"]]}, " prop_2 ": {"span": [27, 34], "prop": [["signal_2_n", ">", "3.9"]]}}} {"id": 1999, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "no", "less", "than", "89.2", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "remains", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "next", "27", "time", "units", ",", "the", "value", "of", "signal_4_n", "must", "remain", "on", "44.2", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "89.2", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,27]", "(", "signal_4_n", "math equal", "44.2", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "next", "27", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "27", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", ">=", "89.2"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_4_n", "==", "44.2"]]}}} {"id": 5237, "sentence": ["Consistently", "signal_1_n", "ought", "n't", "to", "be", "less", "than", "or", "equal", "to", "94.3", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "94.3", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["-", "(", "signal_1_n", "<=", "94.3", ")"]]}}} {"id": 4388, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "95.9", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "signal_2_n", "should", "continuously", "keep", "smaller", "than", "43.4", "for", "each", "time", "point", "during", "the", "coming", "9", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "95.9", "imply", "finally", "(", "globally", "[0,9]", "(", "signal_2_n", "less", "43.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "95.9"]]}, " prop_2 ": {"span": [36, 53], "prop": [["signal_2_n", "<", "43.4"]]}}} {"id": 644, "sentence": ["In", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "stays", "at", "16.7", ",", "then", "after", "a", "certain", "time", "point", "within", "the", "next", "45", "time", "units", "for", "each", "time", "instant", "within", "the", "subsequent", "69", "time", "units", ",", "the", "value", "of", "signal", "signal_4_n", "will", "be", "uninterruptedly", "remaining", "at", "least", "61.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "16.7", "imply", "finally", "[0,45]", "(", "globally", "[0,69]", "(", "signal_4_n", "more equal", "61.8", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "after", "a", "certain", "time", "point", "within", "the", "next", "45", "time", "units", "for", "each", "time", "instant", "within", "the", "subsequent", "69", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "45", "]", "(", "G", "[", "0", ":", "69", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_3_n", "==", "16.7"]]}, " prop_3 ": {"span": [44, 56], "prop": [["signal_4_n", ">=", "61.8"]]}}} {"id": 4806, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "22.7", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "no", "less", "than", "14.2", "occurs", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "during", "the", "following", "50", "time", "units", "ultimately", ",", "after", "which", "the", "value", "of", "signal_3_n", "is", "higher", "than", "0.6", "and", "less", "than", "6.4", "and", "then", "should", "stay", "in", "this", "range", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "22.7", ")", "or", "rise", "(", "signal_2_n", "more equal", "14.2", ")", "imply", "finally", "[0,50]", "(", "globally", "(", "signal_3_n", "more", "0.6", "and", "signal_3_n", "less", "6.4", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "during", "the", "following", "50", "time", "units", "ultimately", ",", "after", "which", "(", "prop_3", ")", "and", "then", "should", "stay", "in", "this", "range", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "50", "]", "(", "G", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "22.7", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", ">=", "14.2", ")"]]}, " prop_3 ": {"span": [52, 64], "prop": [["signal_3_n", ">", "0.6"], ["signal_3_n", "<", "6.4"]]}}} {"id": 3379, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "begins", "deviating", "from", "signal_2_n", ",", "then", "the", "signal_3_n", "signal", "keeps", "greater", "than", "or", "equal", "to", "54.4", "and", "less", "than", "or", "equal", "to", "70.9", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "54.4", "and", "signal_3_n", "less equal", "70.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 35], "prop": [["signal_3_n", ">=", "54.4"], ["signal_3_n", "<=", "70.9"]]}}} {"id": 4057, "sentence": ["For", "the", "first", "7", "to", "33", "time", "units", "without", "interruption", "the", "signal_1_n", "signal", "ought", "not", "to", "be", "less", "than", "42.0", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "always", "stay", "greater", "than", "or", "equal", "to", "69.9", "."], "ltl": ["globally", "[7,33]", "(", "negation", "(", "signal_1_n", "less", "42.0", ")", "and", "signal_2_n", "more equal", "69.9", ")"], "logic_sentence": ["For", "the", "first", "7", "to", "33", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "7", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "<", "42.0", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">=", "69.9"]]}}} {"id": 4101, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "signal_1_n", "goes", "below", "29.7", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "subsequent", "12", "time", "units", ",", "at", "which", "signal_2_n", "has", "to", "be", "equal", "to", "25.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "29.7", ")", "imply", "finally", "[0,12]", "(", "signal_2_n", "math equal", "25.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "subsequent", "12", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "<", "29.7", ")"]]}, " prop_2 ": {"span": [40, 47], "prop": [["signal_2_n", "==", "25.6"]]}}} {"id": 92, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "13.1", "and", "consecutively", "this", "condition", "will", "hold", "till", "there", "exists", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "finally", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "77.0", "gets", "observed", "then", "signal_3_n", "needs", "to", "keep", "less", "than", "or", "equal", "to", "37.4", "all", "the", "time", "for", "every", "time", "point", "within", "the", "following", "37", "to", "72", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "13.1", ")", "until", "(", "rise", "(", "signal_2_n", "more", "77.0", ")", ")", "imply", "globally", "[37,72]", "(", "signal_3_n", "less equal", "37.4", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "consecutively", "this", "condition", "will", "hold", "till", "there", "exists", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_2", ")", "gets", "observed", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "G", "[", "37", ":", "72", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "13.1"]]}, " prop_2 ": {"span": [38, 47], "prop": [["rise", "(", "signal_2_n", ">", "77.0", ")"]]}, " prop_3 ": {"span": [50, 75], "prop": [["signal_3_n", "<=", "37.4"]]}}} {"id": 1653, "sentence": ["Within", "0", "time", "units", ",", "the", "value", "of", "signal_1_n", "has", "to", "continuously", "remain", "greater", "than", "or", "equal", "to", "79.8", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "more equal", "79.8", ")"], "logic_sentence": ["Within", "0", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 19], "prop": [["signal_1_n", ">=", "79.8"]]}}} {"id": 5119, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "remain", "in", "signal_2_n", "for", "each", "moment", "in", "the", "first", "67", "time", "units", "."], "ltl": ["globally", "[0,67]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 935, "sentence": ["There", "has", "to", "exist", "sometime", "in", "less", "than", "82", "time", "units", ",", "at", "which", "signal_1_n", "ought", "to", "be", "eventually", "equal", "to", "35.4", "and", "eventually", "signal_2_n", "should", "be", "at", "least", "9.2", "and", "less", "than", "or", "equal", "to", "23.6", "."], "ltl": ["finally", "[0,82]", "(", "signal_1_n", "math equal", "35.4", "and", "(", "signal_2_n", "more equal", "9.2", "and", "signal_2_n", "less equal", "23.6", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "in", "less", "than", "82", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "35.4"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", ">=", "9.2"], ["signal_2_n", "<=", "23.6"]]}}} {"id": 5185, "sentence": ["There", "ought", "to", "exist", "a", "certain", "moment", "within", "30", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "not", "be", "set", "to", "signal_2_n", "or", "finally", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "99.3", "."], "ltl": ["finally", "[0,30]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "math equal", "99.3", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "moment", "within", "30", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "30", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_3_n", "==", "99.3"]]}}} {"id": 460, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "44.3", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "needs", "to", "keep", "below", "34.6", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "44.3", ")", "imply", "signal_2_n", "less", "34.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", "<=", "44.3", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", "<", "34.6"]]}}} {"id": 408, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "14.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "55", "time", "units", "eventually", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "92.9", "should", "get", "observed", ",", "and", "till", "then", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "14.2", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,55]", "(", "rise", "(", "signal_4_n", "less equal", "92.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "55", "time", "units", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "get", "observed", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "14.2"]]}, " prop_2 ": {"span": [35, 46], "prop": [["rise", "(", "signal_4_n", "<=", "92.9", ")"]]}, " prop_3 ": {"span": [53, 61], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 141, "sentence": ["At", "a", "certain", "time", "instant", "after", "between", "18", "to", "78", "time", "units", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "be", "smaller", "than", "84.9", ",", "or", "the", "event", "that", "signal_2_n", "goes", "lower", "than", "45.3", "has", "to", "happen", "finally", "."], "ltl": ["finally", "[18,78]", "(", "signal_1_n", "less", "84.9", "or", "rise", "(", "signal_2_n", "less", "45.3", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "between", "18", "to", "78", "time", "units", "eventually", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "has", "to", "happen", "finally", "."], "logic_ltl": ["F", "[", "18", ":", "78", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "<", "84.9"]]}, " prop_2 ": {"span": [28, 33], "prop": [["rise", "(", "signal_2_n", "<", "45.3", ")"]]}}} {"id": 2791, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "keep", "no", "less", "than", "79.8", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "79.8", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">=", "79.8"]]}}} {"id": 4033, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "consecutively", "the", "value", "of", "signal", "signal_1_n", "sha", "n't", "be", "less", "than", "or", "equal", "to", "81.6", ",", "and", "signal_2_n", "should", "be", "equal", "to", "69.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "81.6", ")", "and", "signal_2_n", "math equal", "69.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "consecutively", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["-", "(", "signal_1_n", "<=", "81.6", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "69.1"]]}}} {"id": 155, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", "then", "signal_3_n", "will", "have", "to", "be", "greater", "than", "56.9", "and", "then", "always", "remain", "like", "that", "for", "each", "time", "instant", "within", "12", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,12]", "(", "signal_3_n", "more", "56.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 44], "prop": [["signal_3_n", ">", "56.9"]]}}} {"id": 753, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "64.0", "happens", "then", "in", "response", "the", "value", "of", "signal_2_n", "should", "be", "always", "set", "to", "57.7", "for", "every", "time", "instant", "within", "the", "subsequent", "54", "to", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "64.0", ")", "imply", "globally", "[54,73]", "(", "signal_2_n", "math equal", "57.7", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "54", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "64.0", ")"]]}, " prop_2 ": {"span": [21, 43], "prop": [["signal_2_n", "==", "57.7"]]}}} {"id": 34, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "signal_1_n", "signal", "ought", "to", "be", "set", "to", "58.0", "continuously", ",", "and", "consistently", "the", "transition", "action", "that", "signal_2_n", "is", "changed", "to", "signal_3_n", "shall", "not", "be", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "58.0", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "and", "consistently", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "not", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "58.0"]]}, " prop_2 ": {"span": [26, 31], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2988, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "drops", "to", "no", "larger", "than", "98.7", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "98.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "98.7", ")"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3952, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "starts", "not", "equaling", "to", "83.7", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "larger", "than", "81.3", "and", "then", "ought", "to", "consecutively", "continue", "like", "this", "in", "the", "future", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "83.7", ")", "imply", "globally", "(", "signal_2_n", "more", "81.3", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "83.7", ")"]]}, " prop_2 ": {"span": [23, 45], "prop": [["signal_2_n", ">", "81.3"]]}}} {"id": 847, "sentence": ["The", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "has", "to", "occur", "eventually", "at", "sometime", "in", "the", "first", "17", "to", "38", "time", "units", "."], "ltl": ["finally", "[17,38]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "scenario", "that", "(", "prop_1", ")", "has", "to", "occur", "eventually", "at", "sometime", "in", "the", "first", "17", "to", "38", "time", "units", "."], "logic_ltl": ["F", "[", "17", ":", "38", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1602, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "drops", "below", "84.3", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "a", "certain", "time", "instant", "within", "the", "coming", "59", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "61.6", "then", "consistently", "this", "condition", "ought", "to", "last", "for", "every", "moment", "during", "the", "following", "0", "to", "60", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "84.3", ")", "imply", "finally", "[0,59]", "(", "globally", "[0,60]", "(", "signal_2_n", "more", "61.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "a", "certain", "time", "instant", "within", "the", "coming", "59", "time", "units", ",", "(", "prop_2", ")", "then", "consistently", "this", "condition", "ought", "to", "last", "for", "every", "moment", "during", "the", "following", "0", "to", "60", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "59", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<", "84.3", ")"]]}, " prop_2 ": {"span": [36, 47], "prop": [["signal_2_n", ">", "61.6"]]}}} {"id": 585, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "signal_3_n", "is", "at", "least", "15.4", ",", "then", "the", "following", "condition", "holds", ":", "instantly", "the", "value", "of", "signal_4_n", "will", "have", "to", "stay", "no", "less", "than", "82.3", ",", "and", "starting", "without", "any", "delay", "the", "signal_5_n", "signal", "will", "have", "to", "be", "equal", "to", "49.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "15.4", "imply", "signal_4_n", "more equal", "82.3", "and", "signal_5_n", "math equal", "49.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "instantly", "(", "prop_3", ")", ",", "and", "starting", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_3_n", ">=", "15.4"]]}, " prop_3 ": {"span": [30, 42], "prop": [["signal_4_n", ">=", "82.3"]]}, " prop_4 ": {"span": [48, 58], "prop": [["signal_5_n", "==", "49.1"]]}}} {"id": 1599, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "37.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "then", "this", "scenario", "ought", "to", "consecutively", "sustain", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "37.8", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "ought", "to", "consecutively", "sustain", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<=", "37.8"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6084, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "over", "7.7", "and", "less", "than", "9.7", "eventually", "at", "a", "certain", "moment", "in", "the", "first", "56", "to", "74", "time", "units", "."], "ltl": ["finally", "[56,74]", "(", "signal_1_n", "more", "7.7", "and", "signal_1_n", "less", "9.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "56", ":", "74", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 26], "prop": [["signal_1_n", ">", "7.7"], ["signal_1_n", "<", "9.7"]]}}} {"id": 953, "sentence": ["Globally", ",", "if", "for", "the", "past", "17", "time", "units", ",", "signal_1_n", "remained", "in", "signal_2_n", "consistently", ",", "then", "eventually", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "next", "26", "time", "units", ",", "after", "which", "for", "each", "moment", "in", "the", "next", "10", "time", "units", "continuously", "signal_3_n", "will", "stay", "greater", "than", "or", "equal", "to", "41.0", "."], "ltl": ["globally", "(", "historically", "[0,17]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,26]", "(", "globally", "[0,10]", "(", "signal_3_n", "more equal", "41.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "for", "the", "past", "17", "time", "units", ",", "(", "prop_1", ")", ",", "then", "eventually", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "next", "26", "time", "units", ",", "after", "which", "for", "each", "moment", "in", "the", "next", "10", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "17", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [44, 53], "prop": [["signal_3_n", ">=", "41.0"]]}}} {"id": 1851, "sentence": ["The", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "no", "larger", "than", "11.0", "will", "ultimately", "get", "observed", "at", "a", "certain", "time", "instant", "after", "between", "0", "to", "56", "time", "units", "."], "ltl": ["finally", "[0,56]", "(", "rise", "(", "signal_1_n", "less equal", "11.0", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "will", "ultimately", "get", "observed", "at", "a", "certain", "time", "instant", "after", "between", "0", "to", "56", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<=", "11.0", ")"]]}}} {"id": 250, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "becomes", "at", "least", "59.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "within", "98", "time", "units", "the", "value", "of", "signal_2_n", "needs", "to", "be", "above", "4.8", "and", "less", "than", "or", "equal", "to", "35.9", "and", "then", "this", "scenario", "continues", "uninterruptedly", "for", "each", "moment", "within", "the", "coming", "2", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "59.8", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,2]", "(", "signal_2_n", "more", "4.8", "and", "signal_2_n", "less equal", "35.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "within", "98", "time", "units", "(", "prop_2", ")", "and", "then", "this", "scenario", "continues", "uninterruptedly", "for", "each", "moment", "within", "the", "coming", "2", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", ">=", "59.8", ")"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", ">", "4.8"], ["signal_2_n", "<=", "35.9"]]}}} {"id": 397, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "12.4", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_2_n", "signal", "should", "be", "less", "than", "or", "equal", "to", "60.7", "and", "then", "should", "uninterruptedly", "remain", "in", "this", "range", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "12.4", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less equal", "60.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "12.4", ")"]]}, " prop_2 ": {"span": [43, 65], "prop": [["signal_2_n", "<=", "60.7"]]}}} {"id": 4909, "sentence": ["For", "every", "time", "point", "during", "the", "first", "93", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "must", "be", "no", "less", "than", "6.5", "and", "lower", "than", "62.5", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "more equal", "6.5", "and", "signal_1_n", "less", "62.5", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "93", "time", "units", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 27], "prop": [["signal_1_n", ">=", "6.5"], ["signal_1_n", "<", "62.5"]]}}} {"id": 1357, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "signal_3_n", "is", "larger", "than", "5.9", "and", "less", "than", "23.0", "then", "starting", "without", "any", "delay", "the", "value", "of", "signal_4_n", "wo", "n't", "be", "equal", "to", "24.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "5.9", "and", "signal_3_n", "less", "23.0", ")", "imply", "negation", "(", "signal_4_n", "math equal", "24.4", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_3_n", ">", "5.9"], ["signal_3_n", "<", "23.0"]]}, " prop_3 ": {"span": [26, 40], "prop": [["-", "(", "signal_4_n", "==", "24.4", ")"]]}}} {"id": 4166, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "shifts", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "within", "8", "time", "units", "continuously", "the", "value", "of", "signal_3_n", "ought", "n't", "to", "be", "less", "than", "or", "equal", "to", "21.4", "for", "at", "least", "34", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,8]", "(", "globally", "[0,34]", "(", "negation", "(", "signal_3_n", "less equal", "21.4", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "within", "8", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "8", "]", "(", "G", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 47], "prop": [["-", "(", "signal_3_n", "<=", "21.4", ")"]]}}} {"id": 657, "sentence": ["In", "the", "case", "signal_1_n", "is", "larger", "than", "25.7", "and", "less", "than", "90.3", "and", "the", "value", "of", "signal_2_n", "is", "smaller", "than", "5.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "62", "time", "units", ",", "signal_3_n", "will", "have", "to", "eventually", "go", "to", "greater", "than", "or", "equal", "to", "92.6", "at", "a", "time", "in", "the", "subsequent", "37", "to", "76", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "25.7", "and", "signal_1_n", "less", "90.3", ")", "and", "signal_2_n", "less", "5.6", "imply", "globally", "[0,62]", "(", "finally", "[37,76]", "(", "rise", "(", "signal_3_n", "more equal", "92.6", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "62", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "62", "]", "(", "F", "[", "37", ":", "76", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "25.7"], ["signal_1_n", "<", "90.3"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", "<", "5.6"]]}, " prop_3 ": {"span": [40, 64], "prop": [["rise", "(", "signal_3_n", ">=", "92.6", ")"]]}}} {"id": 827, "sentence": ["At", "sometime", "within", "1", "to", "31", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "25.7", "will", "eventually", "occur", "and", "the", "value", "of", "signal_2_n", "will", "start", "not", "equaling", "to", "7.3", "."], "ltl": ["finally", "[1,31]", "(", "fall", "(", "signal_1_n", "math equal", "25.7", ")", "and", "fall", "(", "signal_2_n", "math equal", "7.3", ")", ")"], "logic_sentence": ["At", "sometime", "within", "1", "to", "31", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "eventually", "occur", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "1", ":", "31", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["fall", "(", "signal_1_n", "==", "25.7", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["fall", "(", "signal_2_n", "==", "7.3", ")"]]}}} {"id": 4914, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "49.6", "is", "detected", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "has", "to", "be", "equal", "to", "15.7", "and", "this", "condition", "should", "remain", "consistently", "until", "ultimately", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "57.9", ",", "which", "will", "get", "detected", "at", "a", "certain", "time", "point", "within", "the", "next", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "49.6", ")", "imply", "(", "signal_2_n", "math equal", "15.7", ")", "until", "[0,22]", "(", "signal_3_n", "more equal", "57.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "condition", "should", "remain", "consistently", "until", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "22", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", ">=", "49.6", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", "==", "15.7"]]}, " prop_3 ": {"span": [43, 67], "prop": [["signal_3_n", ">=", "57.9"]]}}} {"id": 5541, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "jumps", "to", "at", "least", "45.6", "occurs", "then", "the", "value", "of", "signal_2_n", "needs", "to", "simultaneously", "remain", "less", "than", "85.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "45.6", ")", "imply", "signal_2_n", "less", "85.2", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">=", "45.6", ")"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", "<", "85.2"]]}}} {"id": 929, "sentence": ["On", "condition", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "37.4", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "falls", "below", "96.6", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "shall", "be", "equal", "to", "83.3", "and", "consistently", "this", "scenario", "ought", "to", "keep", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "37.4", "or", "rise", "(", "signal_2_n", "less", "96.6", ")", "imply", "globally", "(", "signal_3_n", "math equal", "83.3", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "consistently", "this", "scenario", "ought", "to", "keep", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "37.4"]]}, " prop_2 ": {"span": [15, 22], "prop": [["rise", "(", "signal_2_n", "<", "96.6", ")"]]}, " prop_3 ": {"span": [32, 38], "prop": [["signal_3_n", "==", "83.3"]]}}} {"id": 310, "sentence": ["If", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "ought", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "be", "below", "93.2", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "less", "93.2", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "ought", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [46, 55], "prop": [["signal_3_n", "<", "93.2"]]}}} {"id": 4615, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "does", "n't", "occur", "till", "the", "value", "of", "signal", "signal_3_n", "gets", "more", "than", "35.6", "finally", ",", "which", "gets", "observed", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "ultimately", "a", "certain", "moment", "in", "the", "next", "73", "time", "units", ",", "after", "which", "the", "value", "of", "signal_4_n", "ought", "to", "be", "less", "than", "0.7", "and", "then", "this", "condition", "should", "consecutively", "continue", "for", "every", "time", "point", "within", "the", "subsequent", "21", "time", "units", "."], "ltl": ["globally", "(", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "until", "(", "rise", "(", "signal_3_n", "more", "35.6", ")", ")", "imply", "finally", "[0,73]", "(", "globally", "[0,21]", "(", "signal_4_n", "less", "0.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "occur", "till", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "ultimately", "a", "certain", "moment", "in", "the", "next", "73", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "then", "this", "condition", "should", "consecutively", "continue", "for", "every", "time", "point", "within", "the", "subsequent", "21", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 45], "prop": [["rise", "(", "signal_3_n", ">", "35.6", ")"]]}, " prop_3 ": {"span": [70, 80], "prop": [["signal_4_n", "<", "0.7"]]}}} {"id": 5537, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "46.0", "then", "in", "response", "right", "away", "the", "value", "of", "signal", "signal_2_n", "should", "stay", "smaller", "than", "33.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "46.0", ")", "imply", "signal_2_n", "less", "33.7", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "in", "response", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["rise", "(", "signal_1_n", ">=", "46.0", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "<", "33.7"]]}}} {"id": 421, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "40", "time", "units", ",", "signal_1_n", "should", "stay", "less", "than", "or", "equal", "to", "79.4", "without", "interruption", "and", "the", "value", "of", "signal", "signal_2_n", "should", "keep", "equal", "to", "58.0", "all", "the", "time", "."], "ltl": ["globally", "[0,40]", "(", "signal_1_n", "less equal", "79.4", "and", "signal_2_n", "math equal", "58.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "40", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "40", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<=", "79.4"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", "==", "58.0"]]}}} {"id": 3054, "sentence": ["For", "each", "time", "point", "within", "the", "first", "18", "to", "58", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_1_n", "is", "43.9", "and", "the", "value", "of", "signal_2_n", "has", "to", "stay", "greater", "than", "95.8", "."], "ltl": ["globally", "[18,58]", "(", "signal_1_n", "math equal", "43.9", "and", "signal_2_n", "more", "95.8", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "18", "to", "58", "time", "units", ",", "consecutively", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "18", ":", "58", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "43.9"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "95.8"]]}}} {"id": 1936, "sentence": ["For", "each", "time", "point", "within", "21", "time", "units", "consecutively", "the", "value", "of", "signal", "signal_1_n", "stays", "equal", "to", "2.3", "."], "ltl": ["globally", "[0,21]", "(", "signal_1_n", "math equal", "2.3", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "21", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "2.3"]]}}} {"id": 4346, "sentence": ["Whenever", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "first", "29", "to", "40", "time", "units", ",", "after", "which", "for", "the", "subsequent", "7", "to", "20", "time", "units", "the", "value", "of", "signal_3_n", "must", "stay", "smaller", "than", "14.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[29,40]", "(", "globally", "[7,20]", "(", "signal_3_n", "less", "14.9", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "first", "29", "to", "40", "time", "units", ",", "after", "which", "for", "the", "subsequent", "7", "to", "20", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "29", ":", "40", "]", "(", "G", "[", "7", ":", "20", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [44, 53], "prop": [["signal_3_n", "<", "14.9"]]}}} {"id": 1431, "sentence": ["For", "every", "time", "point", "during", "the", "first", "49", "time", "units", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "continuously", "between", "the", "closed", "interval", "-LSB-", "21.1", ",", "69.6", "-RSB-", "."], "ltl": ["globally", "[0,49]", "(", "signal_1_n", "more equal", "21.1", "and", "signal_1_n", "less equal", "69.6", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "49", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "49", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 28], "prop": [["signal_1_n", ">=", "21.1"], ["signal_1_n", "<=", "69.6"]]}}} {"id": 217, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "not", "greater", "than", "or", "equal", "to", "64.9", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "first", "29", "time", "units", ",", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "within", "the", "coming", "50", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_4_n", "shifts", "to", "72.7", "should", "occur", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "64.9", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,29]", "(", "finally", "[0,50]", "(", "rise", "(", "signal_4_n", "math equal", "72.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "first", "29", "time", "units", ",", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "within", "the", "coming", "50", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "29", "]", "(", "F", "[", "0", ":", "50", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", ">=", "64.9", ")"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [64, 74], "prop": [["rise", "(", "signal_4_n", "==", "72.7", ")"]]}}} {"id": 3890, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal_1_n", "shall", "ultimately", "go", "down", "to", "smaller", "than", "58.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "less", "than", "or", "equal", "to", "96.9", "eventually", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "58.0", ")", "or", "negation", "(", "signal_2_n", "less equal", "96.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["rise", "(", "signal_1_n", "<", "58.0", ")"]]}, " prop_2 ": {"span": [27, 41], "prop": [["-", "(", "signal_2_n", "<=", "96.9", ")"]]}}} {"id": 252, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "exceeds", "the", "threshold", "of", "22.0", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "needs", "to", "be", "equal", "to", "28.7", "and", "the", "signal_3_n", "signal", "will", "have", "to", "be", "over", "34.7", "and", "smaller", "than", "41.3", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "22.0", ")", "imply", "signal_2_n", "math equal", "28.7", "and", "(", "signal_3_n", "more", "34.7", "and", "signal_3_n", "less", "41.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", ">", "22.0", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "28.7"]]}, " prop_3 ": {"span": [37, 52], "prop": [["signal_3_n", ">", "34.7"], ["signal_3_n", "<", "41.3"]]}}} {"id": 1447, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "falls", "below", "58.7", "happens", ",", "and", "signal_2_n", "is", "larger", "than", "58.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "state", "of", "signal_3_n", "should", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "58.7", ")", "and", "signal_2_n", "more", "58.7", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_2_n", ">", "58.7"], ["rise", "(", "signal_1_n", "<", "58.7", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 317, "sentence": ["For", "more", "than", "28", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "stay", "less", "than", "or", "equal", "to", "58.6", ",", "or", "signal_2_n", "shall", "remain", "equal", "to", "58.2", "without", "interruption", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "less equal", "58.6", "or", "signal_2_n", "math equal", "58.2", ")"], "logic_sentence": ["For", "more", "than", "28", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", "<=", "58.6"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "58.2"]]}}} {"id": 692, "sentence": ["Everytime", "when", "signal_1_n", "is", "lower", "than", "60.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "60.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "mode", "of", "signal", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "60.5", "and", "signal_2_n", "less", "60.3", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "<", "60.5"]]}, " prop_2 ": {"span": [9, 18], "prop": [["signal_2_n", "<", "60.3"]]}, " prop_3 ": {"span": [32, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5837, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "lower", "than", "56.6", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "scenario", "that", "signal_2_n", "gets", "set", "to", "signal_3_n", "must", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "56.6", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<", "56.6", ")"]]}, " prop_2 ": {"span": [36, 41], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2274, "sentence": ["Within", "the", "first", "29", "time", "units", "signal_1_n", "needs", "to", "be", "at", "most", "85.5", "all", "the", "time", "and", "the", "value", "of", "signal_2_n", "will", "be", "staying", "greater", "than", "or", "equal", "to", "13.3", "and", "less", "than", "or", "equal", "to", "72.7", "consistently", "."], "ltl": ["globally", "[0,29]", "(", "signal_1_n", "less equal", "85.5", "and", "(", "signal_2_n", "more equal", "13.3", "and", "signal_2_n", "less equal", "72.7", ")", ")"], "logic_sentence": ["Within", "the", "first", "29", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "29", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["signal_1_n", "<=", "85.5"]]}, " prop_2 ": {"span": [17, 38], "prop": [["signal_2_n", ">=", "13.3"], ["signal_2_n", "<=", "72.7"]]}}} {"id": 3834, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "will", "be", "bigger", "than", "38.8", "."], "ltl": ["finally", "[0,27]", "(", "signal_1_n", "more", "38.8", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["signal_1_n", ">", "38.8"]]}}} {"id": 1967, "sentence": ["If", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "right", "away", "signal_3_n", "shall", "be", "greater", "than", "11.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "11.4", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 29], "prop": [["signal_3_n", ">", "11.4"]]}}} {"id": 89, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "higher", "than", "32.6", "and", "less", "than", "38.8", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "37.4", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "more", "32.6", "and", "signal_1_n", "less", "38.8", "imply", "signal_2_n", "more equal", "37.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">", "32.6"], ["signal_1_n", "<", "38.8"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", ">=", "37.4"]]}}} {"id": 1025, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "33.8", "and", "smaller", "than", "94.9", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "91.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "the", "signal_3_n", "signal", "should", "be", "above", "43.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "33.8", "and", "signal_1_n", "less", "94.9", ")", "or", "signal_2_n", "more", "91.2", "imply", "signal_3_n", "more", "43.5", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "33.8"], ["signal_1_n", "<", "94.9"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", ">", "91.2"]]}, " prop_3 ": {"span": [37, 44], "prop": [["signal_3_n", ">", "43.5"]]}}} {"id": 490, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "takes", "place", "then", "in", "response", "eventually", "after", "a", "certain", "moment", "during", "the", "subsequent", "47", "time", "units", "for", "each", "time", "instant", "within", "75", "time", "units", "the", "state", "of", "signal_3_n", "must", "be", "uninterruptedly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,47]", "(", "globally", "[0,75]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "eventually", "after", "a", "certain", "moment", "during", "the", "subsequent", "47", "time", "units", "for", "each", "time", "instant", "within", "75", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "47", "]", "(", "G", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 53], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 270, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "no", "more", "than", "85.3", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "in", "the", "first", "64", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "is", "not", "less", "than", "62.8", "then", "this", "condition", "needs", "to", "always", "remain", "for", "every", "time", "point", "in", "the", "subsequent", "26", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "85.3", ")", "imply", "finally", "[0,64]", "(", "globally", "[0,26]", "(", "negation", "(", "signal_2_n", "less", "62.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "in", "the", "first", "64", "time", "units", ",", "(", "prop_2", ")", "then", "this", "condition", "needs", "to", "always", "remain", "for", "every", "time", "point", "in", "the", "subsequent", "26", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", "<=", "85.3", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["-", "(", "signal_2_n", "<", "62.8", ")"]]}}} {"id": 5448, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "99.5", "happens", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "21", "to", "54", "time", "units", ",", "ultimately", "the", "value", "of", "signal_3_n", "is", "n't", "less", "than", "or", "equal", "to", "31.5", ",", "till", "then", "the", "signal_2_n", "signal", "must", "be", "always", "above", "43.1", "and", "less", "than", "58.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "99.5", ")", "imply", "(", "signal_2_n", "more", "43.1", "and", "signal_2_n", "less", "58.4", ")", "until", "[21,54]", "(", "negation", "(", "signal_3_n", "less equal", "31.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "21", "to", "54", "time", "units", ",", "ultimately", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "21", ":", "54", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "99.5", ")"]]}, " prop_2 ": {"span": [37, 49], "prop": [["-", "(", "signal_3_n", "<=", "31.5", ")"]]}, " prop_3 ": {"span": [52, 64], "prop": [["signal_2_n", ">", "43.1"], ["signal_2_n", "<", "58.4"]]}}} {"id": 1572, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "consecutively", "keeps", "equal", "to", "79.2", "within", "the", "elapsed", "56", "time", "units", ",", "then", "eventually", "there", "shall", "be", "a", "time", "within", "the", "following", "32", "time", "units", ",", "after", "which", "within", "95", "time", "units", "signal_2_n", "keeps", "equal", "to", "30.7", "consistently", "."], "ltl": ["globally", "(", "historically", "[0,56]", "(", "signal_1_n", "math equal", "79.2", ")", "imply", "finally", "[0,32]", "(", "globally", "[0,95]", "(", "signal_2_n", "math equal", "30.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "eventually", "there", "shall", "be", "a", "time", "within", "the", "following", "32", "time", "units", ",", "after", "which", "within", "95", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "56", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 17], "prop": [["signal_1_n", "==", "79.2"]]}, " prop_2 ": {"span": [38, 44], "prop": [["signal_2_n", "==", "30.7"]]}}} {"id": 6435, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "becomes", "no", "larger", "than", "70.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "signal_2_n", "should", "be", "higher", "than", "66.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "70.9", ")", "imply", "signal_2_n", "more", "66.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<=", "70.9", ")"]]}, " prop_2 ": {"span": [22, 28], "prop": [["signal_2_n", ">", "66.1"]]}}} {"id": 1931, "sentence": ["For", "at", "least", "27", "time", "units", ",", "consecutively", "signal_1_n", "must", "remain", "smaller", "than", "52.2", ",", "or", "consistently", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "71.4", "."], "ltl": ["globally", "[0,27]", "(", "signal_1_n", "less", "52.2", "or", "signal_2_n", "less", "71.4", ")"], "logic_sentence": ["For", "at", "least", "27", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "27", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "<", "52.2"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "<", "71.4"]]}}} {"id": 6022, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "is", "shifted", "to", "68.8", "is", "not", "observed", ",", "and", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "4.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "exist", "a", "certain", "moment", "during", "the", "coming", "30", "to", "78", "time", "units", "eventually", ",", "at", "which", "signal_3_n", "shall", "be", "between", "-LRB-", "5.4", ",", "72.5", "-RSB-", "for", "each", "moment", "within", "1", "to", "66", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "68.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "4.8", ")", "imply", "finally", "[30,78]", "(", "globally", "[1,66]", "(", "signal_3_n", "more", "5.4", "and", "signal_3_n", "less equal", "72.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "not", "observed", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "exist", "a", "certain", "moment", "during", "the", "coming", "30", "to", "78", "time", "units", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "30", ":", "78", "]", "(", "G", "[", "1", ":", "66", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["-", "rise", "(", "signal_1_n", "==", "68.8", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["rise", "(", "signal_2_n", ">=", "4.8", ")"]]}, " prop_3 ": {"span": [56, 74], "prop": [["signal_3_n", ">", "5.4"], ["signal_3_n", "<=", "72.5"]]}}} {"id": 480, "sentence": ["When", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "30.2", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "11.0", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "51", "time", "units", ",", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_3_n", "gets", "set", "to", "signal_4_n", "has", "to", "ultimately", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "30.2", "and", "rise", "(", "signal_2_n", "more equal", "11.0", ")", "imply", "finally", "[0,51]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "51", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_3", ")", "has", "to", "ultimately", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "30.2"]]}, " prop_2 ": {"span": [14, 26], "prop": [["rise", "(", "signal_2_n", ">=", "11.0", ")"]]}, " prop_3 ": {"span": [49, 58], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3553, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "the", "state", "of", "signal", "signal_1_n", "should", "be", "in", "signal_2_n", "consistently", "and", "the", "value", "of", "signal", "signal_3_n", "keeps", "higher", "than", "10.7", "and", "less", "than", "28.1", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "10.7", "and", "signal_3_n", "less", "28.1", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_3_n", ">", "10.7"], ["signal_3_n", "<", "28.1"]]}}} {"id": 3609, "sentence": ["In", "case", "that", "signal_1_n", "is", "below", "96.8", "then", "in", "response", "eventually", "after", "a", "certain", "moment", "during", "the", "following", "97", "time", "units", "for", "each", "time", "instant", "in", "the", "subsequent", "2", "time", "units", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "remain", "equal", "to", "45.5", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less", "96.8", "imply", "finally", "[0,97]", "(", "globally", "[0,2]", "(", "signal_2_n", "math equal", "45.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "in", "response", "eventually", "after", "a", "certain", "moment", "during", "the", "following", "97", "time", "units", "for", "each", "time", "instant", "in", "the", "subsequent", "2", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "<", "96.8"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_2_n", "==", "45.5"]]}}} {"id": 450, "sentence": ["When", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "or", "the", "state", "of", "signal", "signal_3_n", "is", "in", "signal_4_n", "then", "in", "response", "the", "subsequent", "condition", "will", "not", "be", "true", ":", "the", "value", "of", "signal", "signal_5_n", "is", "not", "less", "than", "or", "equal", "to", "69.3", "and", "then", "this", "scenario", "has", "held", "without", "interruption", "for", "the", "last", "42", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "negation", "(", "historically", "[0,42]", "(", "negation", "(", "signal_5_n", "less equal", "69.3", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "the", "subsequent", "condition", "will", "not", "be", "true", ":", "(", "prop_3", ")", "and", "then", "this", "scenario", "has", "held", "without", "interruption", "for", "the", "last", "42", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "-", "(", "hist|ically", "[", "0", ":", "42", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [8, 16], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [27, 40], "prop": [["-", "(", "signal_5_n", "<=", "69.3", ")"]]}}} {"id": 3056, "sentence": ["For", "each", "moment", "during", "the", "first", "8", "to", "62", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "always", "set", "to", "15.4", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "remain", "above", "67.1", "without", "interruption", "."], "ltl": ["globally", "[8,62]", "(", "signal_1_n", "math equal", "15.4", "and", "signal_2_n", "more", "67.1", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "8", "to", "62", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "8", ":", "62", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "15.4"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">", "67.1"]]}}} {"id": 5279, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "no", "more", "than", "49.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "time", "within", "the", "first", "8", "time", "units", ",", "the", "signal_2_n", "signal", "shall", "be", "signal_3_n", "and", "this", "condition", "will", "be", "keeping", "uninterruptedly", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "49.3", "imply", "finally", "[0,8]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "time", "within", "the", "first", "8", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "will", "be", "keeping", "uninterruptedly", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "8", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "<=", "49.3"]]}, " prop_2 ": {"span": [36, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2881, "sentence": ["There", "has", "to", "be", "eventually", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_1_n", "must", "be", "higher", "than", "21.1", "and", "less", "than", "96.5", "."], "ltl": ["finally", "(", "signal_1_n", "more", "21.1", "and", "signal_1_n", "less", "96.5", ")"], "logic_sentence": ["There", "has", "to", "be", "eventually", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">", "21.1"], ["signal_1_n", "<", "96.5"]]}}} {"id": 6073, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "21.3", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "sometime", "within", "the", "following", "50", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "ought", "to", "be", "equal", "to", "54.3", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "21.3", ")", "imply", "finally", "[0,50]", "(", "signal_2_n", "math equal", "54.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "sometime", "within", "the", "following", "50", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "21.3", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", "==", "54.3"]]}}} {"id": 345, "sentence": ["There", "shall", "be", "a", "certain", "time", "instant", "within", "the", "first", "14", "to", "52", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "ultimately", "signal_2_n", "."], "ltl": ["finally", "[14,52]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "instant", "within", "the", "first", "14", "to", "52", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "14", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6212, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "17.2", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "following", "13", "time", "units", ",", "there", "has", "to", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "larger", "than", "75.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "17.2", ")", "imply", "globally", "[0,13]", "(", "finally", "(", "signal_2_n", "more", "75.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "following", "13", "time", "units", ",", "there", "has", "to", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "13", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "17.2", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["signal_2_n", ">", "75.5"]]}}} {"id": 4700, "sentence": ["In", "the", "future", "without", "interruption", "the", "signal_1_n", "signal", "will", "be", "no", "larger", "than", "40.3", ",", "or", "consecutively", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "goes", "lower", "than", "95.0", "must", "never", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "40.3", "or", "negation", "fall", "(", "signal_2_n", "more equal", "95.0", ")", ")"], "logic_sentence": ["In", "the", "future", "without", "interruption", "(", "prop_1", ")", ",", "or", "consecutively", "the", "scenario", "that", "(", "prop_2", ")", "must", "never", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", "<=", "40.3"]]}, " prop_2 ": {"span": [20, 28], "prop": [["-", "fall", "(", "signal_2_n", ">=", "95.0", ")"]]}}} {"id": 778, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "has", "to", "be", "above", "33.7", "and", "smaller", "than", "45.1", "in", "no", "time", "or", "signal_4_n", "must", "be", "equal", "to", "93.1", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "33.7", "and", "signal_3_n", "less", "45.1", ")", "or", "signal_4_n", "math equal", "93.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 44], "prop": [["signal_3_n", ">", "33.7"], ["signal_3_n", "<", "45.1"]]}, " prop_3 ": {"span": [45, 52], "prop": [["signal_4_n", "==", "93.1"]]}}} {"id": 1552, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "no", "less", "than", "61.3", "happens", ",", "then", "in", "response", "after", "a", "certain", "moment", "during", "the", "subsequent", "51", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "ought", "n't", "to", "be", "equal", "to", "23.2", "then", "this", "scenario", "will", "be", "lasting", "all", "the", "time", "for", "every", "moment", "within", "the", "following", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "61.3", ")", "imply", "finally", "[0,51]", "(", "globally", "[0,73]", "(", "negation", "(", "signal_2_n", "math equal", "23.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "after", "a", "certain", "moment", "during", "the", "subsequent", "51", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">=", "61.3", ")"]]}, " prop_2 ": {"span": [30, 60], "prop": [["-", "(", "signal_2_n", "==", "23.2", ")"]]}}} {"id": 4255, "sentence": ["When", "during", "the", "elapsed", "24", "time", "units", ",", "continuously", "the", "transition", "action", "that", "signal_1_n", "started", "deviating", "from", "27.5", "did", "not", "get", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "subsequent", "1", "time", "units", "ultimately", "the", "event", "that", "signal_2_n", "increases", "above", "41.6", "shall", "be", "observed", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "historically", "[0,24]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "27.5", ")", ")", "imply", "globally", "[0,1]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "41.6", ")", ")", ")", ")"], "logic_sentence": ["When", "during", "the", "elapsed", "24", "time", "units", ",", "continuously", "the", "transition", "action", "that", "(", "prop_1", ")", "did", "not", "get", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "subsequent", "1", "time", "units", "ultimately", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "observed", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "24", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "1", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["-", "fall", "(", "signal_1_n", "==", "27.5", ")"]]}, " prop_2 ": {"span": [41, 45], "prop": [["rise", "(", "signal_2_n", ">", "41.6", ")"]]}}} {"id": 734, "sentence": ["If", "in", "the", "past", ",", "without", "interruption", "the", "mode", "of", "signal_1_n", "has", "stayed", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "exist", "a", "certain", "time", "point", "within", "the", "following", "0", "to", "3", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "67.3", "eventually", ",", "before", "that", "uninterruptedly", "signal_3_n", "should", "remain", "greater", "than", "or", "equal", "to", "41.2", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "41.2", ")", "until", "[0,3]", "(", "signal_4_n", "more equal", "67.3", ")", ")"], "logic_sentence": ["If", "in", "the", "past", ",", "without", "interruption", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "exist", "a", "certain", "time", "point", "within", "the", "following", "0", "to", "3", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_3", ")", "U", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [43, 57], "prop": [["signal_4_n", ">=", "67.3"]]}, " prop_3 ": {"span": [59, 70], "prop": [["signal_3_n", ">=", "41.2"]]}}} {"id": 675, "sentence": ["Eventually", "at", "a", "certain", "moment", "within", "the", "first", "6", "to", "8", "time", "units", ",", "the", "signal_1_n", "signal", "will", "have", "to", "be", "9.7", "."], "ltl": ["finally", "[6,8]", "(", "signal_1_n", "math equal", "9.7", ")"], "logic_sentence": ["Eventually", "at", "a", "certain", "moment", "within", "the", "first", "6", "to", "8", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "6", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "9.7"]]}}} {"id": 2006, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "94", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "12", "to", "67", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "the", "signal_3_n", "signal", "gets", "equal", "to", "29.9", "must", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,94]", "(", "finally", "[12,67]", "(", "rise", "(", "signal_3_n", "math equal", "29.9", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "94", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "12", "to", "67", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "must", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "94", "]", "(", "F", "[", "12", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [58, 65], "prop": [["rise", "(", "signal_3_n", "==", "29.9", ")"]]}}} {"id": 3891, "sentence": ["There", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "below", "69.8", "will", "have", "to", "get", "detected", "ultimately", ",", "or", "finally", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "no", "more", "than", "84.1", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "69.8", ")", "or", "negation", "(", "signal_2_n", "less equal", "84.1", ")", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "get", "detected", "ultimately", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 27], "prop": [["rise", "(", "signal_1_n", "<", "69.8", ")"]]}, " prop_2 ": {"span": [36, 47], "prop": [["-", "(", "signal_2_n", "<=", "84.1", ")"]]}}} {"id": 3333, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "13.7", "and", "at", "most", "50.5", ",", "and", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "subsequent", "1", "to", "5", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "the", "signal_4_n", "signal", "should", "be", "greater", "than", "or", "equal", "to", "10.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "13.7", "and", "signal_1_n", "less equal", "50.5", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[1,5]", "(", "finally", "(", "signal_4_n", "more equal", "10.4", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "subsequent", "1", "to", "5", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "1", ":", "5", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "13.7"], ["signal_1_n", "<=", "50.5"]]}, " prop_2 ": {"span": [18, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [56, 67], "prop": [["signal_4_n", ">=", "10.4"]]}}} {"id": 563, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "83.0", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "is", "shifted", "to", "72.0", "is", "detected", "then", "in", "response", "the", "event", "that", "the", "state", "of", "signal_3_n", "gets", "changed", "to", "signal_4_n", "shall", "never", "take", "place", "until", "eventually", "the", "signal_5_n", "signal", "is", "larger", "than", "10.9", "and", "smaller", "than", "85.9", ",", "which", "has", "to", "get", "observed", "at", "a", "certain", "moment", "within", "43", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "83.0", "and", "rise", "(", "signal_2_n", "math equal", "72.0", ")", "imply", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,43]", "(", "signal_5_n", "more", "10.9", "and", "signal_5_n", "less", "85.9", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "in", "response", "the", "event", "that", "(", "prop_3", ")", "shall", "never", "take", "place", "until", "eventually", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "43", "]", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "==", "83.0"]]}, " prop_2 ": {"span": [15, 24], "prop": [["rise", "(", "signal_2_n", "==", "72.0", ")"]]}, " prop_3 ": {"span": [32, 40], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [46, 71], "prop": [["signal_5_n", ">", "10.9"], ["signal_5_n", "<", "85.9"]]}}} {"id": 648, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "less", "than", "76.2", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "first", "87", "time", "units", ",", "there", "shall", "finally", "exist", "a", "certain", "time", "point", "starting", "at", "most", "63", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "above", "69.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "76.2", "imply", "globally", "[0,87]", "(", "finally", "[0,63]", "(", "signal_2_n", "more", "69.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "first", "87", "time", "units", ",", "there", "shall", "finally", "exist", "a", "certain", "time", "point", "starting", "at", "most", "63", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "87", "]", "(", "F", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<", "76.2"]]}, " prop_2 ": {"span": [47, 54], "prop": [["signal_2_n", ">", "69.5"]]}}} {"id": 1390, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "more", "than", "94.1", "and", "the", "event", "that", "signal_2_n", "becomes", "at", "most", "14.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_3_n", "will", "be", "set", "to", "signal_4_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "94.1", ")", "and", "rise", "(", "signal_2_n", "less equal", "14.2", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["-", "(", "signal_1_n", ">", "94.1", ")"]]}, " prop_2 ": {"span": [22, 27], "prop": [["rise", "(", "signal_2_n", "<=", "14.2", ")"]]}, " prop_3 ": {"span": [38, 52], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2218, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "equals", "to", "68.0", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "there", "shall", "exist", "a", "certain", "moment", "in", "the", "following", "17", "to", "55", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "at", "least", "45.6", "needs", "to", "eventually", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.0", "imply", "globally", "(", "finally", "[17,55]", "(", "rise", "(", "signal_2_n", "more equal", "45.6", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "there", "shall", "exist", "a", "certain", "moment", "in", "the", "following", "17", "to", "55", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "eventually", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "17", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "68.0"]]}, " prop_2 ": {"span": [48, 58], "prop": [["rise", "(", "signal_2_n", ">=", "45.6", ")"]]}}} {"id": 1734, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "keeps", "no", "less", "than", "38.3", "and", "less", "than", "or", "equal", "to", "66.6", "consecutively", "till", "the", "value", "of", "signal_2_n", "will", "shift", "to", "39.7", ",", "which", "finally", "gets", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "has", "to", "be", "a", "certain", "moment", "within", "the", "subsequent", "93", "time", "units", ",", "after", "which", "for", "the", "next", "3", "time", "units", "uninterruptedly", "the", "signal_3_n", "signal", "needs", "to", "stay", "equal", "to", "61.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "38.3", "and", "signal_1_n", "less equal", "66.6", ")", "until", "(", "rise", "(", "signal_2_n", "math equal", "39.7", ")", ")", "imply", "finally", "[0,93]", "(", "globally", "[0,3]", "(", "signal_3_n", "math equal", "61.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "has", "to", "be", "a", "certain", "moment", "within", "the", "subsequent", "93", "time", "units", ",", "after", "which", "for", "the", "next", "3", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "93", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 44], "prop": [["signal_1_n", ">=", "38.3"], ["signal_1_n", "<=", "66.6"], ["rise", "(", "signal_2_n", "==", "39.7", ")"]]}, " prop_2 ": {"span": [76, 85], "prop": [["signal_3_n", "==", "61.4"]]}}} {"id": 272, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "is", "not", "at", "most", "50.5", ",", "and", "signal_2_n", "is", "less", "than", "or", "equal", "to", "0.4", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_3_n", "shall", "not", "be", "no", "larger", "than", "44.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "50.5", ")", "and", "signal_2_n", "less equal", "0.4", "imply", "negation", "(", "signal_3_n", "less equal", "44.6", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", "<=", "50.5", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "<=", "0.4"]]}, " prop_3 ": {"span": [35, 46], "prop": [["-", "(", "signal_3_n", "<=", "44.6", ")"]]}}} {"id": 6290, "sentence": ["Finally", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "signal_2_n", "must", "n't", "happen", "at", "a", "certain", "time", "point", "within", "19", "time", "units", "."], "ltl": ["finally", "[0,19]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Finally", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "n't", "happen", "at", "a", "certain", "time", "point", "within", "19", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 4710, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "0", "to", "74", "time", "units", "uninterruptedly", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "0.8", "wo", "n't", "be", "observed", ",", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "59.5", "uninterruptedly", "."], "ltl": ["globally", "[0,74]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "0.8", ")", "and", "signal_2_n", "math equal", "59.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "0", "to", "74", "time", "units", "uninterruptedly", "the", "event", "that", "(", "prop_1", ")", "wo", "n't", "be", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["-", "fall", "(", "signal_1_n", "==", "0.8", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "==", "59.5"]]}}} {"id": 1379, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "58.8", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "signal_2_n", "should", "remain", "between", "-LRB-", "5.9", ",", "90.6", "-RSB-", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "58.8", ")", "imply", "finally", "(", "signal_2_n", "more", "5.9", "and", "signal_2_n", "less equal", "90.6", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "58.8", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_2_n", ">", "5.9"], ["signal_2_n", "<=", "90.6"]]}}} {"id": 557, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "at", "most", "45.7", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "following", "56", "time", "units", ",", "eventually", "the", "signal_2_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "44.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "45.7", "imply", "finally", "[0,56]", "(", "signal_2_n", "less equal", "44.4", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "following", "56", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<=", "45.7"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", "<=", "44.4"]]}}} {"id": 756, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "14.4", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "first", "7", "to", "9", "time", "units", "the", "signal_2_n", "signal", "has", "to", "consistently", "remain", "equal", "to", "10.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "14.4", ")", "imply", "globally", "[7,9]", "(", "signal_2_n", "math equal", "10.1", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "first", "7", "to", "9", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "7", ":", "9", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", ">=", "14.4", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", "==", "10.1"]]}}} {"id": 1084, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "0", "to", "8", "time", "units", ",", "signal_1_n", "must", "be", "finally", "less", "than", "42.6", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "n't", "be", "less", "than", "or", "equal", "to", "75.0", "ultimately", "."], "ltl": ["finally", "[0,8]", "(", "signal_1_n", "less", "42.6", "or", "negation", "(", "signal_2_n", "less equal", "75.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "0", "to", "8", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "8", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", "<", "42.6"]]}, " prop_2 ": {"span": [22, 37], "prop": [["-", "(", "signal_2_n", "<=", "75.0", ")"]]}}} {"id": 1930, "sentence": ["Within", "75", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "remain", "smaller", "than", "25.3", "all", "the", "time", ",", "or", "consecutively", "the", "value", "of", "signal_2_n", "will", "have", "to", "remain", "smaller", "than", "89.6", "."], "ltl": ["globally", "[0,75]", "(", "signal_1_n", "less", "25.3", "or", "signal_2_n", "less", "89.6", ")"], "logic_sentence": ["Within", "75", "time", "units", ",", "(", "prop_1", ")", ",", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "75", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["signal_1_n", "<", "25.3"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<", "89.6"]]}}} {"id": 218, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "exceeds", "the", "threshold", "of", "96.8", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "26", "time", "units", "the", "event", "that", "the", "value", "of", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "25.1", "will", "have", "to", "ultimately", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "96.8", ")", "imply", "globally", "[0,26]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "25.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "26", "time", "units", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "ultimately", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", ">", "96.8", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["rise", "(", "signal_2_n", ">=", "25.1", ")"]]}}} {"id": 3698, "sentence": ["Eventually", "there", "exists", "sometime", "in", "less", "than", "76", "time", "units", ",", "at", "which", "signal_1_n", "has", "to", "be", "equal", "to", "5.8", "."], "ltl": ["finally", "[0,76]", "(", "signal_1_n", "math equal", "5.8", ")"], "logic_sentence": ["Eventually", "there", "exists", "sometime", "in", "less", "than", "76", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "76", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", "==", "5.8"]]}}} {"id": 455, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "18.5", "will", "be", "detected", "ultimately", ",", "or", "the", "state", "of", "signal", "signal_2_n", "ultimately", "keeps", "in", "signal_3_n", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "math equal", "18.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "event", "that", "(", "prop_1", ")", "will", "be", "detected", "ultimately", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "18.5", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 139, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "81.3", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "following", "5", "to", "27", "time", "units", ",", "at", "sometime", "during", "the", "coming", "0", "to", "6", "time", "units", "eventually", "the", "event", "that", "the", "state", "of", "signal", "signal_4_n", "deviates", "from", "signal_5_n", "is", "not", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "81.3", "imply", "globally", "[5,27]", "(", "finally", "[0,6]", "(", "negation", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "the", "following", "5", "to", "27", "time", "units", ",", "at", "sometime", "during", "the", "coming", "0", "to", "6", "time", "units", "eventually", "the", "event", "that", "(", "prop_3", ")", "is", "not", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "5", ":", "27", "]", "(", "F", "[", "0", ":", "6", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_3_n", "==", "81.3"]]}, " prop_3 ": {"span": [55, 63], "prop": [["-", "fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 3323, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "33", "to", "51", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "stay", "no", "more", "than", "60.2", "without", "interruption", "."], "ltl": ["globally", "[33,51]", "(", "signal_1_n", "less equal", "60.2", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "33", "to", "51", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "33", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 27], "prop": [["signal_1_n", "<=", "60.2"]]}}} {"id": 4600, "sentence": ["When", "the", "event", "that", "signal_1_n", "goes", "over", "39.3", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_2_n", "will", "have", "to", "be", "simultaneously", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "39.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", ">", "39.3", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3431, "sentence": ["For", "every", "time", "point", "in", "the", "first", "56", "time", "units", "signal_1_n", "will", "always", "remain", "at", "most", "16.5", "."], "ltl": ["globally", "[0,56]", "(", "signal_1_n", "less equal", "16.5", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "56", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "<=", "16.5"]]}}} {"id": 1574, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "4.5", "and", "has", "continued", "like", "this", "all", "the", "time", "during", "the", "past", "99", "time", "units", ",", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "instant", "after", "at", "most", "75", "time", "units", ",", "signal_2_n", "shall", "be", "48.6", "then", "this", "scenario", "ought", "to", "always", "last", "during", "the", "following", "54", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,99]", "(", "signal_1_n", "math equal", "4.5", ")", "imply", "finally", "[0,75]", "(", "globally", "[0,54]", "(", "signal_2_n", "math equal", "48.6", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "at", "a", "certain", "time", "instant", "after", "at", "most", "75", "time", "units", ",", "(", "prop_2", ")", "then", "this", "scenario", "ought", "to", "always", "last", "during", "the", "following", "54", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "99", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "75", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 26], "prop": [["signal_1_n", "==", "4.5"]]}, " prop_2 ": {"span": [43, 47], "prop": [["signal_2_n", "==", "48.6"]]}}} {"id": 5059, "sentence": ["At", "a", "time", "after", "at", "most", "16", "time", "units", "ultimately", "the", "value", "of", "signal", "signal_1_n", "should", "be", "bigger", "than", "60.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "less", "than", "or", "equal", "to", "5.0", "."], "ltl": ["finally", "[0,16]", "(", "signal_1_n", "more", "60.1", "and", "signal_2_n", "less equal", "5.0", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "16", "time", "units", "ultimately", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "16", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">", "60.1"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", "<=", "5.0"]]}}} {"id": 6206, "sentence": ["While", "signal_1_n", "is", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "is", "n't", "smaller", "than", "45.9", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_4_n", "needs", "to", "be", "greater", "than", "70.8", "and", "then", "this", "condition", "should", "uninterruptedly", "keep", "for", "each", "moment", "in", "the", "coming", "70", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "45.9", ")", "imply", "globally", "[0,70]", "(", "signal_4_n", "more", "70.8", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "should", "uninterruptedly", "keep", "for", "each", "moment", "in", "the", "coming", "70", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [5, 14], "prop": [["-", "(", "signal_3_n", "<", "45.9", ")"]]}, " prop_3 ": {"span": [21, 31], "prop": [["signal_4_n", ">", "70.8"]]}}} {"id": 276, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "and", "consecutively", "this", "scenario", "needs", "to", "keep", "until", "ultimately", "the", "value", "of", "signal_5_n", "is", "equal", "to", "21.7", ",", "which", "gets", "detected", "at", "a", "time", "in", "the", "next", "6", "to", "19", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[6,19]", "(", "signal_5_n", "math equal", "21.7", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "consecutively", "this", "scenario", "needs", "to", "keep", "until", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "6", ":", "19", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [43, 66], "prop": [["signal_5_n", "==", "21.7"]]}}} {"id": 166, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "in", "the", "first", "5", "to", "5", "time", "units", ",", "the", "value", "of", "signal_3_n", "shall", "never", "be", "at", "most", "73.3", "and", "this", "condition", "needs", "to", "sustain", "for", "each", "moment", "within", "the", "coming", "91", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[5,5]", "(", "globally", "[0,91]", "(", "negation", "(", "signal_3_n", "less equal", "73.3", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "in", "the", "first", "5", "to", "5", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "needs", "to", "sustain", "for", "each", "moment", "within", "the", "coming", "91", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "5", ":", "5", "]", "(", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["-", "(", "signal_3_n", "<=", "73.3", ")"]]}}} {"id": 382, "sentence": ["At", "a", "certain", "moment", "within", "0", "to", "1", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_1_n", "should", "be", "47.7", "and", "finally", "the", "mode", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "."], "ltl": ["finally", "[0,1]", "(", "signal_1_n", "math equal", "47.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "0", "to", "1", "time", "units", ",", "eventually", "(", "prop_1", ")", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "1", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "47.7"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2235, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "decreases", "below", "79.7", "occurs", ",", "then", "at", "the", "same", "time", "instant", "the", "scenario", "that", "the", "signal_2_n", "signal", "deviates", "from", "83.6", "shall", "not", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "79.7", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "83.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "at", "the", "same", "time", "instant", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "<", "79.7", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["-", "fall", "(", "signal_2_n", "==", "83.6", ")"]]}}} {"id": 853, "sentence": ["The", "signal_1_n", "signal", "must", "continuously", "stay", "smaller", "than", "45.1", "for", "at", "least", "19", "time", "units", "."], "ltl": ["globally", "[0,19]", "(", "signal_1_n", "less", "45.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "<", "45.1"]]}}} {"id": 4588, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "48", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "will", "be", "ultimately", "set", "to", "signal_2_n", "and", "the", "mode", "of", "signal_3_n", "shall", "be", "set", "to", "signal_4_n", "."], "ltl": ["finally", "[0,48]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "48", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 621, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "after", "at", "most", "8", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "at", "least", "45.7", "should", "ultimately", "occur", "."], "ltl": ["finally", "[0,8]", "(", "rise", "(", "signal_1_n", "more equal", "45.7", ")", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "after", "at", "most", "8", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "should", "ultimately", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 29], "prop": [["rise", "(", "signal_1_n", ">=", "45.7", ")"]]}}} {"id": 5938, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "in", "the", "past", "without", "interruption", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "below", "38.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "historically", "(", "negation", "(", "signal_3_n", "less", "38.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "in", "the", "past", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 25], "prop": [["-", "(", "signal_3_n", "<", "38.8", ")"]]}}} {"id": 1404, "sentence": ["At", "a", "certain", "time", "point", "within", "15", "time", "units", "the", "value", "of", "signal_1_n", "needs", "to", "be", "equal", "to", "70.1", "ultimately", "or", "the", "value", "of", "signal", "signal_2_n", "must", "be", "at", "least", "0.2", "and", "less", "than", "or", "equal", "to", "0.2", "eventually", "."], "ltl": ["finally", "[0,15]", "(", "signal_1_n", "math equal", "70.1", "or", "(", "signal_2_n", "more equal", "0.2", "and", "signal_2_n", "less equal", "0.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "15", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "15", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "==", "70.1"]]}, " prop_2 ": {"span": [21, 39], "prop": [["signal_2_n", ">=", "0.2"], ["signal_2_n", "<=", "0.2"]]}}} {"id": 2599, "sentence": ["For", "the", "first", "17", "time", "units", "signal_1_n", "has", "to", "be", "continuously", "less", "than", "or", "equal", "to", "23.3", "or", "the", "signal_2_n", "signal", "needs", "to", "consistently", "keep", "equal", "to", "81.1", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "less equal", "23.3", "or", "signal_2_n", "math equal", "81.1", ")"], "logic_sentence": ["For", "the", "first", "17", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "<=", "23.3"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "==", "81.1"]]}}} {"id": 954, "sentence": ["Globally", ",", "whenever", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "and", "this", "condition", "has", "continuously", "remained", "within", "the", "past", "79", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "a", "time", "within", "the", "subsequent", "69", "time", "units", "ultimately", ",", "after", "which", "signal_3_n", "has", "to", "consistently", "remain", "greater", "than", "or", "equal", "to", "87.8", "for", "each", "time", "instant", "within", "68", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,79]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,69]", "(", "globally", "[0,68]", "(", "signal_3_n", "more equal", "87.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "this", "condition", "has", "continuously", "remained", "within", "the", "past", "79", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "a", "time", "within", "the", "subsequent", "69", "time", "units", "ultimately", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "79", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "69", "]", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [48, 67], "prop": [["signal_3_n", ">=", "87.8"]]}}} {"id": 2304, "sentence": ["The", "state", "of", "signal_1_n", "ought", "to", "be", "consistently", "in", "signal_2_n", "for", "the", "first", "1", "to", "1", "time", "units", "."], "ltl": ["globally", "[1,1]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "1", ":", "1", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1970, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "20.1", "gets", "detected", "then", "at", "once", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "in", "signal_3_n", "and", "the", "state", "of", "signal_4_n", "ought", "to", "be", "signal_5_n", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "20.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "at", "once", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "20.1", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [31, 40], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1063, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "38.2", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "above", "34.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "38.2", ")", "imply", "signal_2_n", "more", "34.9", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "38.2", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", ">", "34.9"]]}}} {"id": 2859, "sentence": ["For", "each", "time", "instant", "within", "22", "time", "units", "signal_1_n", "should", "consistently", "keep", "less", "than", "or", "equal", "to", "36.2", "."], "ltl": ["globally", "[0,22]", "(", "signal_1_n", "less equal", "36.2", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "22", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<=", "36.2"]]}}} {"id": 1001, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "3.9", "occurs", "then", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "simultaneously", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "3.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["fall", "(", "signal_1_n", "==", "3.9", ")"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6281, "sentence": ["Ultimately", "the", "value", "of", "signal_1_n", "shall", "stay", "no", "more", "than", "89.4", "at", "sometime", "starting", "between", "45", "to", "89", "time", "units", "."], "ltl": ["finally", "[45,89]", "(", "signal_1_n", "less equal", "89.4", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "45", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "<=", "89.4"]]}}} {"id": 809, "sentence": ["At", "a", "certain", "time", "instant", "within", "33", "time", "units", ",", "eventually", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "61.3", "must", "not", "occur", ",", "and", "finally", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "29.1", "."], "ltl": ["finally", "[0,33]", "(", "negation", "fall", "(", "signal_1_n", "more equal", "61.3", ")", "and", "signal_2_n", "more equal", "29.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "33", "time", "units", ",", "eventually", "the", "scenario", "that", "(", "prop_1", ")", "must", "not", "occur", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["-", "fall", "(", "signal_1_n", ">=", "61.3", ")"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", ">=", "29.1"]]}}} {"id": 6230, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "80.9", "is", "detected", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "52", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "coming", "27", "time", "units", "the", "scenario", "that", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "must", "be", "eventually", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "80.9", ")", "imply", "globally", "[0,52]", "(", "finally", "[0,27]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "52", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "coming", "27", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "eventually", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "F", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "<", "80.9", ")"]]}, " prop_2 ": {"span": [52, 57], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5245, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "23.7", "and", "the", "value", "of", "signal_2_n", "is", "n't", "below", "52.9", "then", "in", "no", "time", "the", "value", "of", "signal_3_n", "has", "to", "be", "lower", "than", "39.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "23.7", "and", "negation", "(", "signal_2_n", "less", "52.9", ")", "imply", "signal_3_n", "less", "39.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "23.7"]]}, " prop_2 ": {"span": [17, 25], "prop": [["-", "(", "signal_2_n", "<", "52.9", ")"]]}, " prop_3 ": {"span": [29, 39], "prop": [["signal_3_n", "<", "39.9"]]}}} {"id": 4565, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "3.8", "takes", "place", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "shall", "exist", "a", "certain", "moment", "during", "the", "coming", "87", "to", "94", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "5.8", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "3.8", ")", "imply", "globally", "(", "finally", "[87,94]", "(", "rise", "(", "signal_2_n", "more", "5.8", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "there", "shall", "exist", "a", "certain", "moment", "during", "the", "coming", "87", "to", "94", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_2", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "87", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "3.8", ")"]]}, " prop_2 ": {"span": [52, 61], "prop": [["rise", "(", "signal_2_n", ">", "5.8", ")"]]}}} {"id": 368, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", ",", "then", "in", "response", "the", "mode", "of", "signal_3_n", "must", "be", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2388, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "77.2", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "during", "the", "next", "0", "to", "1", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "has", "to", "be", "higher", "than", "4.1", "and", "below", "47.2", "and", "then", "will", "be", "consecutively", "staying", "like", "this", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "more", "77.2", "imply", "finally", "[0,1]", "(", "globally", "(", "signal_2_n", "more", "4.1", "and", "signal_2_n", "less", "47.2", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "during", "the", "next", "0", "to", "1", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "1", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "77.2"]]}, " prop_2 ": {"span": [38, 62], "prop": [["signal_2_n", ">", "4.1"], ["signal_2_n", "<", "47.2"]]}}} {"id": 664, "sentence": ["The", "value", "of", "signal_1_n", "will", "have", "to", "remain", "at", "least", "65.8", "ultimately", "at", "sometime", "within", "the", "first", "10", "to", "22", "time", "units", "."], "ltl": ["finally", "[10,22]", "(", "signal_1_n", "more equal", "65.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "10", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "65.8"]]}}} {"id": 292, "sentence": ["The", "scenario", "that", "the", "signal_1_n", "signal", "changes", "to", "signal_2_n", "should", "eventually", "get", "observed", "at", "a", "certain", "time", "instant", "during", "the", "first", "72", "time", "units", "."], "ltl": ["finally", "[0,72]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["The", "scenario", "that", "(", "prop_1", ")", "should", "eventually", "get", "observed", "at", "a", "certain", "time", "instant", "during", "the", "first", "72", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "72", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 5854, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "at", "least", "95.4", "then", "uninterruptedly", "this", "condition", "continues", "for", "each", "moment", "within", "1", "to", "3", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[1,3]", "(", "signal_3_n", "more equal", "95.4", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "uninterruptedly", "this", "condition", "continues", "for", "each", "moment", "within", "1", "to", "3", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", ">=", "95.4"]]}}} {"id": 1046, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "happens", "then", "in", "response", "after", "a", "certain", "time", "point", "in", "less", "than", "39", "time", "units", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "over", "60.1", "and", "consistently", "this", "scenario", "should", "continue", "for", "each", "time", "point", "during", "the", "next", "27", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,39]", "(", "globally", "[0,27]", "(", "signal_3_n", "more", "60.1", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "after", "a", "certain", "time", "point", "in", "less", "than", "39", "time", "units", "(", "prop_2", ")", "and", "consistently", "this", "scenario", "should", "continue", "for", "each", "time", "point", "during", "the", "next", "27", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_3_n", ">", "60.1"]]}}} {"id": 1266, "sentence": ["On", "condition", "that", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "11.3", "then", "eventually", "after", "sometime", "in", "the", "following", "3", "time", "units", ",", "the", "signal_2_n", "signal", "has", "to", "be", "no", "larger", "than", "9.5", "and", "then", "remains", "like", "this", "uninterruptedly", "for", "each", "time", "point", "within", "the", "coming", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "11.3", "imply", "finally", "[0,3]", "(", "globally", "[0,81]", "(", "signal_2_n", "less equal", "9.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "eventually", "after", "sometime", "in", "the", "following", "3", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "G", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "11.3"]]}, " prop_2 ": {"span": [22, 48], "prop": [["signal_2_n", "<=", "9.5"]]}}} {"id": 1896, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "stay", "equal", "to", "28.6", "consistently", "for", "each", "moment", "in", "the", "first", "93", "time", "units", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "math equal", "28.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "28.6"]]}}} {"id": 1637, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "eventually", "there", "ought", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "59", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "needs", "to", "be", "larger", "than", "4.4", "and", "less", "than", "9.8", "then", "this", "scenario", "shall", "uninterruptedly", "keep", "for", "each", "time", "instant", "within", "the", "coming", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,59]", "(", "globally", "[0,16]", "(", "signal_3_n", "more", "4.4", "and", "signal_3_n", "less", "9.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "eventually", "there", "ought", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "59", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "shall", "uninterruptedly", "keep", "for", "each", "time", "instant", "within", "the", "coming", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "59", "]", "(", "G", "[", "0", ":", "16", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 45], "prop": [["signal_3_n", ">", "4.4"], ["signal_3_n", "<", "9.8"]]}}} {"id": 444, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "76.8", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "is", "a", "certain", "moment", "during", "the", "following", "24", "to", "57", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "76.8", ")", "imply", "finally", "[24,57]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "is", "a", "certain", "moment", "during", "the", "following", "24", "to", "57", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "24", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<=", "76.8", ")"]]}, " prop_2 ": {"span": [46, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2613, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "mode", "of", "signal_1_n", "will", "be", "being", "set", "to", "signal_2_n", "without", "interruption", ",", "or", "consistently", "the", "signal_3_n", "signal", "has", "to", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4813, "sentence": ["At", "a", "certain", "time", "instant", "within", "20", "to", "46", "time", "units", "the", "value", "of", "signal_1_n", "should", "be", "30.9", "ultimately", "and", "the", "transition", "action", "that", "signal_2_n", "is", "shifted", "to", "signal_3_n", "should", "ultimately", "not", "occur", "."], "ltl": ["finally", "[20,46]", "(", "signal_1_n", "math equal", "30.9", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "20", "to", "46", "time", "units", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "ultimately", "not", "occur", "."], "logic_ltl": ["F", "[", "20", ":", "46", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "30.9"]]}, " prop_2 ": {"span": [24, 29], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4586, "sentence": ["For", "each", "time", "point", "within", "94", "time", "units", "the", "value", "of", "signal_1_n", "has", "to", "keep", "greater", "than", "56.2", "continuously", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "more", "56.2", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "94", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">", "56.2"]]}}} {"id": 1524, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "at", "least", "64.1", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "shifts", "to", "signal_3_n", "does", "not", "take", "place", "then", "for", "each", "moment", "within", "the", "first", "50", "time", "units", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", "the", "transition", "action", "that", "signal_4_n", "gets", "over", "31.9", "shall", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "64.1", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,50]", "(", "finally", "(", "rise", "(", "signal_4_n", "more", "31.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "does", "not", "take", "place", "then", "for", "each", "moment", "within", "the", "first", "50", "time", "units", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "50", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">=", "64.1"]]}, " prop_2 ": {"span": [19, 25], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [54, 58], "prop": [["rise", "(", "signal_4_n", ">", "31.9", ")"]]}}} {"id": 5795, "sentence": ["In", "the", "case", "signal_1_n", "is", "equal", "to", "70.9", ",", "then", "finally", "at", "sometime", "in", "the", "first", "31", "to", "97", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "ought", "to", "be", "signal_4_n", ",", "before", "that", "uninterruptedly", "the", "value", "of", "signal_2_n", "will", "keep", "lower", "than", "67.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "70.9", "imply", "(", "signal_2_n", "less", "67.9", ")", "until", "[31,97]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "finally", "at", "sometime", "in", "the", "first", "31", "to", "97", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "31", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "70.9"]]}, " prop_2 ": {"span": [21, 43], "prop": [["signal_3_n", "==", "signal_4_n"], ["signal_2_n", "<", "67.9"]]}}} {"id": 1000, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "28.5", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "should", "stay", "greater", "than", "or", "equal", "to", "26.4", "and", "less", "than", "or", "equal", "to", "46.1", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.5", ")", "imply", "signal_2_n", "more equal", "26.4", "and", "signal_2_n", "less equal", "46.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", ">=", "28.5", ")"]]}, " prop_2 ": {"span": [28, 49], "prop": [["signal_2_n", ">=", "26.4"], ["signal_2_n", "<=", "46.1"]]}}} {"id": 5617, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "occurs", ",", "then", "there", "is", "eventually", "sometime", "starting", "at", "most", "76", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,76]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "there", "is", "eventually", "sometime", "starting", "at", "most", "76", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2136, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "gets", "observed", "then", "in", "response", "in", "no", "time", "the", "signal_3_n", "signal", "must", "not", "be", "less", "than", "or", "equal", "to", "57.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "less equal", "57.5", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["-", "(", "signal_3_n", "<=", "57.5", ")"]]}}} {"id": 3315, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "no", "more", "than", "97.5", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "instantly", "signal_2_n", "ought", "n't", "to", "be", "greater", "than", "or", "equal", "to", "13.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "97.5", ")", "imply", "negation", "(", "signal_2_n", "more equal", "13.7", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<=", "97.5", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["-", "(", "signal_2_n", ">=", "13.7", ")"]]}}} {"id": 5888, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "no", "more", "than", "43.2", "then", "the", "following", "condition", "is", "true", ":", "during", "the", "last", "4", "to", "88", "time", "units", ",", "signal_2_n", "has", "been", "continuously", "keeping", "larger", "than", "36.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "43.2", "imply", "historically", "[4,88]", "(", "signal_2_n", "more", "36.7", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "during", "the", "last", "4", "to", "88", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "4", ":", "88", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<=", "43.2"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", ">", "36.7"]]}}} {"id": 2648, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "28.7", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "for", "every", "time", "instant", "within", "the", "coming", "88", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_2_n", "has", "to", "remain", "greater", "than", "or", "equal", "to", "26.3", "and", "less", "than", "or", "equal", "to", "35.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "28.7", ")", "imply", "finally", "(", "globally", "[0,88]", "(", "signal_2_n", "more equal", "26.3", "and", "signal_2_n", "less equal", "35.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "for", "every", "time", "instant", "within", "the", "coming", "88", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "88", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "28.7", ")"]]}, " prop_2 ": {"span": [53, 74], "prop": [["signal_2_n", ">=", "26.3"], ["signal_2_n", "<=", "35.9"]]}}} {"id": 1486, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "increases", "above", "82.0", ",", "then", "immediately", "the", "value", "of", "signal_2_n", "ought", "to", "stay", "at", "85.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.0", ")", "imply", "signal_2_n", "math equal", "85.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "82.0", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "==", "85.2"]]}}} {"id": 2397, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "first", "26", "time", "units", ",", "eventually", "signal_3_n", "shall", "increase", "above", "40.1", "at", "a", "time", "within", "the", "next", "29", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,26]", "(", "finally", "[0,29]", "(", "rise", "(", "signal_3_n", "more", "40.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "first", "26", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 48], "prop": [["rise", "(", "signal_3_n", ">", "40.1", ")"]]}}} {"id": 636, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "not", "set", "to", "11.7", "occurs", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "first", "3", "time", "units", ",", "eventually", "there", "ought", "to", "be", "a", "certain", "time", "point", "during", "the", "next", "45", "to", "45", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_2_n", "signal", "shifts", "to", "0.2", "must", "not", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "11.7", ")", "imply", "globally", "[0,3]", "(", "finally", "[45,45]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "0.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "first", "3", "time", "units", ",", "eventually", "there", "ought", "to", "be", "a", "certain", "time", "point", "during", "the", "next", "45", "to", "45", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "F", "[", "45", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["fall", "(", "signal_1_n", "==", "11.7", ")"]]}, " prop_2 ": {"span": [58, 64], "prop": [["-", "rise", "(", "signal_2_n", "==", "0.2", ")"]]}}} {"id": 528, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "84.8", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "12.0", "and", "less", "than", "or", "equal", "to", "15.4", "."], "ltl": ["globally", "(", "signal_1_n", "more", "84.8", "imply", "signal_2_n", "more equal", "12.0", "and", "signal_2_n", "less equal", "15.4", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", ">", "84.8"]]}, " prop_2 ": {"span": [24, 41], "prop": [["signal_2_n", ">=", "12.0"], ["signal_2_n", "<=", "15.4"]]}}} {"id": 2424, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "the", "mode", "of", "signal_1_n", "has", "to", "be", "continuously", "set", "to", "signal_2_n", ",", "and", "continuously", "the", "signal_3_n", "signal", "should", "remain", "larger", "than", "1.2", "and", "smaller", "than", "11.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "1.2", "and", "signal_3_n", "less", "11.8", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_3_n", ">", "1.2"], ["signal_3_n", "<", "11.8"]]}}} {"id": 5636, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "13.4", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "following", "12", "time", "units", "at", "a", "certain", "moment", "starting", "at", "most", "82", "time", "units", ",", "the", "event", "that", "the", "state", "of", "signal_2_n", "gets", "shifted", "to", "signal_3_n", "will", "ultimately", "take", "place", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "13.4", ")", "imply", "globally", "[0,12]", "(", "finally", "[0,82]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "following", "12", "time", "units", "at", "a", "certain", "moment", "starting", "at", "most", "82", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "will", "ultimately", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "12", "]", "(", "F", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["fall", "(", "signal_1_n", "==", "13.4", ")"]]}, " prop_2 ": {"span": [39, 47], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5261, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "signal_1_n", "is", "less", "than", "or", "equal", "to", "78.3", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "78.3", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "<=", "78.3"]]}}} {"id": 5958, "sentence": ["Globally", ",", "when", "ultimately", "there", "is", "sometime", "during", "the", "next", "43", "time", "units", ",", "at", "which", "signal_2_n", "is", "smaller", "than", "99.1", ",", "before", "that", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "on", "70.0", "consistently", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "signal_3_n", "will", "have", "to", "be", "greater", "than", "49.8", "and", "at", "most", "75.7", "at", "a", "certain", "moment", "during", "the", "next", "35", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "70.0", ")", "until", "[0,43]", "(", "signal_2_n", "less", "99.1", ")", "imply", "finally", "[0,35]", "(", "signal_3_n", "more", "49.8", "and", "signal_3_n", "less equal", "75.7", ")", ")"], "logic_sentence": ["Globally", ",", "when", "ultimately", "there", "is", "sometime", "during", "the", "next", "43", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "before", "that", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "[", "0", ":", "43", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "35", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 21], "prop": [["signal_2_n", "<", "99.1"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_1_n", "==", "70.0"]]}, " prop_3 ": {"span": [44, 66], "prop": [["signal_3_n", ">", "49.8"], ["signal_3_n", "<=", "75.7"]]}}} {"id": 6005, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "equal", "to", "93.9", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "is", "changed", "to", "67.2", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "has", "to", "be", "promptly", "51.0", "or", "the", "mode", "of", "signal", "signal_4_n", "must", "be", "simultaneously", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "93.9", "and", "rise", "(", "signal_2_n", "math equal", "67.2", ")", "imply", "signal_3_n", "math equal", "51.0", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "93.9"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", "==", "67.2", ")"]]}, " prop_3 ": {"span": [34, 43], "prop": [["signal_3_n", "==", "51.0"]]}, " prop_4 ": {"span": [44, 54], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1736, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "4.3", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "56.3", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "first", "17", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "4.3", ")", "imply", "finally", "[0,17]", "(", "signal_2_n", "less equal", "56.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", ">=", "4.3", ")"]]}, " prop_2 ": {"span": [27, 52], "prop": [["signal_2_n", "<=", "56.3"]]}}} {"id": 2400, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "52", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "following", "75", "time", "units", "finally", "the", "scenario", "that", "signal_3_n", "gets", "over", "83.7", "shall", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,52]", "(", "finally", "[0,75]", "(", "rise", "(", "signal_3_n", "more", "83.7", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "first", "52", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "following", "75", "time", "units", "finally", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 48], "prop": [["rise", "(", "signal_3_n", ">", "83.7", ")"]]}}} {"id": 325, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "98.8", ",", "then", "at", "a", "certain", "moment", "after", "at", "most", "10", "time", "units", "the", "signal_3_n", "signal", "ought", "to", "be", "no", "less", "than", "36.3", ",", "till", "then", "the", "signal_2_n", "signal", "needs", "to", "remain", "greater", "than", "7.9", "and", "less", "than", "10.8", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "98.8", "imply", "(", "signal_2_n", "more", "7.9", "and", "signal_2_n", "less", "10.8", ")", "until", "[0,10]", "(", "signal_3_n", "more equal", "36.3", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "at", "a", "certain", "moment", "after", "at", "most", "10", "time", "units", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "98.8"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_3_n", ">=", "36.3"]]}, " prop_3 ": {"span": [36, 52], "prop": [["signal_2_n", ">", "7.9"], ["signal_2_n", "<", "10.8"]]}}} {"id": 654, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "needs", "to", "be", "promptly", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4126, "sentence": ["At", "sometime", "in", "the", "first", "92", "time", "units", ",", "the", "signal_1_n", "signal", "should", "be", "eventually", "greater", "than", "or", "equal", "to", "31.7", "and", "eventually", "the", "signal_2_n", "signal", "needs", "to", "be", "less", "than", "20.1", "."], "ltl": ["finally", "[0,92]", "(", "signal_1_n", "more equal", "31.7", "and", "signal_2_n", "less", "20.1", ")"], "logic_sentence": ["At", "sometime", "in", "the", "first", "92", "time", "units", ",", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "92", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">=", "31.7"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "<", "20.1"]]}}} {"id": 4092, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "will", "be", "staying", "lower", "than", "56.6", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "less", "56.6", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<", "56.6"]]}}} {"id": 1999, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "10.7", "and", "less", "than", "44.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "is", "less", "than", "27.8", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "10.7", "and", "signal_1_n", "less", "44.7", "imply", "signal_2_n", "less", "27.8", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 19], "prop": [["signal_1_n", ">=", "10.7"], ["signal_1_n", "<", "44.7"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "<", "27.8"]]}}} {"id": 111, "sentence": ["Whenever", "during", "the", "last", "47", "time", "units", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "was", "uninterruptedly", "not", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "shall", "be", "above", "15.8", "and", "less", "than", "22.8", "and", "then", "ought", "to", "continue", "like", "this", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "historically", "[0,47]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "signal_3_n", "more", "15.8", "and", "signal_3_n", "less", "22.8", ")", ")"], "logic_sentence": ["Whenever", "during", "the", "last", "47", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "was", "uninterruptedly", "not", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "47", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 56], "prop": [["signal_3_n", ">", "15.8"], ["signal_3_n", "<", "22.8"]]}}} {"id": 916, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "between", "-LSB-", "8.0", ",", "43.5", "-RSB-", ",", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal_4_n", "gets", "set", "to", "78.5", "ought", "to", "be", "detected", "promptly", ",", "and", "the", "signal_5_n", "signal", "should", "be", "immediately", "bigger", "than", "29.8", "and", "below", "32.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "8.0", "and", "signal_1_n", "less equal", "43.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "rise", "(", "signal_4_n", "math equal", "78.5", ")", "and", "(", "signal_5_n", "more", "29.8", "and", "signal_5_n", "less", "32.2", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "promptly", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "8.0"], ["signal_1_n", "<=", "43.5"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [34, 42], "prop": [["rise", "(", "signal_4_n", "==", "78.5", ")"]]}, " prop_4 ": {"span": [49, 61], "prop": [["signal_5_n", ">", "29.8"], ["signal_5_n", "<", "32.2"]]}}} {"id": 447, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", ",", "then", "the", "following", "condition", "shall", "not", "be", "true", ":", "the", "value", "of", "signal_5_n", "is", "not", "less", "than", "or", "equal", "to", "9.7", "then", "this", "condition", "kept", "for", "the", "last", "53", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "negation", "(", "historically", "[0,53]", "(", "negation", "(", "signal_5_n", "less equal", "9.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "shall", "not", "be", "true", ":", "(", "prop_3", ")", "then", "this", "condition", "kept", "for", "the", "last", "53", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "-", "(", "hist|ically", "[", "0", ":", "53", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [29, 41], "prop": [["-", "(", "signal_5_n", "<=", "9.7", ")"]]}}} {"id": 2227, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "44.2", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "deviates", "from", "62.0", "occurs", ",", "then", "in", "response", "eventually", "after", "sometime", "during", "the", "following", "42", "time", "units", "the", "signal_3_n", "signal", "consistently", "remains", "on", "70.6", "for", "every", "time", "point", "within", "48", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "44.2", "or", "fall", "(", "signal_2_n", "math equal", "62.0", ")", "imply", "finally", "[0,42]", "(", "globally", "[0,48]", "(", "signal_3_n", "math equal", "70.6", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", ",", "then", "in", "response", "eventually", "after", "sometime", "during", "the", "following", "42", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "42", "]", "(", "G", "[", "0", ":", "48", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "44.2"]]}, " prop_2 ": {"span": [15, 23], "prop": [["fall", "(", "signal_2_n", "==", "62.0", ")"]]}, " prop_3 ": {"span": [37, 52], "prop": [["signal_3_n", "==", "70.6"]]}}} {"id": 1964, "sentence": ["If", "signal_1_n", "gets", "changed", "to", "97.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "first", "76", "time", "units", "at", "a", "certain", "time", "instant", "in", "the", "next", "15", "time", "units", "the", "value", "of", "signal_2_n", "needs", "to", "keep", "above", "22.2", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "97.6", ")", "imply", "globally", "[0,76]", "(", "finally", "[0,15]", "(", "signal_2_n", "more", "22.2", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "first", "76", "time", "units", "at", "a", "certain", "time", "instant", "in", "the", "next", "15", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "97.6", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_2_n", ">", "22.2"]]}}} {"id": 428, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "56.6", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "next", "62", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "66.6", "and", "no", "more", "than", "80.6", "consecutively", "within", "34", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "56.6", ")", "imply", "finally", "[0,62]", "(", "globally", "[0,34]", "(", "signal_2_n", "more equal", "66.6", "and", "signal_2_n", "less equal", "80.6", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "next", "62", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "G", "[", "0", ":", "34", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "56.6", ")"]]}, " prop_2 ": {"span": [46, 68], "prop": [["signal_2_n", ">=", "66.6"], ["signal_2_n", "<=", "80.6"]]}}} {"id": 468, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "begins", "deviating", "from", "30.9", "gets", "observed", "then", "starting", "without", "any", "delay", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "34.6", "and", "less", "than", "or", "equal", "to", "55.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "30.9", ")", "imply", "signal_2_n", "more equal", "34.6", "and", "signal_2_n", "less equal", "55.2", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "30.9", ")"]]}, " prop_2 ": {"span": [14, 34], "prop": [["signal_2_n", ">=", "34.6"], ["signal_2_n", "<=", "55.2"]]}}} {"id": 1603, "sentence": ["The", "value", "of", "signal", "signal_1_n", "must", "be", "89.7", "finally", "at", "sometime", "within", "6", "time", "units", "."], "ltl": ["finally", "[0,6]", "(", "signal_1_n", "math equal", "89.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "89.7"]]}}} {"id": 1202, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "83", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "must", "be", "eventually", "equal", "to", "60.1", ",", "or", "finally", "the", "state", "of", "signal", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,83]", "(", "signal_1_n", "math equal", "60.1", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "83", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "83", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", "==", "60.1"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1365, "sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "the", "first", "27", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "ultimately", "bigger", "than", "87.9", "."], "ltl": ["finally", "[0,27]", "(", "signal_1_n", "more", "87.9", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "moment", "within", "the", "first", "27", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", ">", "87.9"]]}}} {"id": 5509, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "higher", "than", "79.1", "or", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "is", "sometime", "in", "the", "following", "23", "to", "48", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "the", "subsequent", "66", "time", "units", "without", "interruption", "the", "signal_4_n", "signal", "should", "not", "be", "at", "least", "98.0", "."], "ltl": ["globally", "(", "signal_1_n", "more", "79.1", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[23,48]", "(", "globally", "[0,66]", "(", "negation", "(", "signal_4_n", "more equal", "98.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "is", "sometime", "in", "the", "following", "23", "to", "48", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "the", "subsequent", "66", "time", "units", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "23", ":", "48", "]", "(", "G", "[", "0", ":", "66", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "79.1"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [57, 66], "prop": [["-", "(", "signal_4_n", ">=", "98.0", ")"]]}}} {"id": 1004, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "signal_1_n", "signal", "will", "be", "consecutively", "less", "than", "32.5", ",", "and", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "is", "never", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "32.5", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "<", "32.5"]]}, " prop_2 ": {"span": [21, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2525, "sentence": ["At", "a", "time", "in", "the", "first", "38", "time", "units", "eventually", "signal_1_n", "shall", "be", "equal", "to", "44.6", ",", "and", "eventually", "the", "value", "of", "signal_2_n", "shall", "be", "equal", "to", "44.1", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "math equal", "44.6", "and", "signal_2_n", "math equal", "44.1", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "38", "time", "units", "eventually", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "44.6"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "==", "44.1"]]}}} {"id": 5233, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "goes", "to", "no", "less", "than", "52.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "18", "time", "units", ",", "after", "which", "the", "value", "of", "signal_2_n", "should", "be", "equal", "to", "57.8", "and", "has", "to", "continue", "like", "that", "uninterruptedly", "for", "each", "moment", "during", "the", "next", "82", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "52.2", ")", "imply", "finally", "[0,18]", "(", "globally", "[0,82]", "(", "signal_2_n", "math equal", "57.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "18", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "has", "to", "continue", "like", "that", "uninterruptedly", "for", "each", "moment", "during", "the", "next", "82", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "18", "]", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">=", "52.2", ")"]]}, " prop_2 ": {"span": [43, 52], "prop": [["signal_2_n", "==", "57.8"]]}}} {"id": 2663, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "lower", "than", "34.3", "then", "for", "each", "moment", "during", "the", "following", "14", "time", "units", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "34", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "shall", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "34.3", "imply", "globally", "[0,14]", "(", "finally", "[0,34]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "14", "]", "(", "F", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 30], "prop": [["signal_1_n", "<", "34.3"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4292, "sentence": ["For", "every", "time", "point", "within", "2", "to", "37", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "uninterruptedly", "not", "be", "2.7", ",", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "no", "larger", "than", "72.9", "consistently", "."], "ltl": ["globally", "[2,37]", "(", "negation", "(", "signal_1_n", "math equal", "2.7", ")", "or", "signal_2_n", "less equal", "72.9", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "2", "to", "37", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "37", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["-", "(", "signal_1_n", "==", "2.7", ")"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", "<=", "72.9"]]}}} {"id": 726, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "42.1", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "consecutively", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "increases", "above", "87.1", "must", "n't", "get", "detected", "for", "every", "time", "point", "during", "the", "coming", "83", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "42.1", ")", "imply", "finally", "(", "globally", "[0,83]", "(", "negation", "rise", "(", "signal_2_n", "more", "87.1", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "consecutively", "the", "event", "that", "(", "prop_2", ")", "must", "n't", "get", "detected", "for", "every", "time", "point", "during", "the", "coming", "83", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "42.1", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["-", "rise", "(", "signal_2_n", ">", "87.1", ")"]]}}} {"id": 4716, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "larger", "than", "20.2", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "must", "be", "in", "signal_3_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "20.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "20.2", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1469, "sentence": ["For", "every", "moment", "within", "the", "first", "0", "to", "0", "time", "units", "signal_1_n", "ought", "to", "keep", "equal", "to", "27.8", "continuously", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "math equal", "27.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "0", "to", "0", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "27.8"]]}}} {"id": 1726, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "23.4", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "following", "47", "time", "units", "ultimately", "at", "a", "certain", "moment", "during", "the", "coming", "5", "time", "units", "signal_2_n", "will", "have", "to", "be", "equal", "to", "9.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.4", ")", "imply", "globally", "[0,47]", "(", "finally", "[0,5]", "(", "signal_2_n", "math equal", "9.2", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "following", "47", "time", "units", "ultimately", "at", "a", "certain", "moment", "during", "the", "coming", "5", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "47", "]", "(", "F", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "23.4", ")"]]}, " prop_2 ": {"span": [42, 50], "prop": [["signal_2_n", "==", "9.2"]]}}} {"id": 4089, "sentence": ["In", "the", "case", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "equal", "to", "11.5", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "11.5", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [12, 28], "prop": [["signal_3_n", "==", "11.5"]]}}} {"id": 1658, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "less", "than", "84.6", "eventually", "at", "a", "certain", "time", "point", "within", "68", "time", "units", "."], "ltl": ["finally", "[0,68]", "(", "signal_1_n", "less", "84.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "<", "84.6"]]}}} {"id": 888, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "43.8", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "signal_2_n", "is", "less", "than", "or", "equal", "to", "32.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "43.8", ")", "imply", "signal_2_n", "less equal", "32.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", "<", "43.8", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_2_n", "<=", "32.3"]]}}} {"id": 4215, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "43.8", "or", "the", "scenario", "that", "signal_2_n", "gets", "shifted", "to", "signal_3_n", "does", "not", "happen", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "first", "57", "time", "units", ",", "there", "ought", "to", "be", "a", "time", "within", "the", "following", "29", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "shall", "be", "finally", "less", "than", "7.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.8", "or", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,57]", "(", "finally", "[0,29]", "(", "signal_4_n", "less", "7.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "does", "not", "happen", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "first", "57", "time", "units", ",", "there", "ought", "to", "be", "a", "time", "within", "the", "following", "29", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "57", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "==", "43.8"]]}, " prop_2 ": {"span": [18, 23], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [61, 70], "prop": [["signal_4_n", "<", "7.4"]]}}} {"id": 36, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "consecutively", "equal", "to", "8.2", ",", "and", "continuously", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "gets", "changed", "to", "signal_3_n", "must", "never", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.2", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "and", "continuously", "the", "scenario", "that", "(", "prop_2", ")", "must", "never", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", "==", "8.2"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2709, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "99.6", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "needs", "to", "keep", "larger", "than", "12.1", "and", "less", "than", "18.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "99.6", ")", "imply", "signal_2_n", "more", "12.1", "and", "signal_2_n", "less", "18.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "99.6", ")"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", ">", "12.1"], ["signal_2_n", "<", "18.2"]]}}} {"id": 2634, "sentence": ["There", "ought", "to", "exist", "a", "certain", "moment", "within", "the", "first", "43", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "ultimately", "equal", "to", "63.3", "or", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "37.2", "should", "eventually", "get", "observed", "."], "ltl": ["finally", "[0,43]", "(", "signal_1_n", "math equal", "63.3", "or", "rise", "(", "signal_2_n", "less", "37.2", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "moment", "within", "the", "first", "43", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "should", "eventually", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["signal_1_n", "==", "63.3"]]}, " prop_2 ": {"span": [32, 39], "prop": [["rise", "(", "signal_2_n", "<", "37.2", ")"]]}}} {"id": 3136, "sentence": ["The", "value", "of", "signal_1_n", "needs", "to", "uninterruptedly", "remain", "higher", "than", "3.6", "and", "below", "7.0", "for", "each", "time", "instant", "during", "the", "first", "37", "to", "56", "time", "units", "."], "ltl": ["globally", "[37,56]", "(", "signal_1_n", "more", "3.6", "and", "signal_1_n", "less", "7.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "37", ":", "56", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 26], "prop": [["signal_1_n", ">", "3.6"], ["signal_1_n", "<", "7.0"]]}}} {"id": 893, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "28.0", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "should", "not", "be", "no", "more", "than", "37.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "28.0", ")", "imply", "negation", "(", "signal_2_n", "less equal", "37.7", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["fall", "(", "signal_1_n", "==", "28.0", ")"]]}, " prop_2 ": {"span": [19, 31], "prop": [["-", "(", "signal_2_n", "<=", "37.7", ")"]]}}} {"id": 2374, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "is", "signal_2_n", "and", "the", "signal_3_n", "signal", "keeps", "in", "signal_4_n", "then", "after", "a", "certain", "time", "instant", "starting", "between", "79", "to", "79", "time", "units", ",", "the", "signal_5_n", "signal", "is", "at", "least", "67.7", "and", "then", "will", "be", "holding", "like", "that", "consecutively", "for", "every", "moment", "in", "the", "following", "3", "to", "8", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "finally", "[79,79]", "(", "globally", "[3,8]", "(", "signal_5_n", "more equal", "67.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "after", "a", "certain", "time", "instant", "starting", "between", "79", "to", "79", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "79", ":", "79", "]", "(", "G", "[", "3", ":", "8", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [34, 60], "prop": [["signal_5_n", ">=", "67.7"]]}}} {"id": 420, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "below", "78.9", "takes", "place", "and", "the", "event", "that", "the", "signal_2_n", "signal", "shifts", "to", "signal_3_n", "does", "n't", "get", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "71", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "first", "36", "time", "units", ",", "at", "which", "signal_4_n", "shall", "keep", "above", "26.5", "and", "less", "than", "57.5", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "78.9", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,71]", "(", "finally", "[0,36]", "(", "signal_4_n", "more", "26.5", "and", "signal_4_n", "less", "57.5", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "and", "the", "event", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "71", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "first", "36", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "71", "]", "(", "F", "[", "0", ":", "36", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "<", "78.9", ")"]]}, " prop_2 ": {"span": [16, 22], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [59, 69], "prop": [["signal_4_n", ">", "26.5"], ["signal_4_n", "<", "57.5"]]}}} {"id": 5780, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "91", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "eventually", "not", "be", "77.6", "or", "the", "signal_2_n", "signal", "will", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,91]", "(", "negation", "(", "signal_1_n", "math equal", "77.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "91", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "91", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["-", "(", "signal_1_n", "==", "77.6", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3655, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "equal", "to", "98.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "simultaneously", "above", "36.4", "and", "lower", "than", "39.7", ",", "or", "the", "state", "of", "signal", "signal_3_n", "must", "be", "signal_4_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "98.9", "imply", "(", "signal_2_n", "more", "36.4", "and", "signal_2_n", "less", "39.7", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "98.9"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">", "36.4"], ["signal_2_n", "<", "39.7"]]}, " prop_3 ": {"span": [33, 44], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 175, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "below", "66.9", ",", "or", "the", "signal_2_n", "signal", "is", "82.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "signal_3_n", "signal", "is", "equal", "to", "75.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "66.9", ")", "or", "signal_2_n", "math equal", "82.0", "imply", "signal_3_n", "math equal", "75.1", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "<", "66.9", ")"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "==", "82.0"]]}, " prop_3 ": {"span": [29, 36], "prop": [["signal_3_n", "==", "75.1"]]}}} {"id": 6095, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "not", "less", "than", "or", "equal", "to", "39.1", ",", "then", "in", "response", "there", "will", "be", "ultimately", "a", "certain", "time", "instant", "during", "the", "subsequent", "24", "to", "28", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "keep", "greater", "than", "or", "equal", "to", "33.8", "and", "at", "most", "82.6", "uninterruptedly", "for", "more", "than", "56", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "39.1", ")", "imply", "finally", "[24,28]", "(", "globally", "[0,56]", "(", "signal_2_n", "more equal", "33.8", "and", "signal_2_n", "less equal", "82.6", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "in", "response", "there", "will", "be", "ultimately", "a", "certain", "time", "instant", "during", "the", "subsequent", "24", "to", "28", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "24", ":", "28", "]", "(", "G", "[", "0", ":", "56", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", "<=", "39.1", ")"]]}, " prop_2 ": {"span": [37, 61], "prop": [["signal_2_n", ">=", "33.8"], ["signal_2_n", "<=", "82.6"]]}}} {"id": 4780, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "mode", "of", "signal_1_n", "needs", "to", "keep", "in", "signal_2_n", "without", "interruption", "or", "signal_3_n", "shall", "keep", "in", "signal_4_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 229, "sentence": ["At", "a", "certain", "time", "point", "within", "23", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "is", "finally", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "23", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1146, "sentence": ["Whenever", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "37.6", "and", "less", "than", "or", "equal", "to", "89.8", ",", "then", "for", "every", "moment", "in", "the", "subsequent", "12", "time", "units", "at", "a", "certain", "time", "point", "within", "the", "following", "69", "time", "units", ",", "the", "transition", "action", "that", "the", "state", "of", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "must", "not", "happen", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "37.6", "and", "signal_1_n", "less equal", "89.8", "imply", "globally", "[0,12]", "(", "finally", "[0,69]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "for", "every", "moment", "in", "the", "subsequent", "12", "time", "units", "at", "a", "certain", "time", "point", "within", "the", "following", "69", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "not", "happen", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "12", "]", "(", "F", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "37.6"], ["signal_1_n", "<=", "89.8"]]}, " prop_2 ": {"span": [43, 52], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1616, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "not", "no", "less", "than", "93.3", "or", "the", "value", "of", "signal", "signal_2_n", "is", "18.6", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "65.1", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "93.3", ")", "or", "signal_2_n", "math equal", "18.6", "imply", "signal_3_n", "more equal", "65.1", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", ">=", "93.3", ")"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "==", "18.6"]]}, " prop_3 ": {"span": [29, 47], "prop": [["signal_3_n", ">=", "65.1"]]}}} {"id": 779, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", "then", "immediately", "the", "signal_3_n", "signal", "ought", "to", "be", "larger", "than", "29.5", "and", "below", "64.3", "or", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_4_n", "has", "to", "be", "equal", "to", "47.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "29.5", "and", "signal_3_n", "less", "64.3", ")", "or", "signal_4_n", "math equal", "47.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "immediately", "(", "prop_2", ")", "or", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_3_n", ">", "29.5"], ["signal_3_n", "<", "64.3"]]}, " prop_3 ": {"span": [36, 47], "prop": [["signal_4_n", "==", "47.7"]]}}} {"id": 869, "sentence": ["Finally", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_1_n", "should", "be", "4.7", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "4.7", ")"], "logic_sentence": ["Finally", "there", "should", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 21], "prop": [["signal_1_n", "==", "4.7"]]}}} {"id": 3925, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "at", "least", "73.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "is", "greater", "than", "7.9", "and", "less", "than", "51.9", "and", "then", "needs", "to", "consecutively", "stay", "like", "this", "for", "each", "time", "instant", "in", "the", "subsequent", "0", "to", "0", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "73.1", "imply", "globally", "[0,0]", "(", "signal_2_n", "more", "7.9", "and", "signal_2_n", "less", "51.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "needs", "to", "consecutively", "stay", "like", "this", "for", "each", "time", "instant", "in", "the", "subsequent", "0", "to", "0", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", ">=", "73.1"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", ">", "7.9"], ["signal_2_n", "<", "51.9"]]}}} {"id": 1234, "sentence": ["There", "will", "have", "to", "exist", "a", "time", "after", "between", "4", "to", "17", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "47.7", "gets", "detected", "finally", "or", "ultimately", "the", "value", "of", "signal_2_n", "shall", "be", "no", "less", "than", "77.3", "."], "ltl": ["finally", "[4,17]", "(", "fall", "(", "signal_1_n", "math equal", "47.7", ")", "or", "signal_2_n", "more equal", "77.3", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "time", "after", "between", "4", "to", "17", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "finally", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "4", ":", "17", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 29], "prop": [["fall", "(", "signal_1_n", "==", "47.7", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", ">=", "77.3"]]}}} {"id": 3139, "sentence": ["If", "signal_1_n", "is", "not", "equal", "to", "33.5", "then", "in", "response", "instantly", "the", "value", "of", "signal", "signal_2_n", "must", "stay", "equal", "to", "38.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "33.5", ")", "imply", "signal_2_n", "math equal", "38.1", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["-", "(", "signal_1_n", "==", "33.5", ")"]]}, " prop_2 ": {"span": [11, 21], "prop": [["signal_2_n", "==", "38.1"]]}}} {"id": 2279, "sentence": ["There", "will", "exist", "sometime", "after", "at", "most", "100", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "should", "be", "at", "most", "39.9", "and", "ultimately", "signal_2_n", "will", "become", "greater", "than", "or", "equal", "to", "66.5", "."], "ltl": ["finally", "[0,100]", "(", "signal_1_n", "less equal", "39.9", "and", "rise", "(", "signal_2_n", "more equal", "66.5", ")", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "after", "at", "most", "100", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "<=", "39.9"]]}, " prop_2 ": {"span": [24, 33], "prop": [["rise", "(", "signal_2_n", ">=", "66.5", ")"]]}}} {"id": 1790, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "no", "more", "than", "28.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "mode", "of", "signal", "signal_2_n", "is", "never", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "28.2", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<=", "28.2"]]}, " prop_2 ": {"span": [29, 38], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5183, "sentence": ["At", "a", "time", "in", "the", "first", "21", "time", "units", ",", "signal_1_n", "must", "n't", "be", "signal_2_n", "ultimately", "or", "ultimately", "signal_3_n", "must", "be", "equal", "to", "51.2", "."], "ltl": ["finally", "[0,21]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "math equal", "51.2", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "21", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "21", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"], ["signal_3_n", "==", "51.2"]]}}} {"id": 400, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "94.2", "is", "detected", "then", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "28.0", "and", "shall", "hold", "like", "this", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "94.2", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less equal", "28.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "ultimately", "at", "sometime", "in", "the", "future", "before", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["rise", "(", "signal_1_n", ">=", "94.2", ")"]]}, " prop_2 ": {"span": [35, 59], "prop": [["signal_2_n", "<=", "28.0"]]}}} {"id": 2357, "sentence": ["If", "the", "state", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "shall", "be", "larger", "than", "5.0", "and", "less", "than", "25.1", "at", "the", "same", "time", "point", "and", "promptly", "signal_4_n", "needs", "to", "fall", "to", "less", "than", "or", "equal", "to", "94.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "5.0", "and", "signal_3_n", "less", "25.1", ")", "and", "rise", "(", "signal_4_n", "less equal", "94.9", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 34], "prop": [["signal_3_n", ">", "5.0"], ["signal_3_n", "<", "25.1"]]}, " prop_3 ": {"span": [36, 47], "prop": [["rise", "(", "signal_4_n", "<=", "94.9", ")"]]}}} {"id": 5809, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "first", "62", "to", "89", "time", "units", "there", "is", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "scenario", "that", "signal_3_n", "becomes", "below", "47.6", "is", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[62,89]", "(", "finally", "(", "rise", "(", "signal_3_n", "less", "47.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "first", "62", "to", "89", "time", "units", "there", "is", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "62", ":", "89", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [61, 65], "prop": [["rise", "(", "signal_3_n", "<", "47.6", ")"]]}}} {"id": 549, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "54", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "remain", "on", "2.5", "consecutively", "and", "continuously", "signal_2_n", "will", "never", "get", "bigger", "than", "15.2", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "2.5", "and", "negation", "rise", "(", "signal_2_n", "more", "15.2", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "54", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 29], "prop": [["signal_1_n", "==", "2.5"], ["-", "rise", "(", "signal_2_n", ">", "15.2", ")"]]}}} {"id": 883, "sentence": ["For", "each", "moment", "within", "17", "to", "21", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "be", "set", "to", "85.1", "all", "the", "time", "."], "ltl": ["globally", "[17,21]", "(", "signal_1_n", "math equal", "85.1", ")"], "logic_sentence": ["For", "each", "moment", "within", "17", "to", "21", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "17", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "85.1"]]}}} {"id": 4445, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "59", "time", "units", "the", "state", "of", "signal_1_n", "ought", "to", "always", "remain", "in", "signal_2_n", "and", "signal_3_n", "will", "remain", "on", "13.4", "consistently", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "13.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "59", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_3_n", "==", "13.4"]]}}} {"id": 3821, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "14.1", "is", "detected", "then", "in", "response", "at", "a", "certain", "time", "point", "during", "the", "first", "26", "to", "73", "time", "units", "the", "scenario", "that", "signal_4_n", "changes", "to", "87.8", "should", "happen", "ultimately", ",", "and", "before", "this", "the", "mode", "of", "signal", "signal_2_n", "must", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.1", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[26,73]", "(", "rise", "(", "signal_4_n", "math equal", "87.8", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "at", "a", "certain", "time", "point", "during", "the", "first", "26", "to", "73", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "should", "happen", "ultimately", ",", "and", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "26", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "14.1", ")"]]}, " prop_2 ": {"span": [33, 37], "prop": [["rise", "(", "signal_4_n", "==", "87.8", ")"]]}, " prop_3 ": {"span": [44, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 243, "sentence": ["Finally", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "is", "n't", "detected", "at", "a", "certain", "time", "point", "after", "between", "46", "to", "50", "time", "units", "."], "ltl": ["finally", "[46,50]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Finally", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "n't", "detected", "at", "a", "certain", "time", "point", "after", "between", "46", "to", "50", "time", "units", "."], "logic_ltl": ["F", "[", "46", ":", "50", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 187, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "57.6", ",", "and", "signal_2_n", "stays", "equal", "to", "30.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "time", "instant", "within", "the", "coming", "26", "time", "units", ",", "for", "the", "coming", "53", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "keep", "at", "least", "24.7", "and", "less", "than", "or", "equal", "to", "26.2", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "57.6", "and", "signal_2_n", "math equal", "30.4", "imply", "finally", "[0,26]", "(", "globally", "[0,53]", "(", "signal_3_n", "more equal", "24.7", "and", "signal_3_n", "less equal", "26.2", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "a", "certain", "time", "instant", "within", "the", "coming", "26", "time", "units", ",", "for", "the", "coming", "53", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "<=", "57.6"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "==", "30.4"]]}, " prop_3 ": {"span": [50, 69], "prop": [["signal_3_n", ">=", "24.7"], ["signal_3_n", "<=", "26.2"]]}}} {"id": 2702, "sentence": ["In", "the", "first", "73", "time", "units", ",", "the", "mode", "of", "signal_1_n", "ought", "to", "remain", "in", "signal_2_n", "uninterruptedly", "."], "ltl": ["globally", "[0,73]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "first", "73", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4532, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "the", "value", "of", "signal_1_n", "needs", "to", "be", "uninterruptedly", "no", "larger", "than", "5.8", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "5.8", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "<=", "5.8"]]}}} {"id": 5286, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "83.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "no", "less", "than", "35.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "83.8", "imply", "signal_2_n", "more equal", "35.4", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<=", "83.8"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "35.4"]]}}} {"id": 1854, "sentence": ["The", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "ultimately", "at", "a", "certain", "moment", "during", "the", "first", "28", "to", "55", "time", "units", "."], "ltl": ["finally", "[28,55]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "28", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5591, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "will", "continuously", "remain", "on", "29.5", "and", "the", "value", "of", "signal_2_n", "is", "67.2", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "29.5", "and", "signal_2_n", "math equal", "67.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "29.5"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "67.2"]]}}} {"id": 3711, "sentence": ["There", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "71.6", "is", "detected", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "71.6", ")", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 33], "prop": [["rise", "(", "signal_1_n", "<", "71.6", ")"]]}}} {"id": 3749, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "91.2", "gets", "detected", ",", "then", "in", "response", "in", "no", "time", "the", "signal_2_n", "signal", "has", "to", "be", "at", "least", "6.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.2", ")", "imply", "signal_2_n", "more equal", "6.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "91.2", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", ">=", "6.2"]]}}} {"id": 246, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "rises", "above", "10.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "remains", "greater", "than", "or", "equal", "to", "3.8", "all", "the", "time", "until", "ultimately", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_3_n", "signal", "is", "greater", "than", "or", "equal", "to", "84.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "10.8", ")", "imply", "(", "signal_2_n", "more equal", "3.8", ")", "until", "(", "signal_3_n", "more equal", "84.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", ">", "10.8", ")"]]}, " prop_2 ": {"span": [29, 67], "prop": [["signal_2_n", ">=", "3.8"], ["signal_3_n", ">=", "84.7"]]}}} {"id": 4994, "sentence": ["Globally", ",", "when", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "78.8", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "shall", "be", "instantly", "less", "than", "or", "equal", "to", "90.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "78.8", ")", "imply", "signal_2_n", "less equal", "90.6", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<=", "78.8", ")"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", "<=", "90.6"]]}}} {"id": 4158, "sentence": ["Within", "33", "time", "units", "without", "interruption", "the", "mode", "of", "signal_1_n", "will", "have", "to", "remain", "in", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "set", "to", "2.8", "all", "the", "time", "."], "ltl": ["globally", "[0,33]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "2.8", ")"], "logic_sentence": ["Within", "33", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 31], "prop": [["signal_3_n", "==", "2.8"]]}}} {"id": 298, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "5.3", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "at", "most", "29.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "5.3", ")", "imply", "negation", "(", "signal_2_n", "less equal", "29.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "5.3", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["-", "(", "signal_2_n", "<=", "29.2", ")"]]}}} {"id": 2302, "sentence": ["The", "state", "of", "signal_1_n", "has", "to", "stay", "in", "signal_2_n", "consistently", "for", "each", "moment", "within", "14", "to", "87", "time", "units", "."], "ltl": ["globally", "[14,87]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "14", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 965, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "stays", "at", "most", "94.1", "then", "in", "response", "instantly", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "increases", "above", "19.7", "has", "to", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "94.1", "imply", "rise", "(", "signal_2_n", "more", "19.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "in", "response", "instantly", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<=", "94.1"]]}, " prop_2 ": {"span": [24, 31], "prop": [["rise", "(", "signal_2_n", ">", "19.7", ")"]]}}} {"id": 1205, "sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "26", "time", "units", ",", "ultimately", "the", "signal_1_n", "signal", "is", "equal", "to", "30.1", "or", "the", "state", "of", "signal_2_n", "should", "be", "signal_3_n", "."], "ltl": ["finally", "[0,26]", "(", "signal_1_n", "math equal", "30.1", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "26", "time", "units", ",", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "26", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "30.1"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 367, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_3_n", "must", "be", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6134, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "leaves", "signal_2_n", "occurs", "then", "in", "response", "the", "signal_3_n", "signal", "shall", "be", "promptly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3256, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "44.4", "occurs", ",", "then", "in", "response", "signal_2_n", "needs", "to", "be", "greater", "than", "97.1", "at", "the", "same", "time", "and", "instantly", "the", "event", "that", "the", "value", "of", "signal_3_n", "gets", "to", "no", "larger", "than", "70.3", "ought", "to", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.4", ")", "imply", "signal_2_n", "more", "97.1", "and", "rise", "(", "signal_3_n", "less equal", "70.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "and", "instantly", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "44.4", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", ">", "97.1"]]}, " prop_3 ": {"span": [39, 49], "prop": [["rise", "(", "signal_3_n", "<=", "70.3", ")"]]}}} {"id": 859, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "71.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "next", "5", "time", "units", ",", "there", "should", "be", "eventually", "sometime", "within", "the", "coming", "52", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "54.4", "will", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "71.2", ")", "imply", "globally", "[0,5]", "(", "finally", "[0,52]", "(", "rise", "(", "signal_2_n", "less equal", "54.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "next", "5", "time", "units", ",", "there", "should", "be", "eventually", "sometime", "within", "the", "coming", "52", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "5", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["fall", "(", "signal_1_n", "==", "71.2", ")"]]}, " prop_2 ": {"span": [54, 67], "prop": [["rise", "(", "signal_2_n", "<=", "54.4", ")"]]}}} {"id": 420, "sentence": ["In", "the", "first", "58", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "91.8", ",", "and", "the", "signal_2_n", "signal", "is", "consistently", "93.8", "."], "ltl": ["globally", "[0,58]", "(", "signal_1_n", "less equal", "91.8", "and", "signal_2_n", "math equal", "93.8", ")"], "logic_sentence": ["In", "the", "first", "58", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<=", "91.8"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "==", "93.8"]]}}} {"id": 2118, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "equal", "to", "12.6", ",", "then", "ultimately", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "for", "every", "time", "point", "within", "50", "time", "units", "consistently", "the", "mode", "of", "signal_2_n", "should", "n't", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "12.6", "imply", "finally", "(", "globally", "[0,50]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "ultimately", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "for", "every", "time", "point", "within", "50", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["signal_1_n", "==", "12.6"]]}, " prop_2 ": {"span": [42, 50], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1528, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "44", "to", "57", "time", "units", ",", "signal_1_n", "shall", "remain", "larger", "than", "49.9", "and", "below", "51.3", "uninterruptedly", "."], "ltl": ["globally", "[44,57]", "(", "signal_1_n", "more", "49.9", "and", "signal_1_n", "less", "51.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "44", "to", "57", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "44", ":", "57", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">", "49.9"], ["signal_1_n", "<", "51.3"]]}}} {"id": 135, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "becomes", "signal_2_n", "is", "detected", "then", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "must", "be", "at", "most", "48.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "48.7", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 23], "prop": [["signal_3_n", "<=", "48.7"]]}}} {"id": 3567, "sentence": ["As", "soon", "as", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "in", "response", "the", "signal_3_n", "signal", "needs", "to", "continuously", "remain", "on", "20.6", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "signal_3_n", "math equal", "20.6", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 31], "prop": [["signal_3_n", "==", "20.6"]]}}} {"id": 1797, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "94.6", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "will", "be", "at", "least", "55.4", "and", "no", "larger", "than", "82.0", "and", "holds", "like", "this", "consistently", "for", "every", "moment", "within", "74", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "94.6", ")", "imply", "globally", "[0,74]", "(", "signal_2_n", "more equal", "55.4", "and", "signal_2_n", "less equal", "82.0", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "74", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "94.6", ")"]]}, " prop_2 ": {"span": [17, 43], "prop": [["signal_2_n", ">=", "55.4"], ["signal_2_n", "<=", "82.0"]]}}} {"id": 4181, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "ought", "to", "be", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 585, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "77.4", "happens", "then", "the", "value", "of", "signal_2_n", "shall", "consecutively", "remain", "in", "the", "open", "interval", "-LRB-", "6.2", ",", "9.4", "-RRB-", "for", "every", "moment", "within", "the", "first", "0", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "77.4", ")", "imply", "globally", "[0,0]", "(", "signal_2_n", "more", "6.2", "and", "signal_2_n", "less", "9.4", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "77.4", ")"]]}, " prop_2 ": {"span": [14, 39], "prop": [["signal_2_n", ">", "6.2"], ["signal_2_n", "<", "9.4"]]}}} {"id": 2646, "sentence": ["There", "ought", "to", "be", "a", "time", "in", "the", "first", "53", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "be", "in", "signal_2_n", "finally", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "time", "in", "the", "first", "53", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1266, "sentence": ["There", "has", "to", "be", "eventually", "a", "certain", "time", "instant", "during", "the", "first", "42", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "stay", "over", "45.6", "and", "below", "62.8", "."], "ltl": ["finally", "[0,42]", "(", "signal_1_n", "more", "45.6", "and", "signal_1_n", "less", "62.8", ")"], "logic_sentence": ["There", "has", "to", "be", "eventually", "a", "certain", "time", "instant", "during", "the", "first", "42", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 30], "prop": [["signal_1_n", ">", "45.6"], ["signal_1_n", "<", "62.8"]]}}} {"id": 819, "sentence": ["For", "every", "time", "instant", "within", "0", "to", "0", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "must", "remain", "less", "than", "or", "equal", "to", "84.8", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "less equal", "84.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "0", "to", "0", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<=", "84.8"]]}}} {"id": 2329, "sentence": ["At", "a", "certain", "time", "instant", "within", "62", "to", "72", "time", "units", ",", "signal_1_n", "has", "to", "keep", "greater", "than", "22.6", "eventually", "."], "ltl": ["finally", "[62,72]", "(", "signal_1_n", "more", "22.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "62", "to", "72", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "62", ":", "72", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", ">", "22.6"]]}}} {"id": 6463, "sentence": ["Globally", ",", "whenever", "during", "the", "past", "signal_1_n", "has", "remained", "at", "least", "61.7", "and", "below", "97.3", "all", "the", "time", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "past", "93", "to", "93", "time", "units", "the", "scenario", "that", "the", "signal_2_n", "signal", "was", "shifted", "to", "signal_3_n", "shall", "consistently", "not", "get", "observed", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "61.7", "and", "signal_1_n", "less", "97.3", ")", "imply", "historically", "[93,93]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "during", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "the", "past", "93", "to", "93", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "shall", "consistently", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "hist|ically", "[", "93", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", ">=", "61.7"], ["signal_1_n", "<", "97.3"]]}, " prop_2 ": {"span": [39, 46], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 142, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "54.5", "occurs", "then", "in", "response", "eventually", "there", "will", "exist", "a", "certain", "moment", "during", "the", "subsequent", "8", "to", "13", "time", "units", ",", "after", "which", "the", "mode", "of", "signal_2_n", "shall", "be", "in", "signal_3_n", "and", "then", "uninterruptedly", "this", "condition", "will", "have", "to", "continue", "in", "the", "following", "71", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.5", ")", "imply", "finally", "[8,13]", "(", "globally", "[0,71]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "eventually", "there", "will", "exist", "a", "certain", "moment", "during", "the", "subsequent", "8", "to", "13", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "condition", "will", "have", "to", "continue", "in", "the", "following", "71", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "8", ":", "13", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "54.5", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4911, "sentence": ["The", "value", "of", "signal_1_n", "will", "consistently", "keep", "greater", "than", "or", "equal", "to", "7.6", "and", "less", "than", "16.1", "for", "each", "time", "instant", "in", "the", "first", "14", "time", "units", "."], "ltl": ["globally", "[0,14]", "(", "signal_1_n", "more equal", "7.6", "and", "signal_1_n", "less", "16.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "14", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">=", "7.6"], ["signal_1_n", "<", "16.1"]]}}} {"id": 6253, "sentence": ["At", "a", "time", "within", "the", "first", "2", "to", "3", "time", "units", "the", "state", "of", "signal", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "eventually", ",", "and", "signal_3_n", "should", "stay", "at", "least", "2.4", "."], "ltl": ["finally", "[2,3]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "2.4", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "2", "to", "3", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_3_n", ">=", "2.4"]]}}} {"id": 740, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "above", "33.5", "happens", ",", "then", "in", "response", "at", "once", "the", "value", "of", "signal_2_n", "will", "be", "15.5", ",", "or", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "16.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "33.5", ")", "imply", "signal_2_n", "math equal", "15.5", "or", "signal_3_n", "math equal", "16.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "(", "prop_2", ")", ",", "or", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", ">", "33.5", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "==", "15.5"]]}, " prop_3 ": {"span": [38, 48], "prop": [["signal_3_n", "==", "16.2"]]}}} {"id": 47, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "3", "to", "64", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "consistently", "stay", "lower", "than", "40.7", ",", "and", "the", "mode", "of", "signal_2_n", "will", "be", "consistently", "remaining", "in", "signal_3_n", "."], "ltl": ["globally", "[3,64]", "(", "signal_1_n", "less", "40.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "3", "to", "64", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "64", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", "<", "40.7"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 646, "sentence": ["When", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "signal_3_n", "remains", "on", "73.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "within", "the", "coming", "72", "time", "units", "during", "the", "subsequent", "32", "time", "units", "the", "signal_4_n", "signal", "keeps", "no", "less", "than", "67.2", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "73.9", "imply", "finally", "[0,72]", "(", "globally", "[0,32]", "(", "signal_4_n", "more equal", "67.2", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "within", "the", "coming", "72", "time", "units", "during", "the", "subsequent", "32", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "72", "]", "(", "G", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 16], "prop": [["signal_3_n", "==", "73.9"]]}, " prop_3 ": {"span": [39, 48], "prop": [["signal_4_n", ">=", "67.2"]]}}} {"id": 3740, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "91.9", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "coming", "47", "time", "units", ",", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "85.6", "and", "this", "condition", "must", "last", "all", "the", "time", "for", "every", "time", "instant", "within", "the", "subsequent", "3", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.9", ")", "imply", "finally", "[0,47]", "(", "globally", "[0,3]", "(", "signal_2_n", "more equal", "85.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "coming", "47", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "must", "last", "all", "the", "time", "for", "every", "time", "instant", "within", "the", "subsequent", "3", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "47", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "91.9", ")"]]}, " prop_2 ": {"span": [38, 50], "prop": [["signal_2_n", ">=", "85.6"]]}}} {"id": 1416, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "signal_1_n", "starts", "not", "equaling", "to", "86.0", "takes", "place", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LSB-", "13.5", ",", "33.2", "-RSB-", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "0", "to", "56", "time", "units", ",", "the", "signal_3_n", "signal", "will", "have", "to", "consistently", "remain", "greater", "than", "or", "equal", "to", "18.6", "and", "less", "than", "or", "equal", "to", "51.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "86.0", ")", "and", "(", "signal_2_n", "more equal", "13.5", "and", "signal_2_n", "less equal", "33.2", ")", "imply", "globally", "[0,56]", "(", "signal_3_n", "more equal", "18.6", "and", "signal_3_n", "less equal", "51.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "and", "(", "prop_2", ")", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "0", "to", "56", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "56", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["fall", "(", "signal_1_n", "==", "86.0", ")"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_2_n", ">=", "13.5"], ["signal_2_n", "<=", "33.2"]]}, " prop_3 ": {"span": [47, 68], "prop": [["signal_3_n", ">=", "18.6"], ["signal_3_n", "<=", "51.3"]]}}} {"id": 3299, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "47.6", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "exist", "a", "time", "in", "the", "future", ",", "at", "which", "the", "signal_2_n", "signal", "must", "get", "set", "to", "55.6", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "47.6", ")", "imply", "finally", "(", "rise", "(", "signal_2_n", "math equal", "55.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "exist", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "47.6", ")"]]}, " prop_2 ": {"span": [43, 52], "prop": [["rise", "(", "signal_2_n", "==", "55.6", ")"]]}}} {"id": 5927, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "signal_3_n", "signal", "will", "be", "equal", "to", "71.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "71.8", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_3_n", "==", "71.8"]]}}} {"id": 1944, "sentence": ["If", "for", "the", "last", "3", "to", "24", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "been", "uninterruptedly", "above", "48.6", "and", "less", "than", "or", "equal", "to", "64.0", ",", "then", "in", "response", "signal_2_n", "needs", "to", "be", "greater", "than", "4.9", "and", "less", "than", "9.1", "and", "this", "condition", "needs", "to", "hold", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "[3,24]", "(", "signal_1_n", "more", "48.6", "and", "signal_1_n", "less equal", "64.0", ")", "imply", "globally", "(", "signal_2_n", "more", "4.9", "and", "signal_2_n", "less", "9.1", ")", ")"], "logic_sentence": ["If", "for", "the", "last", "3", "to", "24", "time", "units", ",", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "needs", "to", "hold", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "3", ":", "24", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">", "48.6"], ["signal_1_n", "<=", "64.0"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_2_n", ">", "4.9"], ["signal_2_n", "<", "9.1"]]}}} {"id": 5225, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "49.6", "gets", "detected", "then", "at", "the", "same", "time", "the", "event", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "no", "more", "than", "16.1", "is", "detected", ",", "and", "the", "value", "of", "signal", "signal_3_n", "will", "promptly", "remain", "on", "17.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.6", ")", "imply", "rise", "(", "signal_2_n", "less equal", "16.1", ")", "and", "signal_3_n", "math equal", "17.4", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "at", "the", "same", "time", "the", "event", "that", "(", "prop_2", ")", "is", "detected", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<=", "49.6", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["rise", "(", "signal_2_n", "<=", "16.1", ")"]]}, " prop_3 ": {"span": [38, 48], "prop": [["signal_3_n", "==", "17.4"]]}}} {"id": 1500, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "not", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "be", "sometime", "during", "the", "following", "7", "to", "9", "time", "units", ",", "at", "which", "signal_3_n", "must", "be", "eventually", "less", "than", "or", "equal", "to", "12.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[7,9]", "(", "signal_3_n", "less equal", "12.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "be", "sometime", "during", "the", "following", "7", "to", "9", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "9", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_3_n", "<=", "12.2"]]}}} {"id": 1213, "sentence": ["For", "every", "time", "instant", "within", "29", "time", "units", ",", "the", "value", "of", "signal_1_n", "must", "consistently", "equal", "to", "17.7", ",", "or", "continuously", "the", "transition", "action", "that", "signal_2_n", "begins", "deviating", "from", "signal_3_n", "ought", "n't", "to", "happen", "."], "ltl": ["globally", "[0,29]", "(", "signal_1_n", "math equal", "17.7", "or", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "29", "time", "units", ",", "(", "prop_1", ")", ",", "or", "continuously", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "n't", "to", "happen", "."], "logic_ltl": ["G", "[", "0", ":", "29", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "17.7"]]}, " prop_2 ": {"span": [25, 30], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1447, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "happens", "then", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "lower", "than", "29.6", "and", "will", "be", "remaining", "in", "this", "interval", "consistently", "during", "the", "subsequent", "33", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,33]", "(", "signal_3_n", "less", "29.6", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 41], "prop": [["signal_3_n", "<", "29.6"]]}}} {"id": 687, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "at", "most", "52.9", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "coming", "2", "to", "26", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "greater", "than", "82.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "52.9", ")", "imply", "globally", "[2,26]", "(", "signal_2_n", "more", "82.3", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "coming", "2", "to", "26", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "26", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "52.9", ")"]]}, " prop_2 ": {"span": [41, 53], "prop": [["signal_2_n", ">", "82.3"]]}}} {"id": 1221, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "50.9", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "should", "be", "larger", "than", "1.2", "and", "less", "than", "1.7", "and", "will", "be", "uninterruptedly", "remaining", "like", "that", "until", "the", "signal_3_n", "signal", "is", "finally", "less", "than", "95.9", "at", "sometime", "during", "the", "first", "37", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "50.9", ")", "imply", "(", "signal_2_n", "more", "1.2", "and", "signal_2_n", "less", "1.7", ")", "until", "[0,37]", "(", "signal_3_n", "less", "95.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "50.9", ")"]]}, " prop_2 ": {"span": [29, 65], "prop": [["signal_2_n", ">", "1.2"], ["signal_2_n", "<", "1.7"], ["signal_3_n", "<", "95.9"]]}}} {"id": 5797, "sentence": ["The", "value", "of", "signal", "signal_1_n", "ultimately", "stays", "at", "most", "68.9", "at", "a", "certain", "time", "instant", "after", "between", "14", "to", "73", "time", "units", "."], "ltl": ["finally", "[14,73]", "(", "signal_1_n", "less equal", "68.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "14", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "<=", "68.9"]]}}} {"id": 3481, "sentence": ["While", "the", "signal_1_n", "signal", "stays", "equal", "to", "46.9", "and", "the", "transition", "action", "that", "signal_2_n", "goes", "to", "no", "more", "than", "55.9", "does", "n't", "happen", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "following", "78", "time", "units", ",", "at", "a", "time", "in", "the", "next", "86", "time", "units", ",", "the", "signal_3_n", "signal", "ought", "to", "finally", "jump", "to", "larger", "than", "67.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "46.9", "and", "negation", "fall", "(", "signal_2_n", "more", "55.9", ")", "imply", "globally", "[0,78]", "(", "finally", "[0,86]", "(", "rise", "(", "signal_3_n", "more", "67.0", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "happen", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "following", "78", "time", "units", ",", "at", "a", "time", "in", "the", "next", "86", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "86", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "46.9"]]}, " prop_2 ": {"span": [13, 20], "prop": [["-", "fall", "(", "signal_2_n", ">", "55.9", ")"]]}, " prop_3 ": {"span": [52, 63], "prop": [["rise", "(", "signal_3_n", ">", "67.0", ")"]]}}} {"id": 2390, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "68.8", "then", "in", "response", "ultimately", "there", "should", "be", "a", "time", "in", "the", "coming", "19", "to", "76", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "larger", "than", "29.7", "and", "smaller", "than", "67.0", "and", "then", "shall", "keep", "like", "that", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "68.8", "imply", "finally", "[19,76]", "(", "globally", "(", "signal_2_n", "more", "29.7", "and", "signal_2_n", "less", "67.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "ultimately", "there", "should", "be", "a", "time", "in", "the", "coming", "19", "to", "76", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "19", ":", "76", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "68.8"]]}, " prop_2 ": {"span": [36, 67], "prop": [["signal_2_n", ">", "29.7"], ["signal_2_n", "<", "67.0"]]}}} {"id": 5133, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "17.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "state", "of", "signal", "signal_2_n", "shall", "begin", "deviating", "from", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "17.4", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "17.4", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1300, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "50.3", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "coming", "31", "time", "units", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "49", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "goes", "down", "to", "less", "than", "52.1", "will", "have", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "50.3", ")", "imply", "globally", "[0,31]", "(", "finally", "[0,49]", "(", "rise", "(", "signal_2_n", "less", "52.1", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "coming", "31", "time", "units", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "49", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "F", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "50.3", ")"]]}, " prop_2 ": {"span": [53, 63], "prop": [["rise", "(", "signal_2_n", "<", "52.1", ")"]]}}} {"id": 962, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "87.7", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "starting", "at", "most", "47", "time", "units", ",", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "uninterruptedly", "stay", "less", "than", "or", "equal", "to", "88.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "87.7", ")", "imply", "finally", "[0,47]", "(", "globally", "(", "signal_2_n", "less equal", "88.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "starting", "at", "most", "47", "time", "units", ",", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "47", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "87.7", ")"]]}, " prop_2 ": {"span": [41, 56], "prop": [["signal_2_n", "<=", "88.7"]]}}} {"id": 1140, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "ultimately", "at", "a", "certain", "time", "instant", "during", "the", "next", "66", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal_3_n", "deviates", "from", "16.6", "will", "have", "to", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[0,66]", "(", "fall", "(", "signal_3_n", "math equal", "16.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "ultimately", "at", "a", "certain", "time", "instant", "during", "the", "next", "66", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [58, 65], "prop": [["fall", "(", "signal_3_n", "==", "16.6", ")"]]}}} {"id": 430, "sentence": ["At", "sometime", "within", "39", "to", "93", "time", "units", ",", "finally", "the", "scenario", "that", "signal_1_n", "gets", "to", "no", "more", "than", "80.4", "happens", "."], "ltl": ["finally", "[39,93]", "(", "rise", "(", "signal_1_n", "less equal", "80.4", ")", ")"], "logic_sentence": ["At", "sometime", "within", "39", "to", "93", "time", "units", ",", "finally", "the", "scenario", "that", "(", "prop_1", ")", "happens", "."], "logic_ltl": ["F", "[", "39", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", "<=", "80.4", ")"]]}}} {"id": 273, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "will", "be", "in", "signal_4_n", "then", "this", "scenario", "must", "consistently", "keep", "till", "the", "value", "of", "signal_5_n", "is", "27.7", ",", "which", "ought", "to", "eventually", "get", "detected", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "19", "to", "40", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[19,40]", "(", "signal_5_n", "math equal", "27.7", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "scenario", "must", "consistently", "keep", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "19", ":", "40", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [35, 61], "prop": [["signal_5_n", "==", "27.7"]]}}} {"id": 4217, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "must", "be", "consecutively", "set", "to", "69.7", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "math equal", "69.7", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 38], "prop": [["signal_3_n", "==", "69.7"]]}}} {"id": 3816, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "continuously", "the", "value", "of", "signal_1_n", "has", "to", "be", "set", "to", "25.1", ",", "and", "without", "interruption", "signal_2_n", "has", "to", "keep", "greater", "than", "37.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "25.1", "and", "signal_2_n", "more", "37.0", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "continuously", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "25.1"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", ">", "37.0"]]}}} {"id": 1274, "sentence": ["There", "shall", "be", "a", "time", "within", "34", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "must", "be", "83.4", "or", "the", "value", "of", "signal", "signal_2_n", "should", "be", "no", "less", "than", "13.7", "finally", "."], "ltl": ["finally", "[0,34]", "(", "signal_1_n", "math equal", "83.4", "or", "signal_2_n", "more equal", "13.7", ")"], "logic_sentence": ["There", "shall", "be", "a", "time", "within", "34", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "34", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "83.4"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">=", "13.7"]]}}} {"id": 5766, "sentence": ["Whenever", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "8.4", "and", "at", "most", "13.1", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "signal_4_n", "should", "be", "less", "than", "or", "equal", "to", "22.8", "simultaneously", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "8.4", "and", "signal_1_n", "less equal", "13.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "less equal", "22.8", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">=", "8.4"], ["signal_1_n", "<=", "13.1"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 36], "prop": [["signal_4_n", "<=", "22.8"]]}}} {"id": 197, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "at", "most", "84.3", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "18.0", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "84.3", ")", "imply", "signal_2_n", "more equal", "18.0", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<=", "84.3", ")"]]}, " prop_2 ": {"span": [27, 41], "prop": [["signal_2_n", ">=", "18.0"]]}}} {"id": 334, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "45.7", "happens", ",", "then", "in", "response", "there", "ought", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", ",", "at", "which", "continuously", "signal_2_n", "must", "stay", "equal", "to", "81.0", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.7", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "81.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "there", "ought", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", ",", "at", "which", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "45.7", ")"]]}, " prop_2 ": {"span": [39, 54], "prop": [["signal_2_n", "==", "81.0"]]}}} {"id": 162, "sentence": ["Eventually", "signal_1_n", "ought", "to", "be", "signal_2_n", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5862, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "69.1", "is", "detected", ",", "then", "signal_2_n", "should", "be", "greater", "than", "17.2", "and", "less", "than", "22.2", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.1", ")", "imply", "signal_2_n", "more", "17.2", "and", "signal_2_n", "less", "22.2", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "69.1", ")"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", ">", "17.2"], ["signal_2_n", "<", "22.2"]]}}} {"id": 92, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "less", "than", "46.2", "or", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "48.2", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "27.8", "and", "less", "than", "or", "equal", "to", "51.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "46.2", "or", "signal_2_n", "more equal", "48.2", "imply", "signal_3_n", "more equal", "27.8", "and", "signal_3_n", "less equal", "51.2", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "<", "46.2"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_2_n", ">=", "48.2"]]}, " prop_3 ": {"span": [29, 50], "prop": [["signal_3_n", ">=", "27.8"], ["signal_3_n", "<=", "51.2"]]}}} {"id": 4621, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "bigger", "than", "7.6", "and", "less", "than", "or", "equal", "to", "58.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "over", "27.8", "and", "smaller", "than", "28.2", "then", "this", "scenario", "ought", "to", "hold", "without", "interruption", "for", "each", "moment", "during", "the", "following", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "7.6", "and", "signal_1_n", "less equal", "58.2", "imply", "globally", "[0,81]", "(", "signal_2_n", "more", "27.8", "and", "signal_2_n", "less", "28.2", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "ought", "to", "hold", "without", "interruption", "for", "each", "moment", "during", "the", "following", "81", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "81", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["signal_1_n", ">", "7.6"], ["signal_1_n", "<=", "58.2"]]}, " prop_2 ": {"span": [26, 40], "prop": [["signal_2_n", ">", "27.8"], ["signal_2_n", "<", "28.2"]]}}} {"id": 872, "sentence": ["There", "will", "ultimately", "exist", "a", "time", "in", "less", "than", "31", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "has", "to", "remain", "higher", "than", "1.0", "and", "less", "than", "or", "equal", "to", "24.1", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "more", "1.0", "and", "signal_1_n", "less equal", "24.1", ")"], "logic_sentence": ["There", "will", "ultimately", "exist", "a", "time", "in", "less", "than", "31", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 32], "prop": [["signal_1_n", ">", "1.0"], ["signal_1_n", "<=", "24.1"]]}}} {"id": 1618, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "to", "no", "less", "than", "16.0", "happens", ",", "then", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "following", "3", "to", "3", "time", "units", "eventually", ",", "at", "which", "signal_2_n", "must", "n't", "be", "at", "most", "3.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "16.0", ")", "imply", "globally", "(", "finally", "[3,3]", "(", "negation", "(", "signal_2_n", "less equal", "3.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "following", "3", "to", "3", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "3", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "16.0", ")"]]}, " prop_2 ": {"span": [51, 58], "prop": [["-", "(", "signal_2_n", "<=", "3.6", ")"]]}}} {"id": 650, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "less", "than", "19.2", "then", "for", "each", "moment", "within", "21", "time", "units", "finally", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "99.0", "at", "a", "certain", "time", "point", "in", "the", "next", "4", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "19.2", "imply", "globally", "[0,21]", "(", "finally", "[0,4]", "(", "signal_2_n", "more", "99.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "for", "each", "moment", "within", "21", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "21", "]", "(", "F", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<", "19.2"]]}, " prop_2 ": {"span": [21, 42], "prop": [["signal_2_n", ">", "99.0"]]}}} {"id": 2063, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "increases", "above", "0.7", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "during", "the", "coming", "73", "time", "units", ",", "for", "every", "time", "point", "within", "the", "coming", "65", "time", "units", "consecutively", "the", "state", "of", "signal_2_n", "shall", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "0.7", ")", "imply", "finally", "[0,73]", "(", "globally", "[0,65]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "during", "the", "coming", "73", "time", "units", ",", "for", "every", "time", "point", "within", "the", "coming", "65", "time", "units", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "0.7", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6279, "sentence": ["At", "a", "time", "after", "between", "0", "to", "24", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "keep", "less", "than", "or", "equal", "to", "94.5", "ultimately", "."], "ltl": ["finally", "[0,24]", "(", "signal_1_n", "less equal", "94.5", ")"], "logic_sentence": ["At", "a", "time", "after", "between", "0", "to", "24", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<=", "94.5"]]}}} {"id": 1438, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "at", "least", "71.5", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_2_n", "has", "to", "be", "eventually", "set", "to", "signal_3_n", "at", "a", "certain", "time", "instant", "during", "the", "first", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "71.5", ")", "imply", "finally", "[0,84]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "71.5", ")"]]}, " prop_2 ": {"span": [25, 47], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1324, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "58.7", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "set", "to", "82.7", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "58.7", "imply", "signal_2_n", "math equal", "82.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "58.7"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "==", "82.7"]]}}} {"id": 4547, "sentence": ["Eventually", "there", "shall", "be", "a", "certain", "time", "instant", "during", "the", "first", "56", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "larger", "than", "37.1", "."], "ltl": ["finally", "[0,56]", "(", "signal_1_n", "more", "37.1", ")"], "logic_sentence": ["Eventually", "there", "shall", "be", "a", "certain", "time", "instant", "during", "the", "first", "56", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", ">", "37.1"]]}}} {"id": 3610, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "less", "than", "68.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "the", "following", "71", "time", "units", ",", "signal_2_n", "has", "to", "be", "consistently", "set", "to", "24.5", "for", "every", "moment", "in", "the", "subsequent", "2", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "68.8", "imply", "finally", "[0,71]", "(", "globally", "[0,2]", "(", "signal_2_n", "math equal", "24.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "the", "following", "71", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "71", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "68.8"]]}, " prop_2 ": {"span": [29, 46], "prop": [["signal_2_n", "==", "24.5"]]}}} {"id": 658, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "larger", "than", "8.5", "and", "less", "than", "27.8", "and", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "44.3", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "next", "0", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "moment", "within", "the", "following", "18", "to", "66", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "increases", "to", "greater", "than", "or", "equal", "to", "34.9", "shall", "finally", "take", "place", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "8.5", "and", "signal_1_n", "less", "27.8", ")", "and", "signal_2_n", "less", "44.3", "imply", "globally", "[0,0]", "(", "finally", "[18,66]", "(", "rise", "(", "signal_3_n", "more equal", "34.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "moment", "within", "the", "next", "0", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "moment", "within", "the", "following", "18", "to", "66", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "shall", "finally", "take", "place", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "18", ":", "66", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "8.5"], ["signal_1_n", "<", "27.8"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<", "44.3"]]}, " prop_3 ": {"span": [62, 74], "prop": [["rise", "(", "signal_3_n", ">=", "34.9", ")"]]}}} {"id": 410, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "64.1", "then", "the", "following", "condition", "is", "true", ":", "consecutively", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "till", "the", "value", "of", "signal_4_n", "will", "decrease", "to", "less", "than", "or", "equal", "to", "49.1", "finally", ",", "which", "should", "be", "observed", "at", "a", "certain", "moment", "in", "less", "than", "37", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "64.1", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,37]", "(", "rise", "(", "signal_4_n", "less equal", "49.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "64.1"]]}, " prop_2 ": {"span": [23, 61], "prop": [["signal_2_n", "==", "signal_3_n"], ["rise", "(", "signal_4_n", "<=", "49.1", ")"]]}}} {"id": 587, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "96", "time", "units", "signal_1_n", "must", "be", "uninterruptedly", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "continuously", "not", "smaller", "than", "15.1", "."], "ltl": ["globally", "[0,96]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "less", "15.1", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "96", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "96", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 27], "prop": [["-", "(", "signal_3_n", "<", "15.1", ")"]]}}} {"id": 1555, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "61.0", "is", "n't", "detected", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "be", "finally", "a", "time", "in", "the", "following", "5", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "3.6", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "61.0", ")", "imply", "finally", "[0,5]", "(", "signal_2_n", "less equal", "3.6", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "n't", "detected", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "be", "finally", "a", "time", "in", "the", "following", "5", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["-", "rise", "(", "signal_1_n", ">=", "61.0", ")"]]}, " prop_2 ": {"span": [44, 57], "prop": [["signal_2_n", "<=", "3.6"]]}}} {"id": 971, "sentence": ["For", "every", "time", "point", "within", "the", "first", "21", "to", "34", "time", "units", ",", "signal_1_n", "will", "be", "consecutively", "staying", "less", "than", "or", "equal", "to", "6.1", "and", "the", "signal_2_n", "signal", "is", "never", "signal_3_n", "."], "ltl": ["globally", "[21,34]", "(", "signal_1_n", "less equal", "6.1", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "21", "to", "34", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "21", ":", "34", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "<=", "6.1"]]}, " prop_2 ": {"span": [25, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1443, "sentence": ["Globally", ",", "whenever", "signal_1_n", "begins", "deviating", "from", "82.5", ",", "then", "in", "response", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "ought", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "82.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["fall", "(", "signal_1_n", "==", "82.5", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2524, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "2", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "ultimately", "90.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "5.6", "finally", "."], "ltl": ["finally", "[0,2]", "(", "signal_1_n", "math equal", "90.7", "and", "signal_2_n", "math equal", "5.6", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "2", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "2", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", "==", "90.7"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_2_n", "==", "5.6"]]}}} {"id": 1846, "sentence": ["For", "every", "moment", "during", "the", "first", "88", "to", "98", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "remaining", "smaller", "than", "9.3", "consistently", "."], "ltl": ["globally", "[88,98]", "(", "signal_1_n", "less", "9.3", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "88", "to", "98", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "88", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<", "9.3"]]}}} {"id": 4585, "sentence": ["Within", "the", "first", "64", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "over", "17.2", "consecutively", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more", "17.2", ")"], "logic_sentence": ["Within", "the", "first", "64", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "17.2"]]}}} {"id": 223, "sentence": ["There", "must", "exist", "a", "certain", "moment", "in", "less", "than", "57", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "26.2", "will", "have", "to", "occur", ",", "and", "finally", "the", "event", "that", "the", "value", "of", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "67.2", "must", "get", "detected", "."], "ltl": ["finally", "[0,57]", "(", "rise", "(", "signal_1_n", "less", "26.2", ")", "and", "rise", "(", "signal_2_n", "more equal", "67.2", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "moment", "in", "less", "than", "57", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "occur", ",", "and", "finally", "the", "event", "that", "(", "prop_2", ")", "must", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["rise", "(", "signal_1_n", "<", "26.2", ")"]]}, " prop_2 ": {"span": [38, 50], "prop": [["rise", "(", "signal_2_n", ">=", "67.2", ")"]]}}} {"id": 1604, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "2.6", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "79", "time", "units", ",", "after", "which", "the", "value", "of", "signal_2_n", "will", "be", "consecutively", "remaining", "higher", "than", "83.5", "for", "every", "time", "instant", "in", "the", "following", "46", "to", "93", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.6", ")", "imply", "finally", "[0,79]", "(", "globally", "[46,93]", "(", "signal_2_n", "more", "83.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "79", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "46", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "2.6", ")"]]}, " prop_2 ": {"span": [45, 68], "prop": [["signal_2_n", ">", "83.5"]]}}} {"id": 1858, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "95.7", "should", "continuously", "not", "take", "place", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "95.7", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "continuously", "not", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "95.7", ")"]]}}} {"id": 5785, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "22.0", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "instantly", "above", "28.8", "and", "lower", "than", "83.6", "and", "the", "scenario", "that", "signal_3_n", "starts", "deviating", "from", "65.4", "shall", "occur", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "22.0", ")", "imply", "(", "signal_2_n", "more", "28.8", "and", "signal_2_n", "less", "83.6", ")", "and", "fall", "(", "signal_3_n", "math equal", "65.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "scenario", "that", "(", "prop_3", ")", "shall", "occur", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", ">=", "22.0", ")"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_2_n", ">", "28.8"], ["signal_2_n", "<", "83.6"]]}, " prop_3 ": {"span": [46, 51], "prop": [["fall", "(", "signal_3_n", "==", "65.4", ")"]]}}} {"id": 2308, "sentence": ["For", "each", "time", "instant", "within", "20", "to", "87", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "stay", "greater", "than", "or", "equal", "to", "90.0", "all", "the", "time", ",", "or", "uninterruptedly", "the", "transition", "action", "that", "signal_2_n", "becomes", "at", "most", "59.5", "must", "not", "get", "observed", "."], "ltl": ["globally", "[20,87]", "(", "signal_1_n", "more equal", "90.0", "or", "negation", "fall", "(", "signal_2_n", "more", "59.5", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "20", "to", "87", "time", "units", ",", "(", "prop_1", ")", ",", "or", "uninterruptedly", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "not", "get", "observed", "."], "logic_ltl": ["G", "[", "20", ":", "87", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">=", "90.0"]]}, " prop_2 ": {"span": [32, 37], "prop": [["-", "fall", "(", "signal_2_n", ">", "59.5", ")"]]}}} {"id": 204, "sentence": ["Continuously", "signal_1_n", "remains", "in", "signal_2_n", "for", "each", "time", "instant", "within", "55", "time", "units", "."], "ltl": ["globally", "[0,55]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3364, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "above", "67.7", "is", "detected", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "subsequent", "96", "time", "units", "signal_2_n", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "5.3", "and", "no", "larger", "than", "38.3", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "67.7", ")", "imply", "globally", "[0,96]", "(", "signal_2_n", "more equal", "5.3", "and", "signal_2_n", "less equal", "38.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "subsequent", "96", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", ">", "67.7", ")"]]}, " prop_2 ": {"span": [31, 48], "prop": [["signal_2_n", ">=", "5.3"], ["signal_2_n", "<=", "38.3"]]}}} {"id": 4998, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "70", "time", "units", ",", "ultimately", "the", "mode", "of", "signal_1_n", "shall", "be", "signal_2_n", "and", "eventually", "the", "signal_3_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "95.4", "."], "ltl": ["finally", "[0,70]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "95.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "70", "time", "units", ",", "ultimately", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_3_n", "<=", "95.4"]]}}} {"id": 5660, "sentence": ["When", "the", "value", "of", "signal_1_n", "gets", "set", "to", "17.1", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "is", "instantly", "not", "higher", "than", "33.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "17.1", ")", "imply", "negation", "(", "signal_2_n", "more", "33.2", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", "==", "17.1", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["-", "(", "signal_2_n", ">", "33.2", ")"]]}}} {"id": 655, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "the", "state", "of", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5949, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "98.2", "gets", "observed", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "1.5", "and", "below", "7.1", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "98.2", ")", "imply", "signal_2_n", "more", "1.5", "and", "signal_2_n", "less", "7.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "98.2", ")"]]}, " prop_2 ": {"span": [25, 41], "prop": [["signal_2_n", ">", "1.5"], ["signal_2_n", "<", "7.1"]]}}} {"id": 1907, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "50.0", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "first", "42", "to", "50", "time", "units", "there", "will", "be", "eventually", "a", "time", "within", "the", "next", "71", "to", "71", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "enters", "signal_3_n", "needs", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "50.0", ")", "imply", "globally", "[42,50]", "(", "finally", "[71,71]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "first", "42", "to", "50", "time", "units", "there", "will", "be", "eventually", "a", "time", "within", "the", "next", "71", "to", "71", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "42", ":", "50", "]", "(", "F", "[", "71", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "<", "50.0", ")"]]}, " prop_2 ": {"span": [59, 66], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 10, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "less", "than", "19.6", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "subsequent", "2", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "will", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less", "19.6", "imply", "globally", "(", "finally", "[0,2]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "subsequent", "2", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "19.6"]]}, " prop_2 ": {"span": [48, 56], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4551, "sentence": ["The", "value", "of", "signal", "signal_1_n", "should", "be", "above", "87.0", "at", "sometime", "in", "less", "than", "15", "time", "units", "."], "ltl": ["finally", "[0,15]", "(", "signal_1_n", "more", "87.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "15", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", ">", "87.0"]]}}} {"id": 2371, "sentence": ["On", "condition", "that", "within", "the", "elapsed", "72", "to", "99", "time", "units", "without", "interruption", "the", "value", "of", "signal_1_n", "is", "set", "to", "73.1", "then", "in", "response", "for", "each", "moment", "within", "15", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "lower", "than", "48.3", "is", "detected", "ultimately", "."], "ltl": ["globally", "(", "historically", "[72,99]", "(", "signal_1_n", "math equal", "73.1", ")", "imply", "globally", "[0,15]", "(", "finally", "(", "rise", "(", "signal_2_n", "less", "48.3", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "within", "the", "elapsed", "72", "to", "99", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "72", ":", "99", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "15", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 31], "prop": [["signal_1_n", "==", "73.1"]]}, " prop_2 ": {"span": [53, 62], "prop": [["rise", "(", "signal_2_n", "<", "48.3", ")"]]}}} {"id": 5563, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "more", "than", "51.8", "is", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "will", "be", "a", "time", "in", "the", "first", "78", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "set", "to", "signal_3_n", "and", "then", "have", "to", "remain", "like", "this", "uninterruptedly", "for", "every", "time", "instant", "within", "the", "next", "27", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.8", ")", "imply", "finally", "[0,78]", "(", "globally", "[0,27]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "will", "be", "a", "time", "in", "the", "first", "78", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "G", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", ">", "51.8", ")"]]}, " prop_2 ": {"span": [39, 67], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 59, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "equal", "to", "35.3", "gets", "observed", ",", "then", "in", "response", "ultimately", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "at", "sometime", "within", "the", "next", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "35.3", ")", "imply", "finally", "[0,81]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "35.3", ")"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1836, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "more", "than", "67.8", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_2_n", "must", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "67.8", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">", "67.8"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1929, "sentence": ["For", "each", "time", "point", "during", "the", "first", "75", "time", "units", "the", "signal_1_n", "signal", "will", "keep", "smaller", "than", "80.9", "without", "interruption", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "stay", "less", "than", "2.5", "consistently", "."], "ltl": ["globally", "[0,75]", "(", "signal_1_n", "less", "80.9", "or", "signal_2_n", "less", "2.5", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "75", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "75", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "80.9"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "<", "2.5"]]}}} {"id": 307, "sentence": ["At", "sometime", "starting", "at", "most", "43", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "41.2", "eventually", "gets", "detected", "."], "ltl": ["finally", "[0,43]", "(", "rise", "(", "signal_1_n", "more", "41.2", ")", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "43", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "eventually", "gets", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "41.2", ")"]]}}} {"id": 4421, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "has", "been", "continuously", "remaining", "at", "least", "5.8", "and", "less", "than", "or", "equal", "to", "19.9", "for", "the", "past", "50", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "next", "9", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "instant", "in", "the", "coming", "76", "to", "92", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "signal_2_n", "starts", "not", "equaling", "to", "31.1", "should", "n't", "happen", "."], "ltl": ["globally", "(", "historically", "[0,50]", "(", "signal_1_n", "more equal", "5.8", "and", "signal_1_n", "less equal", "19.9", ")", "imply", "globally", "[0,9]", "(", "finally", "[76,92]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "31.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "next", "9", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "instant", "in", "the", "coming", "76", "to", "92", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "n't", "happen", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "50", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "0", ":", "9", "]", "(", "F", "[", "76", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 30], "prop": [["signal_1_n", ">=", "5.8"], ["signal_1_n", "<=", "19.9"]]}, " prop_2 ": {"span": [70, 76], "prop": [["-", "fall", "(", "signal_2_n", "==", "31.1", ")"]]}}} {"id": 4828, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "less", "than", "90.5", ",", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "96.0", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "the", "mode", "of", "signal", "signal_3_n", "should", "n't", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "90.5", "or", "signal_2_n", "less", "96.0", "imply", "globally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "before", "the", "simulation", "ends", ",", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "90.5"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", "<", "96.0"]]}, " prop_3 ": {"span": [36, 45], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1420, "sentence": ["For", "each", "moment", "in", "the", "first", "17", "time", "units", ",", "the", "signal_1_n", "signal", "is", "at", "least", "92.1", "consistently", "and", "signal_2_n", "ought", "to", "continuously", "keep", "greater", "than", "or", "equal", "to", "5.0", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "more equal", "92.1", "and", "signal_2_n", "more equal", "5.0", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "17", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", ">=", "92.1"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", ">=", "5.0"]]}}} {"id": 4858, "sentence": ["Ultimately", "at", "a", "certain", "moment", "in", "the", "first", "80", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,80]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "at", "a", "certain", "moment", "in", "the", "first", "80", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5140, "sentence": ["For", "each", "moment", "in", "the", "first", "3", "to", "3", "time", "units", ",", "signal_1_n", "will", "have", "to", "uninterruptedly", "remain", "equal", "to", "17.5", "."], "ltl": ["globally", "[3,3]", "(", "signal_1_n", "math equal", "17.5", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "3", "to", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "17.5"]]}}} {"id": 495, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "70.4", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "first", "9", "time", "units", ",", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "continuously", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "70.4", ")", "imply", "globally", "[0,9]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "first", "9", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", "==", "70.4", ")"]]}, " prop_2 ": {"span": [40, 52], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2243, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "signal_2_n", "does", "n't", "occur", ",", "and", "the", "state", "of", "signal_3_n", "is", "not", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_5_n", "has", "to", "be", "signal_6_n", "right", "away", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "n't", "occur", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [36, 47], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 4920, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "should", "n't", "get", "set", "to", "signal_2_n", "finally", "or", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "63.2", "."], "ltl": ["finally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "less equal", "63.2", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 29], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_3_n", "<=", "63.2"]]}}} {"id": 3901, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "after", "at", "most", "79", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "63.8", "finally", "."], "ltl": ["finally", "[0,79]", "(", "signal_1_n", "more equal", "63.8", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "after", "at", "most", "79", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 29], "prop": [["signal_1_n", ">=", "63.8"]]}}} {"id": 730, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "60.2", "then", "for", "each", "time", "point", "in", "the", "first", "77", "time", "units", "at", "a", "time", "in", "the", "following", "23", "time", "units", ",", "ultimately", "the", "value", "of", "signal", "signal_2_n", "must", "not", "be", "less", "than", "1.8", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.2", "imply", "globally", "[0,77]", "(", "finally", "[0,23]", "(", "negation", "(", "signal_2_n", "less", "1.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "for", "each", "time", "point", "in", "the", "first", "77", "time", "units", "at", "a", "time", "in", "the", "following", "23", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<=", "60.2"]]}, " prop_2 ": {"span": [41, 52], "prop": [["-", "(", "signal_2_n", "<", "1.8", ")"]]}}} {"id": 1766, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "26.5", "and", "less", "than", "30.9", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "state", "of", "signal_2_n", "will", "not", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "26.5", "and", "signal_1_n", "less", "30.9", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">", "26.5"], ["signal_1_n", "<", "30.9"]]}, " prop_2 ": {"span": [31, 40], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5683, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "not", "less", "than", "or", "equal", "to", "98.0", "and", "the", "signal_2_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "22.5", "then", "for", "each", "time", "point", "within", "the", "following", "61", "time", "units", ",", "there", "should", "be", "a", "time", "in", "the", "next", "100", "time", "units", "eventually", ",", "at", "which", "signal_3_n", "must", "keep", "at", "least", "97.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "98.0", ")", "and", "rise", "(", "signal_2_n", "more equal", "22.5", ")", "imply", "globally", "[0,61]", "(", "finally", "[0,100]", "(", "signal_3_n", "more equal", "97.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "for", "each", "time", "point", "within", "the", "following", "61", "time", "units", ",", "there", "should", "be", "a", "time", "in", "the", "next", "100", "time", "units", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "61", "]", "(", "F", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", "<=", "98.0", ")"]]}, " prop_2 ": {"span": [15, 26], "prop": [["rise", "(", "signal_2_n", ">=", "22.5", ")"]]}, " prop_3 ": {"span": [53, 59], "prop": [["signal_3_n", ">=", "97.2"]]}}} {"id": 2534, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "over", "27.5", "gets", "detected", ",", "then", "there", "must", "exist", "sometime", "in", "the", "future", "ultimately", ",", "at", "which", "consistently", "the", "state", "of", "signal_2_n", "is", "never", "set", "to", "signal_3_n", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "27.5", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "there", "must", "exist", "sometime", "in", "the", "future", "ultimately", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "27.5", ")"]]}, " prop_2 ": {"span": [31, 49], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5669, "sentence": ["At", "a", "certain", "time", "instant", "after", "between", "37", "to", "82", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "eventually", "at", "least", "42.9", "and", "less", "than", "or", "equal", "to", "70.2", ",", "and", "the", "event", "that", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "65.3", "should", "be", "ultimately", "observed", "."], "ltl": ["finally", "[37,82]", "(", "(", "signal_1_n", "more equal", "42.9", "and", "signal_1_n", "less equal", "70.2", ")", "and", "rise", "(", "signal_2_n", "more equal", "65.3", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "between", "37", "to", "82", "time", "units", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "should", "be", "ultimately", "observed", "."], "logic_ltl": ["F", "[", "37", ":", "82", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 30], "prop": [["signal_1_n", ">=", "42.9"], ["signal_1_n", "<=", "70.2"]]}, " prop_2 ": {"span": [35, 44], "prop": [["rise", "(", "signal_2_n", ">=", "65.3", ")"]]}}} {"id": 775, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "the", "signal_1_n", "signal", "must", "stay", "equal", "to", "9.5", "consistently", ",", "and", "the", "value", "of", "signal_2_n", "keeps", "larger", "than", "12.3", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "9.5", "and", "signal_2_n", "more", "12.3", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "9.5"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", ">", "12.3"]]}}} {"id": 2809, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "87.5", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "coming", "73", "time", "units", "at", "a", "certain", "moment", "in", "the", "subsequent", "24", "to", "69", "time", "units", ",", "ultimately", "the", "event", "that", "signal_2_n", "is", "shifted", "to", "80.7", "will", "get", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "87.5", ")", "imply", "globally", "[0,73]", "(", "finally", "[24,69]", "(", "rise", "(", "signal_2_n", "math equal", "80.7", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "coming", "73", "time", "units", "at", "a", "certain", "moment", "in", "the", "subsequent", "24", "to", "69", "time", "units", ",", "ultimately", "the", "event", "that", "(", "prop_2", ")", "will", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "24", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "87.5", ")"]]}, " prop_2 ": {"span": [45, 50], "prop": [["rise", "(", "signal_2_n", "==", "80.7", ")"]]}}} {"id": 2188, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "gets", "above", "24.0", "happens", "then", "in", "response", "the", "value", "of", "signal_2_n", "should", "remain", "at", "most", "94.2", "consistently", "during", "the", "elapsed", "32", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "24.0", ")", "imply", "historically", "[0,32]", "(", "signal_2_n", "less equal", "94.2", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "24.0", ")"]]}, " prop_2 ": {"span": [14, 30], "prop": [["signal_2_n", "<=", "94.2"]]}}} {"id": 5665, "sentence": ["When", "the", "signal_1_n", "signal", "is", "54.2", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "jumps", "to", "no", "less", "than", "80.4", "happens", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "finally", "exist", "sometime", "in", "less", "than", "77", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_4_n", "falls", "to", "at", "most", "43.6", "has", "to", "get", "observed", ",", "and", "till", "then", "the", "value", "of", "signal_3_n", "must", "always", "remain", "above", "53.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "54.2", "and", "rise", "(", "signal_2_n", "more equal", "80.4", ")", "imply", "(", "signal_3_n", "more", "53.4", ")", "until", "[0,77]", "(", "rise", "(", "signal_4_n", "less equal", "43.6", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "finally", "exist", "sometime", "in", "less", "than", "77", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "get", "observed", ",", "and", "till", "then", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "77", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "54.2"]]}, " prop_2 ": {"span": [11, 22], "prop": [["rise", "(", "signal_2_n", ">=", "80.4", ")"]]}, " prop_3 ": {"span": [47, 57], "prop": [["rise", "(", "signal_4_n", "<=", "43.6", ")"]]}, " prop_4 ": {"span": [65, 74], "prop": [["signal_3_n", ">", "53.4"]]}}} {"id": 4062, "sentence": ["Everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "gets", "detected", "then", "for", "every", "time", "instant", "within", "the", "subsequent", "13", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "keep", "equal", "to", "42.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,13]", "(", "signal_3_n", "math equal", "42.9", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "for", "every", "time", "instant", "within", "the", "subsequent", "13", "time", "units", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_3_n", "==", "42.9"]]}}} {"id": 103, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "above", "68.9", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "time", "instant", "in", "the", "future", ",", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "and", "will", "be", "uninterruptedly", "staying", "like", "this", "for", "every", "time", "point", "within", "18", "to", "70", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "68.9", ")", "imply", "finally", "(", "globally", "[18,70]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "time", "instant", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "18", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "68.9", ")"]]}, " prop_2 ": {"span": [31, 58], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4216, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "equal", "to", "19.7", ",", "or", "the", "event", "that", "the", "state", "of", "signal_2_n", "changes", "to", "signal_3_n", "is", "not", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "coming", "12", "time", "units", "there", "has", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "is", "eventually", "less", "than", "13.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "19.7", "or", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,12]", "(", "finally", "[0,27]", "(", "signal_4_n", "less", "13.3", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "is", "not", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "in", "the", "coming", "12", "time", "units", "there", "has", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "12", "]", "(", "F", "[", "0", ":", "27", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "19.7"]]}, " prop_2 ": {"span": [14, 21], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [57, 65], "prop": [["signal_4_n", "<", "13.3"]]}}} {"id": 1150, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "5.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "21.2", "and", "less", "than", "43.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "5.2", ")", "imply", "signal_2_n", "more equal", "21.2", "and", "signal_2_n", "less", "43.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "5.2", ")"]]}, " prop_2 ": {"span": [34, 50], "prop": [["signal_2_n", ">=", "21.2"], ["signal_2_n", "<", "43.9"]]}}} {"id": 6387, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "68.1", "and", "signal_2_n", "is", "larger", "than", "0.1", "and", "below", "20.3", ",", "then", "the", "state", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "68.1", "and", "(", "signal_2_n", "more", "0.1", "and", "signal_2_n", "less", "20.3", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "<=", "68.1"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", ">", "0.1"], ["signal_2_n", "<", "20.3"]]}, " prop_3 ": {"span": [24, 35], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 359, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", "signal_1_n", "will", "be", "higher", "than", "7.9", ",", "or", "the", "signal_2_n", "signal", "will", "not", "be", "74.4", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "more", "7.9", "or", "negation", "(", "signal_2_n", "math equal", "74.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", ">", "7.9"]]}, " prop_2 ": {"span": [21, 29], "prop": [["-", "(", "signal_2_n", "==", "74.4", ")"]]}}} {"id": 4619, "sentence": ["Whenever", "signal_1_n", "is", "bigger", "than", "47.5", "and", "less", "than", "or", "equal", "to", "53.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "has", "to", "be", "higher", "than", "75.4", "and", "less", "than", "85.1", "and", "needs", "to", "consistently", "keep", "like", "that", "for", "each", "time", "point", "within", "the", "following", "75", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "47.5", "and", "signal_1_n", "less equal", "53.0", "imply", "globally", "[0,75]", "(", "signal_2_n", "more", "75.4", "and", "signal_2_n", "less", "85.1", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "75", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">", "47.5"], ["signal_1_n", "<=", "53.0"]]}, " prop_2 ": {"span": [22, 50], "prop": [["signal_2_n", ">", "75.4"], ["signal_2_n", "<", "85.1"]]}}} {"id": 2989, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "55.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "55.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "55.6", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 394, "sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "31", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "finally", "or", "the", "event", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "82.6", "wo", "n't", "take", "place", "ultimately", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "rise", "(", "signal_3_n", "more", "82.6", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "31", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "wo", "n't", "take", "place", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 37], "prop": [["-", "rise", "(", "signal_3_n", ">", "82.6", ")"]]}}} {"id": 6224, "sentence": ["For", "every", "time", "point", "within", "the", "first", "4", "to", "13", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "greater", "than", "or", "equal", "to", "16.4", "uninterruptedly", ",", "and", "signal_2_n", "must", "be", "continuously", "greater", "than", "or", "equal", "to", "61.8", "."], "ltl": ["globally", "[4,13]", "(", "signal_1_n", "more equal", "16.4", "and", "signal_2_n", "more equal", "61.8", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "4", "to", "13", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "4", ":", "13", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 29], "prop": [["signal_1_n", ">=", "16.4"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_2_n", ">=", "61.8"]]}}} {"id": 4341, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "91.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "signal_2_n", "decreases", "to", "no", "more", "than", "92.6", "must", "be", "observed", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "91.0", "imply", "rise", "(", "signal_2_n", "less equal", "92.6", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "91.0"]]}, " prop_2 ": {"span": [25, 32], "prop": [["rise", "(", "signal_2_n", "<=", "92.6", ")"]]}}} {"id": 2586, "sentence": ["Eventually", "at", "a", "time", "after", "between", "1", "to", "49", "time", "units", ",", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "does", "n't", "happen", "."], "ltl": ["finally", "[1,49]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Eventually", "at", "a", "time", "after", "between", "1", "to", "49", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "n't", "happen", "."], "logic_ltl": ["F", "[", "1", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 21], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1457, "sentence": ["As", "soon", "as", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "then", "in", "response", "there", "needs", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "eventually", "the", "signal_3_n", "signal", "is", "not", "equal", "to", "62.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "(", "signal_3_n", "math equal", "62.4", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "in", "response", "there", "needs", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["-", "(", "signal_3_n", "==", "62.4", ")"]]}}} {"id": 585, "sentence": ["In", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "38.9", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "38.9", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_3_n", "<=", "38.9"]]}}} {"id": 2189, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "jumps", "to", "larger", "than", "5.7", "is", "observed", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "uninterruptedly", "kept", "at", "most", "93.0", "in", "the", "last", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "5.7", ")", "imply", "historically", "[0,21]", "(", "signal_2_n", "less equal", "93.0", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "5.7", ")"]]}, " prop_2 ": {"span": [17, 33], "prop": [["signal_2_n", "<=", "93.0"]]}}} {"id": 1893, "sentence": ["For", "each", "moment", "in", "the", "first", "47", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "stay", "equal", "to", "47.4", "consistently", "."], "ltl": ["globally", "[0,47]", "(", "signal_1_n", "math equal", "47.4", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "47", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "47.4"]]}}} {"id": 5393, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "no", "less", "than", "2.4", "and", "at", "most", "5.5", "then", "in", "response", "for", "every", "time", "point", "in", "the", "next", "7", "time", "units", "finally", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "67", "time", "units", "the", "scenario", "that", "the", "signal_2_n", "signal", "leaves", "signal_3_n", "must", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "2.4", "and", "signal_1_n", "less equal", "5.5", "imply", "globally", "[0,7]", "(", "finally", "[0,67]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "point", "in", "the", "next", "7", "time", "units", "finally", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "67", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "must", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "7", "]", "(", "F", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">=", "2.4"], ["signal_1_n", "<=", "5.5"]]}, " prop_2 ": {"span": [43, 48], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5198, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "26", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "at", "most", "74.4", "without", "interruption", ",", "or", "the", "value", "of", "signal_2_n", "should", "be", "above", "91.2", "continuously", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "less equal", "74.4", "or", "signal_2_n", "more", "91.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "26", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "<=", "74.4"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", ">", "91.2"]]}}} {"id": 1154, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "has", "to", "be", "larger", "than", "13.3", "and", "lower", "than", "26.5", "consecutively", ",", "or", "signal_2_n", "should", "keep", "greater", "than", "or", "equal", "to", "87.3", "consecutively", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "13.3", "and", "signal_1_n", "less", "26.5", ")", "or", "signal_2_n", "more equal", "87.3", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", ">", "13.3"], ["signal_1_n", "<", "26.5"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">=", "87.3"]]}}} {"id": 5093, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "68.0", "is", "detected", ",", "then", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "82.3", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "68.0", ")", "imply", "signal_2_n", "math equal", "82.3", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "68.0", ")"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "==", "82.3"]]}}} {"id": 2134, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "changes", "to", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "value", "of", "signal", "signal_3_n", "should", "n't", "be", "no", "more", "than", "42.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "less equal", "42.6", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 30], "prop": [["-", "(", "signal_3_n", "<=", "42.6", ")"]]}}} {"id": 2005, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "observed", ",", "then", "there", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "greater", "than", "5.1", "and", "less", "than", "34.3", "and", "keep", "like", "this", "without", "interruption", "for", "every", "moment", "during", "the", "next", "52", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "[52,68]", "(", "signal_3_n", "more", "5.1", "and", "signal_3_n", "less", "34.3", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "there", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "52", ":", "68", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 72], "prop": [["signal_3_n", ">", "5.1"], ["signal_3_n", "<", "34.3"]]}}} {"id": 2470, "sentence": ["At", "a", "certain", "moment", "after", "between", "63", "to", "65", "time", "units", "ultimately", "the", "signal_1_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "86.6", ",", "and", "the", "scenario", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "60.9", "needs", "to", "take", "place", "ultimately", "."], "ltl": ["finally", "[63,65]", "(", "signal_1_n", "more equal", "86.6", "and", "rise", "(", "signal_2_n", "less equal", "60.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "between", "63", "to", "65", "time", "units", "ultimately", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "ultimately", "."], "logic_ltl": ["F", "[", "63", ":", "65", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "86.6"]]}, " prop_2 ": {"span": [29, 38], "prop": [["rise", "(", "signal_2_n", "<=", "60.9", ")"]]}}} {"id": 4125, "sentence": ["At", "a", "time", "in", "the", "first", "38", "time", "units", ",", "the", "value", "of", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "5.1", "eventually", ",", "and", "the", "value", "of", "signal", "signal_2_n", "should", "be", "lower", "than", "61.1", "finally", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "more equal", "5.1", "and", "signal_2_n", "less", "61.1", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "38", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">=", "5.1"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<", "61.1"]]}}} {"id": 4736, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "3", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "lower", "than", "93.8", "all", "the", "time", "."], "ltl": ["globally", "[0,3]", "(", "signal_1_n", "less", "93.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "3", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", "<", "93.8"]]}}} {"id": 144, "sentence": ["There", "should", "exist", "a", "certain", "moment", "within", "60", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "at", "least", "11.5", "and", "less", "than", "or", "equal", "to", "44.1", "and", "the", "event", "that", "signal_2_n", "gets", "more", "than", "17.1", "ought", "to", "be", "detected", "."], "ltl": ["finally", "[0,60]", "(", "(", "signal_1_n", "more equal", "11.5", "and", "signal_1_n", "less equal", "44.1", ")", "and", "rise", "(", "signal_2_n", "more", "17.1", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "within", "60", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "be", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "60", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">=", "11.5"], ["signal_1_n", "<=", "44.1"]]}, " prop_2 ": {"span": [32, 37], "prop": [["rise", "(", "signal_2_n", ">", "17.1", ")"]]}}} {"id": 957, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "will", "be", "staying", "less", "than", "or", "equal", "to", "11.7", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "11.7", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", "<=", "11.7"]]}}} {"id": 1945, "sentence": ["The", "value", "of", "signal_1_n", "must", "keep", "less", "than", "68.4", "continuously", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less", "68.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "<", "68.4"]]}}} {"id": 653, "sentence": ["Everytime", "when", "the", "event", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "happens", "then", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4655, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "over", "50.8", "is", "detected", "then", "simultaneously", "signal_2_n", "will", "have", "to", "keep", "above", "37.6", "and", "less", "than", "42.3", "or", "at", "the", "same", "time", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "becomes", "no", "less", "than", "7.5", "will", "have", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "50.8", ")", "imply", "(", "signal_2_n", "more", "37.6", "and", "signal_2_n", "less", "42.3", ")", "or", "rise", "(", "signal_3_n", "more equal", "7.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "simultaneously", "(", "prop_2", ")", "or", "at", "the", "same", "time", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", ">", "50.8", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">", "37.6"], ["signal_2_n", "<", "42.3"]]}, " prop_3 ": {"span": [42, 50], "prop": [["rise", "(", "signal_3_n", ">=", "7.5", ")"]]}}} {"id": 2565, "sentence": ["Without", "interruption", "the", "value", "of", "signal_1_n", "must", "be", "less", "than", "or", "equal", "to", "19.8", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "19.8", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 21], "prop": [["signal_1_n", "<=", "19.8"]]}}} {"id": 784, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "95", "time", "units", "signal_1_n", "will", "never", "be", "less", "than", "or", "equal", "to", "88.4", "and", "signal_2_n", "will", "have", "to", "be", "consistently", "higher", "than", "36.4", "and", "less", "than", "97.5", "."], "ltl": ["globally", "[0,95]", "(", "negation", "(", "signal_1_n", "less equal", "88.4", ")", "and", "(", "signal_2_n", "more", "36.4", "and", "signal_2_n", "less", "97.5", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "95", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "95", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "<=", "88.4", ")"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", ">", "36.4"], ["signal_2_n", "<", "97.5"]]}}} {"id": 942, "sentence": ["As", "soon", "as", "signal_1_n", "is", "more", "than", "40.7", "and", "less", "than", "79.4", "then", "promptly", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "remain", "on", "65.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "40.7", "and", "signal_1_n", "less", "79.4", "imply", "signal_2_n", "math equal", "65.2", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "40.7"], ["signal_1_n", "<", "79.4"]]}, " prop_2 ": {"span": [14, 24], "prop": [["signal_2_n", "==", "65.2"]]}}} {"id": 1446, "sentence": ["On", "condition", "that", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "40.5", "and", "less", "than", "or", "equal", "to", "91.3", "and", "the", "signal_2_n", "signal", "is", "at", "most", "68.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "becomes", "equal", "to", "34.8", "should", "be", "observed", ",", "or", "the", "mode", "of", "signal", "signal_4_n", "must", "remain", "in", "signal_5_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "40.5", "and", "signal_1_n", "less equal", "91.3", ")", "and", "signal_2_n", "less equal", "68.9", "imply", "rise", "(", "signal_3_n", "math equal", "34.8", ")", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "observed", ",", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "40.5"], ["signal_1_n", "<=", "91.3"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "<=", "68.9"]]}, " prop_3 ": {"span": [41, 49], "prop": [["rise", "(", "signal_3_n", "==", "34.8", ")"]]}, " prop_4 ": {"span": [54, 67], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 631, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "30.8", "gets", "detected", ",", "then", "in", "response", "in", "no", "time", "the", "value", "of", "signal", "signal_2_n", "must", "be", "greater", "than", "15.2", "and", "less", "than", "79.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "30.8", ")", "imply", "signal_2_n", "more", "15.2", "and", "signal_2_n", "less", "79.6", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "30.8", ")"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">", "15.2"], ["signal_2_n", "<", "79.6"]]}}} {"id": 2810, "sentence": ["When", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "63.2", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "the", "first", "33", "time", "units", "there", "has", "to", "be", "a", "time", "after", "between", "10", "to", "10", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "is", "changed", "to", "39.4", "will", "have", "to", "take", "place", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "63.2", ")", "imply", "globally", "[0,33]", "(", "finally", "[10,10]", "(", "rise", "(", "signal_2_n", "math equal", "39.4", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "the", "first", "33", "time", "units", "there", "has", "to", "be", "a", "time", "after", "between", "10", "to", "10", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "33", "]", "(", "F", "[", "10", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["fall", "(", "signal_1_n", "==", "63.2", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["rise", "(", "signal_2_n", "==", "39.4", ")"]]}}} {"id": 5474, "sentence": ["In", "the", "case", "the", "mode", "of", "signal", "signal_1_n", "is", "not", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "at", "a", "time", "during", "the", "coming", "5", "to", "85", "time", "units", ",", "the", "state", "of", "signal", "signal_3_n", "will", "have", "to", "be", "finally", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[5,85]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "at", "a", "time", "during", "the", "coming", "5", "to", "85", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "5", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 55], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 476, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "43", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "finally", "less", "than", "or", "equal", "to", "63.6", "or", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "11.4", "finally", "."], "ltl": ["finally", "[0,43]", "(", "signal_1_n", "less equal", "63.6", "or", "signal_2_n", "more equal", "11.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "43", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", "<=", "63.6"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", ">=", "11.4"]]}}} {"id": 208, "sentence": ["Finally", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "75.3", "will", "have", "to", "occur", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "drops", "to", "at", "most", "58.6", "will", "get", "detected", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "more", "75.3", ")", "or", "rise", "(", "signal_2_n", "less equal", "58.6", ")", ")"], "logic_sentence": ["Finally", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "occur", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "will", "get", "detected", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["rise", "(", "signal_1_n", ">", "75.3", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["rise", "(", "signal_2_n", "<=", "58.6", ")"]]}}} {"id": 603, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "26.6", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "between", "73.0", "-LRB-", "closed", "-RRB-", "and", "75.1", "-LRB-", "closed", "-RRB-", "simultaneously", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "starts", "deviating", "from", "64.9", "should", "be", "observed", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "26.6", ")", "imply", "(", "signal_2_n", "more equal", "73.0", "and", "signal_2_n", "less equal", "75.1", ")", "and", "fall", "(", "signal_3_n", "math equal", "64.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "be", "observed", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "26.6", ")"]]}, " prop_2 ": {"span": [22, 40], "prop": [["signal_2_n", ">=", "73.0"], ["signal_2_n", "<=", "75.1"]]}, " prop_3 ": {"span": [45, 53], "prop": [["fall", "(", "signal_3_n", "==", "64.9", ")"]]}}} {"id": 644, "sentence": ["The", "signal_1_n", "signal", "shall", "stay", "greater", "than", "or", "equal", "to", "40.3", "uninterruptedly", "for", "every", "time", "instant", "within", "6", "to", "22", "time", "units", "."], "ltl": ["globally", "[6,22]", "(", "signal_1_n", "more equal", "40.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "40.3"]]}}} {"id": 1995, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "16", "time", "units", "signal_1_n", "needs", "to", "remain", "greater", "than", "or", "equal", "to", "40.2", "consistently", "and", "the", "state", "of", "signal", "signal_2_n", "will", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,16]", "(", "signal_1_n", "more equal", "40.2", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "16", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "16", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", ">=", "40.2"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2282, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "the", "value", "of", "signal_1_n", "will", "consecutively", "keep", "equal", "to", "32.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.6", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "32.6"]]}}} {"id": 5750, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "84.0", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "36", "time", "units", ",", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "subsequent", "75", "time", "units", ",", "at", "which", "signal_2_n", "should", "be", "ultimately", "greater", "than", "or", "equal", "to", "21.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "84.0", ")", "imply", "globally", "[0,36]", "(", "finally", "[0,75]", "(", "signal_2_n", "more equal", "21.8", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "36", "time", "units", ",", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "subsequent", "75", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "36", "]", "(", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "84.0", ")"]]}, " prop_2 ": {"span": [48, 58], "prop": [["signal_2_n", ">=", "21.8"]]}}} {"id": 5320, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "stays", "at", "80.3", ",", "and", "the", "value", "of", "signal_2_n", "is", "no", "more", "than", "59.9", "then", "for", "every", "time", "point", "within", "the", "coming", "29", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "20.0", "eventually", "at", "a", "time", "within", "the", "following", "47", "to", "55", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "80.3", "and", "signal_2_n", "less equal", "59.9", "imply", "globally", "[0,29]", "(", "finally", "[47,55]", "(", "signal_3_n", "less equal", "20.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "for", "every", "time", "point", "within", "the", "coming", "29", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "29", "]", "(", "F", "[", "47", ":", "55", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "80.3"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<=", "59.9"]]}, " prop_3 ": {"span": [39, 63], "prop": [["signal_3_n", "<=", "20.0"]]}}} {"id": 1699, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "16.6", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "equal", "to", "40.9", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "more", "16.6", "imply", "signal_2_n", "math equal", "40.9", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "16.6"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_2_n", "==", "40.9"]]}}} {"id": 2281, "sentence": ["At", "a", "time", "within", "the", "first", "8", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "at", "most", "69.8", "finally", ",", "and", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "no", "less", "than", "58.0", "must", "take", "place", "."], "ltl": ["finally", "[0,8]", "(", "signal_1_n", "less equal", "69.8", "and", "rise", "(", "signal_2_n", "more equal", "58.0", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "8", "time", "units", "(", "prop_1", ")", ",", "and", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "<=", "69.8"]]}, " prop_2 ": {"span": [28, 38], "prop": [["rise", "(", "signal_2_n", ">=", "58.0", ")"]]}}} {"id": 1128, "sentence": ["Globally", ",", "if", "signal_1_n", "remains", "no", "more", "than", "58.8", "without", "interruption", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "there", "exists", "sometime", "in", "the", "subsequent", "33", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "starts", "not", "equaling", "to", "33.7", "will", "have", "to", "occur", ",", "before", "this", "uninterruptedly", "the", "value", "of", "signal_2_n", "will", "remain", "above", "41.5", "and", "below", "83.2", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "less equal", "58.8", ")", "imply", "(", "signal_2_n", "more", "41.5", "and", "signal_2_n", "less", "83.2", ")", "until", "[0,33]", "(", "fall", "(", "signal_3_n", "math equal", "33.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "exists", "sometime", "in", "the", "subsequent", "33", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "occur", ",", "before", "this", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", "<=", "58.8"]]}, " prop_2 ": {"span": [44, 52], "prop": [["fall", "(", "signal_3_n", "==", "33.7", ")"]]}, " prop_3 ": {"span": [60, 71], "prop": [["signal_2_n", ">", "41.5"], ["signal_2_n", "<", "83.2"]]}}} {"id": 240, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "less", "than", "20", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "ultimately", "higher", "than", "6.5", "and", "smaller", "than", "32.2", ",", "and", "signal_2_n", "is", "eventually", "less", "than", "or", "equal", "to", "60.7", "."], "ltl": ["finally", "[0,20]", "(", "(", "signal_1_n", "more", "6.5", "and", "signal_1_n", "less", "32.2", ")", "and", "signal_2_n", "less equal", "60.7", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "less", "than", "20", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 31], "prop": [["signal_1_n", ">", "6.5"], ["signal_1_n", "<", "32.2"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", "<=", "60.7"]]}}} {"id": 1402, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "37", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "eventually", "91.5", ",", "or", "eventually", "the", "value", "of", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "0.4", "and", "no", "more", "than", "0.7", "."], "ltl": ["finally", "[0,37]", "(", "signal_1_n", "math equal", "91.5", "or", "(", "signal_2_n", "more equal", "0.4", "and", "signal_2_n", "less equal", "0.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "37", "time", "units", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "37", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "91.5"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_2_n", ">=", "0.4"], ["signal_2_n", "<=", "0.7"]]}}} {"id": 2073, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "signal_1_n", "shall", "always", "remain", "less", "than", "or", "equal", "to", "45.0", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "91.5", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "45.0", "and", "signal_2_n", "more equal", "91.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "<=", "45.0"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", ">=", "91.5"]]}}} {"id": 51, "sentence": ["For", "every", "moment", "during", "the", "first", "8", "to", "10", "time", "units", "the", "value", "of", "signal_1_n", "has", "to", "be", "smaller", "than", "82.6", "consecutively", ",", "and", "uninterruptedly", "the", "signal_2_n", "signal", "has", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[8,10]", "(", "signal_1_n", "less", "82.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "8", "to", "10", "time", "units", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "8", ":", "10", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<", "82.6"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2576, "sentence": ["There", "ought", "to", "be", "finally", "a", "certain", "time", "point", "in", "the", "first", "2", "to", "8", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "63.6", "."], "ltl": ["finally", "[2,8]", "(", "signal_1_n", "more equal", "63.6", ")"], "logic_sentence": ["There", "ought", "to", "be", "finally", "a", "certain", "time", "point", "in", "the", "first", "2", "to", "8", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "2", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 32], "prop": [["signal_1_n", ">=", "63.6"]]}}} {"id": 165, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "finally", ",", "at", "which", "signal_1_n", "will", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 512, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", "then", "in", "response", "the", "value", "of", "signal_3_n", "needs", "to", "be", "equal", "to", "90.1", "and", "then", "shall", "uninterruptedly", "keep", "like", "this", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "(", "signal_3_n", "math equal", "90.1", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 49], "prop": [["signal_3_n", "==", "90.1"]]}}} {"id": 4187, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "13.8", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "48", "time", "units", ",", "there", "will", "exist", "sometime", "in", "the", "following", "95", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "goes", "to", "no", "less", "than", "57.7", "shall", "be", "observed", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "13.8", ")", "imply", "globally", "[0,48]", "(", "finally", "[0,95]", "(", "rise", "(", "signal_2_n", "more equal", "57.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "48", "time", "units", ",", "there", "will", "exist", "sometime", "in", "the", "following", "95", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "48", "]", "(", "F", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "13.8", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["rise", "(", "signal_2_n", ">=", "57.7", ")"]]}}} {"id": 899, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "63.8", "then", "for", "each", "time", "instant", "within", "the", "next", "58", "time", "units", "the", "scenario", "that", "signal_2_n", "starts", "not", "equaling", "to", "9.3", "must", "be", "observed", "finally", "at", "sometime", "within", "the", "subsequent", "60", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "63.8", ")", "imply", "globally", "[0,58]", "(", "finally", "[0,60]", "(", "fall", "(", "signal_2_n", "math equal", "9.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "for", "each", "time", "instant", "within", "the", "next", "58", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "finally", "at", "sometime", "within", "the", "subsequent", "60", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "58", "]", "(", "F", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "63.8", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["fall", "(", "signal_2_n", "==", "9.3", ")"]]}}} {"id": 433, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "47.9", "occurs", ",", "then", "in", "response", "there", "shall", "be", "a", "certain", "time", "point", "within", "80", "time", "units", ",", "at", "which", "signal_2_n", "needs", "to", "be", "finally", "lower", "than", "92.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "47.9", ")", "imply", "finally", "[0,80]", "(", "signal_2_n", "less", "92.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "there", "shall", "be", "a", "certain", "time", "point", "within", "80", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "47.9", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", "<", "92.1"]]}}} {"id": 3390, "sentence": ["Whenever", "signal_1_n", "is", "not", "greater", "than", "or", "equal", "to", "51.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "less", "than", "or", "equal", "to", "39.8", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "51.9", ")", "imply", "signal_2_n", "less equal", "39.8", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", ">=", "51.9", ")"]]}, " prop_2 ": {"span": [19, 36], "prop": [["signal_2_n", "<=", "39.8"]]}}} {"id": 5235, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "to", "at", "least", "35.4", "is", "detected", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "point", "during", "the", "first", "10", "time", "units", ",", "for", "each", "time", "instant", "during", "the", "following", "23", "time", "units", ",", "the", "value", "of", "signal_2_n", "should", "equal", "to", "99.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "35.4", ")", "imply", "finally", "[0,10]", "(", "globally", "[0,23]", "(", "signal_2_n", "math equal", "99.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "point", "during", "the", "first", "10", "time", "units", ",", "for", "each", "time", "instant", "during", "the", "following", "23", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "10", "]", "(", "G", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "35.4", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", "==", "99.5"]]}}} {"id": 1146, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "51.4", ",", "and", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "6.3", "and", "no", "larger", "than", "14.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "time", "instant", "in", "the", "following", "56", "time", "units", "the", "value", "of", "signal_3_n", "ought", "to", "be", "larger", "than", "7.3", "and", "smaller", "than", "41.6", "and", "this", "condition", "needs", "to", "sustain", "without", "interruption", "for", "every", "moment", "within", "the", "next", "65", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "51.4", ")", "and", "(", "signal_2_n", "more equal", "6.3", "and", "signal_2_n", "less equal", "14.1", ")", "imply", "finally", "[0,56]", "(", "globally", "[0,65]", "(", "signal_3_n", "more", "7.3", "and", "signal_3_n", "less", "41.6", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "time", "instant", "in", "the", "following", "56", "time", "units", "(", "prop_3", ")", "and", "this", "condition", "needs", "to", "sustain", "without", "interruption", "for", "every", "moment", "within", "the", "next", "65", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "56", "]", "(", "G", "[", "0", ":", "65", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["-", "(", "signal_1_n", ">=", "51.4", ")"]]}, " prop_2 ": {"span": [15, 29], "prop": [["signal_2_n", ">=", "6.3"], ["signal_2_n", "<=", "14.1"]]}, " prop_3 ": {"span": [49, 63], "prop": [["signal_3_n", ">", "7.3"], ["signal_3_n", "<", "41.6"]]}}} {"id": 624, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "72.7", "gets", "detected", "then", "in", "response", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_2_n", "needs", "to", "be", "ultimately", "no", "larger", "than", "37.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "72.7", ")", "imply", "finally", "(", "signal_2_n", "less equal", "37.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["fall", "(", "signal_1_n", "==", "72.7", ")"]]}, " prop_2 ": {"span": [32, 44], "prop": [["signal_2_n", "<=", "37.7"]]}}} {"id": 5704, "sentence": ["In", "case", "that", "at", "sometime", "during", "the", "subsequent", "15", "to", "43", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "47.5", "will", "take", "place", "ultimately", "then", "signal_2_n", "is", "eventually", "greater", "than", "or", "equal", "to", "5.6", "and", "no", "larger", "than", "14.8", "at", "a", "certain", "time", "point", "during", "the", "following", "47", "time", "units", "."], "ltl": ["globally", "(", "finally", "[15,43]", "(", "fall", "(", "signal_1_n", "math equal", "47.5", ")", ")", "imply", "finally", "[0,47]", "(", "signal_2_n", "more equal", "5.6", "and", "signal_2_n", "less equal", "14.8", ")", ")"], "logic_sentence": ["In", "case", "that", "at", "sometime", "during", "the", "subsequent", "15", "to", "43", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "take", "place", "ultimately", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "15", ":", "43", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "47", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["fall", "(", "signal_1_n", "==", "47.5", ")"]]}, " prop_2 ": {"span": [31, 56], "prop": [["signal_2_n", ">=", "5.6"], ["signal_2_n", "<=", "14.8"]]}}} {"id": 5258, "sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "at", "most", "58.3", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "58.3", ")"], "logic_sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<=", "58.3"]]}}} {"id": 6082, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "5", "to", "14", "time", "units", ",", "ultimately", "the", "signal_1_n", "signal", "shall", "be", "larger", "than", "56.0", "and", "lower", "than", "60.5", "."], "ltl": ["finally", "[5,14]", "(", "signal_1_n", "more", "56.0", "and", "signal_1_n", "less", "60.5", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "5", "to", "14", "time", "units", ",", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "14", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 26], "prop": [["signal_1_n", ">", "56.0"], ["signal_1_n", "<", "60.5"]]}}} {"id": 142, "sentence": ["For", "every", "time", "instant", "within", "47", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "has", "to", "be", "at", "least", "57.8", "and", "less", "than", "81.3", "or", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "above", "34.3", "and", "less", "than", "72.3", "all", "the", "time", "."], "ltl": ["globally", "[0,47]", "(", "(", "signal_1_n", "more equal", "57.8", "and", "signal_1_n", "less", "81.3", ")", "or", "(", "signal_2_n", "more", "34.3", "and", "signal_2_n", "less", "72.3", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "47", "time", "units", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">=", "57.8"], ["signal_1_n", "<", "81.3"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">", "34.3"], ["signal_2_n", "<", "72.3"]]}}} {"id": 61, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "45.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "following", "15", "time", "units", ",", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "45.3", ")", "imply", "finally", "[0,15]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "following", "15", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "45.3", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1886, "sentence": ["There", "ultimately", "exists", "a", "certain", "time", "instant", "within", "89", "time", "units", ",", "at", "which", "signal_1_n", "ought", "n't", "to", "be", "20.7", "."], "ltl": ["finally", "[0,89]", "(", "negation", "(", "signal_1_n", "math equal", "20.7", ")", ")"], "logic_sentence": ["There", "ultimately", "exists", "a", "certain", "time", "instant", "within", "89", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["-", "(", "signal_1_n", "==", "20.7", ")"]]}}} {"id": 961, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "a", "time", "starting", "at", "most", "33", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "ought", "to", "ultimately", "remain", "equal", "to", "83.5", ",", "until", "then", "signal_3_n", "will", "uninterruptedly", "stay", "less", "than", "or", "equal", "to", "67.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "67.3", ")", "until", "[0,33]", "(", "signal_4_n", "math equal", "83.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "a", "time", "starting", "at", "most", "33", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 53], "prop": [["signal_4_n", "==", "83.5"]]}, " prop_3 ": {"span": [56, 66], "prop": [["signal_3_n", "<=", "67.3"]]}}} {"id": 52, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "gets", "set", "to", "42.3", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "no", "less", "than", "0.4", "and", "no", "more", "than", "74.8", "then", "this", "condition", "continuously", "keeps", "within", "the", "subsequent", "75", "to", "83", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.3", ")", "imply", "globally", "[75,83]", "(", "signal_2_n", "more equal", "0.4", "and", "signal_2_n", "less equal", "74.8", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "continuously", "keeps", "within", "the", "subsequent", "75", "to", "83", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "75", ":", "83", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "42.3", ")"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", ">=", "0.4"], ["signal_2_n", "<=", "74.8"]]}}} {"id": 2612, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "the", "mode", "of", "signal", "signal_1_n", "needs", "to", "be", "consistently", "set", "to", "signal_2_n", ",", "or", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 161, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "equal", "to", "15.4", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "smaller", "than", "53.8", "must", "not", "occur", "and", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "22.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "15.4", "imply", "negation", "fall", "(", "signal_2_n", "more equal", "53.8", ")", "and", "signal_3_n", "math equal", "22.0", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_2", ")", "must", "not", "occur", "and", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "15.4"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "fall", "(", "signal_2_n", ">=", "53.8", ")"]]}, " prop_3 ": {"span": [37, 46], "prop": [["signal_3_n", "==", "22.0"]]}}} {"id": 5622, "sentence": ["For", "every", "moment", "during", "the", "first", "88", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "needs", "to", "always", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,88]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "88", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5601, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "higher", "than", "25.7", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "should", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "40", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "shall", "be", "equal", "to", "47.9", "and", "this", "scenario", "sustains", "without", "interruption", "for", "every", "time", "point", "in", "the", "following", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "25.7", ")", "imply", "finally", "[0,40]", "(", "globally", "[0,22]", "(", "signal_2_n", "math equal", "47.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "should", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "40", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "this", "scenario", "sustains", "without", "interruption", "for", "every", "time", "point", "in", "the", "following", "22", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">", "25.7", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", "==", "47.9"]]}}} {"id": 4134, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "90.0", "takes", "place", ",", "or", "the", "signal_2_n", "signal", "is", "equal", "to", "33.0", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "coming", "0", "to", "4", "time", "units", ",", "at", "a", "time", "starting", "at", "most", "5", "time", "units", "ultimately", "the", "signal_3_n", "signal", "ought", "to", "be", "54.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "90.0", ")", "or", "signal_2_n", "math equal", "33.0", "imply", "globally", "[0,4]", "(", "finally", "[0,5]", "(", "signal_3_n", "math equal", "54.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "or", "(", "prop_2", ")", ",", "at", "a", "time", "starting", "at", "most", "5", "time", "units", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "4", "]", "(", "F", "[", "0", ":", "5", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", ">=", "90.0", ")"]]}, " prop_2 ": {"span": [22, 44], "prop": [["signal_2_n", "==", "33.0"]]}, " prop_3 ": {"span": [55, 62], "prop": [["signal_3_n", "==", "54.3"]]}}} {"id": 5569, "sentence": ["For", "each", "time", "point", "within", "9", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "consistently", "remain", "equal", "to", "13.2", "or", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "above", "43.9", "all", "the", "time", "."], "ltl": ["globally", "[0,9]", "(", "signal_1_n", "math equal", "13.2", "or", "signal_2_n", "more", "43.9", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "9", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "9", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "==", "13.2"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_2_n", ">", "43.9"]]}}} {"id": 803, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "then", "without", "any", "delay", "the", "mode", "of", "signal", "signal_3_n", "will", "be", "signal_4_n", ",", "and", "the", "value", "of", "signal_5_n", "ought", "to", "be", "equal", "to", "5.3", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "math equal", "5.3", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "without", "any", "delay", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [27, 41], "prop": [["signal_5_n", "==", "5.3"]]}}} {"id": 2670, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "finally", "the", "value", "of", "signal_1_n", "must", "be", "equal", "to", "12.2", ",", "or", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "40.5", "wo", "n't", "be", "observed", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "12.2", "or", "negation", "fall", "(", "signal_2_n", "math equal", "40.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "finally", "(", "prop_1", ")", ",", "or", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "wo", "n't", "be", "observed", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "12.2"]]}, " prop_2 ": {"span": [29, 37], "prop": [["-", "fall", "(", "signal_2_n", "==", "40.5", ")"]]}}} {"id": 225, "sentence": ["There", "has", "to", "be", "a", "time", "within", "97", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "below", "66.2", "should", "be", "observed", "ultimately", "and", "the", "event", "that", "the", "signal_2_n", "signal", "increases", "to", "at", "least", "63.4", "should", "eventually", "take", "place", "."], "ltl": ["finally", "[0,97]", "(", "rise", "(", "signal_1_n", "less", "66.2", ")", "and", "rise", "(", "signal_2_n", "more equal", "63.4", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "time", "within", "97", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "should", "be", "observed", "ultimately", "and", "the", "event", "that", "(", "prop_2", ")", "should", "eventually", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "97", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["rise", "(", "signal_1_n", "<", "66.2", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["rise", "(", "signal_2_n", ">=", "63.4", ")"]]}}} {"id": 1431, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "86", "time", "units", "without", "interruption", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "on", "23.3", "and", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "be", "keeping", "less", "than", "56.4", "."], "ltl": ["globally", "[0,86]", "(", "signal_1_n", "math equal", "23.3", "and", "signal_2_n", "less", "56.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "86", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "23.3"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "<", "56.4"]]}}} {"id": 3558, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "not", "equal", "to", "48.1", ",", "and", "signal_2_n", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_4_n", "will", "be", "set", "to", "signal_5_n", "and", "stayed", "like", "that", "all", "the", "time", "in", "the", "elapsed", "53", "to", "70", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "48.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[53,70]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "53", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "==", "48.1", ")"]]}, " prop_2 ": {"span": [12, 15], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [24, 49], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 5194, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "36", "time", "units", ",", "consistently", "the", "value", "of", "signal_1_n", "shall", "equal", "to", "9.9", "and", "the", "state", "of", "signal_2_n", "needs", "to", "always", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "math equal", "9.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "36", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "9.9"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5313, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "during", "the", "first", "30", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "be", "equal", "to", "91.5", "or", "ultimately", "signal_2_n", "should", "be", "at", "most", "38.6", "."], "ltl": ["finally", "[0,30]", "(", "signal_1_n", "math equal", "91.5", "or", "signal_2_n", "less equal", "38.6", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "during", "the", "first", "30", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "30", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "91.5"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_2_n", "<=", "38.6"]]}}} {"id": 3808, "sentence": ["Everytime", "when", "within", "the", "past", "75", "to", "75", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "remains", "larger", "than", "46.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "34", "time", "units", "at", "a", "time", "in", "the", "following", "40", "to", "78", "time", "units", "the", "value", "of", "signal", "signal_2_n", "must", "be", "eventually", "in", "the", "interval", "-LRB-", "27.9", ",", "96.8", "-RSB-", "."], "ltl": ["globally", "(", "historically", "[75,75]", "(", "signal_1_n", "more", "46.8", ")", "imply", "globally", "[0,34]", "(", "finally", "[40,78]", "(", "signal_2_n", "more", "27.9", "and", "signal_2_n", "less equal", "96.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "within", "the", "past", "75", "to", "75", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "34", "time", "units", "at", "a", "time", "in", "the", "following", "40", "to", "78", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "75", ":", "75", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "40", ":", "78", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", ">", "46.8"]]}, " prop_2 ": {"span": [51, 67], "prop": [["signal_2_n", ">", "27.9"], ["signal_2_n", "<=", "96.8"]]}}} {"id": 156, "sentence": ["When", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consistently", "the", "value", "of", "signal", "signal_3_n", "should", "keep", "larger", "than", "35.9", "in", "the", "subsequent", "62", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,62]", "(", "signal_3_n", "more", "35.9", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 42], "prop": [["signal_3_n", ">", "35.9"]]}}} {"id": 98, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "57.4", "and", "the", "signal_2_n", "signal", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "ought", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "increases", "above", "60.9", "shall", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "57.4", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "rise", "(", "signal_4_n", "more", "60.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "ought", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "57.4"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [54, 61], "prop": [["rise", "(", "signal_4_n", ">", "60.9", ")"]]}}} {"id": 1759, "sentence": ["Everytime", "when", "signal_1_n", "equals", "to", "75.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "26", "time", "units", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "first", "50", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_2_n", "shall", "be", "smaller", "than", "96.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "75.2", "imply", "globally", "[0,26]", "(", "finally", "[0,50]", "(", "signal_2_n", "less", "96.2", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "26", "time", "units", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "first", "50", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 6], "prop": [["signal_1_n", "==", "75.2"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "<", "96.2"]]}}} {"id": 914, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "between", "-LSB-", "1.4", ",", "61.9", "-RSB-", ",", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "gets", "changed", "to", "11.9", "happens", "starting", "without", "any", "delay", "and", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_5_n", "has", "to", "be", "greater", "than", "2.8", "and", "smaller", "than", "15.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "1.4", "and", "signal_1_n", "less equal", "61.9", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "rise", "(", "signal_4_n", "math equal", "11.9", ")", "and", "(", "signal_5_n", "more", "2.8", "and", "signal_5_n", "less", "15.5", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "(", "prop_3", ")", "happens", "starting", "without", "any", "delay", "and", "at", "the", "same", "time", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">=", "1.4"], ["signal_1_n", "<=", "61.9"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 45], "prop": [["rise", "(", "signal_4_n", "==", "11.9", ")"]]}, " prop_4 ": {"span": [55, 70], "prop": [["signal_5_n", ">", "2.8"], ["signal_5_n", "<", "15.5"]]}}} {"id": 1548, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "jumps", "to", "higher", "than", "52.6", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "is", "more", "than", "82.1", "and", "then", "should", "consistently", "continue", "like", "this", "for", "every", "moment", "during", "the", "following", "83", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "52.6", ")", "imply", "globally", "[0,83]", "(", "signal_2_n", "more", "82.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "should", "consistently", "continue", "like", "this", "for", "every", "moment", "during", "the", "following", "83", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "52.6", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", ">", "82.1"]]}}} {"id": 6064, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "staying", "at", "97.0", "consecutively", "for", "every", "time", "instant", "within", "the", "first", "2", "to", "13", "time", "units", "."], "ltl": ["globally", "[2,13]", "(", "signal_1_n", "math equal", "97.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "2", ":", "13", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "==", "97.0"]]}}} {"id": 1662, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "uninterruptedly", "the", "state", "of", "signal_1_n", "ought", "n't", "to", "be", "in", "signal_2_n", "and", "uninterruptedly", "signal_3_n", "should", "stay", "greater", "than", "or", "equal", "to", "91.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "more equal", "91.9", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "uninterruptedly", "(", "prop_1", ")", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_3_n", ">=", "91.9"]]}}} {"id": 3721, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "less", "than", "86.7", "and", "has", "been", "consistently", "remaining", "in", "this", "interval", "during", "the", "last", "37", "to", "47", "time", "units", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "at", "which", "continuously", "signal_2_n", "shall", "never", "be", "in", "signal_3_n", "for", "each", "time", "point", "within", "the", "following", "13", "time", "units", "."], "ltl": ["globally", "(", "historically", "[37,47]", "(", "signal_1_n", "less", "86.7", ")", "imply", "finally", "(", "globally", "[0,13]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "exist", "a", "time", "in", "the", "future", "ultimately", ",", "at", "which", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "37", ":", "47", "]", "(", "prop_1", ")", "->", "F", "(", "G", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 33], "prop": [["signal_1_n", "<", "86.7"]]}, " prop_2 ": {"span": [54, 70], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1084, "sentence": ["For", "each", "moment", "during", "the", "first", "23", "time", "units", "signal_1_n", "must", "always", "not", "be", "at", "most", "53.2", "and", "the", "signal_2_n", "signal", "is", "continuously", "smaller", "than", "21.3", "."], "ltl": ["globally", "[0,23]", "(", "negation", "(", "signal_1_n", "less equal", "53.2", ")", "and", "signal_2_n", "less", "21.3", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "23", "time", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "<=", "53.2", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "<", "21.3"]]}}} {"id": 1323, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "65.9", ",", "then", "in", "response", "signal_2_n", "is", "equal", "to", "48.8", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "65.9", "imply", "signal_2_n", "math equal", "48.8", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "65.9"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "==", "48.8"]]}}} {"id": 628, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "47.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "more", "than", "11.3", "and", "below", "91.8", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "47.3", ")", "imply", "signal_2_n", "more", "11.3", "and", "signal_2_n", "less", "91.8", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "47.3", ")"]]}, " prop_2 ": {"span": [22, 39], "prop": [["signal_2_n", ">", "11.3"], ["signal_2_n", "<", "91.8"]]}}} {"id": 5072, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "gets", "changed", "to", "signal_2_n", "then", "there", "exists", "sometime", "during", "the", "next", "52", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "more", "than", "56.5", "and", "smaller", "than", "62.6", "then", "this", "scenario", "needs", "to", "uninterruptedly", "continue", "during", "the", "following", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,52]", "(", "globally", "[0,16]", "(", "signal_3_n", "more", "56.5", "and", "signal_3_n", "less", "62.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "there", "exists", "sometime", "during", "the", "next", "52", "time", "units", ",", "at", "which", "(", "prop_2", ")", "then", "this", "scenario", "needs", "to", "uninterruptedly", "continue", "during", "the", "following", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "52", "]", "(", "G", "[", "0", ":", "16", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_3_n", ">", "56.5"], ["signal_3_n", "<", "62.6"]]}}} {"id": 4469, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "is", "a", "certain", "moment", "in", "the", "first", "6", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "shall", "jump", "to", "higher", "than", "22.9", ",", "and", "till", "then", "the", "signal_3_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "12.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "12.1", ")", "until", "[0,6]", "(", "rise", "(", "signal_4_n", "more", "22.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "is", "a", "certain", "moment", "in", "the", "first", "6", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 48], "prop": [["rise", "(", "signal_4_n", ">", "22.9", ")"]]}, " prop_3 ": {"span": [52, 64], "prop": [["signal_3_n", ">=", "12.1"]]}}} {"id": 6014, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "30.5", "takes", "place", "then", "the", "following", "condition", "holds", ":", "finally", "the", "value", "of", "signal_2_n", "shall", "keep", "above", "39.1", "at", "sometime", "in", "the", "subsequent", "58", "to", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.5", ")", "imply", "finally", "[58,87]", "(", "signal_2_n", "more", "39.1", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "58", ":", "87", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "30.5", ")"]]}, " prop_2 ": {"span": [25, 43], "prop": [["signal_2_n", ">", "39.1"]]}}} {"id": 364, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "consistently", "signal_1_n", "is", "no", "less", "than", "90.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "90.6", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", ">=", "90.6"]]}}} {"id": 251, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "remains", "greater", "than", "or", "equal", "to", "34.3", ",", "and", "the", "signal_2_n", "signal", "is", "between", "the", "closed", "interval", "-LSB-", "19.5", ",", "85.8", "-RSB-", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "certain", "moment", "in", "the", "next", "66", "time", "units", "the", "signal_3_n", "signal", "will", "be", "less", "than", "97.8", "and", "then", "this", "condition", "will", "be", "remaining", "consecutively", "for", "every", "time", "instant", "within", "the", "subsequent", "42", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "34.3", "and", "(", "signal_2_n", "more equal", "19.5", "and", "signal_2_n", "less equal", "85.8", ")", "imply", "finally", "[0,66]", "(", "globally", "[0,42]", "(", "signal_3_n", "less", "97.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "certain", "moment", "in", "the", "next", "66", "time", "units", "(", "prop_3", ")", "and", "then", "this", "condition", "will", "be", "remaining", "consecutively", "for", "every", "time", "instant", "within", "the", "subsequent", "42", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "66", "]", "(", "G", "[", "0", ":", "42", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">=", "34.3"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_2_n", ">=", "19.5"], ["signal_2_n", "<=", "85.8"]]}, " prop_3 ": {"span": [50, 58], "prop": [["signal_3_n", "<", "97.8"]]}}} {"id": 590, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "41.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "is", "larger", "than", "31.6", "starting", "without", "any", "delay", "and", "the", "value", "of", "signal_3_n", "must", "be", "instantly", "more", "than", "21.1", "and", "at", "most", "48.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "41.8", ")", "imply", "signal_2_n", "more", "31.6", "and", "(", "signal_3_n", "more", "21.1", "and", "signal_3_n", "less equal", "48.8", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", ">", "41.8", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "31.6"]]}, " prop_3 ": {"span": [32, 46], "prop": [["signal_3_n", ">", "21.1"], ["signal_3_n", "<=", "48.8"]]}}} {"id": 5997, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consistently", "the", "signal_1_n", "signal", "should", "keep", "less", "than", "or", "equal", "to", "27.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "27.7", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<=", "27.7"]]}}} {"id": 5641, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "70.0", "occurs", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "over", "22.7", "should", "be", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "70.0", ")", "imply", "rise", "(", "signal_2_n", "more", "22.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["fall", "(", "signal_1_n", "==", "70.0", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["rise", "(", "signal_2_n", ">", "22.7", ")"]]}}} {"id": 6214, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "57.9", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "subsequent", "97", "time", "units", "at", "a", "certain", "moment", "in", "the", "future", ",", "the", "value", "of", "signal", "signal_2_n", "will", "be", "larger", "than", "15.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "57.9", ")", "imply", "globally", "[0,97]", "(", "finally", "(", "signal_2_n", "more", "15.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "subsequent", "97", "time", "units", "at", "a", "certain", "moment", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["fall", "(", "signal_1_n", "==", "57.9", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_2_n", ">", "15.9"]]}}} {"id": 6039, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "82.5", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "signal_2_n", "signal", "ought", "to", "be", "equal", "to", "70.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "82.5", ")", "imply", "signal_2_n", "math equal", "70.4", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<", "82.5", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "70.4"]]}}} {"id": 5230, "sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "35", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "9.7", "eventually", "and", "the", "state", "of", "signal", "signal_2_n", "should", "be", "eventually", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,35]", "(", "signal_1_n", "more equal", "9.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "35", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">=", "9.7"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5184, "sentence": ["At", "sometime", "during", "the", "first", "37", "time", "units", "ultimately", "the", "state", "of", "signal_1_n", "must", "n't", "be", "set", "to", "signal_2_n", "or", "signal_3_n", "must", "be", "ultimately", "equal", "to", "4.4", "."], "ltl": ["finally", "[0,37]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "math equal", "4.4", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "37", "time", "units", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "37", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_3_n", "==", "4.4"]]}}} {"id": 734, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "76.2", "does", "n't", "happen", "and", "the", "event", "that", "signal_2_n", "falls", "below", "78.8", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_3_n", "must", "never", "be", "set", "to", "signal_4_n", "and", "this", "scenario", "needs", "to", "remain", "consistently", "until", "signal_5_n", "remains", "in", "signal_6_n", ",", "which", "must", "get", "observed", "at", "sometime", "in", "the", "next", "1", "to", "24", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "76.2", ")", "and", "rise", "(", "signal_2_n", "less", "78.8", ")", "imply", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[1,24]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "happen", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "this", "scenario", "needs", "to", "remain", "consistently", "until", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "1", ":", "24", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "76.2", ")"]]}, " prop_2 ": {"span": [27, 31], "prop": [["rise", "(", "signal_2_n", "<", "78.8", ")"]]}, " prop_3 ": {"span": [39, 49], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [57, 76], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 2337, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "32.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "72.3", "must", "never", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "32.2", ")", "imply", "negation", "rise", "(", "signal_2_n", "more equal", "72.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "event", "that", "(", "prop_2", ")", "must", "never", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<=", "32.2", ")"]]}, " prop_2 ": {"span": [36, 49], "prop": [["-", "rise", "(", "signal_2_n", ">=", "72.3", ")"]]}}} {"id": 1974, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "increases", "above", "83.4", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "within", "the", "coming", "13", "time", "units", "the", "signal_2_n", "signal", "shall", "be", "above", "89.0", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "83.4", ")", "imply", "finally", "[0,13]", "(", "signal_2_n", "more", "89.0", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "within", "the", "coming", "13", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", ">", "83.4", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["signal_2_n", ">", "89.0"]]}}} {"id": 336, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "lower", "than", "73.1", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "equal", "to", "57.7", "and", "then", "consecutively", "this", "condition", "must", "sustain", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "73.1", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "57.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "must", "sustain", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "73.1", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_2_n", "==", "57.7"]]}}} {"id": 1216, "sentence": ["When", "at", "sometime", "during", "the", "subsequent", "38", "to", "61", "time", "units", ",", "the", "event", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "30.8", "will", "be", "finally", "observed", "then", "after", "a", "certain", "time", "point", "in", "the", "subsequent", "65", "time", "units", ",", "the", "signal_2_n", "signal", "is", "41.2", "and", "then", "this", "scenario", "needs", "to", "continue", "consistently", "for", "each", "moment", "during", "the", "coming", "25", "time", "units", "."], "ltl": ["globally", "(", "finally", "[38,61]", "(", "rise", "(", "signal_1_n", "less equal", "30.8", ")", ")", "imply", "finally", "[0,65]", "(", "globally", "[0,25]", "(", "signal_2_n", "math equal", "41.2", ")", ")", ")"], "logic_sentence": ["When", "at", "sometime", "during", "the", "subsequent", "38", "to", "61", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "will", "be", "finally", "observed", "then", "after", "a", "certain", "time", "point", "in", "the", "subsequent", "65", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "needs", "to", "continue", "consistently", "for", "each", "moment", "during", "the", "coming", "25", "time", "units", "."], "logic_ltl": ["G", "(", "F", "[", "38", ":", "61", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "65", "]", "(", "G", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["rise", "(", "signal_1_n", "<=", "30.8", ")"]]}, " prop_2 ": {"span": [43, 48], "prop": [["signal_2_n", "==", "41.2"]]}}} {"id": 1618, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "5.0", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "32.1", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_3_n", "must", "n't", "be", "set", "to", "signal_4_n", "then", "consistently", "this", "scenario", "shall", "keep", "during", "the", "last", "37", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "5.0", "or", "signal_2_n", "less", "32.1", "imply", "historically", "[0,37]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "then", "consistently", "this", "scenario", "shall", "keep", "during", "the", "last", "37", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "37", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "5.0"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "<", "32.1"]]}, " prop_3 ": {"span": [32, 43], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 127, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "19.3", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_4_n", "signal", "should", "be", "promptly", "bigger", "than", "83.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "19.3", "imply", "signal_4_n", "more", "83.6", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_3_n", "<=", "19.3"]]}, " prop_3 ": {"span": [29, 38], "prop": [["signal_4_n", ">", "83.6"]]}}} {"id": 5199, "sentence": ["For", "every", "moment", "in", "the", "first", "97", "time", "units", "signal_1_n", "will", "continuously", "remain", "no", "larger", "than", "31.7", ",", "or", "continuously", "the", "value", "of", "signal", "signal_2_n", "keeps", "greater", "than", "2.1", "."], "ltl": ["globally", "[0,97]", "(", "signal_1_n", "less equal", "31.7", "or", "signal_2_n", "more", "2.1", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "97", "time", "units", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "<=", "31.7"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", ">", "2.1"]]}}} {"id": 134, "sentence": ["Without", "interruption", "the", "state", "of", "signal", "signal_1_n", "needs", "to", "be", "set", "to", "signal_2_n", "for", "each", "moment", "within", "7", "time", "units", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4966, "sentence": ["For", "every", "moment", "in", "the", "first", "68", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "be", "consistently", "within", "the", "closed", "interval", "-LSB-", "8.5", ",", "10.7", "-RSB-", "and", "signal_2_n", "ought", "to", "stay", "at", "most", "60.9", "without", "interruption", "."], "ltl": ["globally", "[0,68]", "(", "(", "signal_1_n", "more equal", "8.5", "and", "signal_1_n", "less equal", "10.7", ")", "and", "signal_2_n", "less equal", "60.9", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "68", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">=", "8.5"], ["signal_1_n", "<=", "10.7"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "<=", "60.9"]]}}} {"id": 1406, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "4", "time", "units", "the", "signal_1_n", "signal", "has", "to", "be", "eventually", "38.4", "or", "eventually", "the", "value", "of", "signal", "signal_2_n", "should", "be", "between", "4.4", "-LRB-", "closed", "-RRB-", "and", "5.3", "-LRB-", "closed", "-RRB-", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "math equal", "38.4", "or", "(", "signal_2_n", "more equal", "4.4", "and", "signal_2_n", "less equal", "5.3", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "4", "time", "units", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "38.4"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", ">=", "4.4"], ["signal_2_n", "<=", "5.3"]]}}} {"id": 663, "sentence": ["The", "signal_1_n", "signal", "ought", "to", "remain", "at", "least", "22.1", "finally", "at", "a", "certain", "moment", "within", "the", "first", "5", "to", "8", "time", "units", "."], "ltl": ["finally", "[5,8]", "(", "signal_1_n", "more equal", "22.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "22.1"]]}}} {"id": 3434, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "20.6", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "a", "time", "in", "the", "future", "finally", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "be", "signal_3_n", "and", "this", "scenario", "must", "continue", "consecutively", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "20.6", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "a", "time", "in", "the", "future", "finally", ",", "at", "which", "(", "prop_2", ")", "and", "this", "scenario", "must", "continue", "consecutively", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", ">", "20.6", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5174, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_3_n", "will", "be", "set", "to", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1491, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "will", "be", "24.3", "consistently", "until", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "78.8", "finally", ",", "which", "will", "get", "observed", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "next", "23", "to", "98", "time", "units", "the", "signal_3_n", "signal", "ought", "to", "always", "remain", "no", "less", "than", "68.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "24.3", ")", "until", "(", "signal_2_n", "less equal", "78.8", ")", "imply", "globally", "[23,98]", "(", "signal_3_n", "more equal", "68.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "next", "23", "to", "98", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_1", ")", "->", "G", "[", "23", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 42], "prop": [["signal_1_n", "==", "24.3"], ["signal_2_n", "<=", "78.8"]]}, " prop_2 ": {"span": [60, 71], "prop": [["signal_3_n", ">=", "68.0"]]}}} {"id": 566, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "63.1", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "be", "a", "time", "in", "the", "next", "94", "time", "units", "finally", ",", "after", "which", "for", "each", "moment", "during", "the", "following", "68", "time", "units", ",", "signal_2_n", "needs", "to", "equal", "to", "36.0", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "63.1", ")", "imply", "finally", "[0,94]", "(", "globally", "[0,68]", "(", "signal_2_n", "math equal", "36.0", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "be", "a", "time", "in", "the", "next", "94", "time", "units", "finally", ",", "after", "which", "for", "each", "moment", "during", "the", "following", "68", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "94", "]", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "63.1", ")"]]}, " prop_2 ": {"span": [51, 58], "prop": [["signal_2_n", "==", "36.0"]]}}} {"id": 5586, "sentence": ["When", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "sometime", "within", "the", "coming", "20", "time", "units", "the", "value", "of", "signal_3_n", "ought", "to", "be", "continuously", "between", "the", "range", "-LSB-", "15.7", ",", "25.3", "-RSB-", "within", "the", "next", "63", "to", "94", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,20]", "(", "globally", "[63,94]", "(", "signal_3_n", "more equal", "15.7", "and", "signal_3_n", "less equal", "25.3", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "sometime", "within", "the", "coming", "20", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "G", "[", "63", ":", "94", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 54], "prop": [["signal_3_n", ">=", "15.7"], ["signal_3_n", "<=", "25.3"]]}}} {"id": 3465, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "60", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "less", "than", "or", "equal", "to", "76.4", "ultimately", "."], "ltl": ["finally", "[0,60]", "(", "signal_1_n", "less equal", "76.4", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "60", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "60", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 32], "prop": [["signal_1_n", "<=", "76.4"]]}}} {"id": 4627, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "drops", "to", "at", "most", "20.9", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "following", "57", "time", "units", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "during", "the", "following", "81", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "remain", "greater", "than", "or", "equal", "to", "87.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "20.9", ")", "imply", "globally", "[0,57]", "(", "finally", "[0,81]", "(", "signal_2_n", "more equal", "87.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "following", "57", "time", "units", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "during", "the", "following", "81", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "57", "]", "(", "F", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "20.9", ")"]]}, " prop_2 ": {"span": [50, 61], "prop": [["signal_2_n", ">=", "87.9"]]}}} {"id": 2656, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "stays", "at", "42.8", ",", "and", "the", "value", "of", "signal_2_n", "is", "above", "19.5", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "must", "be", "signal_4_n", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "63", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "42.8", "and", "signal_2_n", "more", "19.5", "imply", "finally", "[0,63]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "63", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "42.8"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", ">", "19.5"]]}, " prop_3 ": {"span": [23, 41], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 164, "sentence": ["Ultimately", "there", "must", "be", "a", "certain", "moment", "within", "the", "first", "89", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "equal", "to", "12.5", "."], "ltl": ["finally", "[0,89]", "(", "signal_1_n", "math equal", "12.5", ")"], "logic_sentence": ["Ultimately", "there", "must", "be", "a", "certain", "moment", "within", "the", "first", "89", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", "==", "12.5"]]}}} {"id": 23, "sentence": ["There", "needs", "to", "be", "a", "time", "within", "21", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "23.7", "will", "happen", ",", "and", "ultimately", "signal_2_n", "will", "be", "between", "the", "interval", "-LSB-", "41.6", ",", "97.0", "-RSB-", "."], "ltl": ["finally", "[0,21]", "(", "rise", "(", "signal_1_n", "less", "23.7", ")", "and", "(", "signal_2_n", "more equal", "41.6", "and", "signal_2_n", "less equal", "97.0", ")", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "time", "within", "21", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_1", ")", "will", "happen", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "21", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["rise", "(", "signal_1_n", "<", "23.7", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", ">=", "41.6"], ["signal_2_n", "<=", "97.0"]]}}} {"id": 3752, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "41.7", ",", "and", "the", "signal_2_n", "signal", "is", "smaller", "than", "69.6", "then", "at", "the", "same", "time", "point", "signal_3_n", "needs", "to", "be", "greater", "than", "9.1", "and", "less", "than", "17.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "41.7", "and", "signal_2_n", "less", "69.6", "imply", "signal_3_n", "more", "9.1", "and", "signal_3_n", "less", "17.8", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "41.7"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "<", "69.6"]]}, " prop_3 ": {"span": [26, 37], "prop": [["signal_3_n", ">", "9.1"], ["signal_3_n", "<", "17.8"]]}}} {"id": 2714, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "equal", "to", "94.6", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "43.2", "and", "at", "most", "79.0", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "time", "within", "the", "next", "9", "time", "units", "the", "value", "of", "signal", "signal_3_n", "will", "be", "consistently", "staying", "larger", "than", "23.5", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "94.6", "and", "(", "signal_2_n", "more equal", "43.2", "and", "signal_2_n", "less equal", "79.0", ")", "imply", "finally", "[0,9]", "(", "globally", "(", "signal_3_n", "more", "23.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "time", "within", "the", "next", "9", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "9", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "94.6"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", ">=", "43.2"], ["signal_2_n", "<=", "79.0"]]}, " prop_3 ": {"span": [46, 65], "prop": [["signal_3_n", ">", "23.5"]]}}} {"id": 4325, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "1.3", "and", "less", "than", "or", "equal", "to", "6.8", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "1.3", "and", "signal_3_n", "less equal", "6.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 57], "prop": [["signal_3_n", ">=", "1.3"], ["signal_3_n", "<=", "6.8"]]}}} {"id": 2826, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "signal_3_n", "is", "larger", "than", "55.9", "then", "the", "following", "condition", "is", "true", ":", "signal_4_n", "shall", "be", "no", "less", "than", "46.1", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "55.9", "imply", "signal_4_n", "more equal", "46.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_3_n", ">", "55.9"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_4_n", ">=", "46.1"]]}}} {"id": 2168, "sentence": ["For", "each", "time", "point", "during", "the", "first", "65", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "consistently", "keep", "less", "than", "37.3", "and", "uninterruptedly", "the", "signal_2_n", "signal", "should", "stay", "less", "than", "69.0", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "less", "37.3", "and", "signal_2_n", "less", "69.0", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "65", "time", "units", ",", "(", "prop_1", ")", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "37.3"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "<", "69.0"]]}}} {"id": 4812, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "66", "to", "89", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "13.1", "and", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_2_n", "gets", "changed", "to", "signal_3_n", "will", "not", "take", "place", "finally", "."], "ltl": ["finally", "[66,89]", "(", "signal_1_n", "math equal", "13.1", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "66", "to", "89", "time", "units", ",", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "not", "take", "place", "finally", "."], "logic_ltl": ["F", "[", "66", ":", "89", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", "==", "13.1"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5321, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "remains", "on", "90.0", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "40.1", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "next", "76", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "the", "next", "33", "to", "66", "time", "units", "signal_3_n", "must", "be", "ultimately", "less", "than", "or", "equal", "to", "5.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.0", "and", "signal_2_n", "less equal", "40.1", "imply", "globally", "[0,76]", "(", "finally", "[33,66]", "(", "signal_3_n", "less equal", "5.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "next", "76", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "the", "next", "33", "to", "66", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "76", "]", "(", "F", "[", "33", ":", "66", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "90.0"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", "<=", "40.1"]]}, " prop_3 ": {"span": [57, 67], "prop": [["signal_3_n", "<=", "5.7"]]}}} {"id": 539, "sentence": ["The", "signal_1_n", "signal", "must", "stay", "no", "less", "than", "76.6", "uninterruptedly", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "76.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", ">=", "76.6"]]}}} {"id": 5312, "sentence": ["At", "sometime", "in", "less", "than", "28", "time", "units", ",", "finally", "the", "signal_1_n", "signal", "will", "be", "60.3", ",", "or", "the", "value", "of", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "61.4", "."], "ltl": ["finally", "[0,28]", "(", "signal_1_n", "math equal", "60.3", "or", "signal_2_n", "less equal", "61.4", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "28", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "28", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "60.3"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", "<=", "61.4"]]}}} {"id": 1552, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "15.1", "does", "n't", "happen", "then", "there", "will", "be", "sometime", "within", "55", "time", "units", ",", "at", "which", "signal_2_n", "will", "be", "ultimately", "less", "than", "or", "equal", "to", "76.9", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "15.1", ")", "imply", "finally", "[0,55]", "(", "signal_2_n", "less equal", "76.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "n't", "happen", "then", "there", "will", "be", "sometime", "within", "55", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["-", "rise", "(", "signal_1_n", ">=", "15.1", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_2_n", "<=", "76.9"]]}}} {"id": 3120, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "45.7", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "54", "time", "units", "at", "a", "certain", "time", "instant", "starting", "at", "most", "75", "time", "units", "eventually", "the", "transition", "action", "that", "signal_2_n", "becomes", "not", "set", "to", "38.8", "shall", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.7", ")", "imply", "globally", "[0,54]", "(", "finally", "[0,75]", "(", "fall", "(", "signal_2_n", "math equal", "38.8", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "54", "time", "units", "at", "a", "certain", "time", "instant", "starting", "at", "most", "75", "time", "units", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "54", "]", "(", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "45.7", ")"]]}, " prop_2 ": {"span": [49, 55], "prop": [["fall", "(", "signal_2_n", "==", "38.8", ")"]]}}} {"id": 1848, "sentence": ["There", "must", "be", "eventually", "a", "certain", "time", "instant", "after", "between", "17", "to", "22", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "81.7", "should", "be", "observed", "."], "ltl": ["finally", "[17,22]", "(", "rise", "(", "signal_1_n", "less equal", "81.7", ")", ")"], "logic_sentence": ["There", "must", "be", "eventually", "a", "certain", "time", "instant", "after", "between", "17", "to", "22", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "should", "be", "observed", "."], "logic_ltl": ["F", "[", "17", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 34], "prop": [["rise", "(", "signal_1_n", "<=", "81.7", ")"]]}}} {"id": 872, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "57.6", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "immediately", "decrease", "to", "less", "than", "or", "equal", "to", "70.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "57.6", ")", "imply", "rise", "(", "signal_2_n", "less equal", "70.3", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "57.6", ")"]]}, " prop_2 ": {"span": [17, 34], "prop": [["rise", "(", "signal_2_n", "<=", "70.3", ")"]]}}} {"id": 3041, "sentence": ["While", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "15.3", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "signal_2_n", "signal", "is", "at", "least", "37.7", "and", "less", "than", "or", "equal", "to", "37.9", ",", "or", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "9.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "15.3", "imply", "(", "signal_2_n", "more equal", "37.7", "and", "signal_2_n", "less equal", "37.9", ")", "or", "signal_3_n", "less equal", "9.6", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", ",", "or", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", "<=", "15.3"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">=", "37.7"], ["signal_2_n", "<=", "37.9"]]}, " prop_3 ": {"span": [38, 50], "prop": [["signal_3_n", "<=", "9.6"]]}}} {"id": 5579, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "crosses", "the", "threshold", "of", "50.9", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "0", "time", "units", "the", "value", "of", "signal", "signal_2_n", "must", "be", "eventually", "at", "most", "90.7", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "50.9", ")", "imply", "globally", "[0,0]", "(", "finally", "[0,51]", "(", "signal_2_n", "less equal", "90.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "coming", "0", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", ">", "50.9", ")"]]}, " prop_2 ": {"span": [35, 57], "prop": [["signal_2_n", "<=", "90.7"]]}}} {"id": 4669, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "28", "time", "units", "signal_1_n", "should", "keep", "greater", "than", "44.8", "and", "less", "than", "55.3", "consecutively", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "more", "44.8", "and", "signal_1_n", "less", "55.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "28", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", ">", "44.8"], ["signal_1_n", "<", "55.3"]]}}} {"id": 1719, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "above", "35.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "47.2", "then", "the", "value", "of", "signal_3_n", "ought", "to", "be", "instantly", "15.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "35.7", "and", "signal_2_n", "math equal", "47.2", "imply", "signal_3_n", "math equal", "15.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", ">", "35.7"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "==", "47.2"]]}, " prop_3 ": {"span": [21, 30], "prop": [["signal_3_n", "==", "15.7"]]}}} {"id": 6378, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "41", "to", "61", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "be", "always", "in", "signal_2_n", "."], "ltl": ["globally", "[41,61]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "41", "to", "61", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "41", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 461, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "10.4", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "instantly", "keeps", "smaller", "than", "85.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "10.4", ")", "imply", "signal_2_n", "less", "85.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<=", "10.4", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "<", "85.5"]]}}} {"id": 5239, "sentence": ["Without", "interruption", "the", "value", "of", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "19.3", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "19.3", ")", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 21], "prop": [["-", "(", "signal_1_n", "<=", "19.3", ")"]]}}} {"id": 5783, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "52.7", "takes", "place", "then", "in", "response", "the", "signal_2_n", "signal", "shall", "be", "bigger", "than", "0.7", "and", "lower", "than", "76.5", "right", "away", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "begins", "deviating", "from", "74.9", "ought", "to", "be", "immediately", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "52.7", ")", "imply", "(", "signal_2_n", "more", "0.7", "and", "signal_2_n", "less", "76.5", ")", "and", "fall", "(", "signal_3_n", "math equal", "74.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "and", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "be", "immediately", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", ">=", "52.7", ")"]]}, " prop_2 ": {"span": [26, 40], "prop": [["signal_2_n", ">", "0.7"], ["signal_2_n", "<", "76.5"]]}, " prop_3 ": {"span": [44, 53], "prop": [["fall", "(", "signal_3_n", "==", "74.9", ")"]]}}} {"id": 4328, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "ought", "to", "consecutively", "keep", "at", "least", "49.5", ",", "or", "the", "value", "of", "signal_2_n", "must", "be", "consistently", "less", "than", "or", "equal", "to", "42.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "49.5", "or", "signal_2_n", "less equal", "42.8", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", ">=", "49.5"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", "<=", "42.8"]]}}} {"id": 5911, "sentence": ["While", "the", "signal_1_n", "signal", "is", "not", "in", "signal_2_n", ",", "and", "signal_3_n", "is", "equal", "to", "28.5", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "time", "during", "the", "following", "50", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_4_n", "must", "be", "less", "than", "58.4", "and", "then", "this", "scenario", "must", "always", "sustain", "during", "the", "subsequent", "95", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "28.5", "imply", "finally", "[0,50]", "(", "globally", "[0,95]", "(", "signal_4_n", "less", "58.4", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "time", "during", "the", "following", "50", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "and", "then", "this", "scenario", "must", "always", "sustain", "during", "the", "subsequent", "95", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "50", "]", "(", "G", "[", "0", ":", "95", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [10, 15], "prop": [["signal_3_n", "==", "28.5"]]}, " prop_3 ": {"span": [37, 46], "prop": [["signal_4_n", "<", "58.4"]]}}} {"id": 1666, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "18.8", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "n't", "to", "be", "larger", "than", "5.9", "and", "then", "this", "condition", "should", "continue", "all", "the", "time", "till", "the", "value", "of", "signal", "signal_3_n", "is", "larger", "than", "19.6", "and", "below", "63.3", ",", "which", "is", "detected", "at", "a", "certain", "time", "instant", "in", "the", "subsequent", "41", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "18.8", ")", "imply", "(", "negation", "(", "signal_2_n", "more", "5.9", ")", ")", "until", "[0,41]", "(", "signal_3_n", "more", "19.6", "and", "signal_3_n", "less", "63.3", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "should", "continue", "all", "the", "time", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "41", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "18.8", ")"]]}, " prop_2 ": {"span": [17, 29], "prop": [["-", "(", "signal_2_n", ">", "5.9", ")"]]}, " prop_3 ": {"span": [39, 66], "prop": [["signal_3_n", ">", "19.6"], ["signal_3_n", "<", "63.3"]]}}} {"id": 5931, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "has", "to", "be", "instantly", "equal", "to", "10.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "10.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_3_n", "==", "10.1"]]}}} {"id": 2130, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "46.9", ",", "then", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "signal_2_n", "signal", "consecutively", "remains", "equal", "to", "86.3", "for", "every", "time", "point", "during", "the", "following", "40", "to", "69", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "46.9", ")", "imply", "finally", "(", "globally", "[40,69]", "(", "signal_2_n", "math equal", "86.3", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "40", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["rise", "(", "signal_1_n", "<=", "46.9", ")"]]}, " prop_2 ": {"span": [35, 55], "prop": [["signal_2_n", "==", "86.3"]]}}} {"id": 1054, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "bigger", "than", "16.3", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "interval", "-LSB-", "14.8", ",", "61.3", "-RSB-", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "coming", "41", "to", "97", "time", "units", ",", "there", "must", "be", "a", "time", "starting", "at", "most", "29", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_3_n", "gets", "less", "than", "63.8", "will", "have", "to", "be", "ultimately", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "16.3", "and", "(", "signal_2_n", "more equal", "14.8", "and", "signal_2_n", "less equal", "61.3", ")", "imply", "globally", "[41,97]", "(", "finally", "[0,29]", "(", "rise", "(", "signal_3_n", "less", "63.8", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "coming", "41", "to", "97", "time", "units", ",", "there", "must", "be", "a", "time", "starting", "at", "most", "29", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "be", "ultimately", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "41", ":", "97", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "16.3"]]}, " prop_2 ": {"span": [11, 25], "prop": [["signal_2_n", ">=", "14.8"], ["signal_2_n", "<=", "61.3"]]}, " prop_3 ": {"span": [63, 68], "prop": [["rise", "(", "signal_3_n", "<", "63.8", ")"]]}}} {"id": 4345, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "in", "response", "there", "shall", "be", "ultimately", "sometime", "during", "the", "coming", "0", "to", "64", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "80.2", "and", "has", "to", "uninterruptedly", "continue", "like", "that", "for", "each", "time", "point", "during", "the", "following", "54", "to", "88", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,64]", "(", "globally", "[54,88]", "(", "signal_3_n", "less", "80.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "in", "response", "there", "shall", "be", "ultimately", "sometime", "during", "the", "coming", "0", "to", "64", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "has", "to", "uninterruptedly", "continue", "like", "that", "for", "each", "time", "point", "during", "the", "following", "54", "to", "88", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "[", "54", ":", "88", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_3_n", "<", "80.2"]]}}} {"id": 4235, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "will", "be", "consistently", "staying", "at", "least", "54.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "54.6", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">=", "54.6"]]}}} {"id": 2950, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", ",", "signal_1_n", "is", "no", "larger", "than", "71.8", "eventually", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "71.8", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "<=", "71.8"]]}}} {"id": 153, "sentence": ["For", "every", "time", "point", "within", "the", "first", "53", "time", "units", "the", "value", "of", "signal_1_n", "ought", "to", "be", "continuously", "within", "the", "closed", "interval", "-LSB-", "7.4", ",", "33.0", "-RSB-", "or", "consistently", "signal_2_n", "ought", "not", "to", "be", "below", "33.0", "."], "ltl": ["globally", "[0,53]", "(", "(", "signal_1_n", "more equal", "7.4", "and", "signal_1_n", "less equal", "33.0", ")", "or", "negation", "(", "signal_2_n", "less", "33.0", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "53", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "53", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 36], "prop": [["signal_1_n", ">=", "7.4"], ["signal_1_n", "<=", "33.0"], ["-", "(", "signal_2_n", "<", "33.0", ")"]]}}} {"id": 487, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "be", "a", "time", "after", "at", "most", "19", "time", "units", "ultimately", ",", "after", "which", "signal_3_n", "should", "stay", "in", "signal_4_n", "consecutively", "for", "every", "time", "instant", "during", "the", "next", "69", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,19]", "(", "globally", "[0,69]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "be", "a", "time", "after", "at", "most", "19", "time", "units", "ultimately", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "19", "]", "(", "G", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 56], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1184, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "72", "time", "units", "signal_1_n", "must", "always", "remain", "no", "less", "than", "89.2", "."], "ltl": ["globally", "[0,72]", "(", "signal_1_n", "more equal", "89.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "72", "time", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "72", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">=", "89.2"]]}}} {"id": 1347, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "event", "that", "the", "signal_3_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "5.4", "shall", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "5.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "event", "that", "(", "prop_2", ")", "shall", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["rise", "(", "signal_3_n", ">=", "5.4", ")"]]}}} {"id": 4601, "sentence": ["When", "the", "signal_1_n", "signal", "becomes", "greater", "than", "36.3", ",", "then", "in", "response", "at", "the", "same", "moment", "the", "mode", "of", "signal", "signal_2_n", "is", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "36.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", ">", "36.3", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2004, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "96", "time", "units", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "gets", "equal", "to", "90.7", "needs", "to", "happen", "eventually", "at", "a", "certain", "moment", "during", "the", "next", "29", "to", "33", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,96]", "(", "finally", "[29,33]", "(", "rise", "(", "signal_3_n", "math equal", "90.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "96", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "happen", "eventually", "at", "a", "certain", "moment", "during", "the", "next", "29", "to", "33", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "F", "[", "29", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 47], "prop": [["rise", "(", "signal_3_n", "==", "90.7", ")"]]}}} {"id": 273, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "25.7", ",", "and", "the", "scenario", "that", "signal_2_n", "becomes", "smaller", "than", "55.7", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_3_n", "must", "remain", "at", "most", "29.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "25.7", "and", "rise", "(", "signal_2_n", "less", "55.7", ")", "imply", "signal_3_n", "less equal", "29.1", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "25.7"]]}, " prop_2 ": {"span": [17, 22], "prop": [["rise", "(", "signal_2_n", "<", "55.7", ")"]]}, " prop_3 ": {"span": [37, 47], "prop": [["signal_3_n", "<=", "29.1"]]}}} {"id": 2001, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "no", "less", "than", "39.7", ",", "and", "the", "state", "of", "signal", "signal_2_n", "stays", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "61.3", "and", "then", "ought", "to", "stay", "like", "that", "all", "the", "time", "for", "every", "time", "point", "during", "the", "first", "3", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "39.7", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,3]", "(", "signal_4_n", "math equal", "61.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "3", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", ">=", "39.7"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 62], "prop": [["signal_4_n", "==", "61.3"]]}}} {"id": 4843, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "33", "to", "100", "time", "units", "the", "state", "of", "signal_1_n", "is", "continuously", "in", "signal_2_n", "."], "ltl": ["globally", "[33,100]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "33", "to", "100", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "33", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 956, "sentence": ["On", "condition", "that", "uninterruptedly", "the", "mode", "of", "signal_1_n", "remains", "in", "signal_2_n", "during", "the", "elapsed", "8", "time", "units", "then", "eventually", "there", "ought", "to", "be", "a", "certain", "time", "point", "during", "the", "next", "51", "time", "units", ",", "after", "which", "for", "each", "time", "point", "within", "the", "subsequent", "83", "time", "units", ",", "the", "value", "of", "signal_3_n", "ought", "to", "always", "stay", "greater", "than", "or", "equal", "to", "38.5", "."], "ltl": ["globally", "(", "historically", "[0,8]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,51]", "(", "globally", "[0,83]", "(", "signal_3_n", "more equal", "38.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "uninterruptedly", "(", "prop_1", ")", "then", "eventually", "there", "ought", "to", "be", "a", "certain", "time", "point", "during", "the", "next", "51", "time", "units", ",", "after", "which", "for", "each", "time", "point", "within", "the", "subsequent", "83", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "8", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [47, 61], "prop": [["signal_3_n", ">=", "38.5"]]}}} {"id": 163, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "eventually", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1725, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "4.6", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "will", "settle", "to", "96.3", "at", "once", ",", "or", "the", "scenario", "that", "the", "signal_3_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "82.3", "needs", "to", "get", "observed", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "4.6", ")", "imply", "signal_2_n", "math equal", "96.3", "or", "rise", "(", "signal_3_n", "less equal", "82.3", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "or", "the", "scenario", "that", "(", "prop_3", ")", "needs", "to", "get", "observed", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", ">=", "4.6", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "96.3"]]}, " prop_3 ": {"span": [40, 51], "prop": [["rise", "(", "signal_3_n", "<=", "82.3", ")"]]}}} {"id": 5074, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "signal_2_n", "gets", "detected", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "following", "62", "time", "units", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "above", "14.6", "and", "smaller", "than", "58.5", "and", "should", "continuously", "stay", "like", "this", "for", "each", "time", "point", "during", "the", "following", "77", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,62]", "(", "globally", "[0,77]", "(", "signal_3_n", "more", "14.6", "and", "signal_3_n", "less", "58.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "following", "62", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "G", "[", "0", ":", "77", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 60], "prop": [["signal_3_n", ">", "14.6"], ["signal_3_n", "<", "58.5"]]}}} {"id": 96, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "7.7", "and", "remains", "like", "that", "consistently", "till", "signal_2_n", "gets", "raised", "above", "63.2", ",", "which", "will", "be", "ultimately", "observed", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "then", "in", "response", "for", "every", "time", "instant", "within", "24", "to", "31", "time", "units", ",", "the", "value", "of", "signal_3_n", "ought", "to", "remain", "less", "than", "or", "equal", "to", "84.3", "continuously", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "7.7", ")", "until", "(", "rise", "(", "signal_2_n", "more", "63.2", ")", ")", "imply", "globally", "[24,31]", "(", "signal_3_n", "less equal", "84.3", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "within", "24", "to", "31", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_1", ")", "->", "G", "[", "24", ":", "31", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 34], "prop": [["signal_1_n", "==", "7.7"], ["rise", "(", "signal_2_n", ">", "63.2", ")"]]}, " prop_2 ": {"span": [49, 63], "prop": [["signal_3_n", "<=", "84.3"]]}}} {"id": 1847, "sentence": ["At", "a", "time", "within", "the", "first", "93", "time", "units", "eventually", "the", "signal_1_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "25.7", "and", "no", "larger", "than", "61.8", ",", "or", "finally", "the", "scenario", "that", "signal_2_n", "becomes", "at", "most", "84.7", "should", "get", "observed", "."], "ltl": ["finally", "[0,93]", "(", "(", "signal_1_n", "more equal", "25.7", "and", "signal_1_n", "less equal", "61.8", ")", "or", "rise", "(", "signal_2_n", "less equal", "84.7", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "93", "time", "units", "eventually", "(", "prop_1", ")", ",", "or", "finally", "the", "scenario", "that", "(", "prop_2", ")", "should", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "93", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">=", "25.7"], ["signal_1_n", "<=", "61.8"]]}, " prop_2 ": {"span": [32, 37], "prop": [["rise", "(", "signal_2_n", "<=", "84.7", ")"]]}}} {"id": 1563, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "equal", "to", "16.6", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "over", "89.7", "without", "any", "delay", ",", "and", "the", "state", "of", "signal_3_n", "is", "in", "signal_4_n", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.6", "imply", "signal_2_n", "more", "89.7", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "16.6"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_2_n", ">", "89.7"]]}, " prop_3 ": {"span": [29, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2771, "sentence": ["The", "signal_1_n", "signal", "will", "be", "uninterruptedly", "equaling", "to", "10.2", "for", "each", "time", "instant", "within", "the", "first", "31", "time", "units", "."], "ltl": ["globally", "[0,31]", "(", "signal_1_n", "math equal", "10.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "31", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "10.2"]]}}} {"id": 943, "sentence": ["For", "every", "moment", "within", "26", "to", "54", "time", "units", ",", "signal_1_n", "ought", "to", "be", "continuously", "equal", "to", "79.8", "."], "ltl": ["globally", "[26,54]", "(", "signal_1_n", "math equal", "79.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "26", "to", "54", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "26", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "79.8"]]}}} {"id": 1225, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "should", "n't", "be", "less", "than", "72.6", ",", "or", "the", "value", "of", "signal", "signal_2_n", "must", "always", "not", "be", "smaller", "than", "24.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "72.6", ")", "or", "negation", "(", "signal_2_n", "less", "24.1", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "<", "72.6", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["-", "(", "signal_2_n", "<", "24.1", ")"]]}}} {"id": 6299, "sentence": ["If", "the", "event", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "occurs", ",", "then", "in", "response", "the", "event", "that", "the", "signal_3_n", "signal", "is", "shifted", "to", "signal_4_n", "needs", "to", "get", "detected", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "get", "detected", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2926, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "equal", "to", "93.9", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "81.1", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "coming", "14", "time", "units", "at", "sometime", "in", "the", "coming", "97", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "more", "than", "3.0", "shall", "finally", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "93.9", "and", "rise", "(", "signal_2_n", "less equal", "81.1", ")", "imply", "globally", "[0,14]", "(", "finally", "[0,97]", "(", "rise", "(", "signal_3_n", "more", "3.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "coming", "14", "time", "units", "at", "sometime", "in", "the", "coming", "97", "time", "units", "the", "scenario", "that", "(", "prop_3", ")", "shall", "finally", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "14", "]", "(", "F", "[", "0", ":", "97", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "93.9"]]}, " prop_2 ": {"span": [18, 30], "prop": [["rise", "(", "signal_2_n", "<=", "81.1", ")"]]}, " prop_3 ": {"span": [59, 68], "prop": [["rise", "(", "signal_3_n", ">", "3.0", ")"]]}}} {"id": 501, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "over", "48.4", "occurs", "then", "in", "response", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "less", "than", "39", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_3_n", "must", "be", "less", "than", "69.7", ",", "and", "until", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "83.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.4", ")", "imply", "(", "signal_2_n", "math equal", "83.2", ")", "until", "[0,39]", "(", "signal_3_n", "less", "69.7", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "less", "than", "39", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "48.4", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_3_n", "<", "69.7"]]}, " prop_3 ": {"span": [47, 56], "prop": [["signal_2_n", "==", "83.2"]]}}} {"id": 1633, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "higher", "than", "52.9", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "value", "of", "signal_2_n", "shall", "be", "21.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "52.9", ")", "imply", "signal_2_n", "math equal", "21.8", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "52.9", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", "==", "21.8"]]}}} {"id": 4431, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "keeps", "above", "2.3", "and", "less", "than", "13.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "2.3", "and", "signal_3_n", "less", "13.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", ">", "2.3"], ["signal_3_n", "<", "13.3"]]}}} {"id": 887, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "lower", "than", "98.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "be", "immediately", "no", "larger", "than", "57.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "98.0", ")", "imply", "signal_2_n", "less equal", "57.5", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "98.0", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "<=", "57.5"]]}}} {"id": 894, "sentence": ["In", "the", "case", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "54.4", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "should", "not", "be", "less", "than", "or", "equal", "to", "89.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.4", ")", "imply", "negation", "(", "signal_2_n", "less equal", "89.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "54.4", ")"]]}, " prop_2 ": {"span": [27, 41], "prop": [["-", "(", "signal_2_n", "<=", "89.3", ")"]]}}} {"id": 1583, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "not", "20.5", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "below", "71.2", "does", "n't", "get", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "22.4", "at", "the", "same", "time", "point", "and", "right", "away", "the", "event", "that", "the", "signal_4_n", "signal", "goes", "over", "62.9", "shall", "happen", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "20.5", ")", "or", "negation", "fall", "(", "signal_2_n", "more equal", "71.2", ")", "imply", "signal_3_n", "less equal", "22.4", "and", "rise", "(", "signal_4_n", "more", "62.9", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "right", "away", "the", "event", "that", "(", "prop_4", ")", "shall", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["-", "(", "signal_1_n", "==", "20.5", ")"]]}, " prop_2 ": {"span": [13, 21], "prop": [["-", "fall", "(", "signal_2_n", ">=", "71.2", ")"]]}, " prop_3 ": {"span": [32, 48], "prop": [["signal_3_n", "<=", "22.4"]]}, " prop_4 ": {"span": [54, 60], "prop": [["rise", "(", "signal_4_n", ">", "62.9", ")"]]}}} {"id": 985, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "73", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "no", "less", "than", "11.2", ",", "and", "the", "value", "of", "signal_2_n", "has", "to", "consecutively", "stay", "no", "less", "than", "25.9", "and", "no", "larger", "than", "52.0", "."], "ltl": ["globally", "[0,73]", "(", "signal_1_n", "more equal", "11.2", "and", "(", "signal_2_n", "more equal", "25.9", "and", "signal_2_n", "less equal", "52.0", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "73", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "73", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">=", "11.2"]]}, " prop_2 ": {"span": [25, 42], "prop": [["signal_2_n", ">=", "25.9"], ["signal_2_n", "<=", "52.0"]]}}} {"id": 4112, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "gets", "lower", "than", "60.6", "and", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "past", "8", "time", "units", ",", "the", "value", "of", "signal_4_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "4.4", "and", "less", "than", "or", "equal", "to", "46.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "60.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[0,8]", "(", "signal_4_n", "more equal", "4.4", "and", "signal_4_n", "less equal", "46.7", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "past", "8", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "8", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "60.6", ")"]]}, " prop_2 ": {"span": [12, 18], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [34, 54], "prop": [["signal_4_n", ">=", "4.4"], ["signal_4_n", "<=", "46.7"]]}}} {"id": 187, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "65.9", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "sometime", "within", "the", "following", "8", "time", "units", ",", "at", "which", "eventually", "the", "signal_3_n", "signal", "sha", "n't", "be", "in", "signal_4_n", ",", "and", "until", "then", "the", "signal_2_n", "signal", "is", "not", "no", "larger", "than", "62.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.9", ")", "imply", "(", "negation", "(", "signal_2_n", "less equal", "62.1", ")", ")", "until", "[0,8]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "exist", "sometime", "within", "the", "following", "8", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "65.9", ")"]]}, " prop_2 ": {"span": [44, 52], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [56, 65], "prop": [["-", "(", "signal_2_n", "<=", "62.1", ")"]]}}} {"id": 892, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "26.1", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "signal_2_n", "signal", "shall", "not", "be", "less", "than", "or", "equal", "to", "74.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "26.1", ")", "imply", "negation", "(", "signal_2_n", "less equal", "74.6", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "26.1", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["-", "(", "signal_2_n", "<=", "74.6", ")"]]}}} {"id": 3645, "sentence": ["Whenever", "the", "signal_1_n", "signal", "stays", "higher", "than", "75.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "mode", "of", "signal_2_n", "is", "n't", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "75.4", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", ">", "75.4"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5745, "sentence": ["Finally", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "2.3", "shall", "occur", "at", "a", "certain", "time", "instant", "starting", "at", "most", "41", "time", "units", "."], "ltl": ["finally", "[0,41]", "(", "rise", "(", "signal_1_n", "less", "2.3", ")", ")"], "logic_sentence": ["Finally", "the", "scenario", "that", "(", "prop_1", ")", "shall", "occur", "at", "a", "certain", "time", "instant", "starting", "at", "most", "41", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "41", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "2.3", ")"]]}}} {"id": 3441, "sentence": ["There", "exists", "sometime", "after", "at", "most", "10", "time", "units", ",", "at", "which", "signal_1_n", "ought", "to", "be", "larger", "than", "47.2", "and", "below", "97.5", "."], "ltl": ["finally", "[0,10]", "(", "signal_1_n", "more", "47.2", "and", "signal_1_n", "less", "97.5", ")"], "logic_sentence": ["There", "exists", "sometime", "after", "at", "most", "10", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", ">", "47.2"], ["signal_1_n", "<", "97.5"]]}}} {"id": 519, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "64.8", "is", "detected", "then", "for", "every", "moment", "in", "the", "next", "38", "time", "units", "there", "shall", "exist", "a", "time", "in", "the", "subsequent", "47", "time", "units", ",", "at", "which", "the", "state", "of", "signal_2_n", "shall", "be", "finally", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "64.8", ")", "imply", "globally", "[0,38]", "(", "finally", "[0,47]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "for", "every", "moment", "in", "the", "next", "38", "time", "units", "there", "shall", "exist", "a", "time", "in", "the", "subsequent", "47", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["fall", "(", "signal_1_n", "==", "64.8", ")"]]}, " prop_2 ": {"span": [41, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2272, "sentence": ["In", "the", "first", "24", "time", "units", ",", "signal_1_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "40.9", ",", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "between", "-LSB-", "64.3", ",", "89.6", "-RSB-", "."], "ltl": ["globally", "[0,24]", "(", "signal_1_n", "less equal", "40.9", "and", "(", "signal_2_n", "more equal", "64.3", "and", "signal_2_n", "less equal", "89.6", ")", ")"], "logic_sentence": ["In", "the", "first", "24", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "40.9"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_2_n", ">=", "64.3"], ["signal_2_n", "<=", "89.6"]]}}} {"id": 2263, "sentence": ["For", "each", "time", "point", "within", "the", "first", "18", "to", "37", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "on", "54.5", "or", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "consistently", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[18,37]", "(", "signal_1_n", "math equal", "54.5", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "18", "to", "37", "time", "units", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "18", ":", "37", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "54.5"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 174, "sentence": ["In", "the", "case", "signal_1_n", "is", "not", "below", "88.9", "or", "the", "value", "of", "signal_2_n", "is", "21.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "signal_3_n", "signal", "should", "equal", "to", "90.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "88.9", ")", "or", "signal_2_n", "math equal", "21.9", "imply", "signal_3_n", "math equal", "90.9", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["-", "(", "signal_1_n", "<", "88.9", ")"]]}, " prop_2 ": {"span": [9, 15], "prop": [["signal_2_n", "==", "21.9"]]}, " prop_3 ": {"span": [28, 35], "prop": [["signal_3_n", "==", "90.9"]]}}} {"id": 4052, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "23.8", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "signal_2_n", "signal", "shall", "be", "at", "least", "16.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.8", ")", "imply", "signal_2_n", "more equal", "16.3", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "23.8", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", ">=", "16.3"]]}}} {"id": 4756, "sentence": ["Whenever", "the", "event", "that", "signal_1_n", "leaves", "signal_2_n", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "next", "35", "time", "units", ",", "the", "signal_3_n", "signal", "has", "to", "be", "signal_4_n", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,35]", "(", "finally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "next", "35", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4407, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "69.7", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "30.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.7", ")", "imply", "signal_2_n", "math equal", "30.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "69.7", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "==", "30.7"]]}}} {"id": 469, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "86.1", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "40.9", "and", "less", "than", "or", "equal", "to", "74.2", "right", "away", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "86.1", ")", "imply", "signal_2_n", "more equal", "40.9", "and", "signal_2_n", "less equal", "74.2", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["fall", "(", "signal_1_n", "==", "86.1", ")"]]}, " prop_2 ": {"span": [21, 40], "prop": [["signal_2_n", ">=", "40.9"], ["signal_2_n", "<=", "74.2"]]}}} {"id": 17, "sentence": ["If", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "32.1", "and", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "lower", "than", "39.1", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "coming", "50", "to", "50", "time", "units", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_3_n", "shall", "be", "57.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "32.1", "and", "rise", "(", "signal_2_n", "less", "39.1", ")", "imply", "globally", "[50,50]", "(", "finally", "(", "signal_3_n", "math equal", "57.8", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "coming", "50", "to", "50", "time", "units", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "50", ":", "50", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">=", "32.1"]]}, " prop_2 ": {"span": [13, 20], "prop": [["rise", "(", "signal_2_n", "<", "39.1", ")"]]}, " prop_3 ": {"span": [51, 61], "prop": [["signal_3_n", "==", "57.8"]]}}} {"id": 773, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_1_n", "ought", "to", "continuously", "equal", "to", "10.7", "and", "the", "signal_2_n", "signal", "should", "consistently", "stay", "larger", "than", "98.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "10.7", "and", "signal_2_n", "more", "98.3", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "10.7"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", ">", "98.3"]]}}} {"id": 2584, "sentence": ["Ultimately", "at", "a", "certain", "time", "instant", "within", "the", "first", "16", "to", "42", "time", "units", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "must", "n't", "get", "detected", "."], "ltl": ["finally", "[16,42]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Ultimately", "at", "a", "certain", "time", "instant", "within", "the", "first", "16", "to", "42", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "16", ":", "42", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 29], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 4067, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "26", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "be", "continuously", "larger", "than", "48.2", ",", "and", "the", "value", "of", "signal", "signal_2_n", "shall", "consistently", "remain", "above", "33.8", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more", "48.2", "and", "signal_2_n", "more", "33.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "26", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", ">", "48.2"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">", "33.8"]]}}} {"id": 419, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "most", "92.9", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "29", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "starts", "deviating", "from", "77.9", "will", "eventually", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "92.9", ")", "imply", "finally", "[0,29]", "(", "fall", "(", "signal_2_n", "math equal", "77.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "29", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "eventually", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "92.9", ")"]]}, " prop_2 ": {"span": [46, 55], "prop": [["fall", "(", "signal_2_n", "==", "77.9", ")"]]}}} {"id": 1998, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "3.7", "and", "less", "than", "71.9", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "signal_2_n", "needs", "to", "be", "less", "than", "55.3", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "3.7", "and", "signal_1_n", "less", "71.9", "imply", "signal_2_n", "less", "55.3", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 17], "prop": [["signal_1_n", ">=", "3.7"], ["signal_1_n", "<", "71.9"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "<", "55.3"]]}}} {"id": 1837, "sentence": ["For", "every", "moment", "within", "the", "first", "60", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "33.7", "and", "at", "most", "99.3", "consistently", "or", "consecutively", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[0,60]", "(", "(", "signal_1_n", "more equal", "33.7", "and", "signal_1_n", "less equal", "99.3", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "60", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "60", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 43], "prop": [["signal_1_n", "<=", "99.3"], ["signal_1_n", ">=", "33.7"], ["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5011, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "starting", "between", "2", "to", "6", "time", "units", "the", "signal_3_n", "signal", "must", "be", "74.4", "and", "then", "this", "condition", "ought", "to", "uninterruptedly", "continue", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[2,6]", "(", "globally", "(", "signal_3_n", "math equal", "74.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "after", "sometime", "starting", "between", "2", "to", "6", "time", "units", "(", "prop_2", ")", "and", "then", "this", "condition", "ought", "to", "uninterruptedly", "continue", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "2", ":", "6", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [31, 37], "prop": [["signal_3_n", "==", "74.4"]]}}} {"id": 4111, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "23.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_2_n", "will", "remain", "in", "signal_3_n", "ultimately", "at", "a", "certain", "moment", "within", "the", "first", "49", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "23.3", "imply", "finally", "[0,49]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "23.3"]]}, " prop_2 ": {"span": [26, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1325, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "69.4", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "have", "to", "be", "60.5", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "69.4", "imply", "signal_2_n", "math equal", "60.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "69.4"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "60.5"]]}}} {"id": 6461, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "3.2", "happens", "then", "finally", "after", "a", "time", "in", "the", "first", "39", "time", "units", "in", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "the", "mode", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "3.2", ")", "imply", "finally", "[0,39]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "finally", "after", "a", "time", "in", "the", "first", "39", "time", "units", "in", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "3.2", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3596, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "has", "to", "be", "lower", "than", "64.6", "at", "the", "same", "time", "point", "and", "promptly", "the", "signal_4_n", "signal", "has", "to", "keep", "less", "than", "66.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "64.6", "and", "signal_4_n", "less", "66.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_3_n", "<", "64.6"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_4_n", "<", "66.6"]]}}} {"id": 923, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "exceeds", "77.8", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_2_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "0.3", "and", "less", "than", "or", "equal", "to", "8.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "77.8", ")", "imply", "signal_2_n", "more equal", "0.3", "and", "signal_2_n", "less equal", "8.6", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", ">", "77.8", ")"]]}, " prop_2 ": {"span": [22, 41], "prop": [["signal_2_n", ">=", "0.3"], ["signal_2_n", "<=", "8.6"]]}}} {"id": 6404, "sentence": ["Ultimately", "at", "a", "certain", "moment", "during", "the", "first", "61", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "89.5", "must", "happen", "."], "ltl": ["finally", "[0,61]", "(", "rise", "(", "signal_1_n", "math equal", "89.5", ")", ")"], "logic_sentence": ["Ultimately", "at", "a", "certain", "moment", "during", "the", "first", "61", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "must", "happen", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["rise", "(", "signal_1_n", "==", "89.5", ")"]]}}} {"id": 304, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "above", "81.8", "occurs", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "point", "in", "less", "than", "16", "time", "units", ",", "the", "value", "of", "signal_4_n", "shall", "be", "above", "13.9", "and", "below", "32.4", "and", "then", "has", "to", "consistently", "remain", "like", "this", "during", "the", "subsequent", "49", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,16]", "(", "globally", "[0,49]", "(", "signal_4_n", "more", "13.9", "and", "signal_4_n", "less", "32.4", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "point", "in", "less", "than", "16", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "16", "]", "(", "G", "[", "0", ":", "49", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", ">", "81.8", ")"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 63], "prop": [["signal_4_n", ">", "13.9"], ["signal_4_n", "<", "32.4"]]}}} {"id": 4102, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "at", "least", "16.0", "and", "at", "most", "18.2", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "16.0", "and", "signal_1_n", "less equal", "18.2", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 23], "prop": [["signal_1_n", ">=", "16.0"], ["signal_1_n", "<=", "18.2"]]}}} {"id": 2644, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "first", "11", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "first", "11", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 472, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "consecutively", "remain", "at", "least", "55.6", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "55.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">=", "55.6"]]}}} {"id": 3146, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "equal", "to", "32.5", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "49.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "shall", "be", "higher", "than", "77.4", "at", "the", "same", "time", "instant", ",", "and", "the", "scenario", "that", "the", "signal_4_n", "signal", "deviates", "from", "48.4", "shall", "promptly", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.5", "and", "rise", "(", "signal_2_n", "more equal", "49.6", ")", "imply", "signal_3_n", "more", "77.4", "and", "fall", "(", "signal_4_n", "math equal", "48.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", ",", "and", "the", "scenario", "that", "(", "prop_4", ")", "shall", "promptly", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "32.5"]]}, " prop_2 ": {"span": [17, 28], "prop": [["rise", "(", "signal_2_n", ">=", "49.6", ")"]]}, " prop_3 ": {"span": [39, 50], "prop": [["signal_3_n", ">", "77.4"]]}, " prop_4 ": {"span": [55, 61], "prop": [["fall", "(", "signal_4_n", "==", "48.4", ")"]]}}} {"id": 5507, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "bigger", "than", "52.7", "or", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "sometime", "within", "the", "coming", "24", "to", "38", "time", "units", ",", "uninterruptedly", "signal_4_n", "should", "n't", "be", "at", "least", "3.5", "for", "each", "moment", "during", "the", "next", "45", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "52.7", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[24,38]", "(", "globally", "[0,45]", "(", "negation", "(", "signal_4_n", "more equal", "3.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "finally", "after", "sometime", "within", "the", "coming", "24", "to", "38", "time", "units", ",", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "24", ":", "38", "]", "(", "G", "[", "0", ":", "45", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["signal_1_n", ">", "52.7"]]}, " prop_2 ": {"span": [12, 18], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 54], "prop": [["-", "(", "signal_4_n", ">=", "3.5", ")"]]}}} {"id": 2705, "sentence": ["For", "every", "time", "point", "in", "the", "first", "81", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "consistently", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "[0,81]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "81", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 533, "sentence": ["In", "the", "case", "signal_1_n", "is", "68.2", "then", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "ultimately", "at", "a", "certain", "time", "instant", "during", "the", "next", "8", "to", "11", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.2", "imply", "finally", "[8,11]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "8", ":", "11", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "68.2"]]}, " prop_2 ": {"span": [7, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1235, "sentence": ["There", "should", "be", "a", "certain", "moment", "after", "between", "27", "to", "74", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "needs", "to", "become", "not", "set", "to", "16.9", "or", "signal_2_n", "is", "at", "least", "65.4", "."], "ltl": ["finally", "[27,74]", "(", "fall", "(", "signal_1_n", "math equal", "16.9", ")", "or", "signal_2_n", "more equal", "65.4", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "after", "between", "27", "to", "74", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "27", ":", "74", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["fall", "(", "signal_1_n", "==", "16.9", ")"]]}, " prop_2 ": {"span": [29, 34], "prop": [["signal_2_n", ">=", "65.4"]]}}} {"id": 1403, "sentence": ["There", "should", "be", "a", "time", "during", "the", "first", "87", "time", "units", "eventually", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "56.1", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "math equal", "56.1", ")"], "logic_sentence": ["There", "should", "be", "a", "time", "during", "the", "first", "87", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 21], "prop": [["signal_1_n", "==", "56.1"]]}}} {"id": 829, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "34", "to", "44", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "become", "not", "set", "to", "6.3", "finally", "and", "the", "event", "that", "signal_2_n", "deviates", "from", "64.4", "has", "to", "be", "finally", "observed", "."], "ltl": ["finally", "[34,44]", "(", "fall", "(", "signal_1_n", "math equal", "6.3", ")", "and", "fall", "(", "signal_2_n", "math equal", "64.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "34", "to", "44", "time", "units", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "has", "to", "be", "finally", "observed", "."], "logic_ltl": ["F", "[", "34", ":", "44", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["fall", "(", "signal_1_n", "==", "6.3", ")"]]}, " prop_2 ": {"span": [29, 33], "prop": [["fall", "(", "signal_2_n", "==", "64.4", ")"]]}}} {"id": 2776, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "59.3", "without", "interruption", "for", "the", "last", "1", "to", "18", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "[1,18]", "(", "signal_3_n", "math equal", "59.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "1", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 37], "prop": [["signal_3_n", "==", "59.3"]]}}} {"id": 451, "sentence": ["For", "every", "time", "point", "within", "the", "first", "44", "time", "units", "the", "mode", "of", "signal_1_n", "shall", "consistently", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "44", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2698, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "20.7", "and", "less", "than", "or", "equal", "to", "23.0", ",", "or", "the", "value", "of", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "90.4", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "during", "the", "next", "61", "to", "100", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal_3_n", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "78.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "20.7", "and", "signal_1_n", "less equal", "23.0", ")", "or", "rise", "(", "signal_2_n", "more equal", "90.4", ")", "imply", "finally", "[61,100]", "(", "signal_3_n", "more equal", "78.2", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "during", "the", "next", "61", "to", "100", "time", "units", ",", "at", "which", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "61", ":", "100", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 17], "prop": [["signal_1_n", ">", "20.7"], ["signal_1_n", "<=", "23.0"]]}, " prop_2 ": {"span": [19, 30], "prop": [["rise", "(", "signal_2_n", ">=", "90.4", ")"]]}, " prop_3 ": {"span": [53, 66], "prop": [["signal_3_n", ">=", "78.2"]]}}} {"id": 4711, "sentence": ["Within", "28", "to", "52", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "4.8", "should", "consecutively", "not", "be", "observed", "and", "the", "signal_2_n", "signal", "ought", "to", "always", "remain", "on", "23.3", "."], "ltl": ["globally", "[28,52]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "4.8", ")", "and", "signal_2_n", "math equal", "23.3", ")"], "logic_sentence": ["Within", "28", "to", "52", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "consecutively", "not", "be", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "28", ":", "52", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["-", "fall", "(", "signal_1_n", "==", "4.8", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "23.3"]]}}} {"id": 1693, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "the", "value", "of", "signal_1_n", "ought", "to", "be", "higher", "than", "0.6", "or", "the", "value", "of", "signal", "signal_2_n", "shall", "finally", "remain", "no", "more", "than", "3.2", "."], "ltl": ["finally", "(", "signal_1_n", "more", "0.6", "or", "signal_2_n", "less equal", "3.2", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">", "0.6"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<=", "3.2"]]}}} {"id": 3764, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "68.6", "is", "detected", ",", "then", "in", "response", "there", "must", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "keep", "between", "-LRB-", "4.7", ",", "33.7", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "68.6", ")", "imply", "finally", "(", "signal_2_n", "more", "4.7", "and", "signal_2_n", "less equal", "33.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "there", "must", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "68.6", ")"]]}, " prop_2 ": {"span": [45, 56], "prop": [["signal_2_n", ">", "4.7"], ["signal_2_n", "<=", "33.7"]]}}} {"id": 1427, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "48", "time", "units", ",", "signal_1_n", "must", "consistently", "keep", "equal", "to", "98.3", "and", "the", "value", "of", "signal_2_n", "will", "be", "always", "below", "87.4", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "math equal", "98.3", "and", "signal_2_n", "less", "87.4", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "48", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "98.3"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "<", "87.4"]]}}} {"id": 852, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "continuously", "the", "value", "of", "signal", "signal_1_n", "stays", "greater", "than", "or", "equal", "to", "39.3", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "39.3", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", ">=", "39.3"]]}}} {"id": 1246, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "68.2", ",", "then", "in", "response", "starting", "without", "any", "delay", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "13.6", "and", "no", "more", "than", "53.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "68.2", "imply", "signal_2_n", "more equal", "13.6", "and", "signal_2_n", "less equal", "53.7", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "68.2"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">=", "13.6"], ["signal_2_n", "<=", "53.7"]]}}} {"id": 529, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "jumps", "to", "over", "15.9", "is", "detected", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "the", "event", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "75.9", "ought", "not", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "15.9", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "75.9", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "the", "event", "that", "(", "prop_2", ")", "ought", "not", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", ">", "15.9", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["-", "fall", "(", "signal_2_n", "==", "75.9", ")"]]}}} {"id": 618, "sentence": ["There", "shall", "exist", "a", "certain", "moment", "during", "the", "first", "70", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "at", "least", "94.2", "ought", "to", "get", "observed", "."], "ltl": ["finally", "[0,70]", "(", "rise", "(", "signal_1_n", "more equal", "94.2", ")", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "moment", "during", "the", "first", "70", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 29], "prop": [["rise", "(", "signal_1_n", ">=", "94.2", ")"]]}}} {"id": 1845, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "will", "remain", "lower", "than", "64.1", "for", "every", "time", "point", "in", "the", "first", "89", "to", "92", "time", "units", "."], "ltl": ["globally", "[89,92]", "(", "signal_1_n", "less", "64.1", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "89", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 22], "prop": [["signal_1_n", "<", "64.1"]]}}} {"id": 845, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "4.8", "does", "not", "take", "place", "or", "signal_2_n", "keeps", "greater", "than", "or", "equal", "to", "29.2", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "over", "10.1", "and", "below", "20.9", "simultaneously", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "4.8", ")", "or", "signal_2_n", "more equal", "29.2", "imply", "signal_3_n", "more", "10.1", "and", "signal_3_n", "less", "20.9", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "take", "place", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["-", "fall", "(", "signal_1_n", ">", "4.8", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", ">=", "29.2"]]}, " prop_3 ": {"span": [39, 52], "prop": [["signal_3_n", ">", "10.1"], ["signal_3_n", "<", "20.9"]]}}} {"id": 2940, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "93.1", "is", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "not", "91.4", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "23", "time", "units", ",", "there", "ought", "to", "exist", "a", "certain", "moment", "during", "the", "coming", "42", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_3_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "33.8", "will", "get", "detected", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "93.1", ")", "and", "negation", "(", "signal_2_n", "math equal", "91.4", ")", "imply", "globally", "[0,23]", "(", "finally", "[0,42]", "(", "rise", "(", "signal_3_n", "less equal", "33.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "following", "23", "time", "units", ",", "there", "ought", "to", "exist", "a", "certain", "moment", "during", "the", "coming", "42", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "will", "get", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "23", "]", "(", "F", "[", "0", ":", "42", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["fall", "(", "signal_1_n", "==", "93.1", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "(", "signal_2_n", "==", "91.4", ")"]]}, " prop_3 ": {"span": [69, 80], "prop": [["rise", "(", "signal_3_n", "<=", "33.8", ")"]]}}} {"id": 4096, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "signal_1_n", "signal", "should", "be", "uninterruptedly", "less", "than", "34.7", "."], "ltl": ["globally", "(", "signal_1_n", "less", "34.7", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "34.7"]]}}} {"id": 596, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "44.8", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "ultimately", "a", "certain", "time", "point", "within", "the", "subsequent", "93", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "the", "following", "20", "to", "54", "time", "units", "signal_2_n", "will", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.8", ")", "imply", "finally", "[0,93]", "(", "globally", "[20,54]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "ultimately", "a", "certain", "time", "point", "within", "the", "subsequent", "93", "time", "units", ",", "after", "which", "for", "each", "moment", "within", "the", "following", "20", "to", "54", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "G", "[", "20", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "44.8", ")"]]}, " prop_2 ": {"span": [54, 59], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3409, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "coming", "9", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "next", "31", "time", "units", ",", "finally", "the", "mode", "of", "signal_3_n", "will", "be", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,9]", "(", "finally", "[0,31]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "coming", "9", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "next", "31", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "9", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 54], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4135, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "becomes", "no", "less", "than", "77.9", "happens", "or", "the", "value", "of", "signal", "signal_2_n", "is", "33.1", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "coming", "49", "to", "68", "time", "units", ",", "eventually", "at", "sometime", "in", "the", "following", "100", "time", "units", "the", "value", "of", "signal_3_n", "ought", "to", "be", "equal", "to", "77.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "77.9", ")", "or", "signal_2_n", "math equal", "33.1", "imply", "globally", "[49,68]", "(", "finally", "[0,100]", "(", "signal_3_n", "math equal", "77.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "coming", "49", "to", "68", "time", "units", ",", "eventually", "at", "sometime", "in", "the", "following", "100", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "49", ":", "68", "]", "(", "F", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">=", "77.9", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "33.1"]]}, " prop_3 ": {"span": [54, 64], "prop": [["signal_3_n", "==", "77.0"]]}}} {"id": 548, "sentence": ["For", "every", "time", "point", "within", "the", "first", "25", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "remaining", "on", "90.1", "continuously", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "over", "5.2", "shall", "not", "occur", "."], "ltl": ["globally", "[0,25]", "(", "signal_1_n", "math equal", "90.1", "and", "negation", "rise", "(", "signal_2_n", "more", "5.2", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "25", "time", "units", ",", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "shall", "not", "occur", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "90.1"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "rise", "(", "signal_2_n", ">", "5.2", ")"]]}}} {"id": 1237, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "over", "10.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "20", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "ought", "to", "be", "no", "more", "than", "42.9", "continuously", "for", "the", "following", "75", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "10.1", ")", "imply", "finally", "[0,20]", "(", "globally", "[0,75]", "(", "signal_2_n", "less equal", "42.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "subsequent", "20", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "G", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "10.1", ")"]]}, " prop_2 ": {"span": [43, 61], "prop": [["signal_2_n", "<=", "42.9"]]}}} {"id": 5223, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "no", "more", "than", "47.7", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "77.7", "promptly", "gets", "observed", "and", "the", "value", "of", "signal_3_n", "must", "be", "33.4", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "47.7", ")", "imply", "rise", "(", "signal_2_n", "less equal", "77.7", ")", "and", "signal_3_n", "math equal", "33.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["rise", "(", "signal_1_n", "<=", "47.7", ")"]]}, " prop_2 ": {"span": [33, 48], "prop": [["rise", "(", "signal_2_n", "<=", "77.7", ")"]]}, " prop_3 ": {"span": [49, 61], "prop": [["signal_3_n", "==", "33.4"]]}}} {"id": 609, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "4.4", "happens", "then", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "or", "equal", "to", "57.8", "has", "to", "occur", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.4", ")", "imply", "rise", "(", "signal_2_n", "less equal", "57.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "occur", "simultaneously", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", "<=", "4.4", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["rise", "(", "signal_2_n", "<=", "57.8", ")"]]}}} {"id": 4145, "sentence": ["There", "exists", "a", "time", "within", "the", "first", "74", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "needs", "to", "deviate", "from", "34.3", ",", "and", "the", "value", "of", "signal_2_n", "ought", "to", "be", "within", "-LSB-", "7.3", ",", "52.5", "-RSB-", "ultimately", "."], "ltl": ["finally", "[0,74]", "(", "fall", "(", "signal_1_n", "math equal", "34.3", ")", "and", "(", "signal_2_n", "more equal", "7.3", "and", "signal_2_n", "less equal", "52.5", ")", ")"], "logic_sentence": ["There", "exists", "a", "time", "within", "the", "first", "74", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["fall", "(", "signal_1_n", "==", "34.3", ")"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", ">=", "7.3"], ["signal_2_n", "<=", "52.5"]]}}} {"id": 6167, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "52.8", ",", "and", "the", "signal_2_n", "signal", "is", "54.0", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "ultimately", "exist", "a", "certain", "moment", "within", "the", "subsequent", "42", "to", "67", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "drops", "to", "no", "larger", "than", "89.6", "will", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "52.8", "and", "signal_2_n", "math equal", "54.0", "imply", "finally", "[42,67]", "(", "rise", "(", "signal_3_n", "less equal", "89.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "ultimately", "exist", "a", "certain", "moment", "within", "the", "subsequent", "42", "to", "67", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "42", ":", "67", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "52.8"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", "==", "54.0"]]}, " prop_3 ": {"span": [51, 62], "prop": [["rise", "(", "signal_3_n", "<=", "89.6", ")"]]}}} {"id": 620, "sentence": ["There", "should", "be", "a", "certain", "time", "point", "during", "the", "first", "83", "time", "units", "finally", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "to", "no", "less", "than", "81.9", "should", "occur", "."], "ltl": ["finally", "[0,83]", "(", "rise", "(", "signal_1_n", "more equal", "81.9", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "time", "point", "during", "the", "first", "83", "time", "units", "finally", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "should", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "83", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 30], "prop": [["rise", "(", "signal_1_n", ">=", "81.9", ")"]]}}} {"id": 1638, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "consistently", "the", "mode", "of", "signal", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1149, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "63.7", ",", "then", "in", "response", "signal_2_n", "needs", "to", "be", "at", "least", "30.2", "and", "below", "86.6", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.7", ")", "imply", "signal_2_n", "more equal", "30.2", "and", "signal_2_n", "less", "86.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "63.7", ")"]]}, " prop_2 ": {"span": [19, 33], "prop": [["signal_2_n", ">=", "30.2"], ["signal_2_n", "<", "86.6"]]}}} {"id": 1677, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "stays", "higher", "than", "0.4", "and", "less", "than", "72.6", "or", "the", "value", "of", "signal", "signal_2_n", "is", "more", "than", "16.0", "and", "less", "than", "49.0", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_3_n", "will", "be", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "0.4", "and", "signal_1_n", "less", "72.6", ")", "or", "(", "signal_2_n", "more", "16.0", "and", "signal_2_n", "less", "49.0", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">", "0.4"], ["signal_1_n", "<", "72.6"]]}, " prop_2 ": {"span": [17, 30], "prop": [["signal_2_n", ">", "16.0"], ["signal_2_n", "<", "49.0"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 60, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "equal", "to", "29.4", "occurs", ",", "then", "signal_2_n", "shall", "be", "less", "than", "or", "equal", "to", "13.5", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "29.4", ")", "imply", "signal_2_n", "less equal", "13.5", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "29.4", ")"]]}, " prop_2 ": {"span": [15, 25], "prop": [["signal_2_n", "<=", "13.5"]]}}} {"id": 1638, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "after", "at", "most", "90", "time", "units", "the", "signal_3_n", "signal", "shall", "stay", "larger", "than", "17.5", "and", "less", "than", "47.9", "without", "interruption", "in", "the", "subsequent", "62", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,90]", "(", "globally", "[0,62]", "(", "signal_3_n", "more", "17.5", "and", "signal_3_n", "less", "47.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "after", "at", "most", "90", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "90", "]", "(", "G", "[", "0", ":", "62", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 52], "prop": [["signal_3_n", ">", "17.5"], ["signal_3_n", "<", "47.9"]]}}} {"id": 3114, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "50.4", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "promptly", "larger", "than", "72.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "50.4", ")", "imply", "signal_2_n", "more", "72.7", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "50.4", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "72.7"]]}}} {"id": 4935, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "92", "time", "units", ",", "signal_1_n", "has", "to", "remain", "higher", "than", "54.1", "without", "interruption", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "more", "54.1", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "92", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">", "54.1"]]}}} {"id": 5898, "sentence": ["There", "will", "have", "to", "be", "finally", "a", "certain", "time", "point", "during", "the", "first", "22", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "be", "bigger", "than", "19.8", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "more", "19.8", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "finally", "a", "certain", "time", "point", "during", "the", "first", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["signal_1_n", ">", "19.8"]]}}} {"id": 5714, "sentence": ["For", "each", "time", "point", "during", "the", "first", "93", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "uninterruptedly", "keep", "smaller", "than", "23.7", ",", "or", "without", "interruption", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "less", "23.7", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "93", "time", "units", ",", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<", "23.7"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1698, "sentence": ["At", "a", "certain", "moment", "starting", "between", "3", "to", "19", "time", "units", ",", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "below", "24.0", "will", "eventually", "occur", ",", "or", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "equal", "to", "18.5", "."], "ltl": ["finally", "[3,19]", "(", "rise", "(", "signal_1_n", "less", "24.0", ")", "or", "signal_2_n", "math equal", "18.5", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "between", "3", "to", "19", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "will", "eventually", "occur", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "3", ":", "19", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 21], "prop": [["rise", "(", "signal_1_n", "<", "24.0", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "18.5"]]}}} {"id": 653, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "at", "most", "88.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "must", "be", "higher", "than", "19.4", "and", "less", "than", "or", "equal", "to", "33.1", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "88.7", "imply", "signal_2_n", "more", "19.4", "and", "signal_2_n", "less equal", "33.1", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "88.7"]]}, " prop_2 ": {"span": [21, 42], "prop": [["signal_2_n", ">", "19.4"], ["signal_2_n", "<=", "33.1"]]}}} {"id": 5983, "sentence": ["Within", "the", "first", "44", "to", "69", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "consistently", "."], "ltl": ["globally", "[44,69]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Within", "the", "first", "44", "to", "69", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "44", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1663, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "continuously", "the", "state", "of", "signal", "signal_1_n", "is", "not", "signal_2_n", "and", "continuously", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "0.7", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "more equal", "0.7", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_3_n", ">=", "0.7"]]}}} {"id": 626, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "27.6", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "be", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "71.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "27.6", ")", "imply", "finally", "(", "signal_2_n", "less equal", "71.3", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "be", "ultimately", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "27.6", ")"]]}, " prop_2 ": {"span": [39, 53], "prop": [["signal_2_n", "<=", "71.3"]]}}} {"id": 6231, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "12.0", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "34", "time", "units", ",", "the", "transition", "action", "that", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "should", "ultimately", "occur", "at", "a", "time", "within", "the", "next", "25", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "12.0", ")", "imply", "globally", "[0,34]", "(", "finally", "[0,25]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "34", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "ultimately", "occur", "at", "a", "time", "within", "the", "next", "25", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "12.0", ")"]]}, " prop_2 ": {"span": [40, 45], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 279, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "to", "no", "less", "than", "1.8", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "be", "promptly", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "1.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "1.8", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5598, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "more", "than", "79.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "sometime", "in", "the", "following", "17", "time", "units", "for", "every", "moment", "within", "the", "subsequent", "43", "time", "units", "continuously", "the", "signal_2_n", "signal", "equals", "to", "32.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "79.6", ")", "imply", "finally", "[0,17]", "(", "globally", "[0,43]", "(", "signal_2_n", "math equal", "32.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "sometime", "in", "the", "following", "17", "time", "units", "for", "every", "moment", "within", "the", "subsequent", "43", "time", "units", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "17", "]", "(", "G", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", ">", "79.6", ")"]]}, " prop_2 ": {"span": [47, 53], "prop": [["signal_2_n", "==", "32.9"]]}}} {"id": 5631, "sentence": ["Whenever", "signal_1_n", "becomes", "not", "set", "to", "64.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "within", "the", "first", "26", "time", "units", ",", "signal_2_n", "must", "be", "within", "the", "closed", "interval", "-LSB-", "18.7", ",", "60.5", "-RSB-", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "64.7", ")", "imply", "finally", "[0,26]", "(", "signal_2_n", "more equal", "18.7", "and", "signal_2_n", "less equal", "60.5", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "within", "the", "first", "26", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["fall", "(", "signal_1_n", "==", "64.7", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "18.7"], ["signal_2_n", "<=", "60.5"]]}}} {"id": 1673, "sentence": ["Within", "the", "first", "59", "time", "units", ",", "signal_1_n", "will", "uninterruptedly", "keep", "at", "most", "43.6", ",", "or", "consecutively", "the", "value", "of", "signal", "signal_2_n", "must", "keep", "at", "least", "12.4", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "less equal", "43.6", "or", "signal_2_n", "more equal", "12.4", ")"], "logic_sentence": ["Within", "the", "first", "59", "time", "units", ",", "(", "prop_1", ")", ",", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<=", "43.6"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", ">=", "12.4"]]}}} {"id": 1158, "sentence": ["The", "value", "of", "signal_1_n", "shall", "be", "consistently", "more", "than", "47.4", "and", "smaller", "than", "86.7", "for", "more", "than", "24", "time", "units", "."], "ltl": ["globally", "[0,24]", "(", "signal_1_n", "more", "47.4", "and", "signal_1_n", "less", "86.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">", "47.4"], ["signal_1_n", "<", "86.7"]]}}} {"id": 1162, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "13.0", "and", "less", "than", "37.4", ",", "or", "signal_2_n", "is", "less", "than", "39.7", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "shall", "consecutively", "remain", "at", "most", "99.5", "for", "every", "moment", "during", "the", "following", "23", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "13.0", "and", "signal_1_n", "less", "37.4", ")", "or", "signal_2_n", "less", "39.7", "imply", "globally", "[0,23]", "(", "signal_3_n", "less equal", "99.5", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "23", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">", "13.0"], ["signal_1_n", "<", "37.4"]]}, " prop_2 ": {"span": [19, 24], "prop": [["signal_2_n", "<", "39.7"]]}, " prop_3 ": {"span": [31, 47], "prop": [["signal_3_n", "<=", "99.5"]]}}} {"id": 6289, "sentence": ["Finally", "the", "signal_1_n", "signal", "must", "n't", "become", "not", "set", "to", "signal_2_n", "at", "a", "certain", "time", "point", "in", "less", "than", "74", "time", "units", "."], "ltl": ["finally", "[0,74]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 22], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 387, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "has", "to", "be", "larger", "than", "57.4", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "57.4", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_3_n", ">", "57.4"]]}}} {"id": 3663, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "above", "32.0", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "29.8", "and", "less", "than", "or", "equal", "to", "46.2", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "32.0", ")", "imply", "signal_2_n", "more equal", "29.8", "and", "signal_2_n", "less equal", "46.2", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "32.0", ")"]]}, " prop_2 ": {"span": [22, 41], "prop": [["signal_2_n", ">=", "29.8"], ["signal_2_n", "<=", "46.2"]]}}} {"id": 2966, "sentence": ["For", "every", "moment", "within", "6", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "consecutively", "keep", "smaller", "than", "13.7", ",", "and", "signal_2_n", "will", "be", "continuously", "lower", "than", "94.5", "."], "ltl": ["globally", "[0,6]", "(", "signal_1_n", "less", "13.7", "and", "signal_2_n", "less", "94.5", ")"], "logic_sentence": ["For", "every", "moment", "within", "6", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", "<", "13.7"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "<", "94.5"]]}}} {"id": 1262, "sentence": ["The", "signal_1_n", "signal", "ought", "to", "stay", "more", "than", "79.9", "and", "less", "than", "97.1", "eventually", "at", "sometime", "within", "86", "time", "units", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "more", "79.9", "and", "signal_1_n", "less", "97.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">", "79.9"], ["signal_1_n", "<", "97.1"]]}}} {"id": 747, "sentence": ["Globally", ",", "whenever", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "next", "45", "time", "units", "the", "event", "that", "the", "value", "of", "signal_3_n", "gets", "less", "than", "82.4", "has", "to", "be", "finally", "observed", "at", "a", "time", "during", "the", "subsequent", "9", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,45]", "(", "finally", "[0,9]", "(", "rise", "(", "signal_3_n", "less", "82.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "during", "the", "next", "45", "time", "units", "the", "event", "that", "(", "prop_2", ")", "has", "to", "be", "finally", "observed", "at", "a", "time", "during", "the", "subsequent", "9", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "45", "]", "(", "F", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 37], "prop": [["rise", "(", "signal_3_n", "<", "82.4", ")"]]}}} {"id": 2401, "sentence": ["When", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "84", "time", "units", "ultimately", "there", "is", "a", "certain", "time", "point", "starting", "at", "most", "12", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "37.4", "will", "have", "to", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,84]", "(", "finally", "[0,12]", "(", "rise", "(", "signal_3_n", "more", "37.4", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "within", "84", "time", "units", "ultimately", "there", "is", "a", "certain", "time", "point", "starting", "at", "most", "12", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "84", "]", "(", "F", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["rise", "(", "signal_3_n", ">", "37.4", ")"]]}}} {"id": 115, "sentence": ["Uninterruptedly", "the", "signal_1_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "18.6", "for", "each", "time", "point", "during", "the", "first", "85", "time", "units", "."], "ltl": ["globally", "[0,85]", "(", "signal_1_n", "more equal", "18.6", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["signal_1_n", ">=", "18.6"]]}}} {"id": 5570, "sentence": ["For", "every", "moment", "within", "17", "time", "units", "consecutively", "the", "signal_1_n", "signal", "ought", "to", "remain", "on", "30.3", ",", "or", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "higher", "than", "31.3", "without", "interruption", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "math equal", "30.3", "or", "signal_2_n", "more", "31.3", ")"], "logic_sentence": ["For", "every", "moment", "within", "17", "time", "units", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "30.3"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_2_n", ">", "31.3"]]}}} {"id": 1601, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "to", "no", "less", "than", "79.0", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "92", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "65.8", "and", "then", "this", "condition", "will", "consecutively", "keep", "for", "each", "moment", "during", "the", "next", "78", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.0", ")", "imply", "finally", "[0,92]", "(", "globally", "[0,78]", "(", "signal_2_n", "math equal", "65.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "92", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "consecutively", "keep", "for", "each", "moment", "during", "the", "next", "78", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "92", "]", "(", "G", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "79.0", ")"]]}, " prop_2 ": {"span": [46, 56], "prop": [["signal_2_n", "==", "65.8"]]}}} {"id": 272, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "then", "in", "response", "the", "signal_3_n", "signal", "will", "be", "set", "to", "signal_4_n", "and", "then", "this", "scenario", "will", "have", "to", "consecutively", "keep", "until", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "5", "to", "40", "time", "units", "ultimately", "the", "value", "of", "signal_5_n", "equals", "to", "78.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[5,40]", "(", "signal_5_n", "math equal", "78.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "have", "to", "consecutively", "keep", "until", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "5", "to", "40", "time", "units", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "5", ":", "40", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [47, 54], "prop": [["signal_5_n", "==", "78.3"]]}}} {"id": 1560, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "becomes", "equal", "to", "21.2", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "8.2", "shall", "get", "observed", "or", "at", "the", "same", "moment", "the", "signal_3_n", "signal", "ought", "to", "be", "less", "than", "31.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "21.2", ")", "imply", "rise", "(", "signal_2_n", "more equal", "8.2", ")", "or", "signal_3_n", "less", "31.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "scenario", "that", "(", "prop_2", ")", "shall", "get", "observed", "or", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "21.2", ")"]]}, " prop_2 ": {"span": [34, 46], "prop": [["rise", "(", "signal_2_n", ">=", "8.2", ")"]]}, " prop_3 ": {"span": [54, 63], "prop": [["signal_3_n", "<", "31.7"]]}}} {"id": 1508, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "31.2", "happens", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "larger", "than", "8.5", "and", "smaller", "than", "74.1", "and", "has", "to", "remain", "like", "that", "consistently", "until", "signal_3_n", "is", "greater", "than", "63.7", "finally", ",", "which", "needs", "to", "be", "detected", "at", "a", "certain", "time", "instant", "within", "the", "following", "80", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "31.2", ")", "imply", "(", "signal_2_n", "more", "8.5", "and", "signal_2_n", "less", "74.1", ")", "until", "[0,80]", "(", "signal_3_n", "more", "63.7", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "31.2", ")"]]}, " prop_2 ": {"span": [22, 68], "prop": [["signal_2_n", ">", "8.5"], ["signal_2_n", "<", "74.1"], ["signal_3_n", ">", "63.7"]]}}} {"id": 4103, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "will", "keep", "at", "least", "3.6", "and", "no", "more", "than", "90.0", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "3.6", "and", "signal_1_n", "less equal", "90.0", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", ">=", "3.6"], ["signal_1_n", "<=", "90.0"]]}}} {"id": 4967, "sentence": ["Globally", ",", "whenever", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "signal_3_n", "signal", "must", "n't", "be", "at", "most", "41.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "(", "signal_3_n", "less equal", "41.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "(", "signal_3_n", "<=", "41.2", ")"]]}}} {"id": 1614, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "not", "greater", "than", "or", "equal", "to", "89.8", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "62.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "will", "have", "to", "be", "no", "less", "than", "68.7", "instantly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "89.8", ")", "or", "signal_2_n", "math equal", "62.4", "imply", "signal_3_n", "more equal", "68.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["-", "(", "signal_1_n", ">=", "89.8", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "62.4"]]}, " prop_3 ": {"span": [42, 52], "prop": [["signal_3_n", ">=", "68.7"]]}}} {"id": 661, "sentence": ["While", "signal_1_n", "is", "larger", "than", "7.1", "and", "less", "than", "65.0", "and", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "13.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "following", "2", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "subsequent", "1", "to", "23", "time", "units", "eventually", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "increases", "to", "at", "least", "71.8", "shall", "occur", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "7.1", "and", "signal_1_n", "less", "65.0", ")", "and", "signal_2_n", "less", "13.6", "imply", "globally", "[0,2]", "(", "finally", "[1,23]", "(", "rise", "(", "signal_3_n", "more equal", "71.8", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "following", "2", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "subsequent", "1", "to", "23", "time", "units", "eventually", "the", "event", "that", "(", "prop_3", ")", "shall", "occur", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "2", "]", "(", "F", "[", "1", ":", "23", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "7.1"], ["signal_1_n", "<", "65.0"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_2_n", "<", "13.6"]]}, " prop_3 ": {"span": [55, 65], "prop": [["rise", "(", "signal_3_n", ">=", "71.8", ")"]]}}} {"id": 1011, "sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "22", "time", "units", ",", "at", "which", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "46.7", "and", "less", "than", "or", "equal", "to", "95.5", "ultimately", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "more equal", "46.7", "and", "signal_1_n", "less equal", "95.5", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "instant", "during", "the", "first", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 33], "prop": [["signal_1_n", ">=", "46.7"], ["signal_1_n", "<=", "95.5"]]}}} {"id": 54, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "86.4", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "shall", "be", "no", "less", "than", "7.6", "and", "no", "more", "than", "9.6", "and", "will", "be", "consistently", "staying", "in", "this", "range", "for", "each", "moment", "in", "the", "following", "56", "to", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "86.4", ")", "imply", "globally", "[56,58]", "(", "signal_2_n", "more equal", "7.6", "and", "signal_2_n", "less equal", "9.6", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "56", ":", "58", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "86.4", ")"]]}, " prop_2 ": {"span": [22, 56], "prop": [["signal_2_n", ">=", "7.6"], ["signal_2_n", "<=", "9.6"]]}}} {"id": 1838, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "24", "time", "units", "signal_1_n", "shall", "be", "no", "less", "than", "45.5", "and", "less", "than", "or", "equal", "to", "66.3", "uninterruptedly", ",", "or", "signal_2_n", "will", "have", "to", "stay", "in", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "[0,24]", "(", "(", "signal_1_n", "more equal", "45.5", "and", "signal_1_n", "less equal", "66.3", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "24", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "45.5"], ["signal_1_n", "<=", "66.3"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 201, "sentence": ["For", "at", "least", "79", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "35.5", "and", "less", "than", "or", "equal", "to", "50.1", "consistently", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "more equal", "35.5", "and", "signal_1_n", "less equal", "50.1", ")"], "logic_sentence": ["For", "at", "least", "79", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 29], "prop": [["signal_1_n", ">=", "35.5"], ["signal_1_n", "<=", "50.1"]]}}} {"id": 3399, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "consistently", "set", "to", "10.7", "for", "each", "time", "point", "within", "11", "to", "27", "time", "units", "."], "ltl": ["globally", "[11,27]", "(", "signal_1_n", "math equal", "10.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "11", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "10.7"]]}}} {"id": 1682, "sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "28", "to", "73", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "89.1", "will", "have", "to", "take", "place", "finally", "or", "finally", "the", "value", "of", "signal_2_n", "should", "be", "higher", "than", "66.6", "."], "ltl": ["finally", "[28,73]", "(", "rise", "(", "signal_1_n", "math equal", "89.1", ")", "or", "signal_2_n", "more", "66.6", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "28", "to", "73", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "have", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "28", ":", "73", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 29], "prop": [["rise", "(", "signal_1_n", "==", "89.1", ")"]]}, " prop_2 ": {"span": [31, 46], "prop": [["signal_2_n", ">", "66.6"]]}}} {"id": 253, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "48.2", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "must", "promptly", "settle", "to", "38.9", ",", "and", "instantly", "signal_3_n", "will", "be", "higher", "than", "30.1", "and", "less", "than", "73.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.2", ")", "imply", "signal_2_n", "math equal", "38.9", "and", "(", "signal_3_n", "more", "30.1", "and", "signal_3_n", "less", "73.8", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "and", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "48.2", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "38.9"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_3_n", ">", "30.1"], ["signal_3_n", "<", "73.8"]]}}} {"id": 2700, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "59.8", "and", "less", "than", "or", "equal", "to", "89.1", ",", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "53.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "exists", "a", "time", "starting", "between", "34", "to", "99", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "24.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "59.8", "and", "signal_1_n", "less equal", "89.1", ")", "or", "rise", "(", "signal_2_n", "more equal", "53.5", ")", "imply", "finally", "[34,99]", "(", "signal_3_n", "more equal", "24.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "exists", "a", "time", "starting", "between", "34", "to", "99", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "34", ":", "99", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">", "59.8"], ["signal_1_n", "<=", "89.1"]]}, " prop_2 ": {"span": [27, 40], "prop": [["rise", "(", "signal_2_n", ">=", "53.5", ")"]]}, " prop_3 ": {"span": [65, 79], "prop": [["signal_3_n", ">=", "24.2"]]}}} {"id": 5329, "sentence": ["In", "the", "case", "signal_1_n", "is", "less", "than", "or", "equal", "to", "24.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "shall", "be", "equal", "to", "41.2", "and", "this", "condition", "must", "last", "consecutively", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "24.4", "imply", "globally", "(", "signal_2_n", "math equal", "41.2", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "condition", "must", "last", "consecutively", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "24.4"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "41.2"]]}}} {"id": 1895, "sentence": ["For", "every", "time", "point", "in", "the", "first", "61", "time", "units", "without", "interruption", "the", "signal_1_n", "signal", "ought", "to", "keep", "equal", "to", "74.8", "."], "ltl": ["globally", "[0,61]", "(", "signal_1_n", "math equal", "74.8", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "61", "time", "units", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "74.8"]]}}} {"id": 237, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "26", "time", "units", ",", "the", "value", "of", "signal_1_n", "has", "to", "be", "less", "than", "91.4", "consistently", "and", "uninterruptedly", "the", "mode", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "less", "91.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "26", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 32], "prop": [["signal_1_n", "<", "91.4"], ["signal_2_n", "==", "signal_3_n"]]}}} {"id": 876, "sentence": ["At", "sometime", "within", "77", "time", "units", ",", "the", "value", "of", "signal_1_n", "keeps", "greater", "than", "4.4", "and", "less", "than", "or", "equal", "to", "16.9", "eventually", "."], "ltl": ["finally", "[0,77]", "(", "signal_1_n", "more", "4.4", "and", "signal_1_n", "less equal", "16.9", ")"], "logic_sentence": ["At", "sometime", "within", "77", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "77", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 23], "prop": [["signal_1_n", ">", "4.4"], ["signal_1_n", "<=", "16.9"]]}}} {"id": 764, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal", "signal_1_n", "does", "n't", "get", "changed", "to", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "stays", "greater", "than", "or", "equal", "to", "23.1", "and", "less", "than", "or", "equal", "to", "23.3", "then", "the", "following", "condition", "is", "true", ":", "signal_4_n", "is", "larger", "than", "96.6", "and", "will", "uninterruptedly", "stay", "like", "that", "during", "the", "elapsed", "2", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "(", "signal_3_n", "more equal", "23.1", "and", "signal_3_n", "less equal", "23.3", ")", "imply", "historically", "[0,2]", "(", "signal_4_n", "more", "96.6", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "hist|ically", "[", "0", ":", "2", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 34], "prop": [["signal_3_n", ">=", "23.1"], ["signal_3_n", "<=", "23.3"]]}, " prop_3 ": {"span": [41, 58], "prop": [["signal_4_n", ">", "96.6"]]}}} {"id": 1859, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "consecutively", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "57.4", "wo", "n't", "happen", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "57.4", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "consecutively", "the", "scenario", "that", "(", "prop_1", ")", "wo", "n't", "happen", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["-", "fall", "(", "signal_1_n", "==", "57.4", ")"]]}}} {"id": 884, "sentence": ["Within", "the", "first", "49", "to", "70", "time", "units", ",", "signal_1_n", "shall", "be", "consistently", "equal", "to", "51.3", "."], "ltl": ["globally", "[49,70]", "(", "signal_1_n", "math equal", "51.3", ")"], "logic_sentence": ["Within", "the", "first", "49", "to", "70", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "49", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "51.3"]]}}} {"id": 840, "sentence": ["For", "each", "time", "point", "within", "16", "to", "30", "time", "units", "consecutively", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "or", "the", "signal_3_n", "signal", "ought", "to", "stay", "larger", "than", "1.3", "and", "less", "than", "4.0", "without", "interruption", "."], "ltl": ["globally", "[16,30]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "1.3", "and", "signal_3_n", "less", "4.0", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "16", "to", "30", "time", "units", "consecutively", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "16", ":", "30", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_3_n", ">", "1.3"], ["signal_3_n", "<", "4.0"]]}}} {"id": 792, "sentence": ["Eventually", "the", "signal_1_n", "signal", "will", "not", "be", "higher", "than", "79.8", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "79.8", ")", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["-", "(", "signal_1_n", ">", "79.8", ")"]]}}} {"id": 1108, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "set", "to", "48.2", "is", "observed", "then", "at", "the", "same", "time", "instant", "the", "signal_2_n", "signal", "has", "to", "be", "no", "less", "than", "42.6", "and", "less", "than", "or", "equal", "to", "88.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "48.2", ")", "imply", "signal_2_n", "more equal", "42.6", "and", "signal_2_n", "less equal", "88.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "==", "48.2", ")"]]}, " prop_2 ": {"span": [25, 42], "prop": [["signal_2_n", ">=", "42.6"], ["signal_2_n", "<=", "88.4"]]}}} {"id": 5792, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "39.1", ",", "then", "there", "exists", "a", "certain", "time", "point", "in", "the", "next", "52", "to", "68", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "should", "be", "signal_4_n", ",", "before", "that", "signal_2_n", "shall", "consecutively", "remain", "less", "than", "10.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "39.1", "imply", "(", "signal_2_n", "less", "10.2", ")", "until", "[52,68]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["During", "the", "interval", "(", "prop_1", ")", ",", "then", "there", "exists", "a", "certain", "time", "point", "in", "the", "next", "52", "to", "68", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "52", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "39.1"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_2_n", "<", "10.2"]]}}} {"id": 2193, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "35.2", "is", "detected", "then", "in", "response", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "has", "to", "be", "above", "17.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "35.2", ")", "imply", "signal_2_n", "more", "17.5", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "35.2", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", ">", "17.5"]]}}} {"id": 3164, "sentence": ["At", "a", "time", "within", "the", "first", "69", "time", "units", "signal_1_n", "has", "to", "keep", "in", "signal_2_n", "eventually", "or", "the", "value", "of", "signal", "signal_3_n", "should", "be", "eventually", "larger", "than", "15.6", "and", "less", "than", "98.3", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "15.6", "and", "signal_3_n", "less", "98.3", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "69", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 32], "prop": [["signal_3_n", ">", "15.6"], ["signal_3_n", "<", "98.3"]]}}} {"id": 5905, "sentence": ["For", "every", "moment", "within", "80", "time", "units", ",", "signal_1_n", "must", "consecutively", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "[0,80]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "80", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "80", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5693, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "decreases", "to", "at", "most", "41.2", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "less", "than", "52.9", "for", "each", "moment", "during", "the", "coming", "19", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "41.2", ")", "imply", "globally", "[0,19]", "(", "signal_2_n", "less", "52.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<=", "41.2", ")"]]}, " prop_2 ": {"span": [23, 42], "prop": [["signal_2_n", "<", "52.9"]]}}} {"id": 1957, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "35.0", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "needs", "to", "fall", "to", "less", "than", "or", "equal", "to", "45.1", "and", "the", "value", "of", "signal_3_n", "ought", "to", "be", "promptly", "within", "the", "range", "-LRB-", "19.3", ",", "75.5", "-RRB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "35.0", ")", "imply", "rise", "(", "signal_2_n", "less equal", "45.1", ")", "and", "(", "signal_3_n", "more", "19.3", "and", "signal_3_n", "less", "75.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "35.0", ")"]]}, " prop_2 ": {"span": [27, 41], "prop": [["rise", "(", "signal_2_n", "<=", "45.1", ")"]]}, " prop_3 ": {"span": [42, 58], "prop": [["signal_3_n", ">", "19.3"], ["signal_3_n", "<", "75.5"]]}}} {"id": 5340, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "71.2", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "must", "be", "more", "than", "1.5", "and", "should", "always", "stay", "in", "this", "range", "for", "each", "time", "instant", "during", "the", "subsequent", "3", "to", "3", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "71.2", "imply", "globally", "[3,3]", "(", "signal_2_n", "more", "1.5", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "3", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<=", "71.2"]]}, " prop_2 ": {"span": [17, 46], "prop": [["signal_2_n", ">", "1.5"]]}}} {"id": 486, "sentence": ["There", "will", "finally", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "should", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "finally", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2428, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "16.6", "and", "no", "more", "than", "51.6", "or", "signal_2_n", "is", "at", "most", "15.2", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "next", "19", "time", "units", ",", "at", "sometime", "within", "the", "subsequent", "69", "time", "units", ",", "the", "event", "that", "signal_3_n", "shifts", "to", "signal_4_n", "should", "ultimately", "get", "detected", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "16.6", "and", "signal_1_n", "less equal", "51.6", ")", "or", "signal_2_n", "less equal", "15.2", "imply", "globally", "[0,19]", "(", "finally", "[0,69]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "next", "19", "time", "units", ",", "at", "sometime", "within", "the", "subsequent", "69", "time", "units", ",", "the", "event", "that", "(", "prop_3", ")", "should", "ultimately", "get", "detected", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "19", "]", "(", "F", "[", "0", ":", "69", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", "<=", "51.6"], ["signal_1_n", ">=", "16.6"]]}, " prop_2 ": {"span": [21, 26], "prop": [["signal_2_n", "<=", "15.2"]]}, " prop_3 ": {"span": [52, 56], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1888, "sentence": ["In", "case", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "then", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "signal_4_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [11, 24], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 635, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", ",", "then", "for", "each", "moment", "in", "the", "future", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "following", "39", "to", "94", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_3_n", "shifts", "to", "signal_4_n", "ought", "to", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[39,94]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "each", "moment", "in", "the", "future", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "following", "39", "to", "94", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "39", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 51], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5361, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "76.7", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "right", "away", "and", "immediately", "the", "mode", "of", "signal", "signal_4_n", "ought", "to", "be", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "76.7", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">=", "76.7"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [39, 48], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 931, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "no", "more", "than", "26.9", "takes", "place", "then", "in", "response", "signal_2_n", "should", "be", "smaller", "than", "52.7", "and", "then", "must", "uninterruptedly", "hold", "like", "this", "in", "the", "past", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.9", ")", "imply", "historically", "(", "signal_2_n", "less", "52.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", "<=", "26.9", ")"]]}, " prop_2 ": {"span": [28, 44], "prop": [["signal_2_n", "<", "52.7"]]}}} {"id": 1437, "sentence": ["There", "shall", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_1_n", "needs", "to", "remain", "no", "less", "than", "18.5", "and", "less", "than", "or", "equal", "to", "93.5", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "18.5", "and", "signal_1_n", "less equal", "93.5", ")"], "logic_sentence": ["There", "shall", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 35], "prop": [["signal_1_n", ">=", "18.5"], ["signal_1_n", "<=", "93.5"]]}}} {"id": 2100, "sentence": ["Ultimately", "there", "must", "exist", "a", "time", "within", "the", "first", "45", "to", "73", "time", "units", ",", "at", "which", "signal_1_n", "will", "keep", "below", "13.7", "."], "ltl": ["finally", "[45,73]", "(", "signal_1_n", "less", "13.7", ")"], "logic_sentence": ["Ultimately", "there", "must", "exist", "a", "time", "within", "the", "first", "45", "to", "73", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "45", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 22], "prop": [["signal_1_n", "<", "13.7"]]}}} {"id": 5458, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "84", "time", "units", "consecutively", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "61.8", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "should", "not", "be", "96.7", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "more", "61.8", "and", "negation", "(", "signal_2_n", "math equal", "96.7", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "84", "time", "units", "consecutively", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">", "61.8"]]}, " prop_2 ": {"span": [22, 31], "prop": [["-", "(", "signal_2_n", "==", "96.7", ")"]]}}} {"id": 2467, "sentence": ["There", "should", "be", "a", "certain", "time", "point", "starting", "between", "75", "to", "87", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "greater", "than", "or", "equal", "to", "38.0", "eventually", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "ultimately", "decrease", "to", "less", "than", "or", "equal", "to", "37.4", "."], "ltl": ["finally", "[75,87]", "(", "signal_1_n", "more equal", "38.0", "and", "rise", "(", "signal_2_n", "less equal", "37.4", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "time", "point", "starting", "between", "75", "to", "87", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "75", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", ">=", "38.0"]]}, " prop_2 ": {"span": [28, 44], "prop": [["rise", "(", "signal_2_n", "<=", "37.4", ")"]]}}} {"id": 5798, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "during", "the", "first", "51", "to", "98", "time", "units", ",", "at", "which", "signal_1_n", "needs", "to", "eventually", "stay", "at", "most", "78.5", "."], "ltl": ["finally", "[51,98]", "(", "signal_1_n", "less equal", "78.5", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "during", "the", "first", "51", "to", "98", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "51", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "<=", "78.5"]]}}} {"id": 248, "sentence": ["Globally", ",", "whenever", "signal_1_n", "stays", "greater", "than", "or", "equal", "to", "10.1", "and", "the", "signal_2_n", "signal", "is", "between", "the", "closed", "interval", "-LSB-", "4.0", ",", "6.2", "-RSB-", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "within", "the", "coming", "24", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "shall", "be", "below", "95.4", "uninterruptedly", "for", "each", "time", "point", "in", "the", "coming", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "10.1", "and", "(", "signal_2_n", "more equal", "4.0", "and", "signal_2_n", "less equal", "6.2", ")", "imply", "finally", "[0,24]", "(", "globally", "[0,44]", "(", "signal_3_n", "less", "95.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "within", "the", "coming", "24", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "10.1"]]}, " prop_2 ": {"span": [12, 25], "prop": [["signal_2_n", ">=", "4.0"], ["signal_2_n", "<=", "6.2"]]}, " prop_3 ": {"span": [51, 69], "prop": [["signal_3_n", "<", "95.4"]]}}} {"id": 1345, "sentence": ["When", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "56.6", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "will", "have", "to", "be", "a", "time", "after", "at", "most", "59", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "needs", "to", "be", "less", "than", "5.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "56.6", ")", "imply", "finally", "[0,59]", "(", "signal_2_n", "less", "5.0", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "will", "have", "to", "be", "a", "time", "after", "at", "most", "59", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "56.6", ")"]]}, " prop_2 ": {"span": [39, 49], "prop": [["signal_2_n", "<", "5.0"]]}}} {"id": 885, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "equal", "to", "55.8", "consecutively", "for", "every", "time", "point", "within", "27", "to", "98", "time", "units", "."], "ltl": ["globally", "[27,98]", "(", "signal_1_n", "math equal", "55.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "27", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "55.8"]]}}} {"id": 2012, "sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "ultimately", "signal_1_n", "should", "n't", "be", "smaller", "than", "95.2", ",", "and", "finally", "the", "transition", "action", "that", "signal_2_n", "jumps", "to", "at", "least", "81.5", "will", "have", "to", "get", "detected", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "less", "95.2", ")", "and", "rise", "(", "signal_2_n", "more equal", "81.5", ")", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "ultimately", "(", "prop_1", ")", ",", "and", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "get", "detected", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["-", "(", "signal_1_n", "<", "95.2", ")"]]}, " prop_2 ": {"span": [28, 34], "prop": [["rise", "(", "signal_2_n", ">=", "81.5", ")"]]}}} {"id": 209, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "become", "greater", "than", "30.7", "eventually", ",", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "falls", "to", "at", "most", "14.0", "will", "occur", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "more", "30.7", ")", "or", "rise", "(", "signal_2_n", "less equal", "14.0", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "will", "occur", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 31], "prop": [["rise", "(", "signal_1_n", ">", "30.7", ")"]]}, " prop_2 ": {"span": [36, 46], "prop": [["rise", "(", "signal_2_n", "<=", "14.0", ")"]]}}} {"id": 894, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "48", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "eventually", "at", "least", "8.6", "."], "ltl": ["finally", "[0,48]", "(", "signal_1_n", "more equal", "8.6", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "48", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", ">=", "8.6"]]}}} {"id": 454, "sentence": ["There", "shall", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "signal_1_n", "gets", "equal", "to", "54.4", "must", "occur", ",", "or", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "finally", "stay", "in", "signal_3_n", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "math equal", "54.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "occur", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 24], "prop": [["rise", "(", "signal_1_n", "==", "54.4", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 946, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "more", "than", "3.4", "and", "less", "than", "29.8", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "68.4", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "more", "3.4", "and", "signal_1_n", "less", "29.8", "imply", "signal_2_n", "math equal", "68.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">", "3.4"], ["signal_1_n", "<", "29.8"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "==", "68.4"]]}}} {"id": 1296, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "larger", "than", "22.6", "and", "the", "value", "of", "signal_2_n", "keeps", "at", "least", "39.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "coming", "41", "time", "units", "the", "value", "of", "signal_3_n", "must", "consistently", "remain", "less", "than", "58.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "22.6", "and", "signal_2_n", "more equal", "39.0", "imply", "globally", "[0,41]", "(", "signal_3_n", "less", "58.7", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "coming", "41", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "41", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "22.6"]]}, " prop_2 ": {"span": [11, 19], "prop": [["signal_2_n", ">=", "39.0"]]}, " prop_3 ": {"span": [39, 49], "prop": [["signal_3_n", "<", "58.7"]]}}} {"id": 3965, "sentence": ["At", "a", "time", "in", "the", "first", "29", "to", "46", "time", "units", ",", "the", "signal_1_n", "signal", "will", "have", "to", "eventually", "keep", "greater", "than", "or", "equal", "to", "2.7", "and", "less", "than", "or", "equal", "to", "37.4", "."], "ltl": ["finally", "[29,46]", "(", "signal_1_n", "more equal", "2.7", "and", "signal_1_n", "less equal", "37.4", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "29", "to", "46", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "29", ":", "46", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 33], "prop": [["signal_1_n", ">=", "2.7"], ["signal_1_n", "<=", "37.4"]]}}} {"id": 5117, "sentence": ["For", "more", "than", "56", "time", "units", ",", "the", "mode", "of", "signal_1_n", "ought", "to", "be", "consistently", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[0,56]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "more", "than", "56", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4264, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "100", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "shall", "remain", "equal", "to", "3.3", "or", "continuously", "the", "signal_2_n", "signal", "must", "remain", "less", "than", "or", "equal", "to", "94.9", "."], "ltl": ["globally", "[0,100]", "(", "signal_1_n", "math equal", "3.3", "or", "signal_2_n", "less equal", "94.9", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "100", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "100", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "3.3"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "<=", "94.9"]]}}} {"id": 123, "sentence": ["At", "sometime", "during", "the", "first", "94", "to", "99", "time", "units", "the", "scenario", "that", "signal_1_n", "changes", "to", "75.5", "will", "eventually", "get", "observed", ",", "or", "the", "value", "of", "signal_2_n", "ought", "to", "be", "above", "85.7", "eventually", "."], "ltl": ["finally", "[94,99]", "(", "rise", "(", "signal_1_n", "math equal", "75.5", ")", "or", "signal_2_n", "more", "85.7", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "94", "to", "99", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "will", "eventually", "get", "observed", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "94", ":", "99", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 17], "prop": [["rise", "(", "signal_1_n", "==", "75.5", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">", "85.7"]]}}} {"id": 439, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "after", "between", "14", "to", "14", "time", "units", ",", "at", "which", "finally", "the", "signal_1_n", "signal", "will", "have", "to", "be", "less", "than", "7.6", ",", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "higher", "than", "28.1", "and", "below", "54.5", "."], "ltl": ["finally", "[14,14]", "(", "signal_1_n", "less", "7.6", "and", "(", "signal_2_n", "more", "28.1", "and", "signal_2_n", "less", "54.5", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "after", "between", "14", "to", "14", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "14", ":", "14", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [20, 30], "prop": [["signal_1_n", "<", "7.6"]]}, " prop_2 ": {"span": [32, 46], "prop": [["signal_2_n", ">", "28.1"], ["signal_2_n", "<", "54.5"]]}}} {"id": 198, "sentence": ["At", "a", "time", "after", "between", "98", "to", "98", "time", "units", ",", "signal_1_n", "must", "be", "eventually", "no", "less", "than", "19.2", "and", "less", "than", "or", "equal", "to", "37.7", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "61.6", "should", "eventually", "get", "detected", "."], "ltl": ["finally", "[98,98]", "(", "(", "signal_1_n", "more equal", "19.2", "and", "signal_1_n", "less equal", "37.7", ")", "or", "rise", "(", "signal_2_n", "less equal", "61.6", ")", ")"], "logic_sentence": ["At", "a", "time", "after", "between", "98", "to", "98", "time", "units", ",", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "should", "eventually", "get", "detected", "."], "logic_ltl": ["F", "[", "98", ":", "98", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">=", "19.2"], ["signal_1_n", "<=", "37.7"]]}, " prop_2 ": {"span": [30, 42], "prop": [["rise", "(", "signal_2_n", "<=", "61.6", ")"]]}}} {"id": 3847, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "84.0", "occurs", ",", "then", "at", "the", "same", "time", "the", "state", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "and", "at", "once", "the", "mode", "of", "signal", "signal_4_n", "is", "in", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", ",", "then", "at", "the", "same", "time", "(", "prop_2", ")", "and", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", ">=", "84.0", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 44], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 4857, "sentence": ["There", "will", "be", "a", "certain", "time", "instant", "in", "less", "than", "50", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "finally", "."], "ltl": ["finally", "[0,50]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "instant", "in", "less", "than", "50", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "50", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 483, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "34.3", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "should", "be", "no", "less", "than", "75.0", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "34.3", ")", "imply", "signal_2_n", "more equal", "75.0", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "34.3", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">=", "75.0"]]}}} {"id": 966, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "stays", "at", "most", "22.9", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "scenario", "that", "signal_2_n", "gets", "more", "than", "87.6", "has", "to", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "22.9", "imply", "rise", "(", "signal_2_n", "more", "87.6", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<=", "22.9"]]}, " prop_2 ": {"span": [22, 27], "prop": [["rise", "(", "signal_2_n", ">", "87.6", ")"]]}}} {"id": 4391, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "26.5", "then", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "continuously", "signal_2_n", "will", "have", "to", "stay", "smaller", "than", "41.7", "for", "each", "time", "point", "in", "the", "subsequent", "83", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "26.5", "imply", "finally", "(", "globally", "[0,83]", "(", "signal_2_n", "less", "41.7", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "26.5"]]}, " prop_2 ": {"span": [32, 50], "prop": [["signal_2_n", "<", "41.7"]]}}} {"id": 4252, "sentence": ["Globally", ",", "if", "uninterruptedly", "the", "transition", "action", "that", "signal_1_n", "started", "not", "equaling", "to", "17.8", "did", "n't", "occur", "in", "the", "past", "40", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "first", "40", "time", "units", ",", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "ultimately", "the", "event", "that", "the", "signal_2_n", "signal", "jumps", "to", "larger", "than", "49.8", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "historically", "[0,40]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "17.8", ")", ")", "imply", "globally", "[0,40]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "49.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "uninterruptedly", "the", "transition", "action", "that", "(", "prop_1", ")", "did", "n't", "occur", "in", "the", "past", "40", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "first", "40", "time", "units", ",", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "40", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "40", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["-", "fall", "(", "signal_1_n", "==", "17.8", ")"]]}, " prop_2 ": {"span": [59, 67], "prop": [["rise", "(", "signal_2_n", ">", "49.8", ")"]]}}} {"id": 3278, "sentence": ["At", "a", "time", "in", "the", "first", "66", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_1_n", "is", "9.9", "and", "eventually", "the", "state", "of", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,66]", "(", "signal_1_n", "math equal", "9.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "66", "time", "units", ",", "eventually", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "9.9"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 921, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "82.8", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "46.7", "then", "this", "condition", "will", "always", "hold", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "64", "time", "units", ",", "the", "event", "that", "the", "state", "of", "signal_3_n", "is", "shifted", "to", "signal_4_n", "will", "not", "happen", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.8", ")", "imply", "(", "signal_2_n", "less equal", "46.7", ")", "until", "[0,64]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "condition", "will", "always", "hold", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "64", "time", "units", ",", "the", "event", "that", "(", "prop_3", ")", "will", "not", "happen", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "64", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "82.8", ")"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", "<=", "46.7"]]}, " prop_3 ": {"span": [63, 71], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4302, "sentence": ["Everytime", "when", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "then", "this", "condition", "consistently", "continues", "until", "finally", "the", "value", "of", "signal_3_n", "will", "equal", "to", "48.3", ",", "which", "gets", "detected", "at", "a", "certain", "moment", "during", "the", "next", "31", "to", "33", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_4_n", "will", "have", "to", "continuously", "stay", "greater", "than", "77.2", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "[31,33]", "(", "signal_3_n", "math equal", "48.3", ")", "imply", "globally", "(", "signal_4_n", "more", "77.2", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "then", "this", "condition", "consistently", "continues", "until", "finally", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "[", "31", ":", "33", "]", "(", "prop_2", ")", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 39], "prop": [["signal_3_n", "==", "48.3"]]}, " prop_3 ": {"span": [49, 68], "prop": [["signal_4_n", ">", "77.2"]]}}} {"id": 2839, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "or", "equal", "to", "33.4", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "during", "the", "next", "7", "time", "units", ",", "at", "which", "for", "each", "time", "point", "during", "the", "subsequent", "37", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "remains", "on", "35.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "33.4", ")", "imply", "finally", "[0,7]", "(", "globally", "[0,37]", "(", "signal_2_n", "math equal", "35.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "during", "the", "next", "7", "time", "units", ",", "at", "which", "for", "each", "time", "point", "during", "the", "subsequent", "37", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "7", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", "<=", "33.4", ")"]]}, " prop_2 ": {"span": [60, 68], "prop": [["signal_2_n", "==", "35.6"]]}}} {"id": 44, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "36.8", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "the", "next", "44", "time", "units", "consistently", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "36.8", ")", "imply", "globally", "[0,44]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "the", "next", "44", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "36.8", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2671, "sentence": ["Finally", "there", "will", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "61.2", "or", "the", "signal_2_n", "signal", "should", "n't", "begin", "deviating", "from", "36.6", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "61.2", "or", "negation", "fall", "(", "signal_2_n", "math equal", "36.6", ")", ")"], "logic_sentence": ["Finally", "there", "will", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "==", "61.2"]]}, " prop_2 ": {"span": [28, 37], "prop": [["-", "fall", "(", "signal_2_n", "==", "36.6", ")"]]}}} {"id": 4440, "sentence": ["There", "must", "be", "a", "time", "starting", "at", "most", "88", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "crosses", "the", "threshold", "of", "21.3", "has", "to", "get", "observed", "."], "ltl": ["finally", "[0,88]", "(", "rise", "(", "signal_1_n", "more", "21.3", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "time", "starting", "at", "most", "88", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 29], "prop": [["rise", "(", "signal_1_n", ">", "21.3", ")"]]}}} {"id": 1517, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "25.0", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "during", "the", "subsequent", "9", "to", "16", "time", "units", ",", "there", "will", "be", "finally", "a", "certain", "time", "point", "during", "the", "subsequent", "0", "to", "25", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "over", "33.5", "and", "smaller", "than", "50.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "25.0", "imply", "globally", "[9,16]", "(", "finally", "[0,25]", "(", "signal_2_n", "more", "33.5", "and", "signal_2_n", "less", "50.1", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "during", "the", "subsequent", "9", "to", "16", "time", "units", ",", "there", "will", "be", "finally", "a", "certain", "time", "point", "during", "the", "subsequent", "0", "to", "25", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "9", ":", "16", "]", "(", "F", "[", "0", ":", "25", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "25.0"]]}, " prop_2 ": {"span": [55, 69], "prop": [["signal_2_n", ">", "33.5"], ["signal_2_n", "<", "50.1"]]}}} {"id": 6300, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "the", "state", "of", "signal", "signal_3_n", "gets", "shifted", "to", "signal_4_n", "needs", "to", "be", "detected", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5439, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", "then", "in", "response", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "value", "of", "signal", "signal_3_n", "stays", "greater", "than", "or", "equal", "to", "42.1", "and", "less", "than", "or", "equal", "to", "65.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more equal", "42.1", "and", "signal_3_n", "less equal", "65.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 53], "prop": [["signal_3_n", ">=", "42.1"], ["signal_3_n", "<=", "65.7"]]}}} {"id": 803, "sentence": ["For", "every", "time", "point", "during", "the", "first", "22", "time", "units", "consistently", "signal_1_n", "will", "have", "to", "remain", "less", "than", "41.4", "."], "ltl": ["globally", "[0,22]", "(", "signal_1_n", "less", "41.4", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "22", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "<", "41.4"]]}}} {"id": 649, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", ",", "then", "the", "value", "of", "signal_3_n", "must", "be", "equal", "to", "26.1", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "26.1", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_3_n", "==", "26.1"]]}}} {"id": 1766, "sentence": ["Consecutively", "the", "state", "of", "signal_1_n", "ought", "to", "keep", "in", "signal_2_n", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1906, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "greater", "than", "100.0", "continuously", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "100.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">", "100.0"]]}}} {"id": 389, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "26.4", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "7", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "has", "to", "be", "set", "to", "signal_3_n", "and", "this", "scenario", "will", "be", "lasting", "uninterruptedly", "for", "the", "subsequent", "60", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "26.4", "imply", "finally", "[0,7]", "(", "globally", "[0,60]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "7", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "this", "scenario", "will", "be", "lasting", "uninterruptedly", "for", "the", "subsequent", "60", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "7", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">=", "26.4"]]}, " prop_2 ": {"span": [41, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5945, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "starts", "not", "equaling", "to", "12.0", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "the", "signal_2_n", "signal", "needs", "to", "be", "47.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "12.0", ")", "imply", "signal_2_n", "math equal", "47.7", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["fall", "(", "signal_1_n", "==", "12.0", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "47.7"]]}}} {"id": 901, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "70.8", "gets", "detected", ",", "then", "for", "each", "time", "instant", "during", "the", "first", "56", "time", "units", ",", "there", "has", "to", "exist", "sometime", "in", "the", "following", "45", "time", "units", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "should", "start", "not", "equaling", "to", "44.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "70.8", ")", "imply", "globally", "[0,56]", "(", "finally", "[0,45]", "(", "fall", "(", "signal_2_n", "math equal", "44.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "for", "each", "time", "instant", "during", "the", "first", "56", "time", "units", ",", "there", "has", "to", "exist", "sometime", "in", "the", "following", "45", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "56", "]", "(", "F", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["fall", "(", "signal_1_n", "==", "70.8", ")"]]}, " prop_2 ": {"span": [51, 60], "prop": [["fall", "(", "signal_2_n", "==", "44.9", ")"]]}}} {"id": 533, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "keeps", "no", "less", "than", "30.4", ",", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "10.9", "and", "less", "than", "13.7", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "signal_3_n", "signal", "will", "have", "to", "be", "larger", "than", "61.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "30.4", "or", "(", "signal_2_n", "more", "10.9", "and", "signal_2_n", "less", "13.7", ")", "imply", "signal_3_n", "more", "61.7", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "30.4"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_2_n", ">", "10.9"], ["signal_2_n", "<", "13.7"]]}, " prop_3 ": {"span": [34, 44], "prop": [["signal_3_n", ">", "61.7"]]}}} {"id": 3047, "sentence": ["There", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "finally", "in", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4079, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "47.8", "is", "observed", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "signal_4_n", "ought", "to", "be", "no", "less", "than", "37.8", "and", "below", "56.2", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "47.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "37.8", "and", "signal_4_n", "less", "56.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", ">=", "47.8", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 49], "prop": [["signal_4_n", ">=", "37.8"], ["signal_4_n", "<", "56.2"]]}}} {"id": 1123, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "eventually", "signal_1_n", "wo", "n't", "be", "larger", "than", "60.8", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "60.8", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["-", "(", "signal_1_n", ">", "60.8", ")"]]}}} {"id": 449, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "keeps", "in", "signal_4_n", "then", "the", "condition", "that", "signal_5_n", "was", "not", "less", "than", "or", "equal", "to", "52.9", "during", "the", "elapsed", "74", "time", "units", "must", "n't", "be", "true", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "negation", "(", "historically", "[0,74]", "(", "negation", "(", "signal_5_n", "less equal", "52.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "condition", "that", "(", "prop_3", ")", "must", "n't", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "-", "(", "hist|ically", "[", "0", ":", "74", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [27, 42], "prop": [["-", "(", "signal_5_n", "<=", "52.9", ")"]]}}} {"id": 1055, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "stays", "above", "94.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "interval", "-LSB-", "19.2", ",", "70.5", "-RSB-", ",", "then", "for", "each", "moment", "in", "the", "subsequent", "19", "to", "26", "time", "units", ",", "there", "will", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "7", "time", "units", ",", "at", "which", "the", "event", "that", "signal_3_n", "decreases", "below", "47.0", "will", "have", "to", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "94.7", "and", "(", "signal_2_n", "more equal", "19.2", "and", "signal_2_n", "less equal", "70.5", ")", "imply", "globally", "[19,26]", "(", "finally", "[0,7]", "(", "rise", "(", "signal_3_n", "less", "47.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "for", "each", "moment", "in", "the", "subsequent", "19", "to", "26", "time", "units", ",", "there", "will", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "7", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "19", ":", "26", "]", "(", "F", "[", "0", ":", "7", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", ">", "94.7"]]}, " prop_2 ": {"span": [15, 29], "prop": [["signal_2_n", ">=", "19.2"], ["signal_2_n", "<=", "70.5"]]}, " prop_3 ": {"span": [63, 67], "prop": [["rise", "(", "signal_3_n", "<", "47.0", ")"]]}}} {"id": 6204, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "less", "than", "11.0", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_4_n", "is", "above", "66.7", "and", "then", "this", "scenario", "will", "have", "to", "always", "keep", "for", "each", "moment", "within", "the", "subsequent", "1", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "11.0", ")", "imply", "globally", "[0,1]", "(", "signal_4_n", "more", "66.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "then", "this", "scenario", "will", "have", "to", "always", "keep", "for", "each", "moment", "within", "the", "subsequent", "1", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "1", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 23], "prop": [["-", "(", "signal_3_n", "<", "11.0", ")"]]}, " prop_3 ": {"span": [29, 37], "prop": [["signal_4_n", ">", "66.7"]]}}} {"id": 6202, "sentence": ["If", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "below", "34.5", "then", "the", "following", "condition", "is", "true", ":", "signal_4_n", "has", "to", "be", "higher", "than", "85.1", "and", "then", "has", "to", "hold", "like", "this", "for", "every", "moment", "during", "the", "subsequent", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "34.5", ")", "imply", "globally", "[0,44]", "(", "signal_4_n", "more", "85.1", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "44", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 19], "prop": [["-", "(", "signal_3_n", "<", "34.5", ")"]]}, " prop_3 ": {"span": [26, 49], "prop": [["signal_4_n", ">", "85.1"]]}}} {"id": 1624, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "leaves", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal", "signal_4_n", "gets", "raised", "above", "22.8", "ought", "to", "happen", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "19", "time", "units", ",", "and", "before", "this", "signal_3_n", "will", "be", "less", "than", "or", "equal", "to", "37.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "37.0", ")", "until", "[0,19]", "(", "rise", "(", "signal_4_n", "more", "22.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "happen", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "19", "time", "units", ",", "and", "before", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["rise", "(", "signal_4_n", ">", "22.8", ")"]]}, " prop_3 ": {"span": [52, 62], "prop": [["signal_3_n", "<=", "37.0"]]}}} {"id": 128, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "in", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "is", "no", "more", "than", "68.8", ",", "then", "starting", "without", "any", "delay", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "larger", "than", "16.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "68.8", "imply", "signal_4_n", "more", "16.5", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [8, 17], "prop": [["signal_3_n", "<=", "68.8"]]}, " prop_3 ": {"span": [19, 34], "prop": [["signal_4_n", ">", "16.5"]]}}} {"id": 1312, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "14", "to", "28", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "go", "over", "3.7", "eventually", "."], "ltl": ["finally", "[14,28]", "(", "rise", "(", "signal_1_n", "more", "3.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "14", "to", "28", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "14", ":", "28", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", ">", "3.7", ")"]]}}} {"id": 598, "sentence": ["Everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "not", "set", "to", "55.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "signal_2_n", "signal", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "30.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "55.0", ")", "imply", "signal_2_n", "more equal", "30.2", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["fall", "(", "signal_1_n", "==", "55.0", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", ">=", "30.2"]]}}} {"id": 5565, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "81.6", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "the", "coming", "48", "time", "units", "the", "signal_2_n", "signal", "needs", "to", "be", "set", "to", "signal_3_n", "and", "this", "scenario", "has", "to", "sustain", "uninterruptedly", "for", "each", "time", "point", "within", "95", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.6", ")", "imply", "finally", "[0,48]", "(", "globally", "[0,95]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "the", "coming", "48", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "has", "to", "sustain", "uninterruptedly", "for", "each", "time", "point", "within", "95", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "48", "]", "(", "G", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", ">", "81.6", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3460, "sentence": ["At", "sometime", "during", "the", "first", "69", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "39.5", "ultimately", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "less equal", "39.5", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "69", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", "<=", "39.5"]]}}} {"id": 6067, "sentence": ["There", "should", "exist", "a", "time", "during", "the", "first", "50", "to", "87", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "equal", "to", "4.6", "finally", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "at", "most", "72.7", "shall", "ultimately", "not", "be", "observed", "."], "ltl": ["finally", "[50,87]", "(", "signal_1_n", "math equal", "4.6", "and", "negation", "fall", "(", "signal_2_n", "more", "72.7", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "during", "the", "first", "50", "to", "87", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "shall", "ultimately", "not", "be", "observed", "."], "logic_ltl": ["F", "[", "50", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "4.6"]]}, " prop_2 ": {"span": [29, 38], "prop": [["-", "fall", "(", "signal_2_n", ">", "72.7", ")"]]}}} {"id": 3131, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "greater", "than", "79.8", ",", "and", "signal_2_n", "is", "lower", "than", "59.8", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "finally", "exist", "a", "certain", "moment", "within", "74", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "needs", "to", "be", "above", "1.6", "and", "less", "than", "2.8", "and", "shall", "stay", "like", "that", "consistently", "for", "each", "time", "point", "within", "the", "subsequent", "1", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "79.8", "and", "signal_2_n", "less", "59.8", "imply", "finally", "[0,74]", "(", "globally", "[0,1]", "(", "signal_3_n", "more", "1.6", "and", "signal_3_n", "less", "2.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "finally", "exist", "a", "certain", "moment", "within", "74", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "74", "]", "(", "G", "[", "0", ":", "1", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "79.8"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<", "59.8"]]}, " prop_3 ": {"span": [44, 72], "prop": [["signal_3_n", ">", "1.6"], ["signal_3_n", "<", "2.8"]]}}} {"id": 413, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "lower", "than", "86.2", "must", "be", "observed", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "86.2", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "be", "observed", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [25, 35], "prop": [["rise", "(", "signal_1_n", "<", "86.2", ")"]]}}} {"id": 1554, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "no", "less", "than", "59.2", "does", "not", "happen", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "the", "signal_2_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "78.4", "at", "a", "certain", "moment", "in", "the", "subsequent", "17", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "59.2", ")", "imply", "finally", "[0,17]", "(", "signal_2_n", "less equal", "78.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "happen", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["-", "rise", "(", "signal_1_n", ">=", "59.2", ")"]]}, " prop_2 ": {"span": [31, 52], "prop": [["signal_2_n", "<=", "78.4"]]}}} {"id": 1613, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "86.5", "or", "signal_2_n", "is", "67.5", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "at", "least", "86.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "86.5", ")", "or", "signal_2_n", "math equal", "67.5", "imply", "signal_3_n", "more equal", "86.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["-", "(", "signal_1_n", ">=", "86.5", ")"]]}, " prop_2 ": {"span": [20, 23], "prop": [["signal_2_n", "==", "67.5"]]}, " prop_3 ": {"span": [33, 44], "prop": [["signal_3_n", ">=", "86.9"]]}}} {"id": 67, "sentence": ["During", "the", "first", "68", "time", "units", "the", "signal_1_n", "signal", "will", "have", "to", "consecutively", "remain", "smaller", "than", "19.8", "."], "ltl": ["globally", "[0,68]", "(", "signal_1_n", "less", "19.8", ")"], "logic_sentence": ["During", "the", "first", "68", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "<", "19.8"]]}}} {"id": 3478, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "stays", "at", "3.5", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "97.4", "is", "not", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "next", "77", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "43", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "79.3", "ought", "to", "be", "detected", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "3.5", "and", "negation", "fall", "(", "signal_2_n", "more", "97.4", ")", "imply", "globally", "[0,77]", "(", "finally", "[0,43]", "(", "rise", "(", "signal_3_n", "more", "79.3", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "not", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "next", "77", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "first", "43", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "3.5"]]}, " prop_2 ": {"span": [14, 26], "prop": [["-", "fall", "(", "signal_2_n", ">", "97.4", ")"]]}, " prop_3 ": {"span": [68, 76], "prop": [["rise", "(", "signal_3_n", ">", "79.3", ")"]]}}} {"id": 506, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "gets", "higher", "than", "38.4", "is", "observed", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "not", "at", "most", "67.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "goes", "to", "greater", "than", "or", "equal", "to", "80.5", "shall", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "38.4", ")", "and", "negation", "(", "signal_2_n", "less equal", "67.0", ")", "imply", "rise", "(", "signal_3_n", "more equal", "80.5", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "38.4", ")"]]}, " prop_2 ": {"span": [13, 23], "prop": [["-", "(", "signal_2_n", "<=", "67.0", ")"]]}, " prop_3 ": {"span": [40, 52], "prop": [["rise", "(", "signal_3_n", ">=", "80.5", ")"]]}}} {"id": 3504, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "70.8", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "below", "60.0", "and", "uninterruptedly", "this", "condition", "shall", "hold", "until", "ultimately", "there", "is", "a", "certain", "time", "instant", "within", "the", "following", "70", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_3_n", "is", "n't", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "70.8", ")", "imply", "(", "signal_2_n", "less", "60.0", ")", "until", "[0,70]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "uninterruptedly", "this", "condition", "shall", "hold", "until", "ultimately", "there", "is", "a", "certain", "time", "instant", "within", "the", "following", "70", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "70.8", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<", "60.0"]]}, " prop_3 ": {"span": [57, 65], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2162, "sentence": ["For", "each", "moment", "in", "the", "first", "35", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "staying", "below", "39.1", "without", "interruption", ",", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "consistently", "29.7", "."], "ltl": ["globally", "[0,35]", "(", "signal_1_n", "less", "39.1", "and", "signal_2_n", "math equal", "29.7", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "35", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "<", "39.1"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "==", "29.7"]]}}} {"id": 2981, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "25.9", "and", "at", "most", "26.7", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "97", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_4_n", "needs", "to", "be", "equal", "to", "8.9", "and", "this", "condition", "has", "to", "consistently", "sustain", "for", "every", "moment", "within", "the", "next", "15", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "25.9", "and", "signal_1_n", "less equal", "26.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,97]", "(", "globally", "[0,15]", "(", "signal_4_n", "math equal", "8.9", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "97", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "and", "this", "condition", "has", "to", "consistently", "sustain", "for", "every", "moment", "within", "the", "next", "15", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "15", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", "<=", "26.7"], ["signal_1_n", ">=", "25.9"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [53, 63], "prop": [["signal_4_n", "==", "8.9"]]}}} {"id": 3522, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "remains", "below", "48.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "73.6", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "the", "mode", "of", "signal", "signal_3_n", "becomes", "signal_4_n", "ought", "to", "be", "detected", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.1", "and", "signal_2_n", "math equal", "73.6", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "48.1"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "==", "73.6"]]}, " prop_3 ": {"span": [31, 38], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 57, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "is", "shifted", "to", "59.9", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "has", "to", "exist", "a", "certain", "moment", "within", "15", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "59.9", ")", "imply", "finally", "[0,15]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "has", "to", "exist", "a", "certain", "moment", "within", "15", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "59.9", ")"]]}, " prop_2 ": {"span": [41, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1472, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "higher", "than", "3.0", "and", "less", "than", "8.6", ",", "and", "the", "transition", "action", "that", "the", "state", "of", "signal_2_n", "gets", "changed", "to", "signal_3_n", "does", "n't", "get", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "must", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "for", "each", "time", "instant", "in", "the", "coming", "56", "time", "units", "signal_4_n", "will", "be", "continuously", "95.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "3.0", "and", "signal_1_n", "less", "8.6", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "(", "globally", "[0,56]", "(", "signal_4_n", "math equal", "95.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "get", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "must", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "for", "each", "time", "instant", "in", "the", "coming", "56", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "56", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 13], "prop": [["signal_1_n", ">", "3.0"], ["signal_1_n", "<", "8.6"]]}, " prop_2 ": {"span": [19, 27], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [68, 73], "prop": [["signal_4_n", "==", "95.4"]]}}} {"id": 628, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "84", "time", "units", "uninterruptedly", "signal_1_n", "will", "have", "to", "stay", "at", "28.8", ",", "and", "signal_2_n", "has", "to", "stay", "equal", "to", "81.8", "."], "ltl": ["globally", "[0,84]", "(", "signal_1_n", "math equal", "28.8", "and", "signal_2_n", "math equal", "81.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "84", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "28.8"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "81.8"]]}}} {"id": 5027, "sentence": ["The", "value", "of", "signal", "signal_1_n", "has", "to", "be", "greater", "than", "6.8", "continuously", "for", "every", "moment", "during", "the", "first", "71", "time", "units", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "more", "6.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">", "6.8"]]}}} {"id": 3742, "sentence": ["During", "the", "interval", "that", "the", "mode", "of", "signal_1_n", "is", "not", "in", "signal_2_n", "then", "in", "response", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "88.0", "and", "then", "stay", "in", "this", "range", "for", "each", "moment", "in", "the", "first", "44", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,44]", "(", "signal_3_n", "less equal", "88.0", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 44], "prop": [["signal_3_n", "<=", "88.0"]]}}} {"id": 395, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "more", "than", "40.3", "happens", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "promptly", "4.5", ",", "or", "signal_3_n", "needs", "to", "be", "higher", "than", "34.9", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "40.3", ")", "imply", "signal_2_n", "math equal", "4.5", "or", "signal_3_n", "more", "34.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "40.3", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "4.5"]]}, " prop_3 ": {"span": [36, 44], "prop": [["signal_3_n", ">", "34.9"]]}}} {"id": 4374, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "38.7", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "9", "to", "38", "time", "units", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "38.7", ")", "imply", "globally", "(", "finally", "[9,38]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "at", "a", "certain", "time", "instant", "during", "the", "coming", "9", "to", "38", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "9", ":", "38", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "38.7", ")"]]}, " prop_2 ": {"span": [46, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2596, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "less", "than", "64.0", ",", "or", "the", "value", "of", "signal_2_n", "is", "60.8", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_3_n", "remains", "above", "73.0", "."], "ltl": ["globally", "(", "signal_1_n", "less", "64.0", "or", "signal_2_n", "math equal", "60.8", "imply", "signal_3_n", "more", "73.0", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "64.0"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_2_n", "==", "60.8"]]}, " prop_3 ": {"span": [27, 34], "prop": [["signal_3_n", ">", "73.0"]]}}} {"id": 4437, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "cross", "the", "threshold", "of", "65.6", "ultimately", "at", "a", "time", "during", "the", "first", "22", "time", "units", "."], "ltl": ["finally", "[0,22]", "(", "rise", "(", "signal_1_n", "more", "65.6", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["rise", "(", "signal_1_n", ">", "65.6", ")"]]}}} {"id": 121, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "is", "changed", "to", "58.7", "takes", "place", "then", "signal_2_n", "ought", "to", "instantly", "stay", "larger", "than", "27.5", "and", "below", "39.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "58.7", ")", "imply", "signal_2_n", "more", "27.5", "and", "signal_2_n", "less", "39.4", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "58.7", ")"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", ">", "27.5"], ["signal_2_n", "<", "39.4"]]}}} {"id": 3587, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "crosses", "the", "threshold", "of", "72.1", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "first", "22", "time", "units", ",", "at", "which", "signal_2_n", "shall", "be", "35.0", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "72.1", ")", "imply", "finally", "[0,22]", "(", "signal_2_n", "math equal", "35.0", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "first", "22", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", ">", "72.1", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["signal_2_n", "==", "35.0"]]}}} {"id": 5274, "sentence": ["On", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "stays", "in", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "below", "15.1", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "less", "than", "100", "time", "units", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "greater", "than", "or", "equal", "to", "3.6", "and", "less", "than", "or", "equal", "to", "3.7", "then", "this", "scenario", "will", "consecutively", "sustain", "for", "each", "moment", "within", "71", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "15.1", "imply", "finally", "[0,100]", "(", "globally", "[0,71]", "(", "signal_4_n", "more equal", "3.6", "and", "signal_4_n", "less equal", "3.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "less", "than", "100", "time", "units", "(", "prop_3", ")", "then", "this", "scenario", "will", "consecutively", "sustain", "for", "each", "moment", "within", "71", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "100", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_3_n", "<", "15.1"]]}, " prop_3 ": {"span": [33, 53], "prop": [["signal_4_n", ">=", "3.6"], ["signal_4_n", "<=", "3.7"]]}}} {"id": 243, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "over", "89.4", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "ultimately", "the", "signal_3_n", "signal", "must", "remain", "at", "least", "80.3", ",", "before", "this", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "consecutively", "greater", "than", "or", "equal", "to", "7.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.4", ")", "imply", "(", "signal_2_n", "more equal", "7.5", ")", "until", "(", "signal_3_n", "more equal", "80.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "ultimately", "(", "prop_2", ")", ",", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "89.4", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_3_n", ">=", "80.3"]]}, " prop_3 ": {"span": [45, 60], "prop": [["signal_2_n", ">=", "7.5"]]}}} {"id": 1298, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "changes", "to", "8.5", "is", "observed", ",", "then", "in", "response", "for", "each", "moment", "within", "the", "coming", "38", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "next", "20", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "lower", "than", "23.8", "must", "be", "detected", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "8.5", ")", "imply", "globally", "[0,38]", "(", "finally", "[0,20]", "(", "rise", "(", "signal_2_n", "less", "23.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "for", "each", "moment", "within", "the", "coming", "38", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "next", "20", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "be", "detected", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "==", "8.5", ")"]]}, " prop_2 ": {"span": [49, 56], "prop": [["rise", "(", "signal_2_n", "<", "23.8", ")"]]}}} {"id": 4402, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "44", "time", "units", "ultimately", "the", "value", "of", "signal_1_n", "is", "higher", "than", "0.6", "and", "less", "than", "0.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "8.4", "and", "below", "41.0", "eventually", "."], "ltl": ["finally", "[0,44]", "(", "(", "signal_1_n", "more", "0.6", "and", "signal_1_n", "less", "0.7", ")", "and", "(", "signal_2_n", "more equal", "8.4", "and", "signal_2_n", "less", "41.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "44", "time", "units", "ultimately", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">", "0.6"], ["signal_1_n", "<", "0.7"]]}, " prop_2 ": {"span": [25, 43], "prop": [["signal_2_n", ">=", "8.4"], ["signal_2_n", "<", "41.0"]]}}} {"id": 314, "sentence": ["If", "the", "signal_1_n", "signal", "gets", "below", "1.2", ",", "or", "signal_2_n", "is", "higher", "than", "16.9", "and", "less", "than", "or", "equal", "to", "18.5", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "the", "signal_3_n", "signal", "shall", "be", "above", "66.6", "and", "less", "than", "87.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "1.2", ")", "or", "(", "signal_2_n", "more", "16.9", "and", "signal_2_n", "less equal", "18.5", ")", "imply", "signal_3_n", "more", "66.6", "and", "signal_3_n", "less", "87.3", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["rise", "(", "signal_1_n", "<", "1.2", ")"]]}, " prop_2 ": {"span": [9, 21], "prop": [["signal_2_n", ">", "16.9"], ["signal_2_n", "<=", "18.5"]]}, " prop_3 ": {"span": [30, 41], "prop": [["signal_3_n", ">", "66.6"], ["signal_3_n", "<", "87.3"]]}}} {"id": 222, "sentence": ["There", "ought", "to", "be", "a", "time", "in", "less", "than", "74", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "below", "62.5", "will", "occur", ",", "and", "eventually", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "72.3", "will", "get", "observed", "."], "ltl": ["finally", "[0,74]", "(", "rise", "(", "signal_1_n", "less", "62.5", ")", "and", "rise", "(", "signal_2_n", "more equal", "72.3", ")", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "time", "in", "less", "than", "74", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "will", "occur", ",", "and", "eventually", "the", "event", "that", "(", "prop_2", ")", "will", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 25], "prop": [["rise", "(", "signal_1_n", "<", "62.5", ")"]]}, " prop_2 ": {"span": [33, 45], "prop": [["rise", "(", "signal_2_n", ">=", "72.3", ")"]]}}} {"id": 6335, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "15", "to", "34", "time", "units", ",", "uninterruptedly", "the", "mode", "of", "signal_1_n", "is", "not", "signal_2_n", "."], "ltl": ["globally", "[15,34]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "15", "to", "34", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "15", ":", "34", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 133, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "63.2", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "ultimately", "there", "should", "exist", "a", "certain", "time", "point", "starting", "between", "7", "to", "62", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "53.3", "must", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.2", ")", "imply", "globally", "(", "finally", "[7,62]", "(", "rise", "(", "signal_2_n", "less equal", "53.3", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "ultimately", "there", "should", "exist", "a", "certain", "time", "point", "starting", "between", "7", "to", "62", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "7", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "63.2", ")"]]}, " prop_2 ": {"span": [56, 65], "prop": [["rise", "(", "signal_2_n", "<=", "53.3", ")"]]}}} {"id": 1380, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "51.1", "is", "observed", ",", "then", "eventually", "signal_2_n", "shall", "be", "over", "2.9", "and", "less", "than", "or", "equal", "to", "24.6", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.1", ")", "imply", "finally", "(", "signal_2_n", "more", "2.9", "and", "signal_2_n", "less equal", "24.6", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "51.1", ")"]]}, " prop_2 ": {"span": [19, 43], "prop": [["signal_2_n", ">", "2.9"], ["signal_2_n", "<=", "24.6"]]}}} {"id": 6390, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "at", "most", "77.2", "and", "signal_2_n", "is", "larger", "than", "57.1", "and", "below", "84.3", "then", "the", "mode", "of", "signal_3_n", "will", "have", "to", "be", "instantly", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "77.2", "and", "(", "signal_2_n", "more", "57.1", "and", "signal_2_n", "less", "84.3", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<=", "77.2"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", ">", "57.1"], ["signal_2_n", "<", "84.3"]]}, " prop_3 ": {"span": [22, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 259, "sentence": ["Globally", ",", "while", "signal_1_n", "stays", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_3_n", "has", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1768, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "deviates", "from", "19.0", "then", "the", "value", "of", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "90.9", "and", "uninterruptedly", "this", "condition", "holds", "until", "the", "value", "of", "signal_3_n", "is", "not", "less", "than", "or", "equal", "to", "82.3", ",", "which", "needs", "to", "ultimately", "get", "detected", "at", "a", "time", "starting", "at", "most", "4", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "19.0", ")", "imply", "(", "signal_2_n", "less equal", "90.9", ")", "until", "[0,4]", "(", "negation", "(", "signal_3_n", "less equal", "82.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "(", "prop_2", ")", "and", "uninterruptedly", "this", "condition", "holds", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "4", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["fall", "(", "signal_1_n", "==", "19.0", ")"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", "<=", "90.9"]]}, " prop_3 ": {"span": [34, 62], "prop": [["-", "(", "signal_3_n", "<=", "82.3", ")"]]}}} {"id": 5900, "sentence": ["Ultimately", "there", "should", "be", "a", "certain", "time", "instant", "after", "at", "most", "63", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "should", "be", "larger", "than", "47.7", "."], "ltl": ["finally", "[0,63]", "(", "signal_1_n", "more", "47.7", ")"], "logic_sentence": ["Ultimately", "there", "should", "be", "a", "certain", "time", "instant", "after", "at", "most", "63", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "63", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", ">", "47.7"]]}}} {"id": 761, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "shall", "stay", "equal", "to", "76.7", "consecutively", "for", "every", "moment", "in", "the", "next", "60", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,60]", "(", "signal_3_n", "math equal", "76.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 46], "prop": [["signal_3_n", "==", "76.7"]]}}} {"id": 3855, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "54.9", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "becomes", "signal_3_n", "must", "be", "instantly", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "54.9", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "instantly", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "54.9", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3936, "sentence": ["When", "in", "the", "last", "16", "to", "59", "time", "units", "signal_1_n", "consistently", "remained", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "there", "exists", "a", "time", "starting", "at", "most", "97", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "must", "stay", "in", "the", "interval", "-LSB-", "24.7", ",", "32.0", "-RSB-", "."], "ltl": ["globally", "(", "historically", "[16,59]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,97]", "(", "signal_3_n", "more equal", "24.7", "and", "signal_3_n", "less equal", "32.0", ")", ")"], "logic_sentence": ["When", "in", "the", "last", "16", "to", "59", "time", "units", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "exists", "a", "time", "starting", "at", "most", "97", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "16", ":", "59", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "97", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [35, 50], "prop": [["signal_3_n", ">=", "24.7"], ["signal_3_n", "<=", "32.0"]]}}} {"id": 4747, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "coming", "41", "time", "units", ",", "finally", "there", "has", "to", "exist", "sometime", "within", "the", "following", "2", "to", "10", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "at", "least", "21.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,41]", "(", "finally", "[2,10]", "(", "signal_3_n", "more equal", "21.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "coming", "41", "time", "units", ",", "finally", "there", "has", "to", "exist", "sometime", "within", "the", "following", "2", "to", "10", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "41", "]", "(", "F", "[", "2", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [43, 54], "prop": [["signal_3_n", ">=", "21.9"]]}}} {"id": 3065, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "higher", "than", "67.2", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "be", "eventually", "in", "signal_3_n", "at", "sometime", "in", "the", "coming", "35", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "67.2", "imply", "finally", "[35,68]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "35", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "67.2"]]}, " prop_2 ": {"span": [19, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1566, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "equal", "to", "60.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "will", "be", "simultaneously", "bigger", "than", "83.0", ",", "and", "the", "state", "of", "signal", "signal_3_n", "will", "have", "to", "simultaneously", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "60.7", "imply", "signal_2_n", "more", "83.0", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "60.7"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">", "83.0"]]}, " prop_3 ": {"span": [35, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 582, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "changed", "to", "signal_2_n", "then", "in", "response", "the", "signal_3_n", "signal", "must", "be", "at", "most", "47.7", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "47.7", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_3_n", "<=", "47.7"]]}}} {"id": 175, "sentence": ["If", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "25.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "promptly", "the", "mode", "of", "signal_2_n", "should", "be", "in", "signal_3_n", ",", "and", "the", "event", "that", "the", "signal_4_n", "signal", "goes", "lower", "than", "91.6", "is", "promptly", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "25.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less", "91.6", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "promptly", "(", "prop_2", ")", ",", "and", "the", "event", "that", "(", "prop_3", ")", "is", "promptly", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["rise", "(", "signal_1_n", ">=", "25.0", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 44], "prop": [["rise", "(", "signal_4_n", "<", "91.6", ")"]]}}} {"id": 1492, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "more", "than", "89.0", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "25.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "89.0", ")", "imply", "signal_2_n", "more equal", "25.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<=", "89.0", ")"]]}, " prop_2 ": {"span": [33, 45], "prop": [["signal_2_n", ">=", "25.2"]]}}} {"id": 4184, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "51.3", "takes", "place", ",", "then", "in", "response", "the", "following", "condition", "is", "not", "true", ":", "ultimately", "signal_2_n", "is", "not", "set", "to", "signal_3_n", "at", "a", "certain", "time", "instant", "during", "the", "first", "90", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "51.3", ")", "imply", "negation", "(", "finally", "[0,90]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "the", "following", "condition", "is", "not", "true", ":", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "F", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<=", "51.3", ")"]]}, " prop_2 ": {"span": [32, 49], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4735, "sentence": ["For", "each", "moment", "in", "the", "first", "69", "time", "units", "the", "value", "of", "signal_1_n", "should", "be", "less", "than", "42.8", "without", "interruption", "."], "ltl": ["globally", "[0,69]", "(", "signal_1_n", "less", "42.8", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "69", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<", "42.8"]]}}} {"id": 6010, "sentence": ["Whenever", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "59.4", "then", "in", "response", "immediately", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "59.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "in", "response", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["rise", "(", "signal_1_n", ">=", "59.4", ")"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3214, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "10", "to", "25", "time", "units", ",", "finally", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "."], "ltl": ["finally", "[10,25]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "10", "to", "25", "time", "units", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "10", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 927, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "no", "larger", "than", "50.7", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "the", "value", "of", "signal_2_n", "will", "keep", "less", "than", "46.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "50.7", ")", "imply", "historically", "(", "signal_2_n", "less", "46.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "<=", "50.7", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_2_n", "<", "46.5"]]}}} {"id": 5883, "sentence": ["There", "will", "have", "to", "exist", "sometime", "during", "the", "first", "2", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "ought", "to", "keep", "less", "than", "29.0", ",", "or", "eventually", "the", "signal_2_n", "signal", "ought", "to", "be", "at", "most", "80.9", "."], "ltl": ["finally", "[0,2]", "(", "signal_1_n", "less", "29.0", "or", "signal_2_n", "less equal", "80.9", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "sometime", "during", "the", "first", "2", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "2", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "<", "29.0"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "<=", "80.9"]]}}} {"id": 432, "sentence": ["For", "every", "time", "instant", "within", "47", "to", "70", "time", "units", ",", "signal_1_n", "will", "be", "at", "most", "63.6", "consistently", "or", "signal_2_n", "will", "stay", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "[47,70]", "(", "signal_1_n", "less equal", "63.6", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "47", "to", "70", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "47", ":", "70", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "<=", "63.6"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 98, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "remain", "less", "than", "17.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "17.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<", "17.2"]]}}} {"id": 4999, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "52", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "shall", "be", "signal_2_n", "finally", "and", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "at", "most", "92.6", "eventually", "."], "ltl": ["finally", "[0,52]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "92.6", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "52", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "52", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", "<=", "92.6"]]}}} {"id": 1586, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "not", "equal", "to", "46.2", "or", "signal_2_n", "does", "n't", "go", "down", "to", "lower", "than", "30.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "no", "more", "than", "73.9", "promptly", "and", "the", "event", "that", "the", "signal_4_n", "signal", "becomes", "greater", "than", "90.7", "instantly", "takes", "place", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "46.2", ")", "or", "negation", "fall", "(", "signal_2_n", "more equal", "30.5", ")", "imply", "signal_3_n", "less equal", "73.9", "and", "rise", "(", "signal_4_n", "more", "90.7", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "the", "event", "that", "(", "prop_4", ")", "instantly", "takes", "place", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "==", "46.2", ")"]]}, " prop_2 ": {"span": [11, 20], "prop": [["-", "fall", "(", "signal_2_n", ">=", "30.5", ")"]]}, " prop_3 ": {"span": [28, 40], "prop": [["signal_3_n", "<=", "73.9"]]}, " prop_4 ": {"span": [44, 51], "prop": [["rise", "(", "signal_4_n", ">", "90.7", ")"]]}}} {"id": 3387, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "n't", "no", "less", "than", "81.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "shall", "be", "less", "than", "or", "equal", "to", "45.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "81.2", ")", "imply", "signal_2_n", "less equal", "45.6", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["-", "(", "signal_1_n", ">=", "81.2", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "<=", "45.6"]]}}} {"id": 3605, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "5.3", ",", "and", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", ",", "then", "there", "exists", "a", "certain", "time", "instant", "in", "less", "than", "55", "time", "units", ",", "at", "which", "signal_4_n", "must", "be", "greater", "than", "or", "equal", "to", "37.7", "and", "at", "most", "87.1", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "5.3", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,55]", "(", "signal_4_n", "more equal", "37.7", "and", "signal_4_n", "less equal", "87.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "there", "exists", "a", "certain", "time", "instant", "in", "less", "than", "55", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "55", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "5.3"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [40, 54], "prop": [["signal_4_n", ">=", "37.7"], ["signal_4_n", "<=", "87.1"]]}}} {"id": 1898, "sentence": ["At", "sometime", "during", "the", "first", "46", "to", "48", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "be", "finally", "equal", "to", "42.4", ",", "and", "signal_2_n", "is", "ultimately", "25.3", "."], "ltl": ["finally", "[46,48]", "(", "signal_1_n", "math equal", "42.4", "and", "signal_2_n", "math equal", "25.3", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "46", "to", "48", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "46", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "42.4"]]}, " prop_2 ": {"span": [22, 26], "prop": [["signal_2_n", "==", "25.3"]]}}} {"id": 5032, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "increases", "above", "87.3", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "coming", "62", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "next", "22", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "higher", "than", "5.1", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "87.3", ")", "imply", "globally", "[0,62]", "(", "finally", "[0,22]", "(", "signal_2_n", "more", "5.1", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "coming", "62", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "next", "22", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "62", "]", "(", "F", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "87.3", ")"]]}, " prop_2 ": {"span": [46, 57], "prop": [["signal_2_n", ">", "5.1"]]}}} {"id": 922, "sentence": ["Eventually", "signal_1_n", "is", "below", "98.9", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "signal_1_n", "less", "98.9", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "<", "98.9"]]}}} {"id": 5558, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "within", "53", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "should", "be", "finally", "larger", "than", "25.3", "and", "below", "54.6", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "more", "25.3", "and", "signal_1_n", "less", "54.6", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "within", "53", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 27], "prop": [["signal_1_n", ">", "25.3"], ["signal_1_n", "<", "54.6"]]}}} {"id": 1403, "sentence": ["There", "has", "to", "be", "sometime", "in", "less", "than", "47", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "set", "to", "74.1", "finally", "or", "signal_2_n", "needs", "to", "be", "eventually", "at", "least", "9.3", "and", "less", "than", "or", "equal", "to", "31.7", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "math equal", "74.1", "or", "(", "signal_2_n", "more equal", "9.3", "and", "signal_2_n", "less equal", "31.7", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "sometime", "in", "less", "than", "47", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "==", "74.1"]]}, " prop_2 ": {"span": [25, 40], "prop": [["signal_2_n", ">=", "9.3"], ["signal_2_n", "<=", "31.7"]]}}} {"id": 3226, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "48.5", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "48.5", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "48.5"]]}}} {"id": 924, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "larger", "than", "91.1", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "within", "the", "interval", "-LSB-", "23.8", ",", "44.9", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "91.1", ")", "imply", "signal_2_n", "more equal", "23.8", "and", "signal_2_n", "less equal", "44.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "91.1", ")"]]}, " prop_2 ": {"span": [31, 47], "prop": [["signal_2_n", ">=", "23.8"], ["signal_2_n", "<=", "44.9"]]}}} {"id": 3898, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "within", "39", "time", "units", ",", "at", "which", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "91.7", "finally", "."], "ltl": ["finally", "[0,39]", "(", "signal_1_n", "more equal", "91.7", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "within", "39", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", ">=", "91.7"]]}}} {"id": 6118, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "72.4", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "signal_2_n", "signal", "should", "stay", "greater", "than", "9.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "72.4", ")", "imply", "signal_2_n", "more", "9.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", ">=", "72.4", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", ">", "9.7"]]}}} {"id": 5866, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "42.4", "occurs", ",", "then", "the", "signal_2_n", "signal", "needs", "to", "be", "higher", "than", "5.9", "and", "below", "57.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "42.4", ")", "imply", "signal_2_n", "more", "5.9", "and", "signal_2_n", "less", "57.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "42.4", ")"]]}, " prop_2 ": {"span": [22, 38], "prop": [["signal_2_n", ">", "5.9"], ["signal_2_n", "<", "57.2"]]}}} {"id": 743, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "equal", "to", "19.0", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "37.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "promptly", "remain", "less", "than", "73.8", "and", "the", "value", "of", "signal_4_n", "is", "simultaneously", "greater", "than", "62.8", "and", "less", "than", "77.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "19.0", "and", "signal_2_n", "more equal", "37.5", "imply", "signal_3_n", "less", "73.8", "and", "(", "signal_4_n", "more", "62.8", "and", "signal_4_n", "less", "77.4", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "19.0"]]}, " prop_2 ": {"span": [9, 17], "prop": [["signal_2_n", ">=", "37.5"]]}, " prop_3 ": {"span": [26, 38], "prop": [["signal_3_n", "<", "73.8"]]}, " prop_4 ": {"span": [39, 52], "prop": [["signal_4_n", ">", "62.8"], ["signal_4_n", "<", "77.4"]]}}} {"id": 4347, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "27.9", "occurs", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "state", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "27.9", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6117, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "4.6", "happens", ",", "then", "signal_2_n", "has", "to", "remain", "above", "33.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "4.6", ")", "imply", "signal_2_n", "more", "33.3", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "4.6", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "33.3"]]}}} {"id": 1704, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "below", "19.5", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "subsequent", "18", "time", "units", "the", "signal_2_n", "signal", "needs", "to", "be", "always", "39.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "19.5", ")", "imply", "globally", "[0,18]", "(", "signal_2_n", "math equal", "39.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "subsequent", "18", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "<", "19.5", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", "==", "39.6"]]}}} {"id": 2, "sentence": ["There", "needs", "to", "be", "ultimately", "a", "time", "in", "less", "than", "39", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "signal_2_n", "."], "ltl": ["finally", "[0,39]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "needs", "to", "be", "ultimately", "a", "time", "in", "less", "than", "39", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3210, "sentence": ["In", "the", "case", "signal_1_n", "is", "less", "than", "95.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "signal_2_n", "signal", "needs", "to", "be", "smaller", "than", "4.7", "."], "ltl": ["globally", "(", "signal_1_n", "less", "95.0", "imply", "signal_2_n", "less", "4.7", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "95.0"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "<", "4.7"]]}}} {"id": 5559, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "eventually", "between", "the", "range", "-LRB-", "26.7", ",", "41.4", "-RRB-", "at", "a", "time", "after", "at", "most", "21", "time", "units", "."], "ltl": ["finally", "[0,21]", "(", "signal_1_n", "more", "26.7", "and", "signal_1_n", "less", "41.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "21", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 26], "prop": [["signal_1_n", ">", "26.7"], ["signal_1_n", "<", "41.4"]]}}} {"id": 376, "sentence": ["For", "each", "time", "point", "in", "the", "first", "26", "time", "units", "the", "value", "of", "signal_1_n", "shall", "continuously", "remain", "larger", "than", "46.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "greater", "than", "15.3", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more", "46.5", "and", "signal_2_n", "more", "15.3", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "26", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">", "46.5"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "15.3"]]}}} {"id": 2894, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "15.0", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "next", "90", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "must", "consistently", "remain", "on", "98.7", "for", "every", "moment", "during", "the", "subsequent", "63", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "15.0", ")", "imply", "finally", "[0,90]", "(", "globally", "[0,63]", "(", "signal_2_n", "math equal", "98.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "next", "90", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "90", "]", "(", "G", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "15.0", ")"]]}, " prop_2 ": {"span": [35, 54], "prop": [["signal_2_n", "==", "98.7"]]}}} {"id": 466, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "9.5", "is", "observed", ",", "and", "signal_2_n", "is", "n't", "no", "less", "than", "79.5", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "coming", "30", "to", "32", "time", "units", "the", "state", "of", "signal_3_n", "should", "eventually", "remain", "in", "signal_4_n", "at", "sometime", "within", "the", "following", "6", "to", "10", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "9.5", ")", "and", "negation", "(", "signal_2_n", "more equal", "79.5", ")", "imply", "globally", "[30,32]", "(", "finally", "[6,10]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "coming", "30", "to", "32", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "30", ":", "32", "]", "(", "F", "[", "6", ":", "10", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "9.5", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["-", "(", "signal_2_n", ">=", "79.5", ")"]]}, " prop_3 ": {"span": [50, 69], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 385, "sentence": ["At", "a", "certain", "time", "point", "after", "between", "0", "to", "73", "time", "units", "finally", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "82.7", ",", "and", "the", "state", "of", "signal_2_n", "must", "be", "ultimately", "signal_3_n", "."], "ltl": ["finally", "[0,73]", "(", "signal_1_n", "math equal", "82.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "between", "0", "to", "73", "time", "units", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "73", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "82.7"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5934, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "goes", "to", "no", "more", "than", "49.2", "and", "the", "signal_2_n", "signal", "is", "equal", "to", "56.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "subsequent", "4", "to", "47", "time", "units", "the", "mode", "of", "signal_3_n", "always", "remains", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.2", ")", "and", "signal_2_n", "math equal", "56.1", "imply", "globally", "[4,47]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "subsequent", "4", "to", "47", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "4", ":", "47", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "<=", "49.2", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "56.1"]]}, " prop_3 ": {"span": [43, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 57, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "shifts", "to", "4.0", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "10.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.0", ")", "imply", "signal_2_n", "less equal", "10.6", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "==", "4.0", ")"]]}, " prop_2 ": {"span": [23, 40], "prop": [["signal_2_n", "<=", "10.6"]]}}} {"id": 1415, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "after", "at", "most", "46", "time", "units", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "shall", "ultimately", "not", "get", "detected", ",", "and", "the", "event", "that", "signal_3_n", "shifts", "to", "97.3", "will", "get", "detected", "eventually", "."], "ltl": ["finally", "[0,46]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "rise", "(", "signal_3_n", "math equal", "97.3", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "after", "at", "most", "46", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "ultimately", "not", "get", "detected", ",", "and", "the", "event", "that", "(", "prop_2", ")", "will", "get", "detected", "eventually", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 29], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 43], "prop": [["rise", "(", "signal_3_n", "==", "97.3", ")"]]}}} {"id": 151, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", ",", "and", "the", "value", "of", "signal_5_n", "should", "be", "no", "larger", "than", "76.9", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "less equal", "76.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [37, 51], "prop": [["signal_5_n", "<=", "76.9"]]}}} {"id": 3403, "sentence": ["Globally", ",", "whenever", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "and", "signal_3_n", "is", "n't", "equal", "to", "59.9", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_4_n", "signal", "has", "to", "be", "less", "than", "28.0", "promptly", ",", "and", "the", "signal_5_n", "signal", "shall", "be", "in", "signal_6_n", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "math equal", "59.9", ")", "imply", "signal_4_n", "less", "28.0", "and", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 17], "prop": [["-", "(", "signal_3_n", "==", "59.9", ")"]]}, " prop_3 ": {"span": [24, 34], "prop": [["signal_4_n", "<", "28.0"]]}, " prop_4 ": {"span": [36, 44], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 2747, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_3_n", "is", "changed", "to", "63.7", "should", "finally", "get", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "63.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "should", "finally", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [61, 69], "prop": [["rise", "(", "signal_3_n", "==", "63.7", ")"]]}}} {"id": 4446, "sentence": ["For", "each", "moment", "within", "16", "time", "units", ",", "signal_1_n", "needs", "to", "continuously", "remain", "in", "signal_2_n", "and", "consistently", "signal_3_n", "equals", "to", "85.2", "."], "ltl": ["globally", "[0,16]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "85.2", ")"], "logic_sentence": ["For", "each", "moment", "within", "16", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "16", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", "==", "85.2"]]}}} {"id": 2174, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "shifts", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "continuously", "the", "value", "of", "signal_3_n", "has", "to", "equal", "to", "43.5", "till", "finally", "there", "exists", "sometime", "within", "25", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "is", "not", "no", "less", "than", "9.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "43.5", ")", "until", "[0,25]", "(", "negation", "(", "signal_4_n", "more equal", "9.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 55], "prop": [["signal_3_n", "==", "43.5"], ["-", "(", "signal_4_n", ">=", "9.3", ")"]]}}} {"id": 3282, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "10.1", "is", "not", "detected", "then", "the", "signal_2_n", "signal", "is", "signal_3_n", "and", "then", "will", "have", "to", "remain", "like", "this", "all", "the", "time", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "10.1", ")", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "event", "that", "(", "prop_1", ")", "is", "not", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["-", "fall", "(", "signal_1_n", ">", "10.1", ")"]]}, " prop_2 ": {"span": [25, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1918, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "is", "observed", ",", "then", "starting", "without", "any", "delay", "the", "signal_3_n", "signal", "shall", "be", "smaller", "than", "14.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "14.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_3_n", "<", "14.1"]]}}} {"id": 2807, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "30.9", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "during", "the", "following", "76", "time", "units", ",", "the", "transition", "action", "that", "signal_2_n", "is", "shifted", "to", "56.7", "ought", "to", "be", "eventually", "detected", "at", "a", "certain", "moment", "within", "the", "following", "50", "to", "57", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "30.9", ")", "imply", "globally", "[0,76]", "(", "finally", "[50,57]", "(", "rise", "(", "signal_2_n", "math equal", "56.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "during", "the", "following", "76", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "be", "eventually", "detected", "at", "a", "certain", "moment", "within", "the", "following", "50", "to", "57", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "F", "[", "50", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "30.9", ")"]]}, " prop_2 ": {"span": [38, 43], "prop": [["rise", "(", "signal_2_n", "==", "56.7", ")"]]}}} {"id": 1376, "sentence": ["Consistently", "signal_1_n", "should", "never", "be", "less", "than", "or", "equal", "to", "30.8", "for", "each", "time", "instant", "within", "the", "first", "46", "to", "56", "time", "units", "."], "ltl": ["globally", "[46,56]", "(", "negation", "(", "signal_1_n", "less equal", "30.8", ")", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "46", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["-", "(", "signal_1_n", "<=", "30.8", ")"]]}}} {"id": 107, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "does", "n't", "start", "deviating", "from", "signal_2_n", "and", "then", "this", "condition", "has", "consistently", "continued", "during", "the", "elapsed", "29", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "simulation", "ends", ",", "signal_3_n", "shall", "be", "above", "22.7", "and", "below", "36.0", "all", "the", "time", "."], "ltl": ["globally", "(", "historically", "[0,29]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "signal_3_n", "more", "22.7", "and", "signal_3_n", "less", "36.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "then", "this", "condition", "has", "consistently", "continued", "during", "the", "elapsed", "29", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "29", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 55], "prop": [["signal_3_n", ">", "22.7"], ["signal_3_n", "<", "36.0"]]}}} {"id": 5819, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "91.1", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "a", "time", "in", "the", "coming", "92", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "stay", "equal", "to", "75.4", "consistently", "for", "each", "moment", "within", "the", "following", "21", "to", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "91.1", ")", "imply", "finally", "[0,92]", "(", "globally", "[21,21]", "(", "signal_2_n", "math equal", "75.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "a", "time", "in", "the", "coming", "92", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "92", "]", "(", "G", "[", "21", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "91.1", ")"]]}, " prop_2 ": {"span": [42, 62], "prop": [["signal_2_n", "==", "75.4"]]}}} {"id": 2192, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "44.3", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "must", "be", "larger", "than", "74.6", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.3", ")", "imply", "signal_2_n", "more", "74.6", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "44.3", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">", "74.6"]]}}} {"id": 700, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "in", "less", "than", "43", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "0.6", "and", "less", "than", "15.3", "."], "ltl": ["finally", "[0,43]", "(", "signal_1_n", "more equal", "0.6", "and", "signal_1_n", "less", "15.3", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "in", "less", "than", "43", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 35], "prop": [["signal_1_n", ">=", "0.6"], ["signal_1_n", "<", "15.3"]]}}} {"id": 5097, "sentence": ["There", "shall", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_1_n", "will", "be", "ultimately", "greater", "than", "or", "equal", "to", "48.3", "and", "at", "most", "84.8", ",", "or", "the", "state", "of", "signal_2_n", "is", "eventually", "signal_3_n", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "48.3", "and", "signal_1_n", "less equal", "84.8", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "shall", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 29], "prop": [["signal_1_n", ">=", "48.3"], ["signal_1_n", "<=", "84.8"]]}, " prop_2 ": {"span": [31, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 209, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "29.8", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "once", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "4.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "29.8", ")", "imply", "signal_2_n", "more equal", "4.0", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "29.8", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">=", "4.0"]]}}} {"id": 2906, "sentence": ["There", "must", "be", "a", "certain", "moment", "during", "the", "first", "73", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal_1_n", "ought", "to", "be", "higher", "than", "94.6", "."], "ltl": ["finally", "[0,73]", "(", "signal_1_n", "more", "94.6", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "moment", "during", "the", "first", "73", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">", "94.6"]]}}} {"id": 1559, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "91.7", "is", "detected", "then", "in", "response", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "to", "no", "less", "than", "64.4", "ought", "to", "occur", "simultaneously", "or", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_3_n", "will", "be", "below", "11.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.7", ")", "imply", "rise", "(", "signal_2_n", "more equal", "64.4", ")", "or", "signal_3_n", "less", "11.0", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "occur", "simultaneously", "or", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "91.7", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["rise", "(", "signal_2_n", ">=", "64.4", ")"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_3_n", "<", "11.0"]]}}} {"id": 4232, "sentence": ["The", "value", "of", "signal", "signal_1_n", "keeps", "no", "less", "than", "84.4", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "84.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">=", "84.4"]]}}} {"id": 810, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "90.0", "and", "less", "than", "90.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "38.5", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "90.0", "and", "signal_1_n", "less", "90.3", "imply", "signal_2_n", "more equal", "38.5", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "90.0"], ["signal_1_n", "<", "90.3"]]}, " prop_2 ": {"span": [30, 43], "prop": [["signal_2_n", ">=", "38.5"]]}}} {"id": 2001, "sentence": ["If", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "1.7", "and", "less", "than", "9.4", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "below", "90.0", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.7", "and", "signal_1_n", "less", "9.4", "imply", "signal_2_n", "less", "90.0", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 15], "prop": [["signal_1_n", ">=", "1.7"], ["signal_1_n", "<", "9.4"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "<", "90.0"]]}}} {"id": 3365, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "exceeds", "the", "threshold", "of", "8.8", "gets", "detected", ",", "then", "the", "signal_2_n", "signal", "ought", "to", "continuously", "keep", "within", "the", "interval", "-LSB-", "29.5", ",", "51.8", "-RSB-", "for", "each", "time", "instant", "during", "the", "next", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "8.8", ")", "imply", "globally", "[0,55]", "(", "signal_2_n", "more equal", "29.5", "and", "signal_2_n", "less equal", "51.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "55", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "8.8", ")"]]}, " prop_2 ": {"span": [17, 42], "prop": [["signal_2_n", ">=", "29.5"], ["signal_2_n", "<=", "51.8"]]}}} {"id": 5215, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "4.9", "is", "observed", ",", "then", "in", "response", "there", "needs", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "mode", "of", "signal_2_n", "ought", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.9", ")", "imply", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "there", "needs", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "4.9", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2766, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "less", "than", "51.8", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "exist", "a", "time", "in", "the", "subsequent", "85", "time", "units", "eventually", ",", "at", "which", "the", "state", "of", "signal_2_n", "should", "be", "signal_3_n", "and", "shall", "always", "stay", "like", "this", "for", "each", "moment", "in", "the", "coming", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "51.8", ")", "imply", "finally", "[0,85]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "exist", "a", "time", "in", "the", "subsequent", "85", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "85", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "51.8", ")"]]}, " prop_2 ": {"span": [38, 60], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 56, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "61.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "be", "instantly", "greater", "than", "50.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "61.8", ")", "imply", "signal_2_n", "more", "50.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "61.8", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", ">", "50.9"]]}}} {"id": 620, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "over", "89.5", "is", "detected", ",", "then", "the", "value", "of", "signal_2_n", "has", "to", "be", "equal", "to", "86.0", "and", "this", "scenario", "ought", "to", "remain", "consistently", "in", "the", "following", "12", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.5", ")", "imply", "globally", "[0,12]", "(", "signal_2_n", "math equal", "86.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "and", "this", "scenario", "ought", "to", "remain", "consistently", "in", "the", "following", "12", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "89.5", ")"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "==", "86.0"]]}}} {"id": 2020, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "74.0", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "next", "17", "time", "units", ",", "after", "which", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "no", "less", "than", "26.6", "and", "no", "more", "than", "67.9", "for", "each", "time", "instant", "in", "the", "following", "54", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "74.0", ")", "imply", "finally", "[0,17]", "(", "globally", "[0,54]", "(", "signal_2_n", "more equal", "26.6", "and", "signal_2_n", "less equal", "67.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "next", "17", "time", "units", ",", "after", "which", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "17", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "74.0", ")"]]}, " prop_2 ": {"span": [48, 76], "prop": [["signal_2_n", ">=", "26.6"], ["signal_2_n", "<=", "67.9"]]}}} {"id": 656, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "no", "larger", "than", "85.9", ",", "and", "the", "value", "of", "signal", "signal_2_n", "keeps", "higher", "than", "25.1", "and", "less", "than", "53.4", "then", "for", "each", "moment", "within", "7", "time", "units", "there", "shall", "be", "a", "certain", "time", "point", "within", "the", "following", "3", "to", "28", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "increases", "above", "49.4", "will", "have", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "85.9", "and", "(", "signal_2_n", "more", "25.1", "and", "signal_2_n", "less", "53.4", ")", "imply", "globally", "[0,7]", "(", "finally", "[3,28]", "(", "rise", "(", "signal_3_n", "more", "49.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "for", "each", "moment", "within", "7", "time", "units", "there", "shall", "be", "a", "certain", "time", "point", "within", "the", "following", "3", "to", "28", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "7", "]", "(", "F", "[", "3", ":", "28", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "<=", "85.9"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", ">", "25.1"], ["signal_2_n", "<", "53.4"]]}, " prop_3 ": {"span": [59, 66], "prop": [["rise", "(", "signal_3_n", ">", "49.4", ")"]]}}} {"id": 1597, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "80.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "is", "in", "signal_3_n", "then", "consistently", "this", "condition", "should", "remain", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "80.7", "imply", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "consistently", "this", "condition", "should", "remain", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 14], "prop": [["signal_1_n", "<=", "80.7"]]}, " prop_2 ": {"span": [23, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5464, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "no", "more", "than", "81.6", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "closed", "interval", "-LSB-", "34.7", ",", "55.9", "-RSB-", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "signal_3_n", "signal", "should", "be", "less", "than", "19.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "81.6", "and", "(", "signal_2_n", "more equal", "34.7", "and", "signal_2_n", "less equal", "55.9", ")", "imply", "signal_3_n", "less", "19.2", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "81.6"]]}, " prop_2 ": {"span": [12, 27], "prop": [["signal_2_n", ">=", "34.7"], ["signal_2_n", "<=", "55.9"]]}, " prop_3 ": {"span": [36, 44], "prop": [["signal_3_n", "<", "19.2"]]}}} {"id": 5318, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "76.9", ",", "and", "the", "signal_2_n", "signal", "is", "at", "most", "58.7", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "first", "38", "time", "units", "ultimately", "at", "sometime", "within", "the", "next", "4", "to", "14", "time", "units", "the", "signal_3_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "3.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "76.9", "and", "signal_2_n", "less equal", "58.7", "imply", "globally", "[0,38]", "(", "finally", "[4,14]", "(", "signal_3_n", "less equal", "3.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "first", "38", "time", "units", "ultimately", "at", "sometime", "within", "the", "next", "4", "to", "14", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "4", ":", "14", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "76.9"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "<=", "58.7"]]}, " prop_3 ": {"span": [45, 56], "prop": [["signal_3_n", "<=", "3.5"]]}}} {"id": 4334, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "not", "52.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "should", "not", "be", "in", "signal_3_n", "or", "at", "once", "the", "signal_4_n", "signal", "must", "be", "no", "more", "than", "63.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "52.8", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "or", "signal_4_n", "less equal", "63.3", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "or", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "52.8", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [34, 43], "prop": [["signal_4_n", "<=", "63.3"]]}}} {"id": 5400, "sentence": ["Consistently", "signal_1_n", "has", "to", "remain", "less", "than", "or", "equal", "to", "33.5", "for", "each", "time", "point", "within", "the", "first", "89", "time", "units", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "less equal", "33.5", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "<=", "33.5"]]}}} {"id": 1527, "sentence": ["For", "every", "time", "instant", "within", "24", "time", "units", "the", "mode", "of", "signal_1_n", "shall", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,24]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "24", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1543, "sentence": ["For", "every", "moment", "during", "the", "first", "64", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "89.0", "and", "consistently", "the", "value", "of", "signal", "signal_2_n", "will", "stay", "above", "63.6", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more equal", "89.0", "and", "signal_2_n", "more", "63.6", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "64", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">=", "89.0"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", ">", "63.6"]]}}} {"id": 1182, "sentence": ["For", "every", "time", "instant", "within", "55", "time", "units", ",", "signal_1_n", "will", "consistently", "stay", "at", "least", "49.8", "."], "ltl": ["globally", "[0,55]", "(", "signal_1_n", "more equal", "49.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "55", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">=", "49.8"]]}}} {"id": 1835, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "starts", "not", "equaling", "to", "2.7", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "sha", "n't", "fall", "below", "1.2", "and", "consecutively", "stays", "like", "this", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "2.7", ")", "imply", "globally", "(", "negation", "fall", "(", "signal_2_n", "more equal", "1.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["fall", "(", "signal_1_n", "==", "2.7", ")"]]}, " prop_2 ": {"span": [27, 47], "prop": [["-", "fall", "(", "signal_2_n", ">=", "1.2", ")"]]}}} {"id": 889, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "24.9", "then", "the", "value", "of", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "97.7", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "24.9", ")", "imply", "signal_2_n", "less equal", "97.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "24.9", ")"]]}, " prop_2 ": {"span": [16, 33], "prop": [["signal_2_n", "<=", "97.7"]]}}} {"id": 4175, "sentence": ["Whenever", "signal_1_n", "is", "99.4", ",", "and", "signal_2_n", "is", "less", "than", "1.0", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "without", "interruption", "the", "value", "of", "signal_3_n", "should", "n't", "be", "less", "than", "or", "equal", "to", "41.7", "for", "every", "time", "instant", "in", "the", "coming", "55", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "99.4", "and", "signal_2_n", "less", "1.0", "imply", "finally", "(", "globally", "[0,55]", "(", "negation", "(", "signal_3_n", "less equal", "41.7", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "55", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "99.4"]]}, " prop_2 ": {"span": [6, 11], "prop": [["signal_2_n", "<", "1.0"]]}, " prop_3 ": {"span": [30, 53], "prop": [["-", "(", "signal_3_n", "<=", "41.7", ")"]]}}} {"id": 1632, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "stay", "greater", "than", "or", "equal", "to", "9.3", "and", "at", "most", "59.0", "consecutively", "for", "each", "moment", "in", "the", "first", "48", "time", "units", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "more equal", "9.3", "and", "signal_1_n", "less equal", "59.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", ">=", "9.3"], ["signal_1_n", "<=", "59.0"]]}}} {"id": 1180, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "remains", "less", "than", "or", "equal", "to", "5.7", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "and", "then", "has", "to", "remain", "like", "that", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "5.7", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", ",", "at", "which", "(", "prop_2", ")", "and", "then", "has", "to", "remain", "like", "that", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "5.7"]]}, " prop_2 ": {"span": [46, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4793, "sentence": ["There", "shall", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_1_n", "needs", "to", "be", "eventually", "equal", "to", "72.4", ",", "or", "ultimately", "the", "signal_2_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "60.6", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "72.4", "or", "signal_2_n", "more equal", "60.6", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "72.4"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", ">=", "60.6"]]}}} {"id": 5101, "sentence": ["There", "must", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "52.1", "and", "no", "more", "than", "62.9", "finally", "or", "eventually", "the", "state", "of", "signal", "signal_2_n", "should", "be", "signal_3_n", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "52.1", "and", "signal_1_n", "less equal", "62.9", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "must", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 42], "prop": [["signal_1_n", ">=", "52.1"], ["signal_1_n", "<=", "62.9"], ["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1689, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "signal_1_n", "will", "stay", "greater", "than", "or", "equal", "to", "66.7", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "66.7", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">=", "66.7"]]}}} {"id": 851, "sentence": ["There", "must", "exist", "sometime", "within", "1", "to", "20", "time", "units", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "needs", "to", "be", "detected", "finally", "."], "ltl": ["finally", "[1,20]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "must", "exist", "sometime", "within", "1", "to", "20", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "needs", "to", "be", "detected", "finally", "."], "logic_ltl": ["F", "[", "1", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1240, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "deviates", "from", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "after", "which", "signal_3_n", "will", "have", "to", "be", "equal", "to", "9.6", "and", "then", "this", "scenario", "needs", "to", "always", "keep", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "(", "signal_3_n", "math equal", "9.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "needs", "to", "always", "keep", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["signal_3_n", "==", "9.6"]]}}} {"id": 409, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "44.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "time", "point", "after", "at", "most", "44", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "must", "become", "no", "more", "than", "67.1", ",", "and", "before", "that", "the", "state", "of", "signal_2_n", "ought", "to", "continuously", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "44.2", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,44]", "(", "rise", "(", "signal_4_n", "less equal", "67.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "time", "point", "after", "at", "most", "44", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "before", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "44.2"]]}, " prop_2 ": {"span": [40, 49], "prop": [["rise", "(", "signal_4_n", "<=", "67.1", ")"]]}, " prop_3 ": {"span": [53, 63], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 210, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "becomes", "equal", "to", "97.8", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "shall", "be", "less", "than", "or", "equal", "to", "0.1", "and", "then", "hold", "like", "that", "uninterruptedly", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "97.8", ")", "imply", "globally", "(", "signal_2_n", "less equal", "0.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "97.8", ")"]]}, " prop_2 ": {"span": [25, 49], "prop": [["signal_2_n", "<=", "0.1"]]}}} {"id": 4005, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "falls", "below", "77.4", "then", "in", "response", "for", "every", "moment", "in", "the", "following", "1", "time", "units", "the", "signal_2_n", "signal", "ought", "to", "be", "uninterruptedly", "higher", "than", "16.1", "and", "below", "30.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.4", ")", "imply", "globally", "[0,1]", "(", "signal_2_n", "more", "16.1", "and", "signal_2_n", "less", "30.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "in", "response", "for", "every", "moment", "in", "the", "following", "1", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "77.4", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_2_n", ">", "16.1"], ["signal_2_n", "<", "30.8"]]}}} {"id": 918, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "above", "0.1", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "shall", "be", "less", "than", "or", "equal", "to", "30.1", "and", "then", "this", "condition", "has", "to", "consecutively", "keep", "until", "the", "signal_3_n", "signal", "does", "n't", "get", "set", "to", "signal_4_n", "ultimately", ",", "which", "shall", "get", "observed", "at", "sometime", "during", "the", "first", "94", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "0.1", ")", "imply", "(", "signal_2_n", "less equal", "30.1", ")", "until", "[0,94]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "has", "to", "consecutively", "keep", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "94", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", ">", "0.1", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "<=", "30.1"]]}, " prop_3 ": {"span": [43, 66], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3455, "sentence": ["For", "each", "moment", "in", "the", "first", "6", "time", "units", ",", "continuously", "the", "signal_1_n", "signal", "should", "n't", "be", "less", "than", "30.9", "or", "consecutively", "the", "value", "of", "signal_2_n", "shall", "remain", "greater", "than", "or", "equal", "to", "56.7", "."], "ltl": ["globally", "[0,6]", "(", "negation", "(", "signal_1_n", "less", "30.9", ")", "or", "signal_2_n", "more equal", "56.7", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "6", "time", "units", ",", "continuously", "(", "prop_1", ")", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "(", "signal_1_n", "<", "30.9", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "56.7"]]}}} {"id": 415, "sentence": ["Eventually", "there", "must", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "below", "98.5", "will", "be", "observed", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "98.5", ")", ")"], "logic_sentence": ["Eventually", "there", "must", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "be", "observed", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 28], "prop": [["rise", "(", "signal_1_n", "<", "98.5", ")"]]}}} {"id": 2343, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "53.3", "and", "no", "larger", "than", "67.6", "then", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "69.1", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "53.3", "and", "signal_1_n", "less equal", "67.6", "imply", "signal_2_n", "math equal", "69.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">=", "53.3"], ["signal_1_n", "<=", "67.6"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "==", "69.1"]]}}} {"id": 5038, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "signal_1_n", "should", "continuously", "remain", "at", "least", "4.2", ",", "and", "consecutively", "the", "value", "of", "signal_2_n", "has", "to", "stay", "equal", "to", "92.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "4.2", "and", "signal_2_n", "math equal", "92.1", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">=", "4.2"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "==", "92.1"]]}}} {"id": 95, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "settles", "to", "8.9", "and", "this", "condition", "will", "be", "consecutively", "continuing", "till", "the", "signal_2_n", "signal", "increases", "above", "99.2", ",", "which", "gets", "observed", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "during", "the", "coming", "51", "to", "71", "time", "units", "signal_3_n", "stays", "less", "than", "or", "equal", "to", "77.1", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "8.9", ")", "until", "(", "rise", "(", "signal_2_n", "more", "99.2", ")", ")", "imply", "globally", "[51,71]", "(", "signal_3_n", "less equal", "77.1", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "this", "condition", "will", "be", "consecutively", "continuing", "till", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "during", "the", "coming", "51", "to", "71", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "G", "[", "51", ":", "71", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "8.9"]]}, " prop_2 ": {"span": [19, 42], "prop": [["rise", "(", "signal_2_n", ">", "99.2", ")"]]}, " prop_3 ": {"span": [57, 68], "prop": [["signal_3_n", "<=", "77.1"]]}}} {"id": 4681, "sentence": ["While", "signal_1_n", "is", "n't", "31.7", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "76", "time", "units", ",", "there", "is", "a", "certain", "time", "instant", "after", "at", "most", "79", "time", "units", ",", "at", "which", "finally", "the", "signal_2_n", "signal", "should", "n't", "be", "greater", "than", "or", "equal", "to", "76.4", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "31.7", ")", "imply", "globally", "[0,76]", "(", "finally", "[0,79]", "(", "negation", "(", "signal_2_n", "more equal", "76.4", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "76", "time", "units", ",", "there", "is", "a", "certain", "time", "instant", "after", "at", "most", "79", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "F", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["-", "(", "signal_1_n", "==", "31.7", ")"]]}, " prop_2 ": {"span": [40, 52], "prop": [["-", "(", "signal_2_n", ">=", "76.4", ")"]]}}} {"id": 2273, "sentence": ["For", "every", "time", "point", "in", "the", "first", "12", "time", "units", "the", "value", "of", "signal_1_n", "is", "uninterruptedly", "less", "than", "or", "equal", "to", "32.4", "and", "without", "interruption", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "8.4", "and", "less", "than", "or", "equal", "to", "53.2", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "less equal", "32.4", "and", "(", "signal_2_n", "more equal", "8.4", "and", "signal_2_n", "less equal", "53.2", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "12", "time", "units", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "<=", "32.4"]]}, " prop_2 ": {"span": [25, 43], "prop": [["signal_2_n", ">=", "8.4"], ["signal_2_n", "<=", "53.2"]]}}} {"id": 5425, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "45.0", "is", "detected", ",", "then", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "is", "below", "51.0", "or", "the", "value", "of", "signal", "signal_3_n", "is", "at", "most", "49.4", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "45.0", ")", "imply", "signal_2_n", "less", "51.0", "or", "signal_3_n", "less equal", "49.4", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "45.0", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "<", "51.0"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_3_n", "<=", "49.4"]]}}} {"id": 5392, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "no", "less", "than", "4.4", "and", "at", "most", "16.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "subsequent", "41", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "93", "time", "units", ",", "at", "which", "the", "state", "of", "signal_2_n", "shall", "become", "not", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "4.4", "and", "signal_1_n", "less equal", "16.7", "imply", "globally", "[0,41]", "(", "finally", "[0,93]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "subsequent", "41", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "93", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "41", "]", "(", "F", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">=", "4.4"], ["signal_1_n", "<=", "16.7"]]}, " prop_2 ": {"span": [52, 62], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 422, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "enters", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "next", "66", "time", "units", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "at", "least", "0.4", "and", "at", "most", "84.9", "at", "a", "certain", "time", "instant", "starting", "at", "most", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,66]", "(", "finally", "[0,68]", "(", "signal_3_n", "more equal", "0.4", "and", "signal_3_n", "less equal", "84.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "next", "66", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "66", "]", "(", "F", "[", "0", ":", "68", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 57], "prop": [["signal_3_n", ">=", "0.4"], ["signal_3_n", "<=", "84.9"]]}}} {"id": 2413, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "greater", "than", "63.7", ",", "and", "the", "value", "of", "signal_2_n", "is", "not", "63.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "moment", "within", "the", "following", "58", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "without", "interruption", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "63.7", "and", "negation", "(", "signal_2_n", "math equal", "63.7", ")", "imply", "finally", "[0,58]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "moment", "within", "the", "following", "58", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "58", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", ">", "63.7"]]}, " prop_2 ": {"span": [10, 17], "prop": [["-", "(", "signal_2_n", "==", "63.7", ")"]]}, " prop_3 ": {"span": [37, 57], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3773, "sentence": ["If", "signal_1_n", "keeps", "higher", "than", "62.7", ",", "then", "at", "sometime", "during", "the", "following", "87", "time", "units", "the", "signal_2_n", "signal", "needs", "to", "continuously", "stay", "larger", "than", "83.3", "for", "every", "moment", "within", "the", "following", "82", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "62.7", "imply", "finally", "[0,87]", "(", "globally", "[0,82]", "(", "signal_2_n", "more", "83.3", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "at", "sometime", "during", "the", "following", "87", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "87", "]", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", ">", "62.7"]]}, " prop_2 ": {"span": [16, 35], "prop": [["signal_2_n", ">", "83.3"]]}}} {"id": 1691, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "45.3", "happens", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "46", "time", "units", ",", "there", "shall", "exist", "sometime", "within", "the", "next", "1", "to", "45", "time", "units", ",", "at", "which", "ultimately", "signal_2_n", "sha", "n't", "be", "lower", "than", "35.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "45.3", ")", "imply", "globally", "[0,46]", "(", "finally", "[1,45]", "(", "negation", "(", "signal_2_n", "less", "35.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "46", "time", "units", ",", "there", "shall", "exist", "sometime", "within", "the", "next", "1", "to", "45", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "46", "]", "(", "F", "[", "1", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "45.3", ")"]]}, " prop_2 ": {"span": [48, 55], "prop": [["-", "(", "signal_2_n", "<", "35.1", ")"]]}}} {"id": 2621, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "54.9", "gets", "observed", "then", "at", "once", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "39.3", "occurs", "or", "at", "once", "the", "signal_3_n", "signal", "has", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "54.9", ")", "imply", "rise", "(", "signal_2_n", "more equal", "39.3", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "at", "once", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "or", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<=", "54.9", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["rise", "(", "signal_2_n", ">=", "39.3", ")"]]}, " prop_3 ": {"span": [39, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 514, "sentence": ["At", "sometime", "in", "less", "than", "20", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "90.7", "finally", "."], "ltl": ["finally", "[0,20]", "(", "signal_1_n", "math equal", "90.7", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "20", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "90.7"]]}}} {"id": 3693, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "16.7", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "shall", "remain", "in", "the", "open", "interval", "-LRB-", "13.9", ",", "16.5", "-RRB-", "continuously", "till", "the", "state", "of", "signal_3_n", "gets", "changed", "to", "signal_4_n", ",", "which", "has", "to", "be", "detected", "at", "a", "certain", "time", "point", "in", "the", "following", "20", "to", "49", "time", "units", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "16.7", ")", "imply", "(", "signal_2_n", "more", "13.9", "and", "signal_2_n", "less", "16.5", ")", "until", "[20,49]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "20", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "16.7", ")"]]}, " prop_2 ": {"span": [26, 71], "prop": [["signal_2_n", ">", "13.9"], ["signal_2_n", "<", "16.5"], ["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2665, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal_1_n", "is", "less", "than", "30.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "subsequent", "88", "time", "units", ",", "there", "shall", "eventually", "exist", "a", "certain", "time", "point", "during", "the", "following", "95", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "30.0", "imply", "globally", "[0,88]", "(", "finally", "[0,95]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "subsequent", "88", "time", "units", ",", "there", "shall", "eventually", "exist", "a", "certain", "time", "point", "during", "the", "following", "95", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "30.0"]]}, " prop_2 ": {"span": [46, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4115, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "signal_1_n", "decreases", "below", "52.1", "is", "detected", ",", "and", "signal_2_n", "keeps", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_4_n", "should", "be", "between", "4.7", "-LRB-", "closed", "-RRB-", "and", "11.9", "-LRB-", "closed", "-RRB-", "and", "this", "condition", "always", "lasts", "in", "the", "last", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "52.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[0,35]", "(", "signal_4_n", "more equal", "4.7", "and", "signal_4_n", "less equal", "11.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "this", "condition", "always", "lasts", "in", "the", "last", "35", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "35", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "<", "52.1", ")"]]}, " prop_2 ": {"span": [18, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 43], "prop": [["signal_4_n", ">=", "4.7"], ["signal_4_n", "<=", "11.9"]]}}} {"id": 976, "sentence": ["The", "value", "of", "signal", "signal_1_n", "is", "not", "set", "to", "56.5", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "math equal", "56.5", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["-", "(", "signal_1_n", "==", "56.5", ")"]]}}} {"id": 1079, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "n't", "smaller", "than", "23.9", "then", "in", "response", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "23.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", "<", "23.9", ")"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2312, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "81.5", "happens", "then", "in", "response", "signal_2_n", "is", "more", "than", "54.0", "and", "smaller", "than", "78.2", "and", "then", "this", "condition", "will", "be", "continuously", "keeping", "for", "more", "than", "24", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.5", ")", "imply", "globally", "[0,24]", "(", "signal_2_n", "more", "54.0", "and", "signal_2_n", "less", "78.2", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "be", "continuously", "keeping", "for", "more", "than", "24", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "24", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "81.5", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", ">", "54.0"], ["signal_2_n", "<", "78.2"]]}}} {"id": 1218, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "changes", "to", "20.2", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "has", "to", "keep", "in", "the", "range", "-LRB-", "69.2", ",", "80.7", "-RRB-", "consistently", "till", "ultimately", "the", "signal_3_n", "signal", "will", "be", "below", "14.5", ",", "which", "is", "detected", "at", "sometime", "during", "the", "following", "89", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "20.2", ")", "imply", "(", "signal_2_n", "more", "69.2", "and", "signal_2_n", "less", "80.7", ")", "until", "[0,89]", "(", "signal_3_n", "less", "14.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "==", "20.2", ")"]]}, " prop_2 ": {"span": [21, 57], "prop": [["signal_2_n", ">", "69.2"], ["signal_2_n", "<", "80.7"], ["signal_3_n", "<", "14.5"]]}}} {"id": 4186, "sentence": ["When", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "larger", "than", "22.7", "gets", "detected", ",", "then", "in", "response", "the", "condition", "that", "the", "mode", "of", "signal_2_n", "will", "finally", "not", "be", "set", "to", "signal_3_n", "at", "sometime", "within", "the", "first", "36", "time", "units", "ought", "n't", "to", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "22.7", ")", "imply", "negation", "(", "finally", "[0,36]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "the", "condition", "that", "(", "prop_2", ")", "ought", "n't", "to", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "F", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<=", "22.7", ")"]]}, " prop_2 ": {"span": [23, 42], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5, "sentence": ["There", "must", "be", "sometime", "within", "66", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "be", "ultimately", "in", "signal_2_n", "."], "ltl": ["finally", "[0,66]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "must", "be", "sometime", "within", "66", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1757, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "47", "to", "64", "time", "units", "the", "signal_1_n", "signal", "will", "uninterruptedly", "remain", "less", "than", "or", "equal", "to", "32.0", "and", "consistently", "the", "signal_2_n", "signal", "shall", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[47,64]", "(", "signal_1_n", "less equal", "32.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "47", "to", "64", "time", "units", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "47", ":", "64", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", "<=", "32.0"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3564, "sentence": ["For", "every", "time", "point", "within", "47", "time", "units", ",", "the", "signal_1_n", "signal", "always", "stays", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "consistently", "stay", "at", "100.0", "."], "ltl": ["globally", "[0,47]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "100.0", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "47", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_3_n", "==", "100.0"]]}}} {"id": 723, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "63.4", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "never", "jump", "to", "above", "49.3", "and", "then", "will", "remain", "like", "this", "consistently", "for", "each", "moment", "within", "the", "subsequent", "63", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "63.4", ")", "imply", "finally", "(", "globally", "[0,63]", "(", "negation", "rise", "(", "signal_2_n", "more", "49.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "be", "finally", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 16], "prop": [["fall", "(", "signal_1_n", "==", "63.4", ")"]]}, " prop_2 ": {"span": [45, 72], "prop": [["-", "rise", "(", "signal_2_n", ">", "49.3", ")"]]}}} {"id": 496, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "16.1", "is", "detected", ",", "then", "in", "response", "the", "mode", "of", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "and", "will", "have", "to", "always", "stay", "like", "that", "for", "every", "moment", "in", "the", "coming", "99", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.1", ")", "imply", "globally", "[0,99]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "16.1", ")"]]}, " prop_2 ": {"span": [18, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1331, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "be", "finally", "sometime", "in", "less", "than", "57", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "begins", "deviating", "from", "74.2", "does", "n't", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,57]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "74.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "be", "finally", "sometime", "in", "less", "than", "57", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["-", "fall", "(", "signal_3_n", "==", "74.2", ")"]]}}} {"id": 235, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "57.4", ",", "or", "signal_2_n", "is", "smaller", "than", "41.6", ",", "then", "in", "response", "without", "any", "delay", "the", "state", "of", "signal", "signal_3_n", "will", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "57.4", "or", "signal_2_n", "less", "41.6", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "57.4"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_2_n", "<", "41.6"]]}, " prop_3 ": {"span": [24, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1732, "sentence": ["Everytime", "when", "signal_1_n", "is", "no", "less", "than", "13.3", "and", "less", "than", "or", "equal", "to", "26.2", "and", "will", "be", "remaining", "like", "this", "continuously", "until", "the", "value", "of", "signal", "signal_2_n", "changes", "to", "27.1", ",", "which", "gets", "observed", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "during", "the", "coming", "11", "time", "units", "for", "each", "moment", "in", "the", "next", "72", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_3_n", "has", "to", "remain", "on", "39.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "13.3", "and", "signal_1_n", "less equal", "26.2", ")", "until", "(", "rise", "(", "signal_2_n", "math equal", "27.1", ")", ")", "imply", "finally", "[0,11]", "(", "globally", "[0,72]", "(", "signal_3_n", "math equal", "39.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "moment", "during", "the", "coming", "11", "time", "units", "for", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 47], "prop": [["signal_1_n", ">=", "13.3"], ["signal_1_n", "<=", "26.2"], ["rise", "(", "signal_2_n", "==", "27.1", ")"]]}, " prop_2 ": {"span": [67, 87], "prop": [["signal_3_n", "==", "39.5"]]}}} {"id": 345, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "changes", "to", "62.6", "happens", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "in", "the", "next", "99", "time", "units", "for", "the", "coming", "59", "time", "units", ",", "signal_2_n", "should", "continuously", "keep", "higher", "than", "23.6", "and", "lower", "than", "44.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "62.6", ")", "imply", "finally", "[0,99]", "(", "globally", "[0,59]", "(", "signal_2_n", "more", "23.6", "and", "signal_2_n", "less", "44.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "in", "the", "next", "99", "time", "units", "for", "the", "coming", "59", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "99", "]", "(", "G", "[", "0", ":", "59", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "62.6", ")"]]}, " prop_2 ": {"span": [41, 52], "prop": [["signal_2_n", ">", "23.6"], ["signal_2_n", "<", "44.3"]]}}} {"id": 1726, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "at", "least", "66.0", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "equal", "to", "98.5", ",", "or", "immediately", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "decreases", "to", "less", "than", "or", "equal", "to", "56.6", "is", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "66.0", ")", "imply", "signal_2_n", "math equal", "98.5", "or", "rise", "(", "signal_3_n", "less equal", "56.6", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "or", "immediately", "the", "transition", "action", "that", "(", "prop_3", ")", "is", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", ">=", "66.0", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "98.5"]]}, " prop_3 ": {"span": [40, 53], "prop": [["rise", "(", "signal_3_n", "<=", "56.6", ")"]]}}} {"id": 5275, "sentence": ["Whenever", "the", "state", "of", "signal", "signal_1_n", "stays", "in", "signal_2_n", ",", "and", "signal_3_n", "is", "less", "than", "24.9", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "57", "time", "units", "ultimately", ",", "at", "which", "continuously", "signal_4_n", "shall", "be", "no", "less", "than", "10.3", "and", "at", "most", "58.6", "for", "each", "time", "point", "in", "the", "following", "31", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "24.9", "imply", "finally", "[0,57]", "(", "globally", "[0,31]", "(", "signal_4_n", "more equal", "10.3", "and", "signal_4_n", "less equal", "58.6", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "certain", "moment", "during", "the", "subsequent", "57", "time", "units", "ultimately", ",", "at", "which", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "57", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 16], "prop": [["signal_3_n", "<", "24.9"]]}, " prop_3 ": {"span": [41, 62], "prop": [["signal_4_n", ">=", "10.3"], ["signal_4_n", "<=", "58.6"]]}}} {"id": 3741, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "88.4", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "will", "have", "to", "be", "a", "time", "in", "the", "coming", "46", "time", "units", ",", "after", "which", "within", "the", "subsequent", "75", "time", "units", "consistently", "the", "signal_2_n", "signal", "has", "to", "stay", "greater", "than", "or", "equal", "to", "33.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "88.4", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,75]", "(", "signal_2_n", "more equal", "33.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "will", "have", "to", "be", "a", "time", "in", "the", "coming", "46", "time", "units", ",", "after", "which", "within", "the", "subsequent", "75", "time", "units", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "88.4", ")"]]}, " prop_2 ": {"span": [46, 58], "prop": [["signal_2_n", ">=", "33.6"]]}}} {"id": 4202, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "0.1", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "will", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "2", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "below", "60.0", "ought", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "0.1", ")", "imply", "globally", "(", "finally", "[0,2]", "(", "rise", "(", "signal_2_n", "less", "60.0", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "will", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "2", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "0.1", ")"]]}, " prop_2 ": {"span": [58, 64], "prop": [["rise", "(", "signal_2_n", "<", "60.0", ")"]]}}} {"id": 97, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "72.7", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "the", "event", "that", "the", "value", "of", "signal_4_n", "becomes", "larger", "than", "45.4", "has", "to", "be", "detected", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "72.7", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "rise", "(", "signal_4_n", "more", "45.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "the", "event", "that", "(", "prop_3", ")", "has", "to", "be", "detected", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["signal_1_n", "<=", "72.7"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 50], "prop": [["rise", "(", "signal_4_n", ">", "45.4", ")"]]}}} {"id": 5951, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "96.3", "takes", "place", "then", "in", "response", "the", "value", "of", "signal_2_n", "must", "be", "higher", "than", "18.4", "and", "smaller", "than", "36.3", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "96.3", ")", "imply", "signal_2_n", "more", "18.4", "and", "signal_2_n", "less", "36.3", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "96.3", ")"]]}, " prop_2 ": {"span": [16, 30], "prop": [["signal_2_n", ">", "18.4"], ["signal_2_n", "<", "36.3"]]}}} {"id": 2986, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "at", "least", "50.8", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "value", "of", "signal_2_n", "ought", "never", "to", "be", "less", "than", "or", "equal", "to", "20.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "50.8", ")", "imply", "negation", "(", "signal_2_n", "less equal", "20.4", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "50.8", ")"]]}, " prop_2 ": {"span": [28, 42], "prop": [["-", "(", "signal_2_n", "<=", "20.4", ")"]]}}} {"id": 804, "sentence": ["For", "more", "than", "17", "time", "units", "without", "interruption", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "less", "than", "46.7", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "less", "46.7", ")"], "logic_sentence": ["For", "more", "than", "17", "time", "units", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<", "46.7"]]}}} {"id": 3358, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "85", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "must", "be", "finally", "in", "signal_2_n", ",", "or", "the", "signal_3_n", "signal", "is", "no", "less", "than", "15.5", "and", "no", "larger", "than", "42.2", "eventually", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "15.5", "and", "signal_3_n", "less equal", "42.2", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "85", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_3_n", ">=", "15.5"], ["signal_3_n", "<=", "42.2"]]}}} {"id": 1, "sentence": ["English"], "ltl": ["STL"], "logic_sentence": ["English"], "logic_ltl": ["STL"], "propositions": {}} {"id": 3082, "sentence": ["Everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "observed", "then", "there", "ought", "to", "be", "a", "certain", "moment", "within", "76", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "will", "be", "above", "30.0", "and", "less", "than", "41.1", "consistently", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,76]", "(", "globally", "(", "signal_3_n", "more", "30.0", "and", "signal_3_n", "less", "41.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "there", "ought", "to", "be", "a", "certain", "moment", "within", "76", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 51], "prop": [["signal_3_n", ">", "30.0"], ["signal_3_n", "<", "41.1"]]}}} {"id": 485, "sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "mode", "of", "signal_1_n", "has", "to", "be", "finally", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 54, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "95.5", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "above", "46.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "95.5", ")", "imply", "signal_2_n", "more", "46.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "95.5", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", ">", "46.6"]]}}} {"id": 6089, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "above", "15.8", "happens", "then", "in", "response", "signal_2_n", "is", "less", "than", "or", "equal", "to", "50.0", "and", "must", "hold", "like", "this", "till", "there", "eventually", "exists", "a", "certain", "time", "instant", "within", "the", "subsequent", "63", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "gets", "to", "at", "least", "55.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "15.8", ")", "imply", "(", "signal_2_n", "less equal", "50.0", ")", "until", "[0,63]", "(", "rise", "(", "signal_3_n", "more equal", "55.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "15.8", ")"]]}, " prop_2 ": {"span": [20, 60], "prop": [["signal_2_n", "<=", "50.0"], ["rise", "(", "signal_3_n", ">=", "55.8", ")"]]}}} {"id": 1445, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "12.3", "and", "less", "than", "or", "equal", "to", "12.7", "and", "the", "signal_2_n", "signal", "is", "at", "most", "67.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "is", "changed", "to", "78.8", "has", "to", "get", "detected", ",", "or", "the", "mode", "of", "signal", "signal_4_n", "ought", "to", "remain", "in", "signal_5_n", "at", "once", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "12.3", "and", "signal_1_n", "less equal", "12.7", ")", "and", "signal_2_n", "less equal", "67.2", "imply", "rise", "(", "signal_3_n", "math equal", "78.8", ")", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "transition", "action", "that", "(", "prop_3", ")", "has", "to", "get", "detected", ",", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", ">=", "12.3"], ["signal_1_n", "<=", "12.7"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "<=", "67.2"]]}, " prop_3 ": {"span": [42, 50], "prop": [["rise", "(", "signal_3_n", "==", "78.8", ")"]]}, " prop_4 ": {"span": [56, 68], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 4544, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "79.3", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "instantly", "higher", "than", "60.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "79.3", ")", "imply", "signal_2_n", "more", "60.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "79.3", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", ">", "60.9"]]}}} {"id": 752, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "larger", "than", "78.6", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "keep", "greater", "than", "or", "equal", "to", "50.8", "and", "no", "more", "than", "63.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "78.6", "imply", "signal_2_n", "more equal", "50.8", "and", "signal_2_n", "less equal", "63.6", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "78.6"]]}, " prop_2 ": {"span": [17, 35], "prop": [["signal_2_n", ">=", "50.8"], ["signal_2_n", "<=", "63.6"]]}}} {"id": 5488, "sentence": ["In", "the", "event", "that", "signal_1_n", "does", "n't", "become", "not", "set", "to", "20.6", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "89.3", "then", "in", "response", "simultaneously", "the", "signal_3_n", "signal", "must", "never", "be", "less", "than", "71.4", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "20.6", ")", "and", "signal_2_n", "math equal", "89.3", "imply", "negation", "(", "signal_3_n", "less", "71.4", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["-", "fall", "(", "signal_1_n", "==", "20.6", ")"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "==", "89.3"]]}, " prop_3 ": {"span": [26, 35], "prop": [["-", "(", "signal_3_n", "<", "71.4", ")"]]}}} {"id": 3743, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "state", "of", "signal", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "then", "the", "value", "of", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "15.0", "and", "then", "has", "to", "stay", "like", "this", "consistently", "for", "each", "moment", "during", "the", "next", "18", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,18]", "(", "signal_3_n", "less equal", "15.0", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 47], "prop": [["signal_3_n", "<=", "15.0"]]}}} {"id": 3196, "sentence": ["When", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "will", "have", "to", "remain", "no", "larger", "than", "39.4", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "future", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "less equal", "39.4", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_3_n", "<=", "39.4"]]}}} {"id": 6329, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "45.5", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "sha", "n't", "be", "90.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "45.5", ")", "imply", "negation", "(", "signal_2_n", "math equal", "90.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "45.5", ")"]]}, " prop_2 ": {"span": [32, 40], "prop": [["-", "(", "signal_2_n", "==", "90.1", ")"]]}}} {"id": 1056, "sentence": ["When", "the", "signal_1_n", "signal", "is", "greater", "than", "68.2", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "interval", "-LSB-", "80.7", ",", "91.8", "-RSB-", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "coming", "47", "to", "52", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "goes", "down", "to", "less", "than", "23.0", "happens", "finally", "at", "a", "certain", "time", "instant", "in", "the", "coming", "30", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "68.2", "and", "(", "signal_2_n", "more equal", "80.7", "and", "signal_2_n", "less equal", "91.8", ")", "imply", "globally", "[47,52]", "(", "finally", "[0,30]", "(", "rise", "(", "signal_3_n", "less", "23.0", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "coming", "47", "to", "52", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "happens", "finally", "at", "a", "certain", "time", "instant", "in", "the", "coming", "30", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "47", ":", "52", "]", "(", "F", "[", "0", ":", "30", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", ">", "68.2"]]}, " prop_2 ": {"span": [9, 23], "prop": [["signal_2_n", ">=", "80.7"], ["signal_2_n", "<=", "91.8"]]}, " prop_3 ": {"span": [48, 58], "prop": [["rise", "(", "signal_3_n", "<", "23.0", ")"]]}}} {"id": 3027, "sentence": ["For", "each", "time", "point", "within", "the", "first", "64", "time", "units", "the", "value", "of", "signal_1_n", "ought", "to", "be", "above", "14.4", "and", "less", "than", "84.7", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more", "14.4", "and", "signal_1_n", "less", "84.7", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "64", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">", "14.4"], ["signal_1_n", "<", "84.7"]]}}} {"id": 2539, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "takes", "place", ",", "then", "in", "response", "there", "shall", "be", "a", "certain", "moment", "within", "the", "subsequent", "53", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "eventually", "bigger", "than", "60.3", "and", "lower", "than", "69.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,53]", "(", "signal_3_n", "more", "60.3", "and", "signal_3_n", "less", "69.9", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "there", "shall", "be", "a", "certain", "moment", "within", "the", "subsequent", "53", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "53", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 52], "prop": [["signal_3_n", ">", "60.3"], ["signal_3_n", "<", "69.9"]]}}} {"id": 3031, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "has", "to", "remain", "greater", "than", "1.5", "and", "below", "5.7", "for", "the", "first", "58", "time", "units", "."], "ltl": ["globally", "[0,58]", "(", "signal_1_n", "more", "1.5", "and", "signal_1_n", "less", "5.7", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">", "1.5"], ["signal_1_n", "<", "5.7"]]}}} {"id": 2246, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "does", "not", "happen", "and", "the", "mode", "of", "signal_3_n", "is", "n't", "set", "to", "signal_4_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_5_n", "ought", "to", "be", "in", "signal_6_n", "instantly", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "does", "not", "happen", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [41, 51], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 307, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "0.4", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "at", "least", "94.2", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "0.4", ")", "imply", "signal_2_n", "more equal", "94.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "0.4", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "94.2"]]}}} {"id": 3975, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "40", "to", "94", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "9.2", "and", "less", "than", "or", "equal", "to", "35.1", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[40,94]", "(", "finally", "(", "signal_3_n", "more equal", "9.2", "and", "signal_3_n", "less equal", "35.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "for", "each", "moment", "in", "the", "following", "40", "to", "94", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "40", ":", "94", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [51, 73], "prop": [["signal_3_n", ">=", "9.2"], ["signal_3_n", "<=", "35.1"]]}}} {"id": 4605, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "signal_1_n", "always", "stays", "higher", "than", "0.4", "and", "less", "than", "21.4", "or", "uninterruptedly", "the", "mode", "of", "signal_2_n", "must", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "0.4", "and", "signal_1_n", "less", "21.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "0.4"], ["signal_1_n", "<", "21.4"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 67, "sentence": ["For", "every", "moment", "in", "the", "first", "14", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "continuously", "86.1", ",", "or", "consistently", "the", "value", "of", "signal_2_n", "ought", "to", "be", "set", "to", "69.6", "."], "ltl": ["globally", "[0,14]", "(", "signal_1_n", "math equal", "86.1", "or", "signal_2_n", "math equal", "69.6", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "14", "time", "units", ",", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "14", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "86.1"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "69.6"]]}}} {"id": 296, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "59", "time", "units", ",", "ultimately", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "must", "be", "detected", "."], "ltl": ["finally", "[0,59]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "59", "time", "units", ",", "ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "be", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 69, "sentence": ["For", "every", "moment", "in", "the", "first", "99", "time", "units", ",", "the", "value", "of", "signal_1_n", "remains", "equal", "to", "53.8", "consecutively", ",", "or", "the", "signal_2_n", "signal", "will", "be", "continuously", "set", "to", "52.2", "."], "ltl": ["globally", "[0,99]", "(", "signal_1_n", "math equal", "53.8", "or", "signal_2_n", "math equal", "52.2", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "99", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "99", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "53.8"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "52.2"]]}}} {"id": 2047, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "decreases", "below", "14.7", "then", "in", "response", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consecutively", "the", "signal_2_n", "signal", "will", "keep", "greater", "than", "or", "equal", "to", "98.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "14.7", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more equal", "98.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "in", "response", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "<", "14.7", ")"]]}, " prop_2 ": {"span": [45, 56], "prop": [["signal_2_n", ">=", "98.0"]]}}} {"id": 237, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "40.9", "occurs", ",", "then", "in", "response", "immediately", "the", "state", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "40.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "40.9", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3207, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "31.4", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "must", "be", "less", "than", "26.4", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "less", "31.4", "imply", "signal_2_n", "less", "26.4", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["signal_1_n", "<", "31.4"]]}, " prop_2 ": {"span": [15, 25], "prop": [["signal_2_n", "<", "26.4"]]}}} {"id": 4109, "sentence": ["In", "case", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "71.1", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "will", "eventually", "remain", "in", "signal_3_n", "at", "a", "certain", "moment", "in", "the", "following", "72", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "71.1", "imply", "finally", "[0,72]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "71.1"]]}, " prop_2 ": {"span": [17, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4693, "sentence": ["For", "the", "first", "30", "time", "units", "the", "state", "of", "signal_1_n", "has", "to", "keep", "in", "signal_2_n", ",", "or", "the", "state", "of", "signal_3_n", "ought", "to", "continuously", "keep", "in", "signal_4_n", "."], "ltl": ["globally", "[0,30]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["For", "the", "first", "30", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "30", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1985, "sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "18", "time", "units", "the", "signal_1_n", "signal", "is", "finally", "11.8", "."], "ltl": ["finally", "[0,18]", "(", "signal_1_n", "math equal", "11.8", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "18", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "11.8"]]}}} {"id": 6307, "sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_1_n", "is", "below", "66.4", "."], "ltl": ["finally", "(", "signal_1_n", "less", "66.4", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 28], "prop": [["signal_1_n", "<", "66.4"]]}}} {"id": 1499, "sentence": ["In", "case", "that", "the", "state", "of", "signal_1_n", "is", "n't", "in", "signal_2_n", "then", "in", "response", "finally", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "next", "15", "to", "71", "time", "units", ",", "at", "which", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "76.7", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[15,71]", "(", "signal_3_n", "less equal", "76.7", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "in", "response", "finally", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "next", "15", "to", "71", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "15", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["signal_3_n", "<=", "76.7"]]}}} {"id": 1100, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "71.5", "is", "n't", "observed", ",", "and", "the", "value", "of", "signal", "signal_2_n", "increases", "above", "4.1", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "shall", "be", "at", "least", "14.3", "and", "then", "this", "scenario", "will", "be", "consecutively", "holding", "for", "each", "time", "point", "during", "the", "coming", "75", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "71.5", ")", "and", "rise", "(", "signal_2_n", "more", "4.1", ")", "imply", "globally", "[0,75]", "(", "signal_3_n", "more equal", "14.3", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "n't", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "then", "this", "scenario", "will", "be", "consecutively", "holding", "for", "each", "time", "point", "during", "the", "coming", "75", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "75", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["-", "fall", "(", "signal_1_n", ">", "71.5", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["rise", "(", "signal_2_n", ">", "4.1", ")"]]}, " prop_3 ": {"span": [36, 42], "prop": [["signal_3_n", ">=", "14.3"]]}}} {"id": 33, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "most", "28.8", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "4", "time", "units", "there", "should", "be", "sometime", "in", "the", "following", "26", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "has", "to", "be", "95.1", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "28.8", ")", "imply", "globally", "[0,4]", "(", "finally", "[0,26]", "(", "signal_2_n", "math equal", "95.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "4", "time", "units", "there", "should", "be", "sometime", "in", "the", "following", "26", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "4", "]", "(", "F", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "28.8", ")"]]}, " prop_2 ": {"span": [50, 59], "prop": [["signal_2_n", "==", "95.1"]]}}} {"id": 3537, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "larger", "than", "34.6", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "will", "be", "set", "to", "40.8", "uninterruptedly", "until", "the", "signal_3_n", "signal", "will", "drop", "to", "less", "than", "or", "equal", "to", "19.2", ",", "which", "has", "to", "get", "observed", "at", "a", "time", "within", "the", "following", "56", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "34.6", ")", "imply", "(", "signal_2_n", "math equal", "40.8", ")", "until", "[0,56]", "(", "rise", "(", "signal_3_n", "less equal", "19.2", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "34.6", ")"]]}, " prop_2 ": {"span": [23, 62], "prop": [["signal_2_n", "==", "40.8"], ["rise", "(", "signal_3_n", "<=", "19.2", ")"]]}}} {"id": 2080, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "3", "to", "95", "time", "units", ",", "signal_1_n", "should", "stay", "less", "than", "or", "equal", "to", "29.7", "without", "interruption", ",", "and", "the", "signal_2_n", "signal", "will", "keep", "greater", "than", "13.6", "and", "less", "than", "67.4", "without", "interruption", "."], "ltl": ["globally", "[3,95]", "(", "signal_1_n", "less equal", "29.7", "and", "(", "signal_2_n", "more", "13.6", "and", "signal_2_n", "less", "67.4", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "3", "to", "95", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "95", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "<=", "29.7"]]}, " prop_2 ": {"span": [26, 40], "prop": [["signal_2_n", ">", "13.6"], ["signal_2_n", "<", "67.4"]]}}} {"id": 1825, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "33", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "finally", "equal", "to", "84.1", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "to", "no", "less", "than", "60.4", "needs", "to", "take", "place", "finally", "."], "ltl": ["finally", "[0,33]", "(", "signal_1_n", "math equal", "84.1", "and", "rise", "(", "signal_2_n", "more equal", "60.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "33", "time", "units", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "84.1"]]}, " prop_2 ": {"span": [27, 36], "prop": [["rise", "(", "signal_2_n", ">=", "60.4", ")"]]}}} {"id": 3576, "sentence": ["For", "every", "time", "point", "within", "1", "to", "2", "time", "units", ",", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "continuously", "and", "the", "value", "of", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "67.4", "consistently", "."], "ltl": ["globally", "[1,2]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "67.4", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "1", "to", "2", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "1", ":", "2", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_3_n", ">=", "67.4"]]}}} {"id": 1247, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "drops", "to", "at", "most", "24.7", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "has", "to", "be", "sometime", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "and", "this", "condition", "will", "uninterruptedly", "hold", "for", "every", "time", "point", "in", "the", "coming", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "24.7", ")", "imply", "finally", "[0,27]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "has", "to", "be", "sometime", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "this", "condition", "will", "uninterruptedly", "hold", "for", "every", "time", "point", "in", "the", "coming", "97", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "24.7", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 361, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "ultimately", "signal_1_n", "needs", "to", "be", "larger", "than", "84.8", ",", "or", "eventually", "the", "signal_2_n", "signal", "is", "not", "71.0", "."], "ltl": ["finally", "(", "signal_1_n", "more", "84.8", "or", "negation", "(", "signal_2_n", "math equal", "71.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "ultimately", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", ">", "84.8"]]}, " prop_2 ": {"span": [25, 31], "prop": [["-", "(", "signal_2_n", "==", "71.0", ")"]]}}} {"id": 2030, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "consistently", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5956, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "59.4", "or", "the", "signal_2_n", "signal", "is", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_4_n", "ought", "not", "to", "be", "less", "than", "or", "equal", "to", "84.6", "and", "then", "this", "scenario", "needs", "to", "consecutively", "sustain", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "59.4", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "(", "negation", "(", "signal_4_n", "less equal", "84.6", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "then", "this", "scenario", "needs", "to", "consecutively", "sustain", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "59.4"]]}, " prop_2 ": {"span": [9, 14], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [22, 37], "prop": [["-", "(", "signal_4_n", "<=", "84.6", ")"]]}}} {"id": 22, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "starting", "at", "most", "61", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "97.9", "is", "finally", "detected", "and", "eventually", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "62.2", "and", "less", "than", "or", "equal", "to", "76.5", "."], "ltl": ["finally", "[0,61]", "(", "rise", "(", "signal_1_n", "less", "97.9", ")", "and", "(", "signal_2_n", "more equal", "62.2", "and", "signal_2_n", "less equal", "76.5", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "starting", "at", "most", "61", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "is", "finally", "detected", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", "<", "97.9", ")"]]}, " prop_2 ": {"span": [32, 50], "prop": [["signal_2_n", ">=", "62.2"], ["signal_2_n", "<=", "76.5"]]}}} {"id": 4944, "sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "11", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "87.7", "takes", "place", "."], "ltl": ["finally", "[0,11]", "(", "fall", "(", "signal_1_n", "math equal", "87.7", ")", ")"], "logic_sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "11", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 30], "prop": [["fall", "(", "signal_1_n", "==", "87.7", ")"]]}}} {"id": 1310, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "29.2", "occurs", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "signal_2_n", "signal", "has", "to", "be", "39.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.2", ")", "imply", "signal_2_n", "math equal", "39.8", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", ">=", "29.2", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "39.8"]]}}} {"id": 4518, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "takes", "place", ",", "then", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "there", "ought", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "at", "least", "9.4", "and", "less", "than", "or", "equal", "to", "60.1", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more equal", "9.4", "and", "signal_3_n", "less equal", "60.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "there", "ought", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 71], "prop": [["signal_3_n", ">=", "9.4"], ["signal_3_n", "<=", "60.1"]]}}} {"id": 448, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "keeps", "in", "signal_4_n", ",", "then", "in", "response", "the", "subsequent", "condition", "must", "not", "be", "true", ":", "the", "value", "of", "signal_5_n", "is", "n't", "less", "than", "or", "equal", "to", "72.2", "then", "this", "condition", "keeps", "uninterruptedly", "for", "the", "elapsed", "6", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "negation", "(", "historically", "[0,6]", "(", "negation", "(", "signal_5_n", "less equal", "72.2", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "the", "subsequent", "condition", "must", "not", "be", "true", ":", "(", "prop_3", ")", "then", "this", "condition", "keeps", "uninterruptedly", "for", "the", "elapsed", "6", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "-", "(", "hist|ically", "[", "0", ":", "6", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [32, 44], "prop": [["-", "(", "signal_5_n", "<=", "72.2", ")"]]}}} {"id": 211, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "gets", "shifted", "to", "24.2", "occurs", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "no", "less", "than", "52.9", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "24.2", ")", "imply", "signal_2_n", "more equal", "52.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "24.2", ")"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", ">=", "52.9"]]}}} {"id": 5607, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "55", "to", "59", "time", "units", "finally", "the", "event", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "48.0", "takes", "place", "or", "ultimately", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "to", "no", "less", "than", "0.7", "gets", "observed", "."], "ltl": ["finally", "[55,59]", "(", "rise", "(", "signal_1_n", "more equal", "48.0", ")", "or", "rise", "(", "signal_2_n", "more equal", "0.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "55", "to", "59", "time", "units", "finally", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "or", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "gets", "observed", "."], "logic_ltl": ["F", "[", "55", ":", "59", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["rise", "(", "signal_1_n", ">=", "48.0", ")"]]}, " prop_2 ": {"span": [33, 42], "prop": [["rise", "(", "signal_2_n", ">=", "0.7", ")"]]}}} {"id": 1329, "sentence": ["If", "the", "signal_1_n", "signal", "is", "not", "less", "than", "72.6", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "lower", "than", "60.6", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "sometime", "in", "the", "following", "1", "time", "units", "within", "the", "next", "29", "time", "units", ",", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "consistently", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "72.6", ")", "and", "rise", "(", "signal_2_n", "less", "60.6", ")", "imply", "finally", "[0,1]", "(", "globally", "[0,29]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "sometime", "in", "the", "following", "1", "time", "units", "within", "the", "next", "29", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "1", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["-", "(", "signal_1_n", "<", "72.6", ")"]]}, " prop_2 ": {"span": [14, 23], "prop": [["rise", "(", "signal_2_n", "<", "60.6", ")"]]}, " prop_3 ": {"span": [50, 62], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 921, "sentence": ["At", "a", "time", "within", "46", "time", "units", ",", "ultimately", "the", "mode", "of", "signal_1_n", "must", "remain", "in", "signal_2_n", "or", "signal_3_n", "should", "be", "higher", "than", "17.9", "finally", "."], "ltl": ["finally", "[0,46]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "more", "17.9", ")"], "logic_sentence": ["At", "a", "time", "within", "46", "time", "units", ",", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_3_n", ">", "17.9"]]}}} {"id": 4, "sentence": ["If", "the", "value", "of", "signal_1_n", "keeps", "larger", "than", "15.6", "and", "below", "30.8", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "time", "within", "the", "coming", "76", "time", "units", ",", "the", "value", "of", "signal_4_n", "has", "to", "be", "equal", "to", "2.3", "and", "this", "condition", "ought", "to", "consecutively", "hold", "for", "each", "time", "instant", "within", "the", "next", "11", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "15.6", "and", "signal_1_n", "less", "30.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,76]", "(", "globally", "[0,11]", "(", "signal_4_n", "math equal", "2.3", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "time", "within", "the", "coming", "76", "time", "units", ",", "(", "prop_3", ")", "and", "this", "condition", "ought", "to", "consecutively", "hold", "for", "each", "time", "instant", "within", "the", "next", "11", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "11", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", ">", "15.6"], ["signal_1_n", "<", "30.8"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [40, 50], "prop": [["signal_4_n", "==", "2.3"]]}}} {"id": 2434, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "greater", "than", "36.4", "and", "less", "than", "84.8", "then", "this", "condition", "sustained", "consecutively", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "16", "to", "68", "time", "units", "finally", "there", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "7.1", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more", "36.4", "and", "signal_1_n", "less", "84.8", ")", "imply", "globally", "[16,68]", "(", "finally", "(", "signal_2_n", "more equal", "7.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "this", "condition", "sustained", "consecutively", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "16", "to", "68", "time", "units", "finally", "there", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "16", ":", "68", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "36.4"], ["signal_1_n", "<", "84.8"]]}, " prop_2 ": {"span": [61, 71], "prop": [["signal_2_n", ">=", "7.1"]]}}} {"id": 226, "sentence": ["When", "for", "the", "last", "23", "to", "24", "time", "units", ",", "consistently", "the", "state", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "in", "response", "for", "every", "time", "point", "in", "the", "subsequent", "36", "time", "units", ",", "the", "value", "of", "signal_3_n", "continuously", "keeps", "no", "more", "than", "75.4", "."], "ltl": ["globally", "(", "historically", "[23,24]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,36]", "(", "signal_3_n", "less equal", "75.4", ")", ")"], "logic_sentence": ["When", "for", "the", "last", "23", "to", "24", "time", "units", ",", "consistently", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "23", ":", "24", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 32], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_3_n", "<=", "75.4"]]}}} {"id": 1751, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "57.7", "gets", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "smaller", "than", "7.0", ",", "then", "signal_3_n", "will", "have", "to", "be", "in", "the", "closed", "interval", "-LSB-", "22.0", ",", "53.4", "-RSB-", "at", "the", "same", "time", "instant", ",", "or", "the", "signal_4_n", "signal", "will", "have", "to", "be", "greater", "than", "53.9", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.7", ")", "and", "signal_2_n", "less", "7.0", "imply", "(", "signal_3_n", "more equal", "22.0", "and", "signal_3_n", "less equal", "53.4", ")", "or", "signal_4_n", "more", "53.9", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", ">=", "57.7", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "<", "7.0"]]}, " prop_3 ": {"span": [31, 67], "prop": [["signal_3_n", ">=", "22.0"], ["signal_3_n", "<=", "53.4"], ["signal_4_n", ">", "53.9"]]}}} {"id": 3298, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "72.1", "occurs", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "changed", "to", "59.5", "shall", "be", "observed", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "72.1", ")", "imply", "finally", "(", "rise", "(", "signal_2_n", "math equal", "59.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "observed", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "72.1", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["rise", "(", "signal_2_n", "==", "59.5", ")"]]}}} {"id": 6012, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "79.0", "is", "detected", ",", "then", "in", "response", "the", "signal_2_n", "signal", "must", "remain", "higher", "than", "31.2", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "coming", "13", "to", "17", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.0", ")", "imply", "finally", "[13,17]", "(", "signal_2_n", "more", "31.2", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "13", ":", "17", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "79.0", ")"]]}, " prop_2 ": {"span": [23, 45], "prop": [["signal_2_n", ">", "31.2"]]}}} {"id": 1529, "sentence": ["Without", "interruption", "the", "state", "of", "signal", "signal_1_n", "will", "stay", "in", "signal_2_n", "for", "at", "least", "10", "time", "units", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2619, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "larger", "than", "40.3", "is", "observed", "then", "simultaneously", "the", "scenario", "that", "signal_2_n", "becomes", "no", "less", "than", "62.6", "will", "happen", "or", "at", "the", "same", "time", "the", "signal_3_n", "signal", "ought", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "40.3", ")", "imply", "rise", "(", "signal_2_n", "more equal", "62.6", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "simultaneously", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "or", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "40.3", ")"]]}, " prop_2 ": {"span": [27, 33], "prop": [["rise", "(", "signal_2_n", ">=", "62.6", ")"]]}, " prop_3 ": {"span": [40, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 410, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "goes", "below", "74.4", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "value", "of", "signal_2_n", "needs", "to", "settle", "to", "48.8", ",", "or", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_3_n", "will", "be", "set", "to", "42.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "74.4", ")", "imply", "signal_2_n", "math equal", "48.8", "or", "signal_3_n", "math equal", "42.7", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", ",", "or", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "74.4", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "48.8"]]}, " prop_3 ": {"span": [36, 46], "prop": [["signal_3_n", "==", "42.7"]]}}} {"id": 1026, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "27.2", "and", "smaller", "than", "40.6", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "4.7", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "has", "to", "be", "larger", "than", "68.3", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "27.2", "and", "signal_1_n", "less", "40.6", ")", "or", "signal_2_n", "more", "4.7", "imply", "signal_3_n", "more", "68.3", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "27.2"], ["signal_1_n", "<", "40.6"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", ">", "4.7"]]}, " prop_3 ": {"span": [33, 48], "prop": [["signal_3_n", ">", "68.3"]]}}} {"id": 3104, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "consistently", "the", "signal_1_n", "signal", "ought", "to", "be", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "will", "be", "staying", "more", "than", "58.9", "and", "less", "than", "92.6", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "58.9", "and", "signal_3_n", "less", "92.6", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 34], "prop": [["signal_3_n", ">", "58.9"], ["signal_3_n", "<", "92.6"]]}}} {"id": 4059, "sentence": ["For", "every", "time", "point", "during", "the", "first", "3", "to", "25", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "uninterruptedly", "not", "be", "lower", "than", "87.5", "and", "uninterruptedly", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "28.0", "."], "ltl": ["globally", "[3,25]", "(", "negation", "(", "signal_1_n", "less", "87.5", ")", "and", "signal_2_n", "more equal", "28.0", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "3", "to", "25", "time", "units", "(", "prop_1", ")", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "25", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["-", "(", "signal_1_n", "<", "87.5", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", ">=", "28.0"]]}}} {"id": 4883, "sentence": ["In", "the", "case", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "must", "be", "greater", "than", "0.3", "and", "less", "than", "2.1", "and", "this", "condition", "will", "have", "to", "hold", "consistently", "till", "ultimately", "the", "signal_4_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "21.2", ",", "which", "has", "to", "be", "observed", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "(", "signal_3_n", "more", "0.3", "and", "signal_3_n", "less", "2.1", ")", "until", "(", "signal_4_n", "less equal", "21.2", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "to", "hold", "consistently", "till", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_3_n", ">", "0.3"], ["signal_3_n", "<", "2.1"]]}, " prop_3 ": {"span": [39, 68], "prop": [["signal_4_n", "<=", "21.2"]]}}} {"id": 5515, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "58.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "1", "time", "units", ",", "finally", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_2_n", "is", "60.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "58.7", ")", "imply", "globally", "[0,1]", "(", "finally", "(", "signal_2_n", "math equal", "60.4", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "coming", "1", "time", "units", ",", "finally", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", "<=", "58.7", ")"]]}, " prop_2 ": {"span": [57, 60], "prop": [["signal_2_n", "==", "60.4"]]}}} {"id": 5341, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "53.9", ",", "then", "for", "each", "time", "point", "during", "the", "next", "17", "to", "57", "time", "units", ",", "the", "signal_2_n", "signal", "needs", "to", "remain", "higher", "than", "77.6", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "53.9", "imply", "globally", "[17,57]", "(", "signal_2_n", "more", "77.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "for", "each", "time", "point", "during", "the", "next", "17", "to", "57", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "17", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<=", "53.9"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_2_n", ">", "77.6"]]}}} {"id": 1681, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "higher", "than", "63.7", "and", "less", "than", "69.1", "or", "the", "value", "of", "signal", "signal_2_n", "is", "more", "than", "36.3", "and", "less", "than", "90.9", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "set", "to", "signal_4_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "63.7", "and", "signal_1_n", "less", "69.1", ")", "or", "(", "signal_2_n", "more", "36.3", "and", "signal_2_n", "less", "90.9", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">", "63.7"], ["signal_1_n", "<", "69.1"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", ">", "36.3"], ["signal_2_n", "<", "90.9"]]}, " prop_3 ": {"span": [41, 55], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 416, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "eventually", "become", "below", "15.5", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "15.5", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["rise", "(", "signal_1_n", "<", "15.5", ")"]]}}} {"id": 710, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "14.0", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "does", "not", "fall", "to", "less", "than", "or", "equal", "to", "76.9", "and", "then", "should", "remain", "like", "this", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "14.0", ")", "imply", "finally", "(", "globally", "(", "negation", "fall", "(", "signal_2_n", "more", "76.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "14.0", ")"]]}, " prop_2 ": {"span": [47, 77], "prop": [["-", "fall", "(", "signal_2_n", ">", "76.9", ")"]]}}} {"id": 1515, "sentence": ["There", "must", "be", "a", "certain", "moment", "within", "the", "first", "84", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "will", "be", "less", "than", "4.6", "or", "the", "transition", "action", "that", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "48.5", "should", "finally", "occur", "."], "ltl": ["finally", "[0,84]", "(", "signal_1_n", "less", "4.6", "or", "rise", "(", "signal_2_n", "less equal", "48.5", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "moment", "within", "the", "first", "84", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "finally", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", "<", "4.6"]]}, " prop_2 ": {"span": [31, 40], "prop": [["rise", "(", "signal_2_n", "<=", "48.5", ")"]]}}} {"id": 820, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "20.7", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "higher", "than", "41.4", "and", "then", "uninterruptedly", "this", "scenario", "ought", "to", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "20.7", ")", "imply", "globally", "(", "signal_2_n", "more", "41.4", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "scenario", "ought", "to", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "20.7", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", ">", "41.4"]]}}} {"id": 2692, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "at", "most", "95.5", "is", "detected", "then", "in", "response", "the", "event", "that", "the", "signal_2_n", "signal", "leaves", "signal_3_n", "has", "to", "immediately", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "95.5", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "has", "to", "immediately", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "95.5", ")"]]}, " prop_2 ": {"span": [24, 29], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 229, "sentence": ["For", "each", "moment", "within", "94", "time", "units", ",", "signal_1_n", "has", "to", "remain", "at", "least", "77.5", "consistently", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "more equal", "77.5", ")"], "logic_sentence": ["For", "each", "moment", "within", "94", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", ">=", "77.5"]]}}} {"id": 1635, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "bigger", "than", "61.4", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "27.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "61.4", ")", "imply", "signal_2_n", "math equal", "27.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", ">", "61.4", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "27.8"]]}}} {"id": 3976, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "32", "to", "68", "time", "units", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "signal_3_n", "signal", "shall", "be", "within", "-LSB-", "46.3", ",", "92.0", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[32,68]", "(", "finally", "(", "signal_3_n", "more equal", "46.3", "and", "signal_3_n", "less equal", "92.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "32", "to", "68", "time", "units", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "32", ":", "68", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [58, 68], "prop": [["signal_3_n", ">=", "46.3"], ["signal_3_n", "<=", "92.0"]]}}} {"id": 6375, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "85.7", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "in", "less", "than", "26", "time", "units", ",", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "continuously", "signal_2_n", "must", "stay", "less", "than", "or", "equal", "to", "45.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "85.7", ")", "imply", "finally", "[0,26]", "(", "globally", "(", "signal_2_n", "less equal", "45.2", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "time", "point", "in", "less", "than", "26", "time", "units", ",", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "85.7", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["signal_2_n", "<=", "45.2"]]}}} {"id": 4537, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "continuously", "the", "signal_1_n", "signal", "is", "at", "least", "24.3", "or", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "24.3", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">=", "24.3"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3363, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "jumps", "to", "over", "9.5", "happens", ",", "then", "in", "response", "the", "signal_2_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "3.9", "and", "at", "most", "70.2", "and", "then", "uninterruptedly", "this", "condition", "shall", "keep", "for", "every", "moment", "during", "the", "coming", "76", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "9.5", ")", "imply", "globally", "[0,76]", "(", "signal_2_n", "more equal", "3.9", "and", "signal_2_n", "less equal", "70.2", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "condition", "shall", "keep", "for", "every", "moment", "during", "the", "coming", "76", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "76", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", ">", "9.5", ")"]]}, " prop_2 ": {"span": [18, 33], "prop": [["signal_2_n", ">=", "3.9"], ["signal_2_n", "<=", "70.2"]]}}} {"id": 6161, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "1.3", "and", "less", "than", "or", "equal", "to", "12.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.3", "and", "signal_1_n", "less equal", "12.9", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 24], "prop": [["signal_1_n", ">=", "1.3"], ["signal_1_n", "<=", "12.9"]]}, " prop_2 ": {"span": [39, 47], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4744, "sentence": ["At", "sometime", "in", "less", "than", "1", "time", "units", "signal_1_n", "will", "be", "below", "84.3", "eventually", ",", "and", "the", "value", "of", "signal_2_n", "will", "be", "finally", "less", "than", "or", "equal", "to", "40.7", "."], "ltl": ["finally", "[0,1]", "(", "signal_1_n", "less", "84.3", "and", "signal_2_n", "less equal", "40.7", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "1", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "1", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "<", "84.3"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", "<=", "40.7"]]}}} {"id": 1364, "sentence": ["There", "is", "eventually", "a", "time", "in", "less", "than", "57", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "larger", "than", "28.5", "."], "ltl": ["finally", "[0,57]", "(", "signal_1_n", "more", "28.5", ")"], "logic_sentence": ["There", "is", "eventually", "a", "time", "in", "less", "than", "57", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", ">", "28.5"]]}}} {"id": 3933, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "holds", "like", "that", "all", "the", "time", "during", "the", "last", "37", "to", "48", "time", "units", "then", "there", "exists", "a", "time", "starting", "at", "most", "36", "time", "units", "eventually", ",", "at", "which", "signal_3_n", "will", "be", "within", "the", "closed", "interval", "-LSB-", "10.1", ",", "15.4", "-RSB-", "."], "ltl": ["globally", "(", "historically", "[37,48]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,36]", "(", "signal_3_n", "more equal", "10.1", "and", "signal_3_n", "less equal", "15.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "there", "exists", "a", "time", "starting", "at", "most", "36", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "37", ":", "48", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "36", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 31], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [46, 57], "prop": [["signal_3_n", ">=", "10.1"], ["signal_3_n", "<=", "15.4"]]}}} {"id": 4521, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "value", "of", "signal_3_n", "ought", "to", "be", "between", "the", "closed", "interval", "-LSB-", "37.3", ",", "83.0", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more equal", "37.3", "and", "signal_3_n", "less equal", "83.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [58, 73], "prop": [["signal_3_n", ">=", "37.3"], ["signal_3_n", "<=", "83.0"]]}}} {"id": 5123, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "consistently", "equal", "to", "96.1", ",", "and", "signal_2_n", "must", "keep", "less", "than", "or", "equal", "to", "30.5", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.1", "and", "signal_2_n", "less equal", "30.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "==", "96.1"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "<=", "30.5"]]}}} {"id": 165, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "ultimately", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "33", "to", "84", "time", "units", ",", "after", "which", "consistently", "the", "signal_3_n", "signal", "should", "not", "be", "no", "more", "than", "81.3", "for", "each", "time", "point", "in", "the", "next", "66", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[33,84]", "(", "globally", "[0,66]", "(", "negation", "(", "signal_3_n", "less equal", "81.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "ultimately", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "33", "to", "84", "time", "units", ",", "after", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "33", ":", "84", "]", "(", "G", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [49, 69], "prop": [["-", "(", "signal_3_n", "<=", "81.3", ")"]]}}} {"id": 4766, "sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "87", "time", "units", "signal_1_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "0.4", "and", "at", "most", "1.1", "ultimately", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "more equal", "0.4", "and", "signal_1_n", "less equal", "1.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "87", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">=", "0.4"], ["signal_1_n", "<=", "1.1"]]}}} {"id": 1251, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "11.9", "happens", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "subsequent", "37", "time", "units", "signal_2_n", "will", "be", "in", "signal_3_n", "and", "then", "this", "condition", "will", "be", "lasting", "without", "interruption", "for", "every", "time", "point", "within", "13", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "11.9", ")", "imply", "finally", "[0,37]", "(", "globally", "[0,13]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "within", "the", "subsequent", "37", "time", "units", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "be", "lasting", "without", "interruption", "for", "every", "time", "point", "within", "13", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "37", "]", "(", "G", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "11.9", ")"]]}, " prop_2 ": {"span": [37, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 265, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "41.1", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "next", "38", "time", "units", ",", "signal_2_n", "will", "have", "to", "enter", "signal_3_n", "ultimately", "at", "sometime", "in", "less", "than", "1", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "41.1", ")", "imply", "globally", "[0,38]", "(", "finally", "[0,1]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "next", "38", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "<", "41.1", ")"]]}, " prop_2 ": {"span": [44, 59], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4543, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "41.1", "gets", "observed", "then", "in", "response", "right", "away", "the", "value", "of", "signal_2_n", "has", "to", "be", "higher", "than", "1.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "41.1", ")", "imply", "signal_2_n", "more", "1.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "41.1", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">", "1.4"]]}}} {"id": 4353, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "lower", "than", "46.5", ",", "or", "the", "signal_2_n", "signal", "is", "lower", "than", "9.8", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "should", "be", "above", "29.0", "and", "less", "than", "88.2", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "less", "46.5", "or", "signal_2_n", "less", "9.8", "imply", "signal_3_n", "more", "29.0", "and", "signal_3_n", "less", "88.2", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "46.5"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "<", "9.8"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_3_n", ">", "29.0"], ["signal_3_n", "<", "88.2"]]}}} {"id": 2868, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "falls", "below", "4.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "4.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "4.2", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5352, "sentence": ["Globally", ",", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "29.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_4_n", "needs", "to", "be", "above", "74.7", "and", "then", "continues", "like", "this", "for", "every", "time", "instant", "in", "the", "first", "13", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "29.1", "imply", "globally", "[0,13]", "(", "signal_4_n", "more", "74.7", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "13", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 18], "prop": [["signal_3_n", "==", "29.1"]]}, " prop_3 ": {"span": [27, 48], "prop": [["signal_4_n", ">", "74.7"]]}}} {"id": 3160, "sentence": ["For", "every", "moment", "during", "the", "first", "54", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "shall", "be", "at", "least", "35.8", "and", "less", "than", "or", "equal", "to", "58.0", ",", "and", "without", "interruption", "the", "mode", "of", "signal", "signal_2_n", "shall", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,54]", "(", "(", "signal_1_n", "more equal", "35.8", "and", "signal_1_n", "less equal", "58.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "54", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">=", "35.8"], ["signal_1_n", "<=", "58.0"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5227, "sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "5", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "31.4", "finally", "and", "signal_2_n", "shall", "be", "eventually", "in", "signal_3_n", "."], "ltl": ["finally", "[0,5]", "(", "signal_1_n", "more equal", "31.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "5", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "5", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">=", "31.4"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4113, "sentence": ["Globally", ",", "if", "signal_1_n", "becomes", "less", "than", "47.4", "and", "the", "mode", "of", "signal_2_n", "stays", "in", "signal_3_n", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_4_n", "must", "be", "greater", "than", "or", "equal", "to", "47.5", "and", "less", "than", "or", "equal", "to", "80.1", "and", "this", "scenario", "kept", "in", "the", "past", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "47.4", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[0,87]", "(", "signal_4_n", "more equal", "47.5", "and", "signal_4_n", "less equal", "80.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "87", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "<", "47.4", ")"]]}, " prop_2 ": {"span": [9, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [20, 50], "prop": [["signal_4_n", ">=", "47.5"], ["signal_4_n", "<=", "80.1"]]}}} {"id": 3186, "sentence": ["For", "each", "time", "point", "within", "the", "first", "17", "to", "20", "time", "units", "the", "state", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "in", "signal_2_n", "consecutively", ",", "or", "signal_3_n", "must", "not", "be", "set", "to", "74.6", "."], "ltl": ["globally", "[17,20]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "math equal", "74.6", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "17", "to", "20", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "17", ":", "20", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 33], "prop": [["-", "(", "signal_3_n", "==", "74.6", ")"]]}}} {"id": 1992, "sentence": ["For", "each", "moment", "within", "33", "time", "units", "consecutively", "signal_1_n", "must", "be", "no", "less", "than", "24.3", ",", "and", "the", "mode", "of", "signal_2_n", "should", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,33]", "(", "signal_1_n", "more equal", "24.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "33", "time", "units", "consecutively", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", ">=", "24.3"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 239, "sentence": ["At", "sometime", "in", "less", "than", "31", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "eventually", "larger", "than", "4.6", "and", "smaller", "than", "43.4", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "52.3", "finally", "."], "ltl": ["finally", "[0,31]", "(", "(", "signal_1_n", "more", "4.6", "and", "signal_1_n", "less", "43.4", ")", "and", "signal_2_n", "less equal", "52.3", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "31", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">", "4.6"], ["signal_1_n", "<", "43.4"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", "<=", "52.3"]]}}} {"id": 1287, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "26.2", "happens", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "starts", "not", "equaling", "to", "8.4", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_3_n", "must", "be", "below", "5.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.2", ")", "and", "fall", "(", "signal_2_n", "math equal", "8.4", ")", "imply", "signal_3_n", "less", "5.5", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "26.2", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["fall", "(", "signal_2_n", "==", "8.4", ")"]]}, " prop_3 ": {"span": [46, 54], "prop": [["signal_3_n", "<", "5.5"]]}}} {"id": 5187, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "50.4", "is", "observed", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "will", "have", "to", "continuously", "stay", "no", "larger", "than", "74.6", "till", "the", "value", "of", "signal_3_n", "is", "less", "than", "19.6", "ultimately", ",", "which", "is", "observed", "at", "sometime", "within", "the", "first", "34", "to", "78", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "50.4", ")", "imply", "(", "signal_2_n", "less equal", "74.6", ")", "until", "[34,78]", "(", "signal_3_n", "less", "19.6", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "34", ":", "78", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "50.4", ")"]]}, " prop_2 ": {"span": [20, 57], "prop": [["signal_2_n", "<=", "74.6"], ["signal_3_n", "<", "19.6"]]}}} {"id": 2515, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "83.1", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_2_n", "ought", "to", "be", "set", "to", "signal_3_n", "then", "this", "scenario", "will", "have", "been", "remaining", "without", "interruption", "during", "the", "elapsed", "4", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "83.1", ")", "imply", "historically", "[0,4]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "scenario", "will", "have", "been", "remaining", "without", "interruption", "during", "the", "elapsed", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "83.1", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 306, "sentence": ["On", "condition", "that", "signal_1_n", "deviates", "from", "51.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "73.1", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "51.0", ")", "imply", "signal_2_n", "more", "73.1", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["fall", "(", "signal_1_n", "==", "51.0", ")"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", ">", "73.1"]]}}} {"id": 1585, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "not", "equal", "to", "11.7", ",", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "lower", "than", "43.5", "is", "n't", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "72.1", "instantly", ",", "and", "the", "event", "that", "the", "signal_4_n", "signal", "exceeds", "9.7", "ought", "to", "be", "instantly", "detected", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "11.7", ")", "or", "negation", "fall", "(", "signal_2_n", "more equal", "43.5", ")", "imply", "signal_3_n", "less equal", "72.1", "and", "rise", "(", "signal_4_n", "more", "9.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "n't", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", ",", "and", "the", "event", "that", "(", "prop_4", ")", "ought", "to", "be", "instantly", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["-", "(", "signal_1_n", "==", "11.7", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["-", "fall", "(", "signal_2_n", ">=", "43.5", ")"]]}, " prop_3 ": {"span": [40, 51], "prop": [["signal_3_n", "<=", "72.1"]]}, " prop_4 ": {"span": [56, 61], "prop": [["rise", "(", "signal_4_n", ">", "9.7", ")"]]}}} {"id": 4100, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "signal_1_n", "decreases", "below", "6.7", "is", "observed", "then", "at", "a", "certain", "time", "instant", "in", "the", "following", "15", "time", "units", "the", "value", "of", "signal_2_n", "has", "to", "be", "ultimately", "60.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "6.7", ")", "imply", "finally", "[0,15]", "(", "signal_2_n", "math equal", "60.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "at", "a", "certain", "time", "instant", "in", "the", "following", "15", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["rise", "(", "signal_1_n", "<", "6.7", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "60.0"]]}}} {"id": 513, "sentence": ["There", "must", "be", "sometime", "starting", "at", "most", "35", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "equal", "to", "48.5", "ultimately", "."], "ltl": ["finally", "[0,35]", "(", "signal_1_n", "math equal", "48.5", ")"], "logic_sentence": ["There", "must", "be", "sometime", "starting", "at", "most", "35", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", "==", "48.5"]]}}} {"id": 6465, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "was", "within", "the", "range", "-LSB-", "72.8", ",", "88.3", "-RRB-", "all", "the", "time", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "the", "mode", "of", "signal_2_n", "did", "not", "enter", "signal_3_n", "within", "the", "past", "6", "to", "14", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "72.8", "and", "signal_1_n", "less", "88.3", ")", "imply", "historically", "[6,14]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "hist|ically", "[", "6", ":", "14", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 27], "prop": [["signal_1_n", ">=", "72.8"], ["signal_1_n", "<", "88.3"]]}, " prop_2 ": {"span": [37, 53], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 419, "sentence": ["For", "each", "time", "instant", "within", "8", "time", "units", "the", "signal_1_n", "signal", "has", "to", "consecutively", "keep", "no", "larger", "than", "67.7", ",", "and", "the", "signal_2_n", "signal", "should", "continuously", "stay", "equal", "to", "15.8", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "less equal", "67.7", "and", "signal_2_n", "math equal", "15.8", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "8", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<=", "67.7"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "15.8"]]}}} {"id": 46, "sentence": ["Consistently", "the", "signal_1_n", "signal", "is", "never", "set", "to", "1.4", "for", "every", "time", "point", "within", "8", "time", "units", "."], "ltl": ["globally", "[0,8]", "(", "negation", "(", "signal_1_n", "math equal", "1.4", ")", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["-", "(", "signal_1_n", "==", "1.4", ")"]]}}} {"id": 4123, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "in", "the", "first", "58", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "eventually", "no", "less", "than", "7.0", "and", "the", "signal_2_n", "signal", "will", "be", "below", "1.3", "eventually", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "more equal", "7.0", "and", "signal_2_n", "less", "1.3", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "in", "the", "first", "58", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", ">=", "7.0"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "<", "1.3"]]}}} {"id": 442, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "93.0", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal", "signal_2_n", "shall", "stay", "greater", "than", "or", "equal", "to", "26.8", "all", "the", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "93.0", ")", "imply", "globally", "(", "signal_2_n", "more equal", "26.8", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "93.0", ")"]]}, " prop_2 ": {"span": [34, 50], "prop": [["signal_2_n", ">=", "26.8"]]}}} {"id": 728, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "27.0", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "next", "96", "time", "units", ",", "at", "sometime", "within", "the", "following", "16", "time", "units", ",", "signal_2_n", "shall", "not", "be", "less", "than", "94.8", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "27.0", "imply", "globally", "[0,96]", "(", "finally", "[0,16]", "(", "negation", "(", "signal_2_n", "less", "94.8", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "F", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 35], "prop": [["signal_1_n", "<=", "27.0"]]}, " prop_2 ": {"span": [36, 44], "prop": [["-", "(", "signal_2_n", "<", "94.8", ")"]]}}} {"id": 4838, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "18.3", "or", "the", "value", "of", "signal", "signal_2_n", "is", "at", "most", "31.4", "then", "for", "every", "moment", "in", "the", "subsequent", "37", "time", "units", ",", "there", "will", "exist", "a", "time", "within", "the", "coming", "11", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_3_n", "signal", "deviates", "from", "6.2", "will", "have", "to", "ultimately", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "18.3", "or", "signal_2_n", "less equal", "31.4", "imply", "globally", "[0,37]", "(", "finally", "[0,11]", "(", "fall", "(", "signal_3_n", "math equal", "6.2", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "for", "every", "moment", "in", "the", "subsequent", "37", "time", "units", ",", "there", "will", "exist", "a", "time", "within", "the", "coming", "11", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "ultimately", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "37", "]", "(", "F", "[", "0", ":", "11", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "18.3"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", "<=", "31.4"]]}, " prop_3 ": {"span": [53, 59], "prop": [["fall", "(", "signal_3_n", "==", "6.2", ")"]]}}} {"id": 1309, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "no", "less", "than", "11.6", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "be", "equal", "to", "38.8", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "11.6", ")", "imply", "signal_2_n", "math equal", "38.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", ">=", "11.6", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", "==", "38.8"]]}}} {"id": 634, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "86.5", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "100", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "17", "to", "27", "time", "units", "the", "scenario", "that", "the", "signal_2_n", "signal", "is", "changed", "to", "42.0", "will", "eventually", "not", "be", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "86.5", ")", "imply", "globally", "[0,100]", "(", "finally", "[17,27]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "42.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "100", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "17", "to", "27", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "will", "eventually", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "100", "]", "(", "F", "[", "17", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "86.5", ")"]]}, " prop_2 ": {"span": [49, 56], "prop": [["-", "rise", "(", "signal_2_n", "==", "42.0", ")"]]}}} {"id": 4229, "sentence": ["The", "value", "of", "signal_1_n", "will", "keep", "above", "76.3", "consecutively", "for", "every", "time", "instant", "within", "the", "first", "68", "time", "units", "."], "ltl": ["globally", "[0,68]", "(", "signal_1_n", "more", "76.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">", "76.3"]]}}} {"id": 5773, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "10", "to", "94", "time", "units", ",", "for", "each", "time", "instant", "in", "the", "subsequent", "14", "time", "units", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[10,94]", "(", "globally", "[0,14]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "10", "to", "94", "time", "units", ",", "for", "each", "time", "instant", "in", "the", "subsequent", "14", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "10", ":", "94", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 807, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "4.0", "and", "less", "than", "4.8", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "ought", "to", "be", "at", "least", "65.9", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "4.0", "and", "signal_1_n", "less", "4.8", "imply", "signal_2_n", "more equal", "65.9", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">=", "4.0"], ["signal_1_n", "<", "4.8"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">=", "65.9"]]}}} {"id": 2937, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "43.9", "gets", "detected", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "61.1", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "first", "59", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "gets", "to", "less", "than", "or", "equal", "to", "45.2", "needs", "to", "eventually", "take", "place", "at", "sometime", "within", "24", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "43.9", ")", "and", "negation", "(", "signal_2_n", "math equal", "61.1", ")", "imply", "globally", "[0,59]", "(", "finally", "[0,24]", "(", "rise", "(", "signal_3_n", "less equal", "45.2", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "first", "59", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_3", ")", "needs", "to", "eventually", "take", "place", "at", "sometime", "within", "24", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "59", "]", "(", "F", "[", "0", ":", "24", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "43.9", ")"]]}, " prop_2 ": {"span": [16, 24], "prop": [["-", "(", "signal_2_n", "==", "61.1", ")"]]}, " prop_3 ": {"span": [46, 58], "prop": [["rise", "(", "signal_3_n", "<=", "45.2", ")"]]}}} {"id": 5280, "sentence": ["When", "signal_1_n", "is", "at", "most", "68.0", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "time", "during", "the", "subsequent", "55", "time", "units", "the", "state", "of", "signal_2_n", "will", "stay", "in", "signal_3_n", "consecutively", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "68.0", "imply", "finally", "[0,55]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "time", "during", "the", "subsequent", "55", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<=", "68.0"]]}, " prop_2 ": {"span": [22, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 11, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "has", "always", "remained", "greater", "than", "or", "equal", "to", "78.0", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "eventually", "a", "certain", "time", "point", "during", "the", "following", "61", "time", "units", ",", "at", "which", "for", "each", "time", "point", "during", "the", "next", "97", "time", "units", ",", "consecutively", "the", "state", "of", "signal_2_n", "has", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "78.0", ")", "imply", "finally", "[0,61]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "eventually", "a", "certain", "time", "point", "during", "the", "following", "61", "time", "units", ",", "at", "which", "for", "each", "time", "point", "during", "the", "next", "97", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "F", "[", "0", ":", "61", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 24], "prop": [["signal_1_n", ">=", "78.0"]]}, " prop_2 ": {"span": [59, 68], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 933, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "larger", "than", "40.2", "and", "less", "than", "83.8", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "not", "set", "to", "signal_3_n", "then", "in", "response", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "higher", "than", "22.9", ",", "and", "the", "transition", "action", "that", "the", "signal_5_n", "signal", "drops", "to", "at", "most", "67.8", "must", "be", "observed", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "40.2", "and", "signal_1_n", "less", "83.8", ")", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "signal_4_n", "more", "22.9", "and", "rise", "(", "signal_5_n", "less equal", "67.8", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_4", ")", "must", "be", "observed", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "40.2"], ["signal_1_n", "<", "83.8"]]}, " prop_2 ": {"span": [16, 26], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [29, 40], "prop": [["signal_4_n", ">", "22.9"]]}, " prop_4 ": {"span": [46, 54], "prop": [["rise", "(", "signal_5_n", "<=", "67.8", ")"]]}}} {"id": 5104, "sentence": ["Globally", ",", "while", "signal_1_n", "equals", "to", "87.6", "and", "signal_2_n", "is", "larger", "than", "16.5", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "signal_3_n", "should", "be", "above", "26.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "87.6", "and", "signal_2_n", "more", "16.5", "imply", "signal_3_n", "more", "26.9", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "87.6"]]}, " prop_2 ": {"span": [8, 13], "prop": [["signal_2_n", ">", "16.5"]]}, " prop_3 ": {"span": [22, 27], "prop": [["signal_3_n", ">", "26.9"]]}}} {"id": 141, "sentence": ["While", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "is", "61.5", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "next", "17", "to", "57", "time", "units", "finally", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "next", "42", "to", "57", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_4_n", "leaves", "signal_5_n", "does", "not", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "61.5", "imply", "globally", "[17,57]", "(", "finally", "[42,57]", "(", "negation", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "next", "17", "to", "57", "time", "units", "finally", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "next", "42", "to", "57", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "(", "prop_3", ")", "does", "not", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "17", ":", "57", "]", "(", "F", "[", "42", ":", "57", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [7, 13], "prop": [["signal_3_n", "==", "61.5"]]}, " prop_3 ": {"span": [59, 64], "prop": [["-", "fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 5963, "sentence": ["For", "every", "moment", "during", "the", "first", "20", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "staying", "greater", "than", "or", "equal", "to", "56.1", "all", "the", "time", "."], "ltl": ["globally", "[0,20]", "(", "signal_1_n", "more equal", "56.1", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "20", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "56.1"]]}}} {"id": 3823, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "equal", "to", "49.0", ",", "and", "the", "value", "of", "signal_2_n", "keeps", "equal", "to", "30.8", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "shall", "be", "larger", "than", "51.3", "then", "this", "condition", "shall", "continue", "consecutively", "until", "there", "will", "be", "sometime", "during", "the", "subsequent", "19", "to", "21", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_4_n", "becomes", "over", "24.0", "will", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "49.0", "and", "signal_2_n", "math equal", "30.8", "imply", "(", "signal_3_n", "more", "51.3", ")", "until", "[19,21]", "(", "rise", "(", "signal_4_n", "more", "24.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "then", "this", "condition", "shall", "continue", "consecutively", "until", "there", "will", "be", "sometime", "during", "the", "subsequent", "19", "to", "21", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_4", ")", "will", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "19", ":", "21", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "49.0"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_2_n", "==", "30.8"]]}, " prop_3 ": {"span": [25, 34], "prop": [["signal_3_n", ">", "51.3"]]}, " prop_4 ": {"span": [60, 68], "prop": [["rise", "(", "signal_4_n", ">", "24.0", ")"]]}}} {"id": 1965, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "start", "deviating", "from", "99.3", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "fall", "(", "signal_3_n", "math equal", "99.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 35], "prop": [["fall", "(", "signal_3_n", "==", "99.3", ")"]]}}} {"id": 4272, "sentence": ["The", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "0.2", "and", "no", "more", "than", "6.1", "consistently", "for", "each", "time", "instant", "in", "the", "first", "4", "time", "units", "."], "ltl": ["globally", "[0,4]", "(", "signal_1_n", "more equal", "0.2", "and", "signal_1_n", "less equal", "6.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 28], "prop": [["signal_1_n", ">=", "0.2"], ["signal_1_n", "<=", "6.1"]]}}} {"id": 3450, "sentence": ["For", "each", "moment", "within", "7", "to", "22", "time", "units", ",", "without", "interruption", "signal_1_n", "should", "keep", "larger", "than", "10.8", "and", "less", "than", "58.9", "."], "ltl": ["globally", "[7,22]", "(", "signal_1_n", "more", "10.8", "and", "signal_1_n", "less", "58.9", ")"], "logic_sentence": ["For", "each", "moment", "within", "7", "to", "22", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "7", ":", "22", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", ">", "10.8"], ["signal_1_n", "<", "58.9"]]}}} {"id": 4016, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "65.3", ",", "and", "signal_2_n", "is", "higher", "than", "2.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "at", "a", "certain", "time", "point", "within", "the", "next", "1", "to", "29", "time", "units", ",", "the", "value", "of", "signal_3_n", "shall", "finally", "stay", "greater", "than", "or", "equal", "to", "71.2", "and", "less", "than", "or", "equal", "to", "90.6", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "65.3", "and", "signal_2_n", "more", "2.8", "imply", "globally", "(", "finally", "[1,29]", "(", "signal_3_n", "more equal", "71.2", "and", "signal_3_n", "less equal", "90.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "at", "a", "certain", "time", "point", "within", "the", "next", "1", "to", "29", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "F", "[", "1", ":", "29", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "<=", "65.3"]]}, " prop_2 ": {"span": [22, 27], "prop": [["signal_2_n", ">", "2.8"]]}, " prop_3 ": {"span": [61, 81], "prop": [["signal_3_n", ">=", "71.2"], ["signal_3_n", "<=", "90.6"]]}}} {"id": 1255, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "ought", "to", "be", "finally", "in", "signal_2_n", "at", "sometime", "after", "at", "most", "15", "time", "units", "."], "ltl": ["finally", "[0,15]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "15", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 308, "sentence": ["There", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "81", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "85.6", "needs", "to", "be", "detected", "."], "ltl": ["finally", "[0,81]", "(", "rise", "(", "signal_1_n", "more", "85.6", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "81", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "be", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 28], "prop": [["rise", "(", "signal_1_n", ">", "85.6", ")"]]}}} {"id": 1881, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "at", "most", "83.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "42.4", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "over", "5.3", "and", "less", "than", "10.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "83.3", "and", "signal_2_n", "more equal", "42.4", "imply", "signal_3_n", "more", "5.3", "and", "signal_3_n", "less", "10.9", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "83.3"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">=", "42.4"]]}, " prop_3 ": {"span": [33, 48], "prop": [["signal_3_n", ">", "5.3"], ["signal_3_n", "<", "10.9"]]}}} {"id": 3472, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "38.3", "and", "no", "more", "than", "40.1", "or", "signal_2_n", "is", "no", "less", "than", "1.0", "then", "at", "the", "same", "time", "instant", "signal_3_n", "must", "not", "be", "less", "than", "or", "equal", "to", "93.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "38.3", "and", "signal_1_n", "less equal", "40.1", ")", "or", "signal_2_n", "more equal", "1.0", "imply", "negation", "(", "signal_3_n", "less equal", "93.2", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", ">=", "38.3"], ["signal_1_n", "<=", "40.1"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", ">=", "1.0"]]}, " prop_3 ": {"span": [31, 42], "prop": [["-", "(", "signal_3_n", "<=", "93.2", ")"]]}}} {"id": 83, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "no", "less", "than", "69.6", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "smaller", "than", "76.2", "then", "this", "condition", "should", "last", "uninterruptedly", "until", "the", "event", "that", "the", "signal_3_n", "signal", "is", "changed", "to", "38.4", "is", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "69.6", ")", "imply", "(", "signal_2_n", "less", "76.2", ")", "until", "(", "rise", "(", "signal_3_n", "math equal", "38.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "condition", "should", "last", "uninterruptedly", "until", "the", "event", "that", "(", "prop_3", ")", "is", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", ">=", "69.6", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<", "76.2"]]}, " prop_3 ": {"span": [44, 51], "prop": [["rise", "(", "signal_3_n", "==", "38.4", ")"]]}}} {"id": 106, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "stays", "less", "than", "38.8", "and", "the", "signal_2_n", "signal", "keeps", "less", "than", "95.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_3_n", "gets", "raised", "to", "at", "least", "50.7", "and", "promptly", "signal_4_n", "ought", "to", "stay", "larger", "than", "37.1", "and", "less", "than", "68.0", "."], "ltl": ["globally", "(", "signal_1_n", "less", "38.8", "and", "signal_2_n", "less", "95.5", "imply", "rise", "(", "signal_3_n", "more equal", "50.7", ")", "and", "(", "signal_4_n", "more", "37.1", "and", "signal_4_n", "less", "68.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "and", "promptly", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "38.8"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "<", "95.5"]]}, " prop_3 ": {"span": [36, 47], "prop": [["rise", "(", "signal_3_n", ">=", "50.7", ")"]]}, " prop_4 ": {"span": [49, 60], "prop": [["signal_4_n", ">", "37.1"], ["signal_4_n", "<", "68.0"]]}}} {"id": 1665, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "continuously", "signal_1_n", "is", "never", "signal_2_n", ",", "and", "consistently", "the", "signal_3_n", "signal", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "23.4", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "more equal", "23.4", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "continuously", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_3_n", ">=", "23.4"]]}}} {"id": 146, "sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "94", "time", "units", ",", "signal_1_n", "will", "have", "to", "be", "no", "less", "than", "14.7", "and", "at", "most", "67.5", "eventually", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "jumps", "to", "above", "63.1", "needs", "to", "eventually", "get", "detected", "."], "ltl": ["finally", "[0,94]", "(", "(", "signal_1_n", "more equal", "14.7", "and", "signal_1_n", "less equal", "67.5", ")", "and", "rise", "(", "signal_2_n", "more", "63.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "94", "time", "units", ",", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "eventually", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "94", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["signal_1_n", ">=", "14.7"], ["signal_1_n", "<=", "67.5"]]}, " prop_2 ": {"span": [31, 38], "prop": [["rise", "(", "signal_2_n", ">", "63.1", ")"]]}}} {"id": 1487, "sentence": ["As", "soon", "as", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "signal_2_n", "signal", "will", "be", "ultimately", "no", "larger", "than", "79.2", ",", "before", "this", "the", "value", "of", "signal_1_n", "will", "be", "staying", "at", "86.3", "continuously", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "48.9", "and", "this", "scenario", "must", "hold", "all", "the", "time", "for", "each", "moment", "within", "the", "first", "2", "to", "2", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "86.3", ")", "until", "(", "signal_2_n", "less equal", "79.2", ")", "imply", "globally", "[2,2]", "(", "signal_3_n", "more equal", "48.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "before", "this", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "and", "this", "scenario", "must", "hold", "all", "the", "time", "for", "each", "moment", "within", "the", "first", "2", "to", "2", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "(", "prop_1", ")", "->", "G", "[", "2", ":", "2", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_2_n", "<=", "79.2"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_1_n", "==", "86.3"]]}, " prop_3 ": {"span": [47, 58], "prop": [["signal_3_n", ">=", "48.9"]]}}} {"id": 5686, "sentence": ["Whenever", "signal_1_n", "is", "n't", "no", "larger", "than", "26.8", "and", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "7.4", "is", "detected", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "following", "87", "time", "units", "finally", "there", "should", "exist", "a", "certain", "moment", "within", "the", "subsequent", "6", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "stay", "no", "less", "than", "91.7", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "26.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "7.4", ")", "imply", "globally", "[0,87]", "(", "finally", "[0,6]", "(", "signal_3_n", "more equal", "91.7", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "detected", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "following", "87", "time", "units", "finally", "there", "should", "exist", "a", "certain", "moment", "within", "the", "subsequent", "6", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "87", "]", "(", "F", "[", "0", ":", "6", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["-", "(", "signal_1_n", "<=", "26.8", ")"]]}, " prop_2 ": {"span": [12, 23], "prop": [["rise", "(", "signal_2_n", ">=", "7.4", ")"]]}, " prop_3 ": {"span": [55, 66], "prop": [["signal_3_n", ">=", "91.7"]]}}} {"id": 2867, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "81.0", "then", "the", "state", "of", "signal_2_n", "will", "be", "immediately", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "81.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<", "81.0", ")"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6192, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "88.1", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "exist", "a", "certain", "moment", "in", "the", "next", "42", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "leaves", "signal_3_n", "ought", "not", "to", "get", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "88.1", ")", "imply", "finally", "[0,42]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "exist", "a", "certain", "moment", "in", "the", "next", "42", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "not", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "88.1", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 458, "sentence": ["The", "event", "that", "the", "value", "of", "signal", "signal_1_n", "exceeds", "the", "threshold", "of", "0.1", "shall", "happen", "finally", "at", "a", "certain", "time", "point", "in", "less", "than", "77", "time", "units", "."], "ltl": ["finally", "[0,77]", "(", "rise", "(", "signal_1_n", "more", "0.1", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "shall", "happen", "finally", "at", "a", "certain", "time", "point", "in", "less", "than", "77", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "77", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", ">", "0.1", ")"]]}}} {"id": 5244, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "larger", "than", "18.9", "and", "the", "value", "of", "signal_2_n", "is", "n't", "below", "40.7", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "must", "be", "less", "than", "96.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "18.9", "and", "negation", "(", "signal_2_n", "less", "40.7", ")", "imply", "signal_3_n", "less", "96.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "18.9"]]}, " prop_2 ": {"span": [13, 21], "prop": [["-", "(", "signal_2_n", "<", "40.7", ")"]]}, " prop_3 ": {"span": [33, 41], "prop": [["signal_3_n", "<", "96.3"]]}}} {"id": 266, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "79.9", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "should", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "higher", "than", "48.5", "and", "has", "to", "continue", "like", "this", "consecutively", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "79.9", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more", "48.5", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "should", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<", "79.9", ")"]]}, " prop_2 ": {"span": [43, 67], "prop": [["signal_2_n", ">", "48.5"]]}}} {"id": 244, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "higher", "than", "27.6", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "should", "be", "at", "least", "90.5", "and", "then", "this", "condition", "will", "have", "to", "consecutively", "continue", "until", "the", "value", "of", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "12.1", "eventually", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "27.6", ")", "imply", "(", "signal_2_n", "more equal", "90.5", ")", "until", "(", "signal_3_n", "more equal", "12.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "have", "to", "consecutively", "continue", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "27.6", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", ">=", "90.5"]]}, " prop_3 ": {"span": [44, 65], "prop": [["signal_3_n", ">=", "12.1"]]}}} {"id": 3679, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "above", "96.8", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "is", "smaller", "than", "69.2", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "96.8", ")", "imply", "signal_2_n", "less", "69.2", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "96.8", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "<", "69.2"]]}}} {"id": 3942, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "keeps", "larger", "than", "25.2", "or", "the", "event", "that", "signal_2_n", "is", "shifted", "to", "60.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "during", "the", "coming", "69", "time", "units", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "16.3", "and", "this", "condition", "must", "always", "sustain", "for", "each", "time", "point", "during", "the", "subsequent", "92", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "25.2", "or", "rise", "(", "signal_2_n", "math equal", "60.8", ")", "imply", "finally", "[0,69]", "(", "globally", "[0,92]", "(", "signal_3_n", "less equal", "16.3", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "during", "the", "coming", "69", "time", "units", "(", "prop_3", ")", "and", "this", "condition", "must", "always", "sustain", "for", "each", "time", "point", "during", "the", "subsequent", "92", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "69", "]", "(", "G", "[", "0", ":", "92", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "25.2"]]}, " prop_2 ": {"span": [15, 20], "prop": [["rise", "(", "signal_2_n", "==", "60.8", ")"]]}, " prop_3 ": {"span": [39, 53], "prop": [["signal_3_n", "<=", "16.3"]]}}} {"id": 1997, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "85.5", "and", "the", "state", "of", "signal", "signal_2_n", "stays", "in", "signal_3_n", ",", "then", "in", "response", "the", "signal_4_n", "signal", "is", "40.2", "and", "needs", "to", "remain", "on", "this", "value", "consistently", "for", "each", "time", "point", "in", "the", "next", "92", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "85.5", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,92]", "(", "signal_4_n", "math equal", "40.2", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "92", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["signal_1_n", ">=", "85.5"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [31, 54], "prop": [["signal_4_n", "==", "40.2"]]}}} {"id": 1551, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "71.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "within", "the", "following", "95", "time", "units", ",", "without", "interruption", "the", "transition", "action", "that", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "must", "n't", "be", "observed", "for", "every", "time", "point", "within", "the", "next", "53", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "71.3", "imply", "finally", "[0,95]", "(", "globally", "[0,53]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "within", "the", "following", "95", "time", "units", ",", "without", "interruption", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "n't", "be", "observed", "for", "every", "time", "point", "within", "the", "next", "53", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "<=", "71.3"]]}, " prop_2 ": {"span": [46, 52], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2903, "sentence": ["There", "needs", "to", "finally", "exist", "a", "time", "during", "the", "first", "84", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "has", "to", "be", "greater", "than", "18.8", "."], "ltl": ["finally", "[0,84]", "(", "signal_1_n", "more", "18.8", ")"], "logic_sentence": ["There", "needs", "to", "finally", "exist", "a", "time", "during", "the", "first", "84", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", ">", "18.8"]]}}} {"id": 3355, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "crosses", "the", "threshold", "of", "0.8", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "following", "47", "time", "units", ",", "there", "should", "exist", "a", "certain", "moment", "during", "the", "subsequent", "49", "time", "units", "finally", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "shifts", "to", "signal_3_n", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "0.8", ")", "imply", "globally", "[0,47]", "(", "finally", "[0,49]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "following", "47", "time", "units", ",", "there", "should", "exist", "a", "certain", "moment", "during", "the", "subsequent", "49", "time", "units", "finally", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "47", "]", "(", "F", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">", "0.8", ")"]]}, " prop_2 ": {"span": [52, 58], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1910, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "changes", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "eventually", "the", "signal_3_n", "signal", "is", "greater", "than", "or", "equal", "to", "44.2", "and", "at", "most", "63.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "more equal", "44.2", "and", "signal_3_n", "less equal", "63.7", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_3_n", ">=", "44.2"], ["signal_3_n", "<=", "63.7"]]}}} {"id": 1345, "sentence": ["There", "ought", "to", "exist", "sometime", "in", "the", "first", "7", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "less", "than", "57.5", "or", "eventually", "signal_2_n", "will", "be", "smaller", "than", "8.2", "."], "ltl": ["finally", "[0,7]", "(", "signal_1_n", "less", "57.5", "or", "signal_2_n", "less", "8.2", ")"], "logic_sentence": ["There", "ought", "to", "exist", "sometime", "in", "the", "first", "7", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "7", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "<", "57.5"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", "<", "8.2"]]}}} {"id": 1334, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "5.8", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "signal_2_n", "signal", "shall", "be", "equal", "to", "86.9", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.8", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "86.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "5.8", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["signal_2_n", "==", "86.9"]]}}} {"id": 4589, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "80", "time", "units", "the", "signal_1_n", "signal", "will", "be", "set", "to", "signal_2_n", "ultimately", ",", "and", "signal_3_n", "shall", "be", "finally", "signal_4_n", "."], "ltl": ["finally", "[0,80]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "80", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "80", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 26], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1672, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "36.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "must", "be", "a", "time", "starting", "at", "most", "94", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "and", "shall", "always", "hold", "like", "that", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "36.7", ")", "imply", "finally", "[0,94]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "must", "be", "a", "time", "starting", "at", "most", "94", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "94", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "36.7", ")"]]}, " prop_2 ": {"span": [40, 61], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5814, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "at", "most", "2.7", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "following", "53", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "ultimately", "at", "most", "46.8", ",", "and", "before", "this", "continuously", "the", "value", "of", "signal_2_n", "must", "not", "be", "set", "to", "93.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "2.7", ")", "imply", "(", "negation", "(", "signal_2_n", "math equal", "93.8", ")", ")", "until", "[0,53]", "(", "signal_3_n", "less equal", "46.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "following", "53", "time", "units", ",", "(", "prop_2", ")", ",", "and", "before", "this", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<=", "2.7", ")"]]}, " prop_2 ": {"span": [38, 47], "prop": [["signal_3_n", "<=", "46.8"]]}, " prop_3 ": {"span": [52, 62], "prop": [["-", "(", "signal_2_n", "==", "93.8", ")"]]}}} {"id": 1558, "sentence": ["Within", "33", "time", "units", "consistently", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "larger", "than", "45.3", ",", "and", "the", "signal_2_n", "signal", "has", "to", "always", "keep", "greater", "than", "12.6", "."], "ltl": ["globally", "[0,33]", "(", "signal_1_n", "more", "45.3", "and", "signal_2_n", "more", "12.6", ")"], "logic_sentence": ["Within", "33", "time", "units", "consistently", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["signal_1_n", ">", "45.3"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", ">", "12.6"]]}}} {"id": 564, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "19.6", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "equal", "to", "80.3", "occurs", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "exists", "a", "time", "in", "the", "next", "3", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_5_n", "ought", "to", "be", "larger", "than", "60.5", "and", "less", "than", "60.9", ",", "before", "this", "continuously", "the", "scenario", "that", "the", "state", "of", "signal", "signal_3_n", "changes", "to", "signal_4_n", "ought", "n't", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "19.6", "and", "rise", "(", "signal_2_n", "math equal", "80.3", ")", "imply", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,3]", "(", "signal_5_n", "more", "60.5", "and", "signal_5_n", "less", "60.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "exists", "a", "time", "in", "the", "next", "3", "time", "units", ",", "at", "which", "(", "prop_3", ")", ",", "before", "this", "continuously", "the", "scenario", "that", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "3", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["signal_1_n", "==", "19.6"]]}, " prop_2 ": {"span": [12, 20], "prop": [["rise", "(", "signal_2_n", "==", "80.3", ")"]]}, " prop_3 ": {"span": [42, 57], "prop": [["signal_5_n", ">", "60.5"], ["signal_5_n", "<", "60.9"]]}, " prop_4 ": {"span": [64, 77], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1303, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "set", "to", "30.9", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "56.4", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "following", "75", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "coming", "83", "time", "units", "the", "signal_3_n", "signal", "shall", "be", "no", "less", "than", "59.0", "and", "below", "70.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "30.9", "or", "fall", "(", "signal_2_n", "math equal", "56.4", ")", "imply", "globally", "[0,75]", "(", "finally", "[0,83]", "(", "signal_3_n", "more equal", "59.0", "and", "signal_3_n", "less", "70.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "following", "75", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "coming", "83", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "75", "]", "(", "F", "[", "0", ":", "83", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", "==", "30.9"]]}, " prop_2 ": {"span": [19, 28], "prop": [["fall", "(", "signal_2_n", "==", "56.4", ")"]]}, " prop_3 ": {"span": [58, 70], "prop": [["signal_3_n", ">=", "59.0"], ["signal_3_n", "<", "70.1"]]}}} {"id": 5513, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "16.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "coming", "96", "time", "units", ",", "there", "must", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_2_n", "has", "to", "settle", "to", "12.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "16.8", ")", "imply", "globally", "[0,96]", "(", "finally", "(", "signal_2_n", "math equal", "12.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "during", "the", "coming", "96", "time", "units", ",", "there", "must", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "16.8", ")"]]}, " prop_2 ": {"span": [57, 63], "prop": [["signal_2_n", "==", "12.1"]]}}} {"id": 810, "sentence": ["There", "needs", "to", "exist", "a", "time", "within", "42", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "29.3", "should", "n't", "happen", "eventually", "and", "ultimately", "the", "signal_2_n", "signal", "has", "to", "be", "at", "least", "18.3", "."], "ltl": ["finally", "[0,42]", "(", "negation", "fall", "(", "signal_1_n", "more equal", "29.3", ")", "and", "signal_2_n", "more equal", "18.3", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "time", "within", "42", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "should", "n't", "happen", "eventually", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["-", "fall", "(", "signal_1_n", ">=", "29.3", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", ">=", "18.3"]]}}} {"id": 465, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "11.0", "is", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "not", "greater", "than", "or", "equal", "to", "71.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "coming", "16", "to", "33", "time", "units", "there", "must", "exist", "sometime", "in", "the", "coming", "53", "to", "91", "time", "units", "ultimately", ",", "at", "which", "the", "signal_3_n", "signal", "shall", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "11.0", ")", "and", "negation", "(", "signal_2_n", "more equal", "71.3", ")", "imply", "globally", "[16,33]", "(", "finally", "[53,91]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "coming", "16", "to", "33", "time", "units", "there", "must", "exist", "sometime", "in", "the", "coming", "53", "to", "91", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "16", ":", "33", "]", "(", "F", "[", "53", ":", "91", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", ">=", "11.0", ")"]]}, " prop_2 ": {"span": [28, 40], "prop": [["-", "(", "signal_2_n", ">=", "71.3", ")"]]}, " prop_3 ": {"span": [78, 85], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6255, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "starting", "between", "16", "to", "73", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "eventually", ",", "and", "finally", "the", "value", "of", "signal_3_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "7.5", "."], "ltl": ["finally", "[16,73]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "7.5", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "starting", "between", "16", "to", "73", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "16", ":", "73", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [31, 44], "prop": [["signal_3_n", ">=", "7.5"]]}}} {"id": 207, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "30.3", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "signal_2_n", "signal", "will", "be", "no", "less", "than", "78.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "30.3", ")", "imply", "signal_2_n", "more equal", "78.5", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "30.3", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", ">=", "78.5"]]}}} {"id": 5385, "sentence": ["Without", "interruption", "signal_1_n", "ought", "to", "be", "set", "to", "signal_2_n", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5301, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "larger", "than", "10.1", "and", "less", "than", "36.3", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_2_n", "will", "keep", "in", "signal_3_n", "without", "interruption", "until", "finally", "the", "value", "of", "signal_4_n", "will", "be", "greater", "than", "or", "equal", "to", "9.3", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "10.1", "and", "signal_1_n", "less", "36.3", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "signal_4_n", "more equal", "9.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "10.1"], ["signal_1_n", "<", "36.3"]]}, " prop_2 ": {"span": [26, 64], "prop": [["signal_2_n", "==", "signal_3_n"], ["signal_4_n", ">=", "9.3"]]}}} {"id": 1290, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "49.0", "is", "observed", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "begins", "deviating", "from", "0.6", "is", "observed", "then", "in", "response", "the", "signal_3_n", "signal", "needs", "to", "be", "less", "than", "40.1", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.0", ")", "and", "fall", "(", "signal_2_n", "math equal", "0.6", ")", "imply", "signal_3_n", "less", "40.1", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "49.0", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["fall", "(", "signal_2_n", "==", "0.6", ")"]]}, " prop_3 ": {"span": [38, 49], "prop": [["signal_3_n", "<", "40.1"]]}}} {"id": 1153, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "signal_1_n", "must", "keep", "between", "the", "open", "interval", "-LRB-", "7.8", ",", "21.5", "-RRB-", ",", "or", "the", "signal_2_n", "signal", "keeps", "no", "less", "than", "38.4", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "7.8", "and", "signal_1_n", "less", "21.5", ")", "or", "signal_2_n", "more equal", "38.4", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "7.8"], ["signal_1_n", "<", "21.5"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", ">=", "38.4"]]}}} {"id": 4006, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "62.8", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "63.2", "and", "less", "than", "85.5", "and", "then", "will", "be", "staying", "in", "this", "range", "without", "interruption", "for", "the", "first", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.8", ")", "imply", "globally", "[0,22]", "(", "signal_2_n", "more", "63.2", "and", "signal_2_n", "less", "85.5", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "62.8", ")"]]}, " prop_2 ": {"span": [23, 51], "prop": [["signal_2_n", ">", "63.2"], ["signal_2_n", "<", "85.5"]]}}} {"id": 1385, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "n't", "higher", "than", "58.0", ",", "or", "the", "signal_2_n", "signal", "is", "equal", "to", "40.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "should", "be", "at", "most", "56.4", "instantly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "58.0", ")", "or", "signal_2_n", "math equal", "40.5", "imply", "signal_3_n", "less equal", "56.4", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", ">", "58.0", ")"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "==", "40.5"]]}, " prop_3 ": {"span": [31, 41], "prop": [["signal_3_n", "<=", "56.4"]]}}} {"id": 4784, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "value", "of", "signal_1_n", "ought", "to", "remain", "at", "least", "7.8", "and", "at", "most", "49.3", "consecutively", ",", "and", "consistently", "the", "signal_2_n", "signal", "keeps", "equal", "to", "0.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "7.8", "and", "signal_1_n", "less equal", "49.3", ")", "and", "signal_2_n", "math equal", "0.6", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 23], "prop": [["signal_1_n", ">=", "7.8"], ["signal_1_n", "<=", "49.3"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "0.6"]]}}} {"id": 4048, "sentence": ["Consecutively", "the", "mode", "of", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 975, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "signal_1_n", "signal", "does", "not", "settle", "to", "46.2", "eventually", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "math equal", "46.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["-", "(", "signal_1_n", "==", "46.2", ")"]]}}} {"id": 5035, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "14.7", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "first", "96", "time", "units", "the", "value", "of", "signal_2_n", "needs", "to", "be", "higher", "than", "70.2", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "83", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "14.7", ")", "imply", "globally", "[0,96]", "(", "finally", "[0,83]", "(", "signal_2_n", "more", "70.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "first", "96", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "96", "]", "(", "F", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">", "14.7", ")"]]}, " prop_2 ": {"span": [39, 60], "prop": [["signal_2_n", ">", "70.2"]]}}} {"id": 633, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "8.7", "is", "detected", "then", "in", "response", "for", "each", "moment", "in", "the", "subsequent", "39", "time", "units", "there", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "coming", "4", "to", "22", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "changed", "to", "44.9", "shall", "not", "take", "place", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "8.7", ")", "imply", "globally", "[0,39]", "(", "finally", "[4,22]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "44.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "for", "each", "moment", "in", "the", "subsequent", "39", "time", "units", "there", "needs", "to", "be", "a", "certain", "time", "instant", "within", "the", "coming", "4", "to", "22", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "shall", "not", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "39", "]", "(", "F", "[", "4", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "8.7", ")"]]}, " prop_2 ": {"span": [51, 60], "prop": [["-", "rise", "(", "signal_2_n", "==", "44.9", ")"]]}}} {"id": 4351, "sentence": ["When", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "30.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "mode", "of", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "30.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "<", "30.8", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 65, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "condition", "that", "the", "value", "of", "signal_1_n", "is", "uninterruptedly", "not", "greater", "than", "or", "equal", "to", "18.5", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", "wo", "n't", "be", "true", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "in", "the", "following", "35", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "less", "than", "or", "equal", "to", "40.6", "during", "the", "coming", "72", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "more equal", "18.5", ")", ")", ")", "imply", "finally", "[0,35]", "(", "globally", "[0,72]", "(", "signal_2_n", "less equal", "40.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "condition", "that", "(", "prop_1", ")", "wo", "n't", "be", "true", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "in", "the", "following", "35", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "35", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 32], "prop": [["-", "(", "signal_1_n", ">=", "18.5", ")"]]}, " prop_2 ": {"span": [54, 75], "prop": [["signal_2_n", "<=", "40.6"]]}}} {"id": 6331, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "begins", "deviating", "from", "75.7", "then", "in", "response", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "is", "never", "4.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "75.7", ")", "imply", "negation", "(", "signal_2_n", "math equal", "4.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "in", "response", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "75.7", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["-", "(", "signal_2_n", "==", "4.7", ")"]]}}} {"id": 1085, "sentence": ["At", "a", "time", "during", "the", "first", "2", "to", "38", "time", "units", "signal_1_n", "shall", "be", "below", "88.6", "eventually", ",", "or", "ultimately", "the", "value", "of", "signal_2_n", "is", "not", "less", "than", "or", "equal", "to", "60.0", "."], "ltl": ["finally", "[2,38]", "(", "signal_1_n", "less", "88.6", "or", "negation", "(", "signal_2_n", "less equal", "60.0", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "2", "to", "38", "time", "units", "(", "prop_1", ")", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "38", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "<", "88.6"]]}, " prop_2 ": {"span": [20, 32], "prop": [["-", "(", "signal_2_n", "<=", "60.0", ")"]]}}} {"id": 134, "sentence": ["In", "case", "that", "signal_1_n", "changes", "to", "46.3", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "must", "be", "a", "certain", "time", "instant", "during", "the", "following", "4", "to", "25", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "66.7", "must", "take", "place", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "46.3", ")", "imply", "globally", "(", "finally", "[4,25]", "(", "rise", "(", "signal_2_n", "less equal", "66.7", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "must", "be", "a", "certain", "time", "instant", "during", "the", "following", "4", "to", "25", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "take", "place", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "4", ":", "25", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["rise", "(", "signal_1_n", "==", "46.3", ")"]]}, " prop_2 ": {"span": [48, 61], "prop": [["rise", "(", "signal_2_n", "<=", "66.7", ")"]]}}} {"id": 316, "sentence": ["In", "the", "first", "22", "time", "units", ",", "the", "state", "of", "signal_1_n", "must", "consecutively", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,22]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "first", "22", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5529, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "keeps", "equal", "to", "59.1", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "59.1", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "59.1"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3778, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "24", "time", "units", "ultimately", "the", "event", "that", "signal_1_n", "is", "changed", "to", "60.2", "ought", "to", "get", "detected", ",", "or", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "92.1", "finally", "."], "ltl": ["finally", "[0,24]", "(", "rise", "(", "signal_1_n", "math equal", "60.2", ")", "or", "signal_2_n", "more equal", "92.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "24", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "get", "detected", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["rise", "(", "signal_1_n", "==", "60.2", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">=", "92.1"]]}}} {"id": 6094, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "not", "no", "larger", "than", "58.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "first", "41", "to", "86", "time", "units", "finally", ",", "after", "which", "without", "interruption", "the", "value", "of", "signal_2_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "6.9", "and", "no", "larger", "than", "36.8", "for", "each", "moment", "within", "the", "next", "97", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "58.8", ")", "imply", "finally", "[41,86]", "(", "globally", "[0,97]", "(", "signal_2_n", "more equal", "6.9", "and", "signal_2_n", "less equal", "36.8", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "first", "41", "to", "86", "time", "units", "finally", ",", "after", "which", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "41", ":", "86", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", "<=", "58.8", ")"]]}, " prop_2 ": {"span": [42, 69], "prop": [["signal_2_n", ">=", "6.9"], ["signal_2_n", "<=", "36.8"]]}}} {"id": 455, "sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "less", "than", "81", "time", "units", "finally", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,81]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "less", "than", "81", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1886, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "should", "be", "promptly", "less", "than", "33.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "33.7", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_3_n", "<", "33.7"]]}}} {"id": 185, "sentence": ["It", "is", "always", "the", "case", "that", "if", "uninterruptedly", "the", "signal_1_n", "signal", "is", "at", "least", "31.7", "and", "no", "more", "than", "60.3", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "98", "time", "units", "ultimately", "the", "transition", "action", "that", "signal_2_n", "becomes", "not", "set", "to", "1.8", "does", "not", "happen", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "during", "the", "first", "5", "to", "27", "time", "units", "continuously", "signal_3_n", "ought", "to", "remain", "on", "10.9", "for", "each", "moment", "in", "the", "coming", "19", "to", "40", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "31.7", "and", "signal_1_n", "less equal", "60.3", ")", "until", "[0,98]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "1.8", ")", ")", "imply", "finally", "[5,27]", "(", "globally", "[19,40]", "(", "signal_3_n", "math equal", "10.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "uninterruptedly", "(", "prop_1", ")", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "happen", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "during", "the", "first", "5", "to", "27", "time", "units", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "0", ":", "98", "]", "(", "prop_2", ")", "->", "F", "[", "5", ":", "27", "]", "(", "G", "[", "19", ":", "40", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 32], "prop": [["signal_1_n", ">=", "31.7"], ["signal_1_n", "<=", "60.3"]]}, " prop_2 ": {"span": [37, 43], "prop": [["-", "fall", "(", "signal_2_n", "==", "1.8", ")"]]}, " prop_3 ": {"span": [66, 83], "prop": [["signal_3_n", "==", "10.9"]]}}} {"id": 5345, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "changes", "to", "signal_2_n", "takes", "place", ",", "then", "consistently", "the", "value", "of", "signal_3_n", "ought", "to", "stay", "higher", "than", "27.4", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more", "27.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 32], "prop": [["signal_3_n", ">", "27.4"]]}}} {"id": 5758, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "90.4", "or", "the", "value", "of", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "49.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "ought", "to", "be", "equal", "to", "26.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "90.4", "or", "rise", "(", "signal_2_n", "less equal", "49.7", ")", "imply", "signal_3_n", "math equal", "26.0", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">=", "90.4"]]}, " prop_2 ": {"span": [17, 29], "prop": [["rise", "(", "signal_2_n", "<=", "49.7", ")"]]}, " prop_3 ": {"span": [39, 52], "prop": [["signal_3_n", "==", "26.0"]]}}} {"id": 4090, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "must", "be", "promptly", "equal", "to", "35.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "35.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_3_n", "==", "35.8"]]}}} {"id": 4173, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "83.1", "and", "the", "value", "of", "signal_2_n", "is", "below", "67.5", "then", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "finally", ",", "at", "which", "uninterruptedly", "the", "value", "of", "signal", "signal_3_n", "wo", "n't", "be", "less", "than", "or", "equal", "to", "54.6", "within", "12", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "83.1", "and", "signal_2_n", "less", "67.5", "imply", "finally", "(", "globally", "[0,12]", "(", "negation", "(", "signal_3_n", "less equal", "54.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "finally", ",", "at", "which", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "12", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "83.1"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "<", "67.5"]]}, " prop_3 ": {"span": [49, 67], "prop": [["-", "(", "signal_3_n", "<=", "54.6", ")"]]}}} {"id": 4167, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "in", "signal_2_n", "or", "the", "signal_3_n", "signal", "is", "equal", "to", "46.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "equal", "to", "52.1", "and", "then", "this", "condition", "has", "to", "consistently", "last", "for", "each", "time", "point", "within", "33", "to", "41", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "46.4", "imply", "globally", "[33,41]", "(", "signal_4_n", "math equal", "52.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "has", "to", "consistently", "last", "for", "each", "time", "point", "within", "33", "to", "41", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "33", ":", "41", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [8, 15], "prop": [["signal_3_n", "==", "46.4"]]}, " prop_3 ": {"span": [24, 34], "prop": [["signal_4_n", "==", "52.1"]]}}} {"id": 2914, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "50.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "ultimately", "at", "sometime", "within", "the", "next", "8", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "50.9", "imply", "finally", "[0,8]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "50.9"]]}, " prop_2 ": {"span": [25, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4502, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "less", "than", "60.1", ",", "then", "in", "response", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", "and", "uninterruptedly", "this", "scenario", "will", "be", "keeping", "until", "the", "mode", "of", "signal", "signal_4_n", "is", "set", "to", "signal_5_n", ",", "which", "will", "get", "observed", "at", "a", "certain", "moment", "during", "the", "first", "14", "to", "90", "time", "units", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "less", "60.1", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[14,90]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "will", "be", "keeping", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "14", ":", "90", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "60.1"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 56], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1482, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "stays", "greater", "than", "25.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "64.4", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "25.4", "imply", "signal_2_n", "less equal", "64.4", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "25.4"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", "<=", "64.4"]]}}} {"id": 4045, "sentence": ["When", "the", "signal_1_n", "signal", "is", "equal", "to", "20.3", ",", "and", "signal_2_n", "is", "set", "to", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "for", "each", "time", "instant", "in", "the", "subsequent", "93", "time", "units", "the", "value", "of", "signal_4_n", "should", "consistently", "stay", "at", "64.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "20.3", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "globally", "[0,93]", "(", "signal_4_n", "math equal", "64.9", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "for", "each", "time", "instant", "in", "the", "subsequent", "93", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "93", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "20.3"]]}, " prop_2 ": {"span": [10, 15], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [49, 58], "prop": [["signal_4_n", "==", "64.9"]]}}} {"id": 1933, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "changes", "to", "1.1", "gets", "observed", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "22.6", "and", "below", "44.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "signal_3_n", "shall", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "1.1", ")", "or", "(", "signal_2_n", "more", "22.6", "and", "signal_2_n", "less", "44.3", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "==", "1.1", ")"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", ">", "22.6"], ["signal_2_n", "<", "44.3"]]}, " prop_3 ": {"span": [37, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 567, "sentence": ["During", "the", "first", "0", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "must", "remain", "in", "signal_2_n", "consistently", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["During", "the", "first", "0", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5176, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "in", "response", "the", "state", "of", "signal_3_n", "should", "be", "simultaneously", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3799, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal_1_n", "has", "to", "be", "larger", "than", "36.7", "and", "lower", "than", "59.8", "ultimately", ",", "and", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "99.7", "ultimately", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more", "36.7", "and", "signal_1_n", "less", "59.8", ")", "and", "signal_2_n", "less", "99.7", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">", "36.7"], ["signal_1_n", "<", "59.8"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "<", "99.7"]]}}} {"id": 2139, "sentence": ["For", "every", "time", "point", "in", "the", "first", "23", "time", "units", ",", "continuously", "the", "signal_1_n", "signal", "keeps", "greater", "than", "80.7", ",", "or", "the", "value", "of", "signal_2_n", "ought", "to", "be", "consistently", "no", "less", "than", "94.8", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "more", "80.7", "or", "signal_2_n", "more equal", "94.8", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "23", "time", "units", ",", "continuously", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", ">", "80.7"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">=", "94.8"]]}}} {"id": 1678, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal_1_n", "stays", "higher", "than", "8.0", "and", "less", "than", "43.5", "or", "the", "value", "of", "signal", "signal_2_n", "is", "more", "than", "7.7", "and", "less", "than", "99.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "set", "to", "signal_4_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "8.0", "and", "signal_1_n", "less", "43.5", ")", "or", "(", "signal_2_n", "more", "7.7", "and", "signal_2_n", "less", "99.4", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "8.0"], ["signal_1_n", "<", "43.5"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", ">", "7.7"], ["signal_2_n", "<", "99.4"]]}, " prop_3 ": {"span": [38, 52], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3025, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "there", "is", "a", "time", "during", "the", "following", "24", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "finally", "fall", "to", "no", "more", "than", "84.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,24]", "(", "rise", "(", "signal_3_n", "less equal", "84.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "there", "is", "a", "time", "during", "the", "following", "24", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 49], "prop": [["rise", "(", "signal_3_n", "<=", "84.7", ")"]]}}} {"id": 1461, "sentence": ["When", "signal_1_n", "gets", "changed", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_3_n", "should", "n't", "be", "85.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "(", "signal_3_n", "math equal", "85.2", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "(", "signal_3_n", "==", "85.2", ")"]]}}} {"id": 1439, "sentence": ["If", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "no", "less", "than", "80.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "24", "time", "units", ",", "at", "which", "the", "state", "of", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "80.1", ")", "imply", "finally", "[0,24]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "24", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["rise", "(", "signal_1_n", ">=", "80.1", ")"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3745, "sentence": ["In", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "29.5", "then", "this", "condition", "will", "sustain", "uninterruptedly", "for", "each", "moment", "in", "the", "coming", "80", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,80]", "(", "signal_3_n", "less equal", "29.5", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "will", "sustain", "uninterruptedly", "for", "each", "moment", "in", "the", "coming", "80", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 38], "prop": [["signal_3_n", "<=", "29.5"]]}}} {"id": 126, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "over", "61.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more", "61.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [55, 65], "prop": [["signal_3_n", ">", "61.1"]]}}} {"id": 424, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "gets", "observed", ",", "then", "for", "each", "time", "instant", "during", "the", "subsequent", "63", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "the", "following", "31", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "11.7", "and", "less", "than", "or", "equal", "to", "20.1", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,63]", "(", "finally", "[0,31]", "(", "signal_3_n", "more equal", "11.7", "and", "signal_3_n", "less equal", "20.1", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "for", "each", "time", "instant", "during", "the", "subsequent", "63", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "the", "following", "31", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 59], "prop": [["signal_3_n", ">=", "11.7"], ["signal_3_n", "<=", "20.1"]]}}} {"id": 538, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "94", "to", "94", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "equal", "to", "10.5", "without", "interruption", "."], "ltl": ["globally", "[94,94]", "(", "signal_1_n", "math equal", "10.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "94", "to", "94", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "94", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", "==", "10.5"]]}}} {"id": 4268, "sentence": ["For", "each", "time", "point", "within", "3", "to", "3", "time", "units", ",", "without", "interruption", "signal_1_n", "must", "n't", "be", "51.4", "."], "ltl": ["globally", "[3,3]", "(", "negation", "(", "signal_1_n", "math equal", "51.4", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "3", "to", "3", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["-", "(", "signal_1_n", "==", "51.4", ")"]]}}} {"id": 999, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "least", "30.4", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "should", "remain", "greater", "than", "or", "equal", "to", "5.1", "and", "less", "than", "or", "equal", "to", "67.3", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.4", ")", "imply", "signal_2_n", "more equal", "5.1", "and", "signal_2_n", "less equal", "67.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", ">=", "30.4", ")"]]}, " prop_2 ": {"span": [31, 48], "prop": [["signal_2_n", ">=", "5.1"], ["signal_2_n", "<=", "67.3"]]}}} {"id": 5889, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "13.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "larger", "than", "8.9", "and", "this", "scenario", "lasts", "without", "interruption", "for", "the", "past", "0", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "13.0", "imply", "historically", "[0,68]", "(", "signal_2_n", "more", "8.9", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "lasts", "without", "interruption", "for", "the", "past", "0", "to", "68", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "13.0"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "8.9"]]}}} {"id": 667, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal", "signal_1_n", "is", "above", "4.9", "and", "less", "than", "or", "equal", "to", "65.3", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "coming", "42", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "point", "within", "the", "subsequent", "34", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "decreases", "to", "no", "more", "than", "50.3", "is", "not", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "more", "4.9", "and", "signal_1_n", "less equal", "65.3", "imply", "globally", "[0,42]", "(", "finally", "[0,34]", "(", "negation", "fall", "(", "signal_2_n", "more", "50.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "coming", "42", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "point", "within", "the", "subsequent", "34", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "is", "not", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "F", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">", "4.9"], ["signal_1_n", "<=", "65.3"]]}, " prop_2 ": {"span": [56, 63], "prop": [["-", "fall", "(", "signal_2_n", ">", "50.3", ")"]]}}} {"id": 3346, "sentence": ["Whenever", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "smaller", "than", "66.1", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_4_n", "ought", "to", "be", "lower", "than", "57.9", "and", "then", "this", "condition", "shall", "uninterruptedly", "continue", "for", "each", "time", "point", "in", "the", "coming", "47", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "66.1", "imply", "globally", "[0,47]", "(", "signal_4_n", "less", "57.9", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "shall", "uninterruptedly", "continue", "for", "each", "time", "point", "in", "the", "coming", "47", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_3_n", "<", "66.1"]]}, " prop_3 ": {"span": [25, 35], "prop": [["signal_4_n", "<", "57.9"]]}}} {"id": 5202, "sentence": ["The", "value", "of", "signal_1_n", "should", "remain", "less", "than", "or", "equal", "to", "85.9", "eventually", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "85.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 27], "prop": [["signal_1_n", "<=", "85.9"]]}}} {"id": 5923, "sentence": ["In", "the", "case", "the", "event", "that", "the", "signal_1_n", "signal", "shifts", "to", "62.6", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "10.2", "then", "this", "condition", "will", "have", "to", "consecutively", "keep", "till", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "goes", "down", "to", "lower", "than", "16.4", "gets", "detected", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "62.6", ")", "imply", "(", "signal_2_n", "more equal", "10.2", ")", "until", "(", "rise", "(", "signal_3_n", "less", "16.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "condition", "will", "have", "to", "consecutively", "keep", "till", "the", "event", "that", "(", "prop_3", ")", "gets", "detected", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "62.6", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", ">=", "10.2"]]}, " prop_3 ": {"span": [43, 54], "prop": [["rise", "(", "signal_3_n", "<", "16.4", ")"]]}}} {"id": 2564, "sentence": ["The", "value", "of", "signal_1_n", "should", "consecutively", "remain", "no", "larger", "than", "22.0", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "22.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "<=", "22.0"]]}}} {"id": 3973, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "next", "16", "to", "67", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_3_n", "needs", "to", "be", "at", "least", "30.1", "and", "less", "than", "or", "equal", "to", "65.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[16,67]", "(", "finally", "(", "signal_3_n", "more equal", "30.1", "and", "signal_3_n", "less equal", "65.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "next", "16", "to", "67", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "16", ":", "67", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [60, 74], "prop": [["signal_3_n", ">=", "30.1"], ["signal_3_n", "<=", "65.8"]]}}} {"id": 5273, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "65.1", ",", "then", "in", "response", "ultimately", "there", "ought", "to", "exist", "a", "time", "within", "11", "time", "units", ",", "at", "which", "signal_4_n", "ought", "to", "keep", "at", "least", "44.7", "and", "no", "larger", "than", "89.4", "all", "the", "time", "for", "each", "moment", "within", "the", "coming", "54", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "65.1", "imply", "finally", "[0,11]", "(", "globally", "[0,54]", "(", "signal_4_n", "more equal", "44.7", "and", "signal_4_n", "less equal", "89.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "ultimately", "there", "ought", "to", "exist", "a", "time", "within", "11", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_3_n", "<", "65.1"]]}, " prop_3 ": {"span": [38, 62], "prop": [["signal_4_n", ">=", "44.7"], ["signal_4_n", "<=", "89.4"]]}}} {"id": 4411, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "shifts", "to", "26.0", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "be", "34.3", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "26.0", ")", "imply", "signal_2_n", "math equal", "34.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", "==", "26.0", ")"]]}, " prop_2 ": {"span": [28, 33], "prop": [["signal_2_n", "==", "34.3"]]}}} {"id": 4159, "sentence": ["For", "every", "time", "instant", "within", "64", "time", "units", ",", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "set", "to", "signal_2_n", "all", "the", "time", "and", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "consecutively", "equal", "to", "54.8", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "54.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "64", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_3_n", "==", "54.8"]]}}} {"id": 560, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "20.2", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "is", "finally", "less", "than", "or", "equal", "to", "84.2", "at", "a", "time", "during", "the", "next", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.2", "imply", "finally", "[0,89]", "(", "signal_2_n", "less equal", "84.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "20.2"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_2_n", "<=", "84.2"]]}}} {"id": 5991, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "has", "to", "be", "at", "least", "15.9", "and", "below", "32.7", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "15.9", "and", "signal_1_n", "less", "32.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 29], "prop": [["signal_1_n", ">=", "15.9"], ["signal_1_n", "<", "32.7"]]}}} {"id": 1969, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "1.3", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "the", "mode", "of", "signal_2_n", "will", "be", "signal_3_n", ",", "and", "without", "any", "delay", "the", "signal_4_n", "signal", "shall", "be", "in", "signal_5_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "1.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_2", ")", ",", "and", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "1.3", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 49], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 3133, "sentence": ["For", "every", "time", "instant", "within", "14", "to", "48", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "continuously", "remain", "higher", "than", "13.5", "and", "less", "than", "61.5", "."], "ltl": ["globally", "[14,48]", "(", "signal_1_n", "more", "13.5", "and", "signal_1_n", "less", "61.5", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "14", "to", "48", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "14", ":", "48", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">", "13.5"], ["signal_1_n", "<", "61.5"]]}}} {"id": 286, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "instantly", "the", "event", "that", "the", "value", "of", "signal_3_n", "starts", "not", "equaling", "to", "6.3", "is", "never", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "6.3", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "instantly", "the", "event", "that", "(", "prop_2", ")", "is", "never", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["-", "fall", "(", "signal_3_n", "==", "6.3", ")"]]}}} {"id": 1328, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "deviates", "from", "88.9", "ought", "n't", "to", "get", "observed", "at", "a", "certain", "time", "instant", "in", "the", "coming", "40", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,40]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "88.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "n't", "to", "get", "observed", "at", "a", "certain", "time", "instant", "in", "the", "coming", "40", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["-", "fall", "(", "signal_3_n", "==", "88.9", ")"]]}}} {"id": 5334, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "smaller", "than", "76.6", "gets", "observed", ",", "then", "for", "every", "time", "instant", "in", "the", "subsequent", "11", "to", "63", "time", "units", "there", "ought", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_2_n", "becomes", "at", "least", "78.3", "shall", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "76.6", ")", "imply", "globally", "[11,63]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "78.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "for", "every", "time", "instant", "in", "the", "subsequent", "11", "to", "63", "time", "units", "there", "ought", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "63", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "76.6", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["rise", "(", "signal_2_n", ">=", "78.3", ")"]]}}} {"id": 4459, "sentence": ["If", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "78.0", ",", "or", "the", "transition", "action", "that", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "91.4", "is", "observed", "then", "in", "response", "immediately", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "78.0", "or", "rise", "(", "signal_2_n", "less equal", "91.4", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "in", "response", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">=", "78.0"]]}, " prop_2 ": {"span": [15, 24], "prop": [["rise", "(", "signal_2_n", "<=", "91.4", ")"]]}, " prop_3 ": {"span": [30, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6007, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "61.5", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "61.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "61.5", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 305, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "73.1", "occurs", ",", "then", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "19.8", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "73.1", ")", "imply", "signal_2_n", "more", "19.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "73.1", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">", "19.8"]]}}} {"id": 4852, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "75.4", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "first", "86", "time", "units", ",", "there", "should", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "coming", "5", "to", "72", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "needs", "to", "be", "72.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "75.4", "imply", "globally", "[0,86]", "(", "finally", "[5,72]", "(", "signal_2_n", "math equal", "72.4", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "first", "86", "time", "units", ",", "there", "should", "ultimately", "exist", "a", "certain", "time", "point", "in", "the", "coming", "5", "to", "72", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "86", "]", "(", "F", "[", "5", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "75.4"]]}, " prop_2 ": {"span": [53, 61], "prop": [["signal_2_n", "==", "72.4"]]}}} {"id": 2711, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "80.4", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "over", "52.7", "and", "less", "than", "93.8", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "80.4", ")", "imply", "signal_2_n", "more", "52.7", "and", "signal_2_n", "less", "93.8", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "80.4", ")"]]}, " prop_2 ": {"span": [17, 33], "prop": [["signal_2_n", ">", "52.7"], ["signal_2_n", "<", "93.8"]]}}} {"id": 5316, "sentence": ["There", "is", "a", "certain", "time", "point", "within", "97", "time", "units", ",", "at", "which", "signal_1_n", "should", "be", "equal", "to", "31.6", "eventually", "or", "the", "value", "of", "signal", "signal_2_n", "will", "be", "no", "larger", "than", "44.8", "finally", "."], "ltl": ["finally", "[0,97]", "(", "signal_1_n", "math equal", "31.6", "or", "signal_2_n", "less equal", "44.8", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "point", "within", "97", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "97", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", "==", "31.6"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "<=", "44.8"]]}}} {"id": 1491, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "no", "more", "than", "11.1", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "within", "the", "next", "57", "time", "units", "finally", "the", "value", "of", "signal_2_n", "wo", "n't", "be", "less", "than", "52.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "11.1", ")", "imply", "finally", "[0,57]", "(", "negation", "(", "signal_2_n", "less", "52.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "within", "the", "next", "57", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<=", "11.1", ")"]]}, " prop_2 ": {"span": [39, 49], "prop": [["-", "(", "signal_2_n", "<", "52.0", ")"]]}}} {"id": 210, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "58.5", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "be", "at", "least", "35.0", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "58.5", ")", "imply", "signal_2_n", "more equal", "35.0", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "58.5", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", ">=", "35.0"]]}}} {"id": 3774, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "larger", "than", "62.0", ",", "then", "in", "response", "at", "sometime", "during", "the", "next", "7", "time", "units", ",", "for", "every", "time", "point", "during", "the", "coming", "35", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "15.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "62.0", "imply", "finally", "[0,7]", "(", "globally", "[0,35]", "(", "signal_2_n", "more", "15.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "at", "sometime", "during", "the", "next", "7", "time", "units", ",", "for", "every", "time", "point", "during", "the", "coming", "35", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "7", "]", "(", "G", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "62.0"]]}, " prop_2 ": {"span": [36, 47], "prop": [["signal_2_n", ">", "15.5"]]}}} {"id": 4003, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "falls", "below", "0.6", "is", "observed", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "is", "higher", "than", "17.0", "and", "below", "59.5", "and", "needs", "to", "consistently", "keep", "like", "this", "for", "each", "time", "instant", "in", "the", "first", "88", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "0.6", ")", "imply", "globally", "[0,88]", "(", "signal_2_n", "more", "17.0", "and", "signal_2_n", "less", "59.5", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "88", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "0.6", ")"]]}, " prop_2 ": {"span": [16, 45], "prop": [["signal_2_n", ">", "17.0"], ["signal_2_n", "<", "59.5"]]}}} {"id": 6156, "sentence": ["When", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "signal_3_n", "is", "at", "most", "38.1", ",", "then", "there", "must", "ultimately", "exist", "a", "certain", "time", "instant", "in", "the", "following", "38", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "20.4", "and", "below", "44.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "38.1", "imply", "finally", "[0,38]", "(", "signal_4_n", "more equal", "20.4", "and", "signal_4_n", "less", "44.0", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "there", "must", "ultimately", "exist", "a", "certain", "time", "instant", "in", "the", "following", "38", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "38", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 15], "prop": [["signal_3_n", "<=", "38.1"]]}, " prop_3 ": {"span": [34, 50], "prop": [["signal_4_n", ">=", "20.4"], ["signal_4_n", "<", "44.0"]]}}} {"id": 5966, "sentence": ["The", "value", "of", "signal_1_n", "uninterruptedly", "keeps", "greater", "than", "or", "equal", "to", "41.5", "for", "every", "time", "instant", "in", "the", "first", "10", "time", "units", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "more equal", "41.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "41.5"]]}}} {"id": 2217, "sentence": ["In", "case", "that", "signal_1_n", "is", "61.5", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "at", "least", "47.4", "must", "be", "detected", "eventually", "at", "a", "certain", "time", "instant", "during", "the", "following", "9", "to", "13", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "61.5", "imply", "globally", "(", "finally", "[9,13]", "(", "rise", "(", "signal_2_n", "more equal", "47.4", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "be", "detected", "eventually", "at", "a", "certain", "time", "instant", "during", "the", "following", "9", "to", "13", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "9", ":", "13", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "61.5"]]}, " prop_2 ": {"span": [28, 38], "prop": [["rise", "(", "signal_2_n", ">=", "47.4", ")"]]}}} {"id": 417, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "below", "27.6", "takes", "place", ",", "and", "the", "transition", "action", "that", "the", "state", "of", "signal_2_n", "shifts", "to", "signal_3_n", "is", "n't", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "following", "55", "time", "units", "at", "a", "time", "in", "the", "coming", "66", "time", "units", ",", "the", "signal_4_n", "signal", "ought", "to", "ultimately", "remain", "more", "than", "27.2", "and", "less", "than", "48.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.6", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,55]", "(", "finally", "[0,66]", "(", "signal_4_n", "more", "27.2", "and", "signal_4_n", "less", "48.0", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "n't", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "following", "55", "time", "units", "at", "a", "time", "in", "the", "coming", "66", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "55", "]", "(", "F", "[", "0", ":", "66", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "27.6", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [63, 77], "prop": [["signal_4_n", ">", "27.2"], ["signal_4_n", "<", "48.0"]]}}} {"id": 930, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "76.0", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "have", "to", "be", "smaller", "than", "74.4", "and", "this", "condition", "will", "have", "been", "holding", "all", "the", "time", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "76.0", ")", "imply", "historically", "(", "signal_2_n", "less", "74.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "been", "holding", "all", "the", "time", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<=", "76.0", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", "<", "74.4"]]}}} {"id": 5508, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "above", "50.1", ",", "or", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "in", "the", "next", "5", "to", "69", "time", "units", "the", "signal_4_n", "signal", "sha", "n't", "be", "greater", "than", "or", "equal", "to", "4.1", "and", "this", "scenario", "consecutively", "continues", "during", "the", "coming", "100", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "50.1", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[5,69]", "(", "globally", "[0,100]", "(", "negation", "(", "signal_4_n", "more equal", "4.1", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "after", "a", "time", "in", "the", "next", "5", "to", "69", "time", "units", "(", "prop_3", ")", "and", "this", "scenario", "consecutively", "continues", "during", "the", "coming", "100", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "5", ":", "69", "]", "(", "G", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", ">", "50.1"]]}, " prop_2 ": {"span": [11, 17], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [35, 47], "prop": [["-", "(", "signal_4_n", ">=", "4.1", ")"]]}}} {"id": 191, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "rises", "to", "at", "least", "65.8", "is", "detected", "then", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "next", "17", "time", "units", "eventually", ",", "at", "which", "the", "signal_3_n", "signal", "should", "not", "be", "signal_4_n", ",", "before", "this", "the", "value", "of", "signal", "signal_2_n", "must", "never", "be", "no", "larger", "than", "77.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.8", ")", "imply", "(", "negation", "(", "signal_2_n", "less equal", "77.6", ")", ")", "until", "[0,17]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "next", "17", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", ",", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">=", "65.8", ")"]]}, " prop_2 ": {"span": [32, 39], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [42, 54], "prop": [["-", "(", "signal_2_n", "<=", "77.6", ")"]]}}} {"id": 6310, "sentence": ["Finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "signal_1_n", "should", "be", "smaller", "than", "13.3", "."], "ltl": ["finally", "(", "signal_1_n", "less", "13.3", ")"], "logic_sentence": ["Finally", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "<", "13.3"]]}}} {"id": 2701, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "22.1", "and", "less", "than", "or", "equal", "to", "56.6", ",", "or", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "to", "no", "less", "than", "2.1", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "there", "exists", "a", "certain", "moment", "within", "the", "next", "4", "to", "28", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "remain", "greater", "than", "or", "equal", "to", "74.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "22.1", "and", "signal_1_n", "less equal", "56.6", ")", "or", "rise", "(", "signal_2_n", "more equal", "2.1", ")", "imply", "finally", "[4,28]", "(", "signal_3_n", "more equal", "74.4", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "there", "exists", "a", "certain", "moment", "within", "the", "next", "4", "to", "28", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "4", ":", "28", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">", "22.1"], ["signal_1_n", "<=", "56.6"]]}, " prop_2 ": {"span": [21, 31], "prop": [["rise", "(", "signal_2_n", ">=", "2.1", ")"]]}, " prop_3 ": {"span": [57, 71], "prop": [["signal_3_n", ">=", "74.4"]]}}} {"id": 413, "sentence": ["For", "each", "moment", "within", "the", "first", "32", "to", "88", "time", "units", ",", "consistently", "signal_1_n", "shall", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "[32,88]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "32", "to", "88", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "32", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4549, "sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "time", "point", "during", "the", "first", "65", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "larger", "than", "27.9", "."], "ltl": ["finally", "[0,65]", "(", "signal_1_n", "more", "27.9", ")"], "logic_sentence": ["Ultimately", "there", "needs", "to", "be", "a", "certain", "time", "point", "during", "the", "first", "65", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 30], "prop": [["signal_1_n", ">", "27.9"]]}}} {"id": 1579, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "ultimately", "settle", "to", "68.4", "at", "a", "certain", "time", "point", "starting", "at", "most", "53", "time", "units", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "math equal", "68.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "68.4"]]}}} {"id": 1164, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "11.0", "and", "less", "than", "18.5", "or", "the", "signal_2_n", "signal", "is", "less", "than", "82.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "shall", "be", "less", "than", "or", "equal", "to", "52.6", "and", "then", "should", "stay", "like", "that", "without", "interruption", "for", "each", "time", "point", "during", "the", "coming", "72", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "11.0", "and", "signal_1_n", "less", "18.5", ")", "or", "signal_2_n", "less", "82.3", "imply", "globally", "[0,72]", "(", "signal_3_n", "less equal", "52.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "and", "then", "should", "stay", "like", "that", "without", "interruption", "for", "each", "time", "point", "during", "the", "coming", "72", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "72", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">", "11.0"], ["signal_1_n", "<", "18.5"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "<", "82.3"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_3_n", "<=", "52.6"]]}}} {"id": 1624, "sentence": ["There", "must", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "less", "than", "or", "equal", "to", "15.1", "or", "ultimately", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "smaller", "than", "3.7", "shall", "occur", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "15.1", "or", "rise", "(", "signal_2_n", "less", "3.7", ")", ")"], "logic_sentence": ["There", "must", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "or", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "shall", "occur", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 28], "prop": [["signal_1_n", "<=", "15.1"]]}, " prop_2 ": {"span": [33, 40], "prop": [["rise", "(", "signal_2_n", "<", "3.7", ")"]]}}} {"id": 2375, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "is", "signal_2_n", "and", "the", "signal_3_n", "signal", "keeps", "in", "signal_4_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "time", "instant", "during", "the", "next", "11", "to", "70", "time", "units", "signal_5_n", "will", "be", "at", "least", "26.5", "then", "this", "scenario", "will", "have", "to", "last", "without", "interruption", "for", "every", "time", "point", "within", "44", "to", "75", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "finally", "[11,70]", "(", "globally", "[44,75]", "(", "signal_5_n", "more equal", "26.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "time", "instant", "during", "the", "next", "11", "to", "70", "time", "units", "(", "prop_3", ")", "then", "this", "scenario", "will", "have", "to", "last", "without", "interruption", "for", "every", "time", "point", "within", "44", "to", "75", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "11", ":", "70", "]", "(", "G", "[", "44", ":", "75", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [41, 47], "prop": [["signal_5_n", ">=", "26.5"]]}}} {"id": 4688, "sentence": ["For", "each", "time", "point", "within", "the", "first", "42", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "no", "larger", "than", "5.4", "consistently", "."], "ltl": ["globally", "[0,42]", "(", "signal_1_n", "less equal", "5.4", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "42", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "42", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", "<=", "5.4"]]}}} {"id": 239, "sentence": ["For", "each", "moment", "within", "57", "time", "units", ",", "consecutively", "signal_1_n", "will", "be", "remaining", "less", "than", "13.7", ",", "and", "the", "mode", "of", "signal_2_n", "will", "have", "to", "remain", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "[0,57]", "(", "signal_1_n", "less", "13.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "57", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "13.7"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4975, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "bigger", "than", "19.8", "and", "smaller", "than", "53.7", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "at", "most", "45.0", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "subsequent", "50", "time", "units", ",", "at", "a", "time", "in", "the", "following", "31", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "should", "be", "eventually", "over", "90.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "19.8", "and", "signal_1_n", "less", "53.7", ")", "and", "rise", "(", "signal_2_n", "less equal", "45.0", ")", "imply", "globally", "[0,50]", "(", "finally", "[0,31]", "(", "signal_3_n", "more", "90.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "subsequent", "50", "time", "units", ",", "at", "a", "time", "in", "the", "following", "31", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "50", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "19.8"], ["signal_1_n", "<", "53.7"]]}, " prop_2 ": {"span": [20, 30], "prop": [["rise", "(", "signal_2_n", "<=", "45.0", ")"]]}, " prop_3 ": {"span": [59, 69], "prop": [["signal_3_n", ">", "90.6"]]}}} {"id": 386, "sentence": ["At", "a", "time", "within", "3", "time", "units", "ultimately", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "20.3", "must", "happen", ",", "and", "signal_2_n", "needs", "to", "be", "less", "than", "16.0", "ultimately", "."], "ltl": ["finally", "[0,3]", "(", "rise", "(", "signal_1_n", "less equal", "20.3", ")", "and", "signal_2_n", "less", "16.0", ")"], "logic_sentence": ["At", "a", "time", "within", "3", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "must", "happen", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", "<=", "20.3", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_2_n", "<", "16.0"]]}}} {"id": 1442, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "deviates", "from", "87.9", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "be", "signal_3_n", "in", "no", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "87.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["fall", "(", "signal_1_n", "==", "87.9", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 321, "sentence": ["In", "the", "first", "95", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "continuously", "stays", "no", "larger", "than", "45.1", ",", "or", "without", "interruption", "the", "signal_2_n", "signal", "needs", "to", "equal", "to", "82.3", "."], "ltl": ["globally", "[0,95]", "(", "signal_1_n", "less equal", "45.1", "or", "signal_2_n", "math equal", "82.3", ")"], "logic_sentence": ["In", "the", "first", "95", "time", "units", ",", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "95", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "45.1"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "82.3"]]}}} {"id": 48, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "changes", "to", "74.6", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "mode", "of", "signal_2_n", "must", "not", "get", "set", "to", "signal_3_n", "and", "at", "the", "same", "time", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_4_n", "gets", "equal", "to", "31.5", "takes", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "74.6", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "and", "rise", "(", "signal_4_n", "math equal", "31.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "and", "at", "the", "same", "time", "the", "transition", "action", "that", "(", "prop_3", ")", "takes", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "74.6", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [48, 57], "prop": [["rise", "(", "signal_4_n", "==", "31.5", ")"]]}}} {"id": 3654, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "1.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "more", "than", "18.6", "and", "below", "40.7", ",", "or", "the", "signal_3_n", "signal", "needs", "to", "be", "signal_4_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "1.2", "imply", "(", "signal_2_n", "more", "18.6", "and", "signal_2_n", "less", "40.7", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "1.2"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", ">", "18.6"], ["signal_2_n", "<", "40.7"]]}, " prop_3 ": {"span": [41, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3137, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "n't", "96.2", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "will", "have", "to", "promptly", "remain", "on", "48.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "96.2", ")", "imply", "signal_2_n", "math equal", "48.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "96.2", ")"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "==", "48.5"]]}}} {"id": 5582, "sentence": ["In", "the", "case", "signal_1_n", "gets", "changed", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "certain", "time", "instant", "within", "35", "time", "units", ",", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "within", "the", "range", "-LSB-", "43.8", ",", "56.6", "-RSB-", "then", "uninterruptedly", "this", "condition", "sustains", "for", "each", "time", "point", "in", "the", "coming", "3", "to", "5", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,35]", "(", "globally", "[3,5]", "(", "signal_3_n", "more equal", "43.8", "and", "signal_3_n", "less equal", "56.6", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "certain", "time", "instant", "within", "35", "time", "units", ",", "(", "prop_2", ")", "then", "uninterruptedly", "this", "condition", "sustains", "for", "each", "time", "point", "in", "the", "coming", "3", "to", "5", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "35", "]", "(", "G", "[", "3", ":", "5", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 45], "prop": [["signal_3_n", ">=", "43.8"], ["signal_3_n", "<=", "56.6"]]}}} {"id": 1627, "sentence": ["At", "a", "time", "within", "the", "first", "17", "to", "35", "time", "units", "the", "state", "of", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "ultimately", "and", "signal_3_n", "should", "be", "29.2", "ultimately", "."], "ltl": ["finally", "[17,35]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "29.2", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "17", "to", "35", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "17", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 29], "prop": [["signal_3_n", "==", "29.2"]]}}} {"id": 2571, "sentence": ["Within", "the", "first", "98", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "consistently", "stay", "greater", "than", "55.2", "and", "less", "than", "or", "equal", "to", "64.0", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "continuously", "smaller", "than", "36.7", "."], "ltl": ["globally", "[0,98]", "(", "(", "signal_1_n", "more", "55.2", "and", "signal_1_n", "less equal", "64.0", ")", "and", "signal_2_n", "less", "36.7", ")"], "logic_sentence": ["Within", "the", "first", "98", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "98", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 24], "prop": [["signal_1_n", ">", "55.2"], ["signal_1_n", "<=", "64.0"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<", "36.7"]]}}} {"id": 1826, "sentence": ["Uninterruptedly", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "28.8", "sha", "n't", "get", "observed", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "28.8", ")", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["-", "fall", "(", "signal_1_n", "==", "28.8", ")"]]}}} {"id": 5395, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "no", "less", "than", "20.2", "and", "at", "most", "27.5", "then", "for", "each", "moment", "within", "48", "time", "units", "ultimately", "there", "is", "a", "time", "within", "the", "first", "46", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "will", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "20.2", "and", "signal_1_n", "less equal", "27.5", "imply", "globally", "[0,48]", "(", "finally", "[0,46]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "for", "each", "moment", "within", "48", "time", "units", "ultimately", "there", "is", "a", "time", "within", "the", "first", "46", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "48", "]", "(", "F", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">=", "20.2"], ["signal_1_n", "<=", "27.5"]]}, " prop_2 ": {"span": [40, 48], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 22, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "7", "time", "units", ",", "the", "value", "of", "signal_1_n", "needs", "to", "settle", "to", "4.8", "ultimately", ",", "or", "finally", "the", "signal_2_n", "signal", "shall", "be", "bigger", "than", "51.2", "."], "ltl": ["finally", "[0,7]", "(", "signal_1_n", "math equal", "4.8", "or", "signal_2_n", "more", "51.2", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "7", "time", "units", ",", "(", "prop_1", ")", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "7", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "4.8"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", ">", "51.2"]]}}} {"id": 748, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "finally", "31.3", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "31.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "31.3"]]}}} {"id": 8, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "remains", "in", "signal_2_n", ",", "then", "finally", "there", "is", "a", "time", "in", "the", "first", "89", "time", "units", ",", "at", "which", "the", "state", "of", "signal_3_n", "is", "in", "signal_4_n", "and", "then", "this", "scenario", "should", "consistently", "hold", "in", "the", "coming", "77", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,89]", "(", "globally", "[0,77]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "finally", "there", "is", "a", "time", "in", "the", "first", "89", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "should", "consistently", "hold", "in", "the", "coming", "77", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "89", "]", "(", "G", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5882, "sentence": ["At", "a", "certain", "time", "instant", "within", "88", "time", "units", "ultimately", "the", "value", "of", "signal", "signal_1_n", "will", "keep", "below", "74.1", "or", "the", "value", "of", "signal_2_n", "shall", "be", "eventually", "at", "most", "90.4", "."], "ltl": ["finally", "[0,88]", "(", "signal_1_n", "less", "74.1", "or", "signal_2_n", "less equal", "90.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "88", "time", "units", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "<", "74.1"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "<=", "90.4"]]}}} {"id": 6168, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "51.4", "and", "the", "value", "of", "signal", "signal_2_n", "is", "68.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "decreases", "to", "less", "than", "or", "equal", "to", "72.1", "should", "get", "detected", "eventually", "at", "a", "certain", "moment", "after", "between", "5", "to", "43", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "51.4", "and", "signal_2_n", "math equal", "68.3", "imply", "finally", "[5,43]", "(", "rise", "(", "signal_3_n", "less equal", "72.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "get", "detected", "eventually", "at", "a", "certain", "moment", "after", "between", "5", "to", "43", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "5", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "51.4"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "==", "68.3"]]}, " prop_3 ": {"span": [31, 44], "prop": [["rise", "(", "signal_3_n", "<=", "72.1", ")"]]}}} {"id": 2315, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "over", "22.2", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "consecutively", "the", "value", "of", "signal_2_n", "should", "be", "higher", "than", "0.8", "and", "less", "than", "2.8", "for", "each", "moment", "during", "the", "following", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "22.2", ")", "imply", "globally", "[0,73]", "(", "signal_2_n", "more", "0.8", "and", "signal_2_n", "less", "2.8", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "22.2", ")"]]}, " prop_2 ": {"span": [24, 46], "prop": [["signal_2_n", ">", "0.8"], ["signal_2_n", "<", "2.8"]]}}} {"id": 5355, "sentence": ["If", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "94.8", "then", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "consecutively", "keep", "over", "91.4", "for", "each", "time", "point", "in", "the", "following", "63", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "94.8", "imply", "globally", "[0,63]", "(", "signal_4_n", "more", "91.4", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "63", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 15], "prop": [["signal_3_n", "==", "94.8"]]}, " prop_3 ": {"span": [16, 37], "prop": [["signal_4_n", ">", "91.4"]]}}} {"id": 2653, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "set", "to", "19.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "bigger", "than", "75.7", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "91", "time", "units", "the", "state", "of", "signal_3_n", "must", "be", "signal_4_n", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "19.3", "and", "signal_2_n", "more", "75.7", "imply", "finally", "[0,91]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "91", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "91", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "19.3"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", ">", "75.7"]]}, " prop_3 ": {"span": [39, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4847, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "signal_3_n", "will", "be", "no", "larger", "than", "73.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "73.1", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_3_n", "<=", "73.1"]]}}} {"id": 254, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "over", "54.2", "gets", "observed", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "69.2", "right", "away", "and", "in", "no", "time", "the", "value", "of", "signal", "signal_3_n", "will", "be", "bigger", "than", "17.2", "and", "below", "63.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "54.2", ")", "imply", "signal_2_n", "math equal", "69.2", "and", "(", "signal_3_n", "more", "17.2", "and", "signal_3_n", "less", "63.9", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "(", "prop_2", ")", "and", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "54.2", ")"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", "==", "69.2"]]}, " prop_3 ": {"span": [31, 44], "prop": [["signal_3_n", ">", "17.2"], ["signal_3_n", "<", "63.9"]]}}} {"id": 2380, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "smaller", "than", "67.0", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "next", "41", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "instant", "within", "17", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "smaller", "than", "20.9", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "67.0", ")", "imply", "globally", "[0,41]", "(", "finally", "[0,17]", "(", "signal_2_n", "less", "20.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "next", "41", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "instant", "within", "17", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "41", "]", "(", "F", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "67.0", ")"]]}, " prop_2 ": {"span": [47, 59], "prop": [["signal_2_n", "<", "20.9"]]}}} {"id": 3798, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "larger", "than", "5.7", "and", "below", "7.3", "finally", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "smaller", "than", "10.8", "ultimately", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more", "5.7", "and", "signal_1_n", "less", "7.3", ")", "and", "signal_2_n", "less", "10.8", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 33], "prop": [["signal_1_n", ">", "5.7"], ["signal_1_n", "<", "7.3"]]}, " prop_2 ": {"span": [35, 46], "prop": [["signal_2_n", "<", "10.8"]]}}} {"id": 1145, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "32.2", ",", "and", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "22.7", "and", "no", "larger", "than", "29.5", "then", "the", "following", "condition", "holds", ":", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "46", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "should", "be", "larger", "than", "50.7", "and", "lower", "than", "88.1", "and", "this", "scenario", "should", "sustain", "consecutively", "within", "48", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "32.2", ")", "and", "(", "signal_2_n", "more equal", "22.7", "and", "signal_2_n", "less equal", "29.5", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,48]", "(", "signal_3_n", "more", "50.7", "and", "signal_3_n", "less", "88.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "46", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "this", "scenario", "should", "sustain", "consecutively", "within", "48", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "48", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["-", "(", "signal_1_n", ">=", "32.2", ")"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_2_n", ">=", "22.7"], ["signal_2_n", "<=", "29.5"]]}, " prop_3 ": {"span": [60, 72], "prop": [["signal_3_n", ">", "50.7"], ["signal_3_n", "<", "88.1"]]}}} {"id": 148, "sentence": ["For", "each", "time", "point", "during", "the", "first", "43", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "should", "not", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[0,43]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "43", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 5692, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "more", "than", "56.4", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "be", "smaller", "than", "27.6", "and", "then", "this", "condition", "should", "remain", "consecutively", "for", "each", "moment", "within", "the", "next", "4", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "56.4", ")", "imply", "globally", "[0,4]", "(", "signal_2_n", "less", "27.6", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "should", "remain", "consecutively", "for", "each", "moment", "within", "the", "next", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<=", "56.4", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "<", "27.6"]]}}} {"id": 901, "sentence": ["While", "signal_1_n", "is", "n't", "at", "most", "43.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "no", "more", "than", "69.4", "wo", "n't", "be", "detected", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "43.4", ")", "imply", "finally", "(", "negation", "fall", "(", "signal_2_n", "more", "69.4", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "transition", "action", "that", "(", "prop_2", ")", "wo", "n't", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["-", "(", "signal_1_n", "<=", "43.4", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["-", "fall", "(", "signal_2_n", ">", "69.4", ")"]]}}} {"id": 5264, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "lower", "than", "25.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "subsequent", "1", "to", "38", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "ultimately", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "25.1", "imply", "globally", "[1,38]", "(", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "subsequent", "1", "to", "38", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "38", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["signal_1_n", "<", "25.1"]]}, " prop_2 ": {"span": [50, 62], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5062, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "61.5", "is", "observed", "and", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "below", "55.0", "gets", "detected", "then", "there", "has", "to", "finally", "exist", "a", "time", "in", "less", "than", "45", "time", "units", ",", "at", "which", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "41.3", "and", "less", "than", "or", "equal", "to", "78.5", "and", "holds", "like", "that", "consistently", "for", "every", "time", "instant", "during", "the", "following", "29", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "61.5", ")", "and", "rise", "(", "signal_2_n", "less", "55.0", ")", "imply", "finally", "[0,45]", "(", "globally", "[0,29]", "(", "signal_3_n", "more equal", "41.3", "and", "signal_3_n", "less equal", "78.5", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", "then", "there", "has", "to", "finally", "exist", "a", "time", "in", "less", "than", "45", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "45", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<", "61.5", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["rise", "(", "signal_2_n", "<", "55.0", ")"]]}, " prop_3 ": {"span": [49, 82], "prop": [["signal_3_n", ">=", "41.3"], ["signal_3_n", "<=", "78.5"]]}}} {"id": 3825, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "97.1", ",", "and", "the", "value", "of", "signal_2_n", "is", "equal", "to", "31.3", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "during", "the", "following", "0", "to", "3", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "signal_4_n", "jumps", "to", "higher", "than", "23.7", "ought", "to", "happen", ",", "and", "till", "then", "continuously", "the", "signal_3_n", "signal", "will", "have", "to", "be", "above", "18.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "97.1", "and", "signal_2_n", "math equal", "31.3", "imply", "(", "signal_3_n", "more", "18.2", ")", "until", "[0,3]", "(", "rise", "(", "signal_4_n", "more", "23.7", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "have", "to", "exist", "a", "certain", "moment", "during", "the", "following", "0", "to", "3", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "happen", ",", "and", "till", "then", "continuously", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "3", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "97.1"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_2_n", "==", "31.3"]]}, " prop_3 ": {"span": [49, 55], "prop": [["rise", "(", "signal_4_n", ">", "23.7", ")"]]}, " prop_4 ": {"span": [63, 72], "prop": [["signal_3_n", ">", "18.2"]]}}} {"id": 4648, "sentence": ["For", "each", "time", "point", "within", "the", "first", "18", "time", "units", ",", "signal_1_n", "will", "have", "to", "remain", "equal", "to", "97.7", "and", "without", "interruption", "signal_2_n", "will", "have", "to", "stay", "greater", "than", "20.5", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "math equal", "97.7", "and", "signal_2_n", "more", "20.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "18", "time", "units", ",", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "97.7"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", ">", "20.5"]]}}} {"id": 6191, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "above", "2.6", "and", "smaller", "than", "2.9", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "83.5", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "signal_3_n", "must", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.6", "and", "signal_1_n", "less", "2.9", ")", "and", "signal_2_n", "math equal", "83.5", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "2.6"], ["signal_1_n", "<", "2.9"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "83.5"]]}, " prop_3 ": {"span": [32, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2510, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "30.9", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "shall", "be", "lower", "than", "4.4", "simultaneously", "and", "promptly", "the", "value", "of", "signal", "signal_3_n", "sha", "n't", "be", "equal", "to", "75.9", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "30.9", "imply", "signal_2_n", "less", "4.4", "and", "negation", "(", "signal_3_n", "math equal", "75.9", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">=", "30.9"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "<", "4.4"]]}, " prop_3 ": {"span": [30, 41], "prop": [["-", "(", "signal_3_n", "==", "75.9", ")"]]}}} {"id": 4850, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "74.4", "at", "once", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "74.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_3_n", "<=", "74.4"]]}}} {"id": 173, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "not", "below", "60.1", ",", "or", "the", "value", "of", "signal_2_n", "is", "equal", "to", "62.5", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "signal_3_n", "is", "equal", "to", "27.0", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "60.1", ")", "or", "signal_2_n", "math equal", "62.5", "imply", "signal_3_n", "math equal", "27.0", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "<", "60.1", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "62.5"]]}, " prop_3 ": {"span": [33, 38], "prop": [["signal_3_n", "==", "27.0"]]}}} {"id": 3782, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "gets", "higher", "than", "60.7", "happens", "then", "in", "response", "the", "value", "of", "signal_2_n", "will", "have", "to", "stay", "smaller", "than", "10.9", "until", "eventually", "the", "event", "that", "the", "value", "of", "signal_3_n", "goes", "down", "to", "smaller", "than", "50.8", "happens", "at", "a", "certain", "moment", "during", "the", "next", "76", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "60.7", ")", "imply", "(", "signal_2_n", "less", "10.9", ")", "until", "[0,76]", "(", "rise", "(", "signal_3_n", "less", "50.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "60.7", ")"]]}, " prop_2 ": {"span": [15, 52], "prop": [["signal_2_n", "<", "10.9"], ["rise", "(", "signal_3_n", "<", "50.8", ")"]]}}} {"id": 2788, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "consistently", "the", "value", "of", "signal_1_n", "has", "to", "stay", "at", "least", "26.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "26.6", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">=", "26.6"]]}}} {"id": 2853, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "within", "the", "interval", "-LRB-", "55.9", ",", "91.0", "-RRB-", "and", "signal_2_n", "is", "at", "most", "31.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "signal_3_n", "should", "n't", "be", "smaller", "than", "94.1", "eventually", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "55.9", "and", "signal_1_n", "less", "91.0", ")", "and", "signal_2_n", "less equal", "31.9", "imply", "finally", "(", "negation", "(", "signal_3_n", "less", "94.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "55.9"], ["signal_1_n", "<", "91.0"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<=", "31.9"]]}, " prop_3 ": {"span": [45, 53], "prop": [["-", "(", "signal_3_n", "<", "94.1", ")"]]}}} {"id": 5935, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "90.9", "occurs", ",", "and", "the", "value", "of", "signal_2_n", "settles", "to", "29.5", ",", "then", "in", "response", "the", "mode", "of", "signal_3_n", "shall", "be", "set", "to", "signal_4_n", "then", "this", "scenario", "ought", "to", "remain", "consistently", "for", "every", "time", "instant", "within", "the", "coming", "59", "to", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "90.9", ")", "and", "signal_2_n", "math equal", "29.5", "imply", "globally", "[59,81]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "then", "this", "scenario", "ought", "to", "remain", "consistently", "for", "every", "time", "instant", "within", "the", "coming", "59", "to", "81", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "59", ":", "81", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "90.9", ")"]]}, " prop_2 ": {"span": [27, 34], "prop": [["signal_2_n", "==", "29.5"]]}, " prop_3 ": {"span": [38, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 575, "sentence": ["Continuously", "signal_1_n", "will", "be", "staying", "above", "30.7", "and", "less", "than", "58.7", "for", "each", "time", "instant", "in", "the", "first", "75", "time", "units", "."], "ltl": ["globally", "[0,75]", "(", "signal_1_n", "more", "30.7", "and", "signal_1_n", "less", "58.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "75", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">", "30.7"], ["signal_1_n", "<", "58.7"]]}}} {"id": 1224, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "continuously", "the", "value", "of", "signal_1_n", "wo", "n't", "be", "less", "than", "20.3", ",", "or", "the", "value", "of", "signal_2_n", "must", "always", "not", "be", "less", "than", "39.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "20.3", ")", "or", "negation", "(", "signal_2_n", "less", "39.9", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "continuously", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "<", "20.3", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["-", "(", "signal_2_n", "<", "39.9", ")"]]}}} {"id": 6180, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "66.7", "and", "less", "than", "or", "equal", "to", "85.7", ",", "then", "for", "each", "time", "instant", "in", "the", "next", "66", "time", "units", "there", "needs", "to", "exist", "a", "time", "in", "the", "subsequent", "31", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "keep", "below", "5.0", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "66.7", "and", "signal_1_n", "less equal", "85.7", "imply", "globally", "[0,66]", "(", "finally", "[0,31]", "(", "signal_2_n", "less", "5.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "for", "each", "time", "instant", "in", "the", "next", "66", "time", "units", "there", "needs", "to", "exist", "a", "time", "in", "the", "subsequent", "31", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "66", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 25], "prop": [["signal_1_n", ">=", "66.7"], ["signal_1_n", "<=", "85.7"]]}, " prop_2 ": {"span": [53, 63], "prop": [["signal_2_n", "<", "5.0"]]}}} {"id": 5285, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "43.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "no", "less", "than", "3.8", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "43.0", "imply", "signal_2_n", "more equal", "3.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<=", "43.0"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">=", "3.8"]]}}} {"id": 3954, "sentence": ["In", "case", "that", "signal_1_n", "starts", "not", "equaling", "to", "79.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal", "signal_2_n", "shall", "consecutively", "remain", "higher", "than", "6.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "79.1", ")", "imply", "globally", "(", "signal_2_n", "more", "6.9", ")", ")"], "logic_sentence": ["In", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["fall", "(", "signal_1_n", "==", "79.1", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">", "6.9"]]}}} {"id": 2402, "sentence": ["Consistently", "signal_1_n", "should", "equal", "to", "8.0", "for", "each", "time", "point", "within", "the", "first", "20", "time", "units", "."], "ltl": ["globally", "[0,20]", "(", "signal_1_n", "math equal", "8.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "8.0"]]}}} {"id": 59, "sentence": ["In", "the", "case", "signal_1_n", "is", "above", "67.0", "and", "then", "will", "consistently", "remain", "like", "this", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "will", "be", "higher", "than", "26.3", "and", "lower", "than", "55.9", "then", "this", "condition", "will", "last", "consistently", "until", "finally", "there", "will", "be", "a", "certain", "time", "instant", "during", "the", "subsequent", "87", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "will", "not", "be", "at", "least", "95.0", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "67.0", ")", "imply", "(", "signal_2_n", "more", "26.3", "and", "signal_2_n", "less", "55.9", ")", "until", "[0,87]", "(", "negation", "(", "signal_3_n", "more equal", "95.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "will", "last", "consistently", "until", "finally", "there", "will", "be", "a", "certain", "time", "instant", "during", "the", "subsequent", "87", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "87", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 23], "prop": [["signal_1_n", ">", "67.0"]]}, " prop_2 ": {"span": [33, 46], "prop": [["signal_2_n", ">", "26.3"], ["signal_2_n", "<", "55.9"]]}, " prop_3 ": {"span": [70, 79], "prop": [["-", "(", "signal_3_n", ">=", "95.0", ")"]]}}} {"id": 5556, "sentence": ["When", "the", "event", "that", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "value", "of", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "79.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "79.4", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_3_n", "<=", "79.4"]]}}} {"id": 393, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "11.5", "or", "signal_2_n", "is", "changed", "to", "29.7", "then", "in", "response", "for", "each", "moment", "in", "the", "coming", "8", "time", "units", ",", "there", "has", "to", "eventually", "exist", "a", "time", "starting", "at", "most", "95", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "at", "least", "51.3", "."], "ltl": ["globally", "(", "signal_1_n", "less", "11.5", "or", "rise", "(", "signal_2_n", "math equal", "29.7", ")", "imply", "globally", "[0,8]", "(", "finally", "[0,95]", "(", "signal_3_n", "more equal", "51.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "for", "each", "moment", "in", "the", "coming", "8", "time", "units", ",", "there", "has", "to", "eventually", "exist", "a", "time", "starting", "at", "most", "95", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "0", ":", "95", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", "<", "11.5"]]}, " prop_2 ": {"span": [15, 20], "prop": [["rise", "(", "signal_2_n", "==", "29.7", ")"]]}, " prop_3 ": {"span": [49, 61], "prop": [["signal_3_n", ">=", "51.3"]]}}} {"id": 6133, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "mode", "of", "signal", "signal_3_n", "ought", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2499, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "or", "signal_3_n", "keeps", "in", "signal_4_n", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_5_n", "shall", "be", "greater", "than", "29.2", "and", "then", "will", "be", "continuously", "keeping", "like", "that", "until", "there", "exists", "a", "certain", "time", "point", "after", "at", "most", "70", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_6_n", "is", "finally", "signal_7_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "(", "signal_5_n", "more", "29.2", ")", "until", "[0,70]", "(", "signal_6_n", "math equal", "signal_7_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 15], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [22, 63], "prop": [["signal_5_n", ">", "29.2"], ["signal_6_n", "==", "signal_7_n"]]}}} {"id": 1844, "sentence": ["For", "every", "moment", "within", "91", "to", "91", "time", "units", ",", "the", "signal_1_n", "signal", "will", "have", "to", "be", "less", "than", "43.2", "."], "ltl": ["globally", "[91,91]", "(", "signal_1_n", "less", "43.2", ")"], "logic_sentence": ["For", "every", "moment", "within", "91", "to", "91", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "91", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "43.2"]]}}} {"id": 1360, "sentence": ["There", "must", "exist", "a", "certain", "time", "point", "in", "less", "than", "24", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "above", "38.1", "has", "to", "be", "eventually", "observed", "."], "ltl": ["finally", "[0,24]", "(", "rise", "(", "signal_1_n", "more", "38.1", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "point", "in", "less", "than", "24", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "be", "eventually", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 27], "prop": [["rise", "(", "signal_1_n", ">", "38.1", ")"]]}}} {"id": 2361, "sentence": ["Whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "value", "of", "signal_3_n", "needs", "to", "be", "bigger", "than", "4.7", "and", "less", "than", "44.7", "and", "at", "once", "the", "value", "of", "signal", "signal_4_n", "has", "to", "go", "to", "at", "most", "86.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "4.7", "and", "signal_3_n", "less", "44.7", ")", "and", "rise", "(", "signal_4_n", "less equal", "86.7", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "and", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 38], "prop": [["signal_3_n", ">", "4.7"], ["signal_3_n", "<", "44.7"]]}, " prop_3 ": {"span": [41, 53], "prop": [["rise", "(", "signal_4_n", "<=", "86.7", ")"]]}}} {"id": 3195, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "happens", ",", "then", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "signal_3_n", "signal", "shall", "ultimately", "stay", "less", "than", "or", "equal", "to", "24.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "less equal", "24.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 45], "prop": [["signal_3_n", "<=", "24.5"]]}}} {"id": 2982, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "at", "least", "18.4", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_2_n", "is", "never", "no", "larger", "than", "56.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "18.4", ")", "imply", "negation", "(", "signal_2_n", "less equal", "56.4", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", ">=", "18.4", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["-", "(", "signal_2_n", "<=", "56.4", ")"]]}}} {"id": 256, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "must", "be", "equal", "to", "43.5", "promptly", "and", "the", "value", "of", "signal_4_n", "will", "be", "no", "less", "than", "3.6", "and", "no", "larger", "than", "53.9", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "43.5", "and", "(", "signal_4_n", "more equal", "3.6", "and", "signal_4_n", "less equal", "53.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_3_n", "==", "43.5"]]}, " prop_3 ": {"span": [30, 47], "prop": [["signal_4_n", ">=", "3.6"], ["signal_4_n", "<=", "53.9"]]}}} {"id": 4738, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "11.9", "and", "no", "more", "than", "54.0", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "during", "the", "first", "39", "time", "units", ",", "signal_2_n", "ought", "to", "be", "at", "least", "52.1", "and", "less", "than", "or", "equal", "to", "61.4", "then", "this", "condition", "will", "have", "to", "sustain", "consistently", "for", "every", "moment", "during", "the", "subsequent", "8", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "11.9", "and", "signal_1_n", "less equal", "54.0", "imply", "finally", "[0,39]", "(", "globally", "[0,8]", "(", "signal_2_n", "more equal", "52.1", "and", "signal_2_n", "less equal", "61.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "the", "following", "condition", "holds", ":", "at", "a", "time", "during", "the", "first", "39", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 21], "prop": [["signal_1_n", ">=", "11.9"], ["signal_1_n", "<=", "54.0"]]}, " prop_2 ": {"span": [36, 67], "prop": [["signal_2_n", ">=", "52.1"], ["signal_2_n", "<=", "61.4"]]}}} {"id": 111, "sentence": ["There", "is", "eventually", "a", "time", "starting", "at", "most", "26", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_1_n", "gets", "equal", "to", "97.7", "should", "occur", "."], "ltl": ["finally", "[0,26]", "(", "rise", "(", "signal_1_n", "math equal", "97.7", ")", ")"], "logic_sentence": ["There", "is", "eventually", "a", "time", "starting", "at", "most", "26", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 23], "prop": [["rise", "(", "signal_1_n", "==", "97.7", ")"]]}}} {"id": 1116, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "equal", "to", "12.0", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "5.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "coming", "73", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "8", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_3_n", "is", "changed", "to", "signal_4_n", "shall", "be", "ultimately", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "12.0", "or", "signal_2_n", "less", "5.8", "imply", "globally", "[0,73]", "(", "finally", "[0,8]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "coming", "73", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "8", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "be", "ultimately", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "12.0"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_2_n", "<", "5.8"]]}, " prop_3 ": {"span": [59, 64], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6460, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "14.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "has", "to", "exist", "sometime", "during", "the", "coming", "11", "time", "units", ",", "after", "which", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "continuously", "the", "mode", "of", "signal", "signal_2_n", "must", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.0", ")", "imply", "finally", "[0,11]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "has", "to", "exist", "sometime", "during", "the", "coming", "11", "time", "units", ",", "after", "which", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "11", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "14.0", ")"]]}, " prop_2 ": {"span": [46, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3733, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "signal_3_n", "should", "be", "greater", "than", "77.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "77.6", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_3_n", ">", "77.6"]]}}} {"id": 562, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "shall", "be", "consistently", "equal", "to", "96.0", ",", "and", "the", "signal_2_n", "signal", "will", "remain", "no", "less", "than", "17.3", "and", "less", "than", "or", "equal", "to", "72.6", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.0", "and", "(", "signal_2_n", "more equal", "17.3", "and", "signal_2_n", "less equal", "72.6", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "96.0"]]}, " prop_2 ": {"span": [19, 38], "prop": [["signal_2_n", ">=", "17.3"], ["signal_2_n", "<=", "72.6"]]}}} {"id": 1136, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "no", "more", "than", "6.0", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "must", "continuously", "keep", "less", "than", "20.1", "for", "every", "moment", "in", "the", "coming", "47", "to", "62", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "6.0", ")", "imply", "globally", "[47,62]", "(", "signal_2_n", "less", "20.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "47", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", "<=", "6.0", ")"]]}, " prop_2 ": {"span": [27, 49], "prop": [["signal_2_n", "<", "20.1"]]}}} {"id": 4429, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "happens", "then", "the", "value", "of", "signal", "signal_3_n", "will", "stay", "above", "30.6", "and", "smaller", "than", "52.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "30.6", "and", "signal_3_n", "less", "52.6", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_3_n", ">", "30.6"], ["signal_3_n", "<", "52.6"]]}}} {"id": 3779, "sentence": ["At", "a", "certain", "time", "instant", "starting", "at", "most", "28", "time", "units", ",", "ultimately", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "12.2", "ought", "to", "be", "observed", ",", "or", "eventually", "signal_2_n", "will", "have", "to", "be", "no", "less", "than", "15.0", "."], "ltl": ["finally", "[0,28]", "(", "rise", "(", "signal_1_n", "math equal", "12.2", ")", "or", "signal_2_n", "more equal", "15.0", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "at", "most", "28", "time", "units", ",", "ultimately", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "be", "observed", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "28", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["rise", "(", "signal_1_n", "==", "12.2", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", ">=", "15.0"]]}}} {"id": 991, "sentence": ["At", "a", "certain", "moment", "in", "less", "than", "37", "time", "units", ",", "signal_1_n", "will", "have", "to", "be", "set", "to", "98.8", "finally", "."], "ltl": ["finally", "[0,37]", "(", "signal_1_n", "math equal", "98.8", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "less", "than", "37", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "37", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "98.8"]]}}} {"id": 5380, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "continuously", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "at", "97.3", ",", "and", "the", "signal_2_n", "signal", "stays", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "97.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "97.3"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 140, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "is", "equal", "to", "12.8", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "next", "12", "to", "29", "time", "units", "at", "a", "time", "in", "the", "subsequent", "54", "to", "81", "time", "units", ",", "finally", "the", "scenario", "that", "the", "state", "of", "signal", "signal_4_n", "deviates", "from", "signal_5_n", "ought", "not", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "12.8", "imply", "globally", "[12,29]", "(", "finally", "[54,81]", "(", "negation", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "next", "12", "to", "29", "time", "units", "at", "a", "time", "in", "the", "subsequent", "54", "to", "81", "time", "units", ",", "finally", "the", "scenario", "that", "(", "prop_3", ")", "ought", "not", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "12", ":", "29", "]", "(", "F", "[", "54", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_3_n", "==", "12.8"]]}, " prop_3 ": {"span": [55, 63], "prop": [["-", "fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 2081, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "48", "to", "78", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "keep", "at", "most", "46.4", ",", "and", "consistently", "the", "signal_2_n", "signal", "should", "remain", "greater", "than", "47.5", "and", "less", "than", "56.8", "."], "ltl": ["globally", "[48,78]", "(", "signal_1_n", "less equal", "46.4", "and", "(", "signal_2_n", "more", "47.5", "and", "signal_2_n", "less", "56.8", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "48", "to", "78", "time", "units", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "48", ":", "78", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<=", "46.4"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", ">", "47.5"], ["signal_2_n", "<", "56.8"]]}}} {"id": 4765, "sentence": ["Ultimately", "the", "signal_1_n", "signal", "shall", "stay", "no", "less", "than", "45.5", "and", "less", "than", "or", "equal", "to", "83.4", "at", "a", "certain", "time", "instant", "after", "at", "most", "40", "time", "units", "."], "ltl": ["finally", "[0,40]", "(", "signal_1_n", "more equal", "45.5", "and", "signal_1_n", "less equal", "83.4", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "40", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 28], "prop": [["signal_1_n", ">=", "45.5"], ["signal_1_n", "<=", "83.4"]]}}} {"id": 4375, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "89.6", "gets", "observed", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "must", "exist", "a", "time", "in", "the", "first", "53", "to", "77", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "signal_3_n", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "89.6", ")", "imply", "globally", "(", "finally", "[53,77]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "must", "exist", "a", "time", "in", "the", "first", "53", "to", "77", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "53", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "89.6", ")"]]}, " prop_2 ": {"span": [48, 58], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1369, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_1_n", "is", "ultimately", "greater", "than", "14.0", "and", "below", "29.8", "then", "the", "following", "condition", "holds", ":", "consistently", "the", "value", "of", "signal_2_n", "remains", "between", "-LSB-", "1.4", ",", "2.0", "-RSB-", "till", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "9.8", "ultimately", "at", "a", "time", "in", "the", "first", "46", "time", "units", "."], "ltl": ["globally", "(", "finally", "(", "signal_1_n", "more", "14.0", "and", "signal_1_n", "less", "29.8", ")", "imply", "(", "signal_2_n", "more equal", "1.4", "and", "signal_2_n", "less equal", "2.0", ")", "until", "[0,46]", "(", "signal_3_n", "math equal", "9.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "(", "prop_1", "&", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [24, 33], "prop": [["signal_1_n", ">", "14.0"], ["signal_1_n", "<", "29.8"]]}, " prop_2 ": {"span": [40, 71], "prop": [["signal_2_n", ">=", "1.4"], ["signal_2_n", "<=", "2.0"], ["signal_3_n", "==", "9.8"]]}}} {"id": 407, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "lower", "than", "7.2", "is", "detected", "then", "in", "response", "the", "signal_2_n", "signal", "immediately", "settles", "to", "63.0", ",", "or", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_3_n", "shall", "equal", "to", "2.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "7.2", ")", "imply", "signal_2_n", "math equal", "63.0", "or", "signal_3_n", "math equal", "2.5", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "(", "prop_2", ")", ",", "or", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "7.2", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "63.0"]]}, " prop_3 ": {"span": [33, 42], "prop": [["signal_3_n", "==", "2.5"]]}}} {"id": 245, "sentence": ["In", "case", "that", "signal_1_n", "becomes", "bigger", "than", "48.5", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "35.9", "and", "this", "scenario", "ought", "to", "keep", "consecutively", "until", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "the", "value", "of", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "20.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.5", ")", "imply", "(", "signal_2_n", "more equal", "35.9", ")", "until", "(", "signal_3_n", "more equal", "20.5", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "ought", "to", "keep", "consecutively", "until", "at", "sometime", "in", "the", "future", "before", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", ">", "48.5", ")"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", ">=", "35.9"]]}, " prop_3 ": {"span": [43, 58], "prop": [["signal_3_n", ">=", "20.5"]]}}} {"id": 1824, "sentence": ["At", "sometime", "after", "at", "most", "3", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "is", "finally", "equal", "to", "36.2", "and", "the", "scenario", "that", "signal_2_n", "gets", "to", "no", "less", "than", "96.7", "should", "be", "finally", "observed", "."], "ltl": ["finally", "[0,3]", "(", "signal_1_n", "math equal", "36.2", "and", "rise", "(", "signal_2_n", "more equal", "96.7", ")", ")"], "logic_sentence": ["At", "sometime", "after", "at", "most", "3", "time", "units", ",", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "should", "be", "finally", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "36.2"]]}, " prop_2 ": {"span": [23, 30], "prop": [["rise", "(", "signal_2_n", ">=", "96.7", ")"]]}}} {"id": 2067, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "jumps", "to", "no", "less", "than", "61.0", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "smaller", "than", "12.2", "will", "get", "detected", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "61.0", ")", "imply", "rise", "(", "signal_2_n", "less", "12.2", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "will", "get", "detected", "promptly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">=", "61.0", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["rise", "(", "signal_2_n", "<", "12.2", ")"]]}}} {"id": 800, "sentence": ["At", "sometime", "during", "the", "first", "19", "to", "48", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "finally", "greater", "than", "5.8", "and", "below", "18.2", ",", "and", "eventually", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "40.5", "should", "be", "detected", "."], "ltl": ["finally", "[19,48]", "(", "(", "signal_1_n", "more", "5.8", "and", "signal_1_n", "less", "18.2", ")", "and", "rise", "(", "signal_2_n", "less equal", "40.5", ")", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "19", "to", "48", "time", "units", "(", "prop_1", ")", ",", "and", "eventually", "the", "event", "that", "(", "prop_2", ")", "should", "be", "detected", "."], "logic_ltl": ["F", "[", "19", ":", "48", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">", "5.8"], ["signal_1_n", "<", "18.2"]]}, " prop_2 ": {"span": [31, 43], "prop": [["rise", "(", "signal_2_n", "<=", "40.5", ")"]]}}} {"id": 6021, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "5.2", "and", "smaller", "than", "45.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "28.7", "and", "less", "than", "or", "equal", "to", "80.0", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "less", "than", "83", "time", "units", ",", "signal_3_n", "wo", "n't", "be", "equal", "to", "1.7", "then", "this", "condition", "will", "have", "to", "always", "sustain", "for", "every", "time", "instant", "within", "the", "coming", "51", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "5.2", "and", "signal_1_n", "less", "45.3", ")", "and", "(", "signal_2_n", "more equal", "28.7", "and", "signal_2_n", "less equal", "80.0", ")", "imply", "finally", "[0,83]", "(", "globally", "[0,51]", "(", "negation", "(", "signal_3_n", "math equal", "1.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "less", "than", "83", "time", "units", ",", "(", "prop_3", ")", "then", "this", "condition", "will", "have", "to", "always", "sustain", "for", "every", "time", "instant", "within", "the", "coming", "51", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "83", "]", "(", "G", "[", "0", ":", "51", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">", "5.2"], ["signal_1_n", "<", "45.3"]]}, " prop_2 ": {"span": [19, 35], "prop": [["signal_2_n", ">=", "28.7"], ["signal_2_n", "<=", "80.0"]]}, " prop_3 ": {"span": [52, 59], "prop": [["-", "(", "signal_3_n", "==", "1.7", ")"]]}}} {"id": 3366, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "above", "5.6", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "12.9", "and", "less", "than", "or", "equal", "to", "26.4", "and", "this", "scenario", "has", "to", "consecutively", "remain", "for", "each", "moment", "during", "the", "next", "54", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "5.6", ")", "imply", "globally", "[0,54]", "(", "signal_2_n", "more equal", "12.9", "and", "signal_2_n", "less equal", "26.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "scenario", "has", "to", "consecutively", "remain", "for", "each", "moment", "during", "the", "next", "54", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "54", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "5.6", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">=", "12.9"], ["signal_2_n", "<=", "26.4"]]}}} {"id": 611, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "at", "most", "34.7", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "signal_2_n", "goes", "to", "no", "more", "than", "22.4", "ought", "to", "be", "simultaneously", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "34.7", ")", "imply", "rise", "(", "signal_2_n", "less equal", "22.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "be", "simultaneously", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "34.7", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["rise", "(", "signal_2_n", "<=", "22.4", ")"]]}}} {"id": 343, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "2.5", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "during", "the", "coming", "4", "time", "units", "within", "43", "time", "units", "the", "value", "of", "signal", "signal_2_n", "will", "be", "staying", "over", "45.5", "and", "below", "76.5", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "2.5", ")", "imply", "finally", "[0,4]", "(", "globally", "[0,43]", "(", "signal_2_n", "more", "45.5", "and", "signal_2_n", "less", "76.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "during", "the", "coming", "4", "time", "units", "within", "43", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "4", "]", "(", "G", "[", "0", ":", "43", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "2.5", ")"]]}, " prop_2 ": {"span": [38, 53], "prop": [["signal_2_n", ">", "45.5"], ["signal_2_n", "<", "76.5"]]}}} {"id": 264, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "10.6", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "above", "88.0", "and", "then", "must", "uninterruptedly", "stay", "like", "this", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "10.6", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more", "88.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<", "10.6", ")"]]}, " prop_2 ": {"span": [45, 68], "prop": [["signal_2_n", ">", "88.0"]]}}} {"id": 6116, "sentence": ["When", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "signal_3_n", "must", "be", "56.7", "and", "the", "value", "of", "signal_4_n", "needs", "to", "be", "greater", "than", "4.2", "and", "at", "most", "84.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "56.7", "and", "(", "signal_4_n", "more", "4.2", "and", "signal_4_n", "less equal", "84.5", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 30], "prop": [["signal_3_n", "==", "56.7"]]}, " prop_3 ": {"span": [31, 45], "prop": [["signal_4_n", ">", "4.2"], ["signal_4_n", "<=", "84.5"]]}}} {"id": 1571, "sentence": ["Whenever", "signal_1_n", "is", "at", "least", "60.4", "and", "less", "than", "or", "equal", "to", "61.6", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "65.6", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "shall", "be", "above", "12.9", "and", "less", "than", "42.8", "and", "will", "stay", "in", "this", "interval", "consistently", "until", "the", "value", "of", "signal_4_n", "is", "greater", "than", "25.4", "finally", "at", "a", "certain", "moment", "within", "the", "first", "54", "to", "56", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "60.4", "and", "signal_1_n", "less equal", "61.6", ")", "and", "fall", "(", "signal_2_n", "math equal", "65.6", ")", "imply", "(", "signal_3_n", "more", "12.9", "and", "signal_3_n", "less", "42.8", ")", "until", "[54,56]", "(", "signal_4_n", "more", "25.4", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "54", ":", "56", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">=", "60.4"], ["signal_1_n", "<=", "61.6"]]}, " prop_2 ": {"span": [19, 27], "prop": [["fall", "(", "signal_2_n", "==", "65.6", ")"]]}, " prop_3 ": {"span": [38, 76], "prop": [["signal_3_n", ">", "12.9"], ["signal_3_n", "<", "42.8"], ["signal_4_n", ">", "25.4"]]}}} {"id": 1361, "sentence": ["Whenever", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "and", "signal_3_n", "is", "larger", "than", "20.0", "and", "less", "than", "31.0", "then", "the", "value", "of", "signal_4_n", "sha", "n't", "be", "19.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "20.0", "and", "signal_3_n", "less", "31.0", ")", "imply", "negation", "(", "signal_4_n", "math equal", "19.4", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_3_n", ">", "20.0"], ["signal_3_n", "<", "31.0"]]}, " prop_3 ": {"span": [20, 28], "prop": [["-", "(", "signal_4_n", "==", "19.4", ")"]]}}} {"id": 176, "sentence": ["When", "the", "signal_1_n", "signal", "is", "n't", "smaller", "than", "76.6", "or", "the", "value", "of", "signal", "signal_2_n", "is", "21.0", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "must", "be", "0.4", "at", "once", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "76.6", ")", "or", "signal_2_n", "math equal", "21.0", "imply", "signal_3_n", "math equal", "0.4", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["-", "(", "signal_1_n", "<", "76.6", ")"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "==", "21.0"]]}, " prop_3 ": {"span": [24, 33], "prop": [["signal_3_n", "==", "0.4"]]}}} {"id": 253, "sentence": ["If", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "the", "value", "of", "signal", "signal_3_n", "shall", "stay", "equal", "to", "77.9", "and", "the", "signal_4_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "31.6", "and", "at", "most", "68.2", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "77.9", "and", "(", "signal_4_n", "more equal", "31.6", "and", "signal_4_n", "less equal", "68.2", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_3_n", "==", "77.9"]]}, " prop_3 ": {"span": [31, 53], "prop": [["signal_4_n", ">=", "31.6"], ["signal_4_n", "<=", "68.2"]]}}} {"id": 4908, "sentence": ["For", "every", "moment", "within", "the", "first", "26", "time", "units", ",", "continuously", "the", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "58.7", "and", "smaller", "than", "75.0", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more equal", "58.7", "and", "signal_1_n", "less", "75.0", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "26", "time", "units", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 27], "prop": [["signal_1_n", ">=", "58.7"], ["signal_1_n", "<", "75.0"]]}}} {"id": 1493, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "15.5", "occurs", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "11.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "15.5", ")", "imply", "signal_2_n", "more equal", "11.9", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", "<=", "15.5", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_2_n", ">=", "11.9"]]}}} {"id": 1193, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "83.1", "is", "observed", "then", "in", "response", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "over", "70.6", "and", "this", "condition", "must", "keep", "consecutively", "for", "each", "time", "instant", "in", "the", "subsequent", "93", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "83.1", ")", "imply", "globally", "[0,93]", "(", "signal_2_n", "more", "70.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "must", "keep", "consecutively", "for", "each", "time", "instant", "in", "the", "subsequent", "93", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["rise", "(", "signal_1_n", ">=", "83.1", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", ">", "70.6"]]}}} {"id": 3581, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "44.8", "happens", "then", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "84.1", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "44.8", ")", "imply", "signal_2_n", "more equal", "84.1", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "44.8", ")"]]}, " prop_2 ": {"span": [12, 25], "prop": [["signal_2_n", ">=", "84.1"]]}}} {"id": 1614, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "45.0", "is", "observed", "then", "in", "response", "signal_2_n", "has", "to", "be", "signal_3_n", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "45.0", ")"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1332, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "be", "in", "signal_2_n", "at", "a", "certain", "moment", "within", "56", "time", "units", "."], "ltl": ["finally", "[0,56]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5970, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "23", "to", "66", "time", "units", "eventually", "the", "signal_1_n", "signal", "is", "signal_2_n", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "is", "shifted", "to", "78.0", "shall", "ultimately", "occur", "."], "ltl": ["finally", "[23,66]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "math equal", "78.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "23", "to", "66", "time", "units", "eventually", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "ultimately", "occur", "."], "logic_ltl": ["F", "[", "23", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 32], "prop": [["rise", "(", "signal_3_n", "==", "78.0", ")"]]}}} {"id": 719, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "61.2", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "should", "be", "less", "than", "6.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "61.2", ")", "imply", "signal_2_n", "less", "6.8", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", ">=", "61.2", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "<", "6.8"]]}}} {"id": 329, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "98.7", "gets", "observed", ",", "then", "there", "should", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "must", "never", "be", "equal", "to", "55.7", "and", "this", "condition", "shall", "continue", "uninterruptedly", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "98.7", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "55.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "there", "should", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "finally", ",", "after", "which", "(", "prop_2", ")", "and", "this", "condition", "shall", "continue", "uninterruptedly", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", ">=", "98.7", ")"]]}, " prop_2 ": {"span": [46, 57], "prop": [["-", "(", "signal_2_n", "==", "55.7", ")"]]}}} {"id": 5423, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "changed", "to", "99.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "signal_2_n", "is", "less", "than", "15.1", ",", "or", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "90.2", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "99.7", ")", "imply", "signal_2_n", "less", "15.1", "or", "signal_3_n", "less equal", "90.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "99.7", ")"]]}, " prop_2 ": {"span": [24, 29], "prop": [["signal_2_n", "<", "15.1"]]}, " prop_3 ": {"span": [31, 50], "prop": [["signal_3_n", "<=", "90.2"]]}}} {"id": 2032, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "no", "more", "than", "68.0", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "first", "21", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "first", "71", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "signal_2_n", "falls", "to", "at", "most", "79.8", "should", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "68.0", ")", "imply", "globally", "[0,21]", "(", "finally", "[0,71]", "(", "rise", "(", "signal_2_n", "less equal", "79.8", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "first", "21", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "first", "71", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_2", ")", "should", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "21", "]", "(", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<=", "68.0", ")"]]}, " prop_2 ": {"span": [55, 61], "prop": [["rise", "(", "signal_2_n", "<=", "79.8", ")"]]}}} {"id": 1376, "sentence": ["When", "the", "event", "that", "signal_1_n", "changes", "to", "43.6", "gets", "detected", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "eventually", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "26", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "gets", "set", "to", "signal_3_n", "will", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "43.6", ")", "imply", "globally", "(", "finally", "[0,26]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "eventually", "there", "ought", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "26", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "==", "43.6", ")"]]}, " prop_2 ": {"span": [48, 56], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 211, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "eventually", "the", "event", "that", "signal_1_n", "increases", "above", "11.6", "ought", "to", "get", "detected", ",", "or", "finally", "the", "event", "that", "the", "signal_2_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "99.4", "should", "get", "observed", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "more", "11.6", ")", "or", "rise", "(", "signal_2_n", "less equal", "99.4", ")", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "eventually", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "get", "detected", ",", "or", "finally", "the", "event", "that", "(", "prop_2", ")", "should", "get", "observed", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 20], "prop": [["rise", "(", "signal_1_n", ">", "11.6", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["rise", "(", "signal_2_n", "<=", "99.4", ")"]]}}} {"id": 497, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "first", "5", "to", "42", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "is", "not", "higher", "than", "23.4", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[5,42]", "(", "finally", "(", "negation", "(", "signal_3_n", "more", "23.4", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "during", "the", "first", "5", "to", "42", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "5", ":", "42", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [38, 60], "prop": [["-", "(", "signal_3_n", ">", "23.4", ")"]]}}} {"id": 3769, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "2.2", "and", "this", "condition", "holds", "all", "the", "time", "for", "every", "time", "point", "in", "the", "following", "27", "to", "78", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "ultimately", "signal_2_n", "shall", "be", "larger", "than", "7.0", "and", "smaller", "than", "61.3", "at", "a", "certain", "time", "instant", "in", "the", "coming", "3", "to", "35", "time", "units", "."], "ltl": ["globally", "(", "globally", "[27,78]", "(", "signal_1_n", "math equal", "2.2", ")", "imply", "globally", "(", "finally", "[3,35]", "(", "signal_2_n", "more", "7.0", "and", "signal_2_n", "less", "61.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "this", "condition", "holds", "all", "the", "time", "for", "every", "time", "point", "in", "the", "following", "27", "to", "78", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "27", ":", "78", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "3", ":", "35", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "2.2"]]}, " prop_2 ": {"span": [60, 83], "prop": [["signal_2_n", ">", "7.0"], ["signal_2_n", "<", "61.3"]]}}} {"id": 6203, "sentence": ["In", "the", "case", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "smaller", "than", "63.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_4_n", "will", "be", "greater", "than", "27.7", "and", "then", "this", "condition", "will", "be", "consistently", "keeping", "for", "each", "moment", "in", "the", "next", "3", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "63.1", ")", "imply", "globally", "[0,3]", "(", "signal_4_n", "more", "27.7", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "will", "be", "consistently", "keeping", "for", "each", "moment", "in", "the", "next", "3", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "3", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 20], "prop": [["-", "(", "signal_3_n", "<", "63.1", ")"]]}, " prop_3 ": {"span": [30, 40], "prop": [["signal_4_n", ">", "27.7"]]}}} {"id": 1652, "sentence": ["For", "every", "moment", "within", "23", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "uninterruptedly", "keep", "greater", "than", "or", "equal", "to", "98.0", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "more equal", "98.0", ")"], "logic_sentence": ["For", "every", "moment", "within", "23", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">=", "98.0"]]}}} {"id": 4074, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "keeps", "equal", "to", "12.5", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "50.7", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "63", "time", "units", "finally", ",", "after", "which", "the", "state", "of", "signal_3_n", "shall", "keep", "in", "signal_4_n", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "12.5", "and", "rise", "(", "signal_2_n", "less equal", "50.7", ")", "imply", "finally", "[0,63]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "within", "the", "next", "63", "time", "units", "finally", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "63", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "12.5"]]}, " prop_2 ": {"span": [16, 28], "prop": [["rise", "(", "signal_2_n", "<=", "50.7", ")"]]}, " prop_3 ": {"span": [57, 76], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1752, "sentence": ["There", "must", "exist", "sometime", "during", "the", "first", "13", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "7.4", "and", "less", "than", "40.4", "."], "ltl": ["finally", "[0,13]", "(", "signal_1_n", "more equal", "7.4", "and", "signal_1_n", "less", "40.4", ")"], "logic_sentence": ["There", "must", "exist", "sometime", "during", "the", "first", "13", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "13", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 27], "prop": [["signal_1_n", ">=", "7.4"], ["signal_1_n", "<", "40.4"]]}}} {"id": 2592, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "smaller", "than", "71.8", "or", "the", "signal_2_n", "signal", "is", "64.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "must", "remain", "bigger", "than", "3.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "71.8", "or", "signal_2_n", "math equal", "64.7", "imply", "signal_3_n", "more", "3.9", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "71.8"]]}, " prop_2 ": {"span": [9, 14], "prop": [["signal_2_n", "==", "64.7"]]}, " prop_3 ": {"span": [25, 35], "prop": [["signal_3_n", ">", "3.9"]]}}} {"id": 4349, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "27.6", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "should", "be", "signal_3_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.6", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", "<", "27.6", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 420, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "no", "more", "than", "58.7", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "exist", "sometime", "after", "at", "most", "32", "time", "units", "ultimately", ",", "at", "which", "the", "signal_2_n", "signal", "needs", "to", "deviate", "from", "38.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "58.7", ")", "imply", "finally", "[0,32]", "(", "fall", "(", "signal_2_n", "math equal", "38.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "exist", "sometime", "after", "at", "most", "32", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", "<=", "58.7", ")"]]}, " prop_2 ": {"span": [44, 52], "prop": [["fall", "(", "signal_2_n", "==", "38.9", ")"]]}}} {"id": 389, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "value", "of", "signal_3_n", "has", "to", "be", "larger", "than", "98.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "98.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_3_n", ">", "98.3"]]}}} {"id": 4840, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "74.6", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "at", "most", "45.0", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "first", "57", "time", "units", ",", "finally", "the", "event", "that", "the", "value", "of", "signal_3_n", "starts", "deviating", "from", "15.5", "ought", "to", "be", "detected", "at", "sometime", "in", "less", "than", "16", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "74.6", "or", "signal_2_n", "less equal", "45.0", "imply", "globally", "[0,57]", "(", "finally", "[0,16]", "(", "fall", "(", "signal_3_n", "math equal", "15.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "first", "57", "time", "units", ",", "finally", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "at", "sometime", "in", "less", "than", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "57", "]", "(", "F", "[", "0", ":", "16", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "74.6"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "<=", "45.0"]]}, " prop_3 ": {"span": [52, 60], "prop": [["fall", "(", "signal_3_n", "==", "15.5", ")"]]}}} {"id": 1358, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "signal_2_n", ",", "and", "signal_3_n", "is", "larger", "than", "6.7", "and", "less", "than", "14.6", ",", "then", "in", "response", "at", "the", "same", "time", "point", "signal_4_n", "must", "not", "be", "85.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "6.7", "and", "signal_3_n", "less", "14.6", ")", "imply", "negation", "(", "signal_4_n", "math equal", "85.0", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_3_n", ">", "6.7"], ["signal_3_n", "<", "14.6"]]}, " prop_3 ": {"span": [29, 34], "prop": [["-", "(", "signal_4_n", "==", "85.0", ")"]]}}} {"id": 735, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "87.7", "does", "not", "get", "detected", ",", "and", "the", "transition", "action", "that", "signal_2_n", "drops", "below", "40.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "must", "not", "be", "set", "to", "signal_4_n", "then", "this", "scenario", "has", "to", "remain", "uninterruptedly", "until", "signal_5_n", "eventually", "stays", "in", "signal_6_n", ",", "which", "has", "to", "get", "observed", "at", "a", "certain", "moment", "in", "the", "first", "0", "to", "52", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "87.7", ")", "and", "rise", "(", "signal_2_n", "less", "40.1", ")", "imply", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,52]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "does", "not", "get", "detected", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "then", "this", "scenario", "has", "to", "remain", "uninterruptedly", "until", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "52", "]", "(", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "87.7", ")"]]}, " prop_2 ": {"span": [30, 34], "prop": [["rise", "(", "signal_2_n", "<", "40.1", ")"]]}, " prop_3 ": {"span": [45, 54], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [62, 85], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 1674, "sentence": ["In", "the", "first", "71", "time", "units", "the", "value", "of", "signal_1_n", "shall", "remain", "at", "most", "7.8", ",", "or", "the", "signal_2_n", "signal", "keeps", "greater", "than", "or", "equal", "to", "59.7", "consistently", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "less equal", "7.8", "or", "signal_2_n", "more equal", "59.7", ")"], "logic_sentence": ["In", "the", "first", "71", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "<=", "7.8"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", ">=", "59.7"]]}}} {"id": 326, "sentence": ["While", "signal_1_n", "is", "50.9", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "time", "during", "the", "following", "45", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "50.7", "ultimately", ",", "till", "then", "the", "value", "of", "signal_2_n", "should", "stay", "larger", "than", "5.2", "and", "smaller", "than", "11.1", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.9", "imply", "(", "signal_2_n", "more", "5.2", "and", "signal_2_n", "less", "11.1", ")", "until", "[0,45]", "(", "signal_3_n", "more equal", "50.7", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "time", "during", "the", "following", "45", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "50.9"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_3_n", ">=", "50.7"]]}, " prop_3 ": {"span": [41, 55], "prop": [["signal_2_n", ">", "5.2"], ["signal_2_n", "<", "11.1"]]}}} {"id": 147, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_3_n", "shall", "be", "set", "to", "signal_4_n", "at", "the", "same", "moment", ",", "and", "signal_5_n", "shall", "be", "less", "than", "or", "equal", "to", "21.7", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "less equal", "21.7", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [40, 50], "prop": [["signal_5_n", "<=", "21.7"]]}}} {"id": 4404, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "25", "time", "units", "eventually", "the", "value", "of", "signal", "signal_1_n", "must", "be", "larger", "than", "79.9", "and", "lower", "than", "80.3", ",", "and", "signal_2_n", "ought", "to", "be", "no", "less", "than", "36.6", "and", "smaller", "than", "50.7", "eventually", "."], "ltl": ["finally", "[0,25]", "(", "(", "signal_1_n", "more", "79.9", "and", "signal_1_n", "less", "80.3", ")", "and", "(", "signal_2_n", "more equal", "36.6", "and", "signal_2_n", "less", "50.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "25", "time", "units", "eventually", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "25", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["signal_1_n", ">", "79.9"], ["signal_1_n", "<", "80.3"]]}, " prop_2 ": {"span": [28, 41], "prop": [["signal_2_n", ">=", "36.6"], ["signal_2_n", "<", "50.7"]]}}} {"id": 1139, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "below", "81.8", "then", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "and", "consecutively", "this", "scenario", "will", "be", "keeping", "for", "every", "moment", "in", "the", "next", "77", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "81.8", "imply", "globally", "[0,77]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "(", "prop_2", ")", "and", "consecutively", "this", "scenario", "will", "be", "keeping", "for", "every", "moment", "in", "the", "next", "77", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "<", "81.8"]]}, " prop_2 ": {"span": [8, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3151, "sentence": ["Continuously", "the", "value", "of", "signal_1_n", "ought", "to", "be", "97.8", "for", "every", "time", "point", "during", "the", "first", "2", "to", "5", "time", "units", "."], "ltl": ["globally", "[2,5]", "(", "signal_1_n", "math equal", "97.8", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "2", ":", "5", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "==", "97.8"]]}}} {"id": 488, "sentence": ["Everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "be", "a", "time", "starting", "between", "7", "to", "15", "time", "units", ",", "at", "which", "signal_3_n", "ought", "to", "equal", "to", "62.1", "for", "every", "moment", "during", "the", "subsequent", "2", "to", "13", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[7,15]", "(", "globally", "[2,13]", "(", "signal_3_n", "math equal", "62.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "be", "a", "time", "starting", "between", "7", "to", "15", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "15", "]", "(", "G", "[", "2", ":", "13", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [37, 54], "prop": [["signal_3_n", "==", "62.1"]]}}} {"id": 147, "sentence": ["Without", "interruption", "the", "state", "of", "signal", "signal_1_n", "must", "n't", "be", "signal_2_n", "within", "1", "time", "units", "."], "ltl": ["globally", "[0,1]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "1", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 2699, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "greater", "than", "74.1", "and", "less", "than", "or", "equal", "to", "97.7", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "increases", "to", "no", "less", "than", "23.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "remain", "at", "least", "22.0", "eventually", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "54", "to", "88", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "74.1", "and", "signal_1_n", "less equal", "97.7", ")", "or", "rise", "(", "signal_2_n", "more equal", "23.8", ")", "imply", "finally", "[54,88]", "(", "signal_3_n", "more equal", "22.0", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "54", ":", "88", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", ">", "74.1"], ["signal_1_n", "<=", "97.7"]]}, " prop_2 ": {"span": [22, 32], "prop": [["rise", "(", "signal_2_n", ">=", "23.8", ")"]]}, " prop_3 ": {"span": [43, 67], "prop": [["signal_3_n", ">=", "22.0"]]}}} {"id": 1708, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "69.9", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "next", "13", "time", "units", "there", "shall", "eventually", "exist", "a", "certain", "time", "instant", "during", "the", "following", "26", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_2_n", "begins", "deviating", "from", "43.4", "wo", "n't", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.9", ")", "imply", "globally", "[0,13]", "(", "finally", "[0,26]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "43.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "during", "the", "next", "13", "time", "units", "there", "shall", "eventually", "exist", "a", "certain", "time", "instant", "during", "the", "following", "26", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "wo", "n't", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "13", "]", "(", "F", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "69.9", ")"]]}, " prop_2 ": {"span": [51, 59], "prop": [["-", "fall", "(", "signal_2_n", "==", "43.4", ")"]]}}} {"id": 5499, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "72.1", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "must", "be", "less", "than", "or", "equal", "to", "37.9", "starting", "without", "any", "delay", ",", "and", "the", "value", "of", "signal", "signal_3_n", "must", "be", "below", "68.1", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "72.1", ")", "imply", "signal_2_n", "less equal", "37.9", "and", "signal_3_n", "less", "68.1", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "72.1", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", "<=", "37.9"]]}, " prop_3 ": {"span": [33, 46], "prop": [["signal_3_n", "<", "68.1"]]}}} {"id": 4889, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "equals", "to", "50.0", ",", "and", "the", "signal_2_n", "signal", "is", "higher", "than", "74.9", ",", "then", "in", "response", "finally", "at", "a", "time", "during", "the", "subsequent", "43", "time", "units", "consistently", "the", "value", "of", "signal", "signal_3_n", "must", "n't", "be", "equal", "to", "96.0", "in", "the", "next", "79", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.0", "and", "signal_2_n", "more", "74.9", "imply", "finally", "[0,43]", "(", "globally", "[0,79]", "(", "negation", "(", "signal_3_n", "math equal", "96.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "finally", "at", "a", "time", "during", "the", "subsequent", "43", "time", "units", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "43", "]", "(", "G", "[", "0", ":", "79", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "50.0"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", ">", "74.9"]]}, " prop_3 ": {"span": [38, 55], "prop": [["-", "(", "signal_3_n", "==", "96.0", ")"]]}}} {"id": 4583, "sentence": ["For", "more", "than", "66", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "be", "consecutively", "higher", "than", "80.3", "."], "ltl": ["globally", "[0,66]", "(", "signal_1_n", "more", "80.3", ")"], "logic_sentence": ["For", "more", "than", "66", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["signal_1_n", ">", "80.3"]]}}} {"id": 487, "sentence": ["During", "the", "interval", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "ultimately", "there", "will", "exist", "a", "certain", "moment", "in", "the", "first", "61", "to", "87", "time", "units", ",", "at", "which", "consecutively", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "set", "to", "71.5", "for", "each", "time", "instant", "in", "the", "next", "36", "to", "63", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[61,87]", "(", "globally", "[36,63]", "(", "signal_3_n", "math equal", "71.5", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "ultimately", "there", "will", "exist", "a", "certain", "moment", "in", "the", "first", "61", "to", "87", "time", "units", ",", "at", "which", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "61", ":", "87", "]", "(", "G", "[", "36", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 56], "prop": [["signal_3_n", "==", "71.5"]]}}} {"id": 1525, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "26.8", "and", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "gets", "changed", "to", "signal_3_n", "does", "not", "occur", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "first", "54", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_4_n", "signal", "has", "to", "go", "above", "41.5", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "26.8", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,54]", "(", "finally", "(", "rise", "(", "signal_4_n", "more", "41.5", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "occur", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "first", "54", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "54", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">=", "26.8"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [67, 76], "prop": [["rise", "(", "signal_4_n", ">", "41.5", ")"]]}}} {"id": 1216, "sentence": ["For", "each", "time", "point", "during", "the", "first", "21", "time", "units", "the", "value", "of", "signal", "signal_1_n", "is", "consecutively", "set", "to", "35.4", ",", "or", "the", "event", "that", "the", "mode", "of", "signal", "signal_2_n", "begins", "deviating", "from", "signal_3_n", "should", "never", "happen", "."], "ltl": ["globally", "[0,21]", "(", "signal_1_n", "math equal", "35.4", "or", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "21", "time", "units", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "should", "never", "happen", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "35.4"]]}, " prop_2 ": {"span": [25, 34], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2179, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "40.7", "gets", "observed", ",", "or", "the", "value", "of", "signal_2_n", "stays", "larger", "than", "35.4", "and", "less", "than", "45.2", "then", "for", "every", "moment", "during", "the", "following", "0", "to", "5", "time", "units", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "jumps", "to", "above", "22.1", "needs", "to", "be", "finally", "observed", "at", "a", "time", "in", "less", "than", "48", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "40.7", ")", "or", "(", "signal_2_n", "more", "35.4", "and", "signal_2_n", "less", "45.2", ")", "imply", "globally", "[0,5]", "(", "finally", "[0,48]", "(", "rise", "(", "signal_3_n", "more", "22.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "or", "(", "prop_2", ")", "then", "for", "every", "moment", "during", "the", "following", "0", "to", "5", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "needs", "to", "be", "finally", "observed", "at", "a", "time", "in", "less", "than", "48", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "5", "]", "(", "F", "[", "0", ":", "48", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "40.7", ")"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", ">", "35.4"], ["signal_2_n", "<", "45.2"]]}, " prop_3 ": {"span": [56, 63], "prop": [["rise", "(", "signal_3_n", ">", "22.1", ")"]]}}} {"id": 1897, "sentence": ["At", "a", "certain", "time", "point", "after", "between", "4", "to", "31", "time", "units", ",", "signal_1_n", "ought", "to", "be", "finally", "85.1", ",", "and", "the", "signal_2_n", "signal", "will", "be", "eventually", "set", "to", "21.8", "."], "ltl": ["finally", "[4,31]", "(", "signal_1_n", "math equal", "85.1", "and", "signal_2_n", "math equal", "21.8", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "between", "4", "to", "31", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "4", ":", "31", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", "==", "85.1"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "21.8"]]}}} {"id": 4970, "sentence": ["In", "the", "case", "the", "mode", "of", "signal_1_n", "is", "in", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_3_n", "sha", "n't", "be", "less", "than", "or", "equal", "to", "76.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "(", "signal_3_n", "less equal", "76.0", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 34], "prop": [["-", "(", "signal_3_n", "<=", "76.0", ")"]]}}} {"id": 1192, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "76.4", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "above", "64.7", "then", "this", "scenario", "ought", "to", "continue", "without", "interruption", "for", "every", "time", "instant", "during", "the", "following", "93", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "76.4", ")", "imply", "globally", "[0,93]", "(", "signal_2_n", "more", "64.7", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "this", "scenario", "ought", "to", "continue", "without", "interruption", "for", "every", "time", "instant", "during", "the", "following", "93", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "76.4", ")"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", ">", "64.7"]]}}} {"id": 4516, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "30.6", "gets", "detected", ",", "then", "in", "response", "immediately", "the", "value", "of", "signal_2_n", "will", "have", "to", "settle", "to", "36.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.6", ")", "imply", "signal_2_n", "math equal", "36.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", ">=", "30.6", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "==", "36.2"]]}}} {"id": 1633, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "will", "remain", "greater", "than", "or", "equal", "to", "3.0", "and", "at", "most", "67.4", "for", "every", "time", "point", "during", "the", "first", "34", "time", "units", "."], "ltl": ["globally", "[0,34]", "(", "signal_1_n", "more equal", "3.0", "and", "signal_1_n", "less equal", "67.4", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "34", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 27], "prop": [["signal_1_n", ">=", "3.0"], ["signal_1_n", "<=", "67.4"]]}}} {"id": 5344, "sentence": ["If", "signal_1_n", "gets", "set", "to", "signal_2_n", "then", "in", "response", "the", "signal_3_n", "signal", "must", "be", "greater", "than", "39.6", "and", "then", "this", "condition", "should", "sustain", "consistently", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more", "39.6", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "and", "then", "this", "condition", "should", "sustain", "consistently", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [9, 17], "prop": [["signal_3_n", ">", "39.6"]]}}} {"id": 1208, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "8", "to", "26", "time", "units", ",", "the", "value", "of", "signal_1_n", "remains", "greater", "than", "or", "equal", "to", "43.9", "and", "less", "than", "or", "equal", "to", "70.6", "."], "ltl": ["globally", "[8,26]", "(", "signal_1_n", "more equal", "43.9", "and", "signal_1_n", "less equal", "70.6", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "8", "to", "26", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "8", ":", "26", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 31], "prop": [["signal_1_n", ">=", "43.9"], ["signal_1_n", "<=", "70.6"]]}}} {"id": 6469, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "71.0", "takes", "place", ",", "then", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "ought", "to", "start", "deviating", "from", "31.0", "or", "the", "signal_3_n", "signal", "is", "smaller", "than", "55.2", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "71.0", ")", "imply", "fall", "(", "signal_2_n", "math equal", "31.0", ")", "or", "signal_3_n", "less", "55.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "71.0", ")"]]}, " prop_2 ": {"span": [28, 47], "prop": [["fall", "(", "signal_2_n", "==", "31.0", ")"], ["signal_3_n", "<", "55.2"]]}}} {"id": 6248, "sentence": ["In", "the", "first", "19", "time", "units", "uninterruptedly", "signal_1_n", "will", "have", "to", "remain", "on", "19.5", "and", "consistently", "the", "signal_2_n", "signal", "remains", "less", "than", "or", "equal", "to", "5.3", "."], "ltl": ["globally", "[0,19]", "(", "signal_1_n", "math equal", "19.5", "and", "signal_2_n", "less equal", "5.3", ")"], "logic_sentence": ["In", "the", "first", "19", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "19.5"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", "<=", "5.3"]]}}} {"id": 383, "sentence": ["There", "shall", "ultimately", "exist", "a", "certain", "time", "instant", "within", "3", "to", "5", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "equal", "to", "37.3", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "signal_3_n", "."], "ltl": ["finally", "[3,5]", "(", "signal_1_n", "math equal", "37.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "shall", "ultimately", "exist", "a", "certain", "time", "instant", "within", "3", "to", "5", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "3", ":", "5", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", "==", "37.3"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 473, "sentence": ["The", "value", "of", "signal_1_n", "must", "remain", "greater", "than", "or", "equal", "to", "21.4", "without", "interruption", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "21.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">=", "21.4"]]}}} {"id": 4213, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "equal", "to", "90.7", "or", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "becomes", "signal_3_n", "is", "n't", "detected", "then", "for", "each", "time", "instant", "within", "the", "first", "14", "time", "units", ",", "there", "ought", "to", "be", "a", "time", "within", "the", "following", "31", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "shall", "be", "finally", "less", "than", "82.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.7", "or", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,14]", "(", "finally", "[0,31]", "(", "signal_4_n", "less", "82.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "within", "the", "first", "14", "time", "units", ",", "there", "ought", "to", "be", "a", "time", "within", "the", "following", "31", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "14", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "90.7"]]}, " prop_2 ": {"span": [12, 22], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [49, 58], "prop": [["signal_4_n", "<", "82.1"]]}}} {"id": 5324, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "33.3", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "exists", "a", "certain", "moment", "within", "the", "first", "70", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "must", "finally", "not", "become", "not", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "33.3", ")", "imply", "finally", "[0,70]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "exists", "a", "certain", "moment", "within", "the", "first", "70", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "33.3", ")"]]}, " prop_2 ": {"span": [42, 54], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1908, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "takes", "place", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", ",", "finally", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "no", "less", "than", "66.7", "and", "less", "than", "or", "equal", "to", "92.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "more equal", "66.7", "and", "signal_3_n", "less equal", "92.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "at", "a", "certain", "moment", "in", "the", "future", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 46], "prop": [["signal_3_n", ">=", "66.7"], ["signal_3_n", "<=", "92.5"]]}}} {"id": 1695, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "will", "be", "ultimately", "higher", "than", "77.4", "or", "the", "signal_2_n", "signal", "ultimately", "remains", "less", "than", "or", "equal", "to", "42.0", "."], "ltl": ["finally", "(", "signal_1_n", "more", "77.4", "or", "signal_2_n", "less equal", "42.0", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", ">", "77.4"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<=", "42.0"]]}}} {"id": 2658, "sentence": ["There", "will", "have", "to", "be", "a", "time", "in", "the", "first", "78", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "ultimately", "no", "more", "than", "49.8", "."], "ltl": ["finally", "[0,78]", "(", "signal_1_n", "less equal", "49.8", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "time", "in", "the", "first", "78", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", "<=", "49.8"]]}}} {"id": 1179, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "remains", "less", "than", "or", "equal", "to", "16.9", "then", "after", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "the", "mode", "of", "signal_2_n", "must", "keep", "in", "signal_3_n", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "16.9", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "after", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "16.9"]]}, " prop_2 ": {"span": [30, 47], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5520, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "larger", "than", "44.6", "and", "the", "signal_2_n", "signal", "is", "at", "most", "89.7", "then", "right", "away", "the", "value", "of", "signal_3_n", "keeps", "no", "larger", "than", "49.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "44.6", "and", "signal_2_n", "less equal", "89.7", "imply", "signal_3_n", "less equal", "49.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["signal_1_n", ">", "44.6"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "<=", "89.7"]]}, " prop_3 ": {"span": [25, 34], "prop": [["signal_3_n", "<=", "49.9"]]}}} {"id": 3631, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "crosses", "the", "threshold", "of", "37.3", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "immediately", "below", "23.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "37.3", ")", "imply", "signal_2_n", "less", "23.7", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", ">", "37.3", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", "<", "23.7"]]}}} {"id": 2518, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "34.4", "is", "observed", "then", "at", "a", "time", "during", "the", "subsequent", "32", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "must", "keep", "greater", "than", "or", "equal", "to", "60.0", "continuously", "for", "each", "moment", "within", "the", "next", "62", "to", "77", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "34.4", ")", "imply", "finally", "[0,32]", "(", "globally", "[62,77]", "(", "signal_2_n", "more equal", "60.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "at", "a", "time", "during", "the", "subsequent", "32", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "62", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "34.4", ")"]]}, " prop_2 ": {"span": [28, 53], "prop": [["signal_2_n", ">=", "60.0"]]}}} {"id": 6087, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "rises", "above", "93.6", "happens", ",", "then", "signal_2_n", "is", "less", "than", "or", "equal", "to", "2.1", "and", "then", "will", "be", "remaining", "like", "that", "uninterruptedly", "until", "there", "is", "a", "certain", "time", "instant", "in", "the", "following", "60", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_3_n", "signal", "gets", "to", "no", "less", "than", "36.3", "is", "detected", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "93.6", ")", "imply", "(", "signal_2_n", "less equal", "2.1", ")", "until", "[0,60]", "(", "rise", "(", "signal_3_n", "more equal", "36.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "93.6", ")"]]}, " prop_2 ": {"span": [17, 64], "prop": [["signal_2_n", "<=", "2.1"], ["rise", "(", "signal_3_n", ">=", "36.3", ")"]]}}} {"id": 349, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "29.0", ",", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "92.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "must", "be", "instantly", "greater", "than", "or", "equal", "to", "3.9", "and", "less", "than", "or", "equal", "to", "13.3", "."], "ltl": ["globally", "(", "signal_1_n", "less", "29.0", "or", "signal_2_n", "less", "92.3", "imply", "signal_3_n", "more equal", "3.9", "and", "signal_3_n", "less equal", "13.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "29.0"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "<", "92.3"]]}, " prop_3 ": {"span": [35, 54], "prop": [["signal_3_n", ">=", "3.9"], ["signal_3_n", "<=", "13.3"]]}}} {"id": 622, "sentence": ["As", "soon", "as", "signal_1_n", "becomes", "above", "4.4", ",", "then", "the", "following", "condition", "holds", ":", "uninterruptedly", "the", "signal_2_n", "signal", "will", "have", "to", "be", "in", "signal_3_n", "for", "the", "elapsed", "45", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "4.4", ")", "imply", "historically", "[0,45]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["rise", "(", "signal_1_n", ">", "4.4", ")"]]}, " prop_2 ": {"span": [15, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1427, "sentence": ["For", "each", "moment", "within", "the", "first", "10", "time", "units", "signal_1_n", "will", "have", "to", "stay", "greater", "than", "or", "equal", "to", "46.5", "and", "less", "than", "or", "equal", "to", "49.1", "uninterruptedly", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "more equal", "46.5", "and", "signal_1_n", "less equal", "49.1", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "10", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 28], "prop": [["signal_1_n", ">=", "46.5"], ["signal_1_n", "<=", "49.1"]]}}} {"id": 2527, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "at", "least", "60.4", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "during", "the", "subsequent", "46", "time", "units", "for", "each", "time", "point", "within", "the", "following", "55", "time", "units", "consecutively", "the", "value", "of", "signal", "signal_2_n", "will", "be", "staying", "equal", "to", "8.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "60.4", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,55]", "(", "signal_2_n", "math equal", "8.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "during", "the", "subsequent", "46", "time", "units", "for", "each", "time", "point", "within", "the", "following", "55", "time", "units", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["rise", "(", "signal_1_n", ">=", "60.4", ")"]]}, " prop_2 ": {"span": [49, 60], "prop": [["signal_2_n", "==", "8.6"]]}}} {"id": 2829, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "no", "more", "than", "67.1", "is", "observed", "then", "there", "must", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "69", "time", "units", ",", "after", "which", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_2_n", "will", "be", "consistently", "staying", "equal", "to", "77.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.1", ")", "imply", "finally", "[0,69]", "(", "globally", "(", "signal_2_n", "math equal", "77.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "there", "must", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "69", "time", "units", ",", "after", "which", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "69", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "<=", "67.1", ")"]]}, " prop_2 ": {"span": [50, 61], "prop": [["signal_2_n", "==", "77.7"]]}}} {"id": 5483, "sentence": ["The", "value", "of", "signal", "signal_1_n", "has", "to", "be", "ultimately", "lower", "than", "43.6", "at", "a", "certain", "time", "instant", "during", "the", "first", "15", "time", "units", "."], "ltl": ["finally", "[0,15]", "(", "signal_1_n", "less", "43.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "15", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "<", "43.6"]]}}} {"id": 3179, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "gets", "lower", "than", "77.0", "is", "detected", ",", "then", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "simultaneously", ",", "or", "the", "value", "of", "signal_4_n", "is", "simultaneously", "larger", "than", "4.2", "and", "less", "than", "43.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "or", "(", "signal_4_n", "more", "4.2", "and", "signal_4_n", "less", "43.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "<", "77.0", ")"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [31, 44], "prop": [["signal_4_n", ">", "4.2"], ["signal_4_n", "<", "43.4"]]}}} {"id": 3128, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "higher", "than", "30.5", "and", "signal_2_n", "is", "lower", "than", "29.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "at", "a", "certain", "time", "point", "during", "the", "coming", "46", "time", "units", "the", "signal_3_n", "signal", "will", "be", "remaining", "higher", "than", "4.1", "and", "less", "than", "12.1", "without", "interruption", "for", "each", "moment", "during", "the", "following", "65", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "30.5", "and", "signal_2_n", "less", "29.6", "imply", "finally", "[0,46]", "(", "globally", "[0,65]", "(", "signal_3_n", "more", "4.1", "and", "signal_3_n", "less", "12.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "at", "a", "certain", "time", "point", "during", "the", "coming", "46", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "65", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "30.5"]]}, " prop_2 ": {"span": [11, 16], "prop": [["signal_2_n", "<", "29.6"]]}, " prop_3 ": {"span": [38, 62], "prop": [["signal_3_n", ">", "4.1"], ["signal_3_n", "<", "12.1"]]}}} {"id": 4326, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "detected", "then", "in", "response", "the", "value", "of", "signal_3_n", "must", "be", "between", "the", "range", "-LSB-", "75.8", ",", "86.3", "-RSB-", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "75.8", "and", "signal_3_n", "less equal", "86.3", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_3_n", ">=", "75.8"], ["signal_3_n", "<=", "86.3"]]}}} {"id": 27, "sentence": ["Finally", "there", "ought", "to", "exist", "a", "time", "starting", "at", "most", "91", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "should", "not", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,91]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Finally", "there", "ought", "to", "exist", "a", "time", "starting", "at", "most", "91", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 593, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "below", "65.9", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "sometime", "in", "the", "first", "97", "time", "units", "eventually", ",", "after", "which", "signal_2_n", "must", "be", "signal_3_n", "and", "then", "shall", "continue", "like", "that", "consistently", "for", "each", "time", "point", "within", "the", "following", "0", "to", "3", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "65.9", ")", "imply", "finally", "[0,97]", "(", "globally", "[0,3]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "sometime", "in", "the", "first", "97", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "then", "shall", "continue", "like", "that", "consistently", "for", "each", "time", "point", "within", "the", "following", "0", "to", "3", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "<", "65.9", ")"]]}, " prop_2 ": {"span": [32, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5583, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "shifted", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "will", "be", "a", "time", "during", "the", "subsequent", "11", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "within", "the", "interval", "-LSB-", "11.2", ",", "69.6", "-RSB-", "and", "must", "consistently", "stay", "in", "this", "range", "within", "the", "subsequent", "22", "to", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,11]", "(", "globally", "[22,97]", "(", "signal_3_n", "more equal", "11.2", "and", "signal_3_n", "less equal", "69.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "will", "be", "a", "time", "during", "the", "subsequent", "11", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "22", ":", "97", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 66], "prop": [["signal_3_n", ">=", "11.2"], ["signal_3_n", "<=", "69.6"]]}}} {"id": 3713, "sentence": ["The", "mode", "of", "signal_1_n", "must", "continuously", "not", "be", "signal_2_n", "for", "every", "moment", "within", "the", "first", "8", "time", "units", "."], "ltl": ["globally", "[0,8]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1243, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "98.9", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "41.8", "and", "less", "than", "or", "equal", "to", "63.8", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "98.9", "imply", "signal_2_n", "more equal", "41.8", "and", "signal_2_n", "less equal", "63.8", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">=", "98.9"]]}, " prop_2 ": {"span": [20, 41], "prop": [["signal_2_n", ">=", "41.8"], ["signal_2_n", "<=", "63.8"]]}}} {"id": 4670, "sentence": ["For", "each", "moment", "within", "46", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "always", "greater", "than", "3.3", "and", "less", "than", "45.4", "."], "ltl": ["globally", "[0,46]", "(", "signal_1_n", "more", "3.3", "and", "signal_1_n", "less", "45.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "46", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "46", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">", "3.3"], ["signal_1_n", "<", "45.4"]]}}} {"id": 119, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "gets", "shifted", "to", "61.4", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "keeps", "larger", "than", "6.5", "and", "lower", "than", "10.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "61.4", ")", "imply", "signal_2_n", "more", "6.5", "and", "signal_2_n", "less", "10.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "61.4", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_2_n", ">", "6.5"], ["signal_2_n", "<", "10.4"]]}}} {"id": 338, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "31", "to", "56", "time", "units", ",", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "must", "take", "place", "eventually", "."], "ltl": ["finally", "[31,56]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "31", "to", "56", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "take", "place", "eventually", "."], "logic_ltl": ["F", "[", "31", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 23], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 676, "sentence": ["At", "a", "certain", "time", "instant", "within", "6", "to", "49", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "3.7", "finally", "."], "ltl": ["finally", "[6,49]", "(", "signal_1_n", "math equal", "3.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "6", "to", "49", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "6", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "3.7"]]}}} {"id": 1676, "sentence": ["For", "each", "moment", "within", "the", "first", "82", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "must", "stay", "no", "larger", "than", "58.5", "or", "consistently", "signal_2_n", "should", "remain", "at", "least", "52.5", "."], "ltl": ["globally", "[0,82]", "(", "signal_1_n", "less equal", "58.5", "or", "signal_2_n", "more equal", "52.5", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "82", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "82", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "<=", "58.5"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", ">=", "52.5"]]}}} {"id": 1807, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "changed", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "always", "keep", "greater", "than", "or", "equal", "to", "54.8", "till", "there", "is", "sometime", "in", "the", "following", "4", "to", "37", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "ultimately", "keeps", "less", "than", "or", "equal", "to", "4.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "54.8", ")", "until", "[4,37]", "(", "signal_4_n", "less equal", "4.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "4", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 61], "prop": [["signal_3_n", ">=", "54.8"], ["signal_4_n", "<=", "4.3"]]}}} {"id": 896, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "64.5", "gets", "detected", "then", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "must", "n't", "be", "less", "than", "or", "equal", "to", "11.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "64.5", ")", "imply", "negation", "(", "signal_2_n", "less equal", "11.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "64.5", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["-", "(", "signal_2_n", "<=", "11.6", ")"]]}}} {"id": 203, "sentence": ["Without", "interruption", "the", "mode", "of", "signal_1_n", "will", "be", "remaining", "in", "signal_2_n", "for", "each", "time", "instant", "during", "the", "first", "32", "time", "units", "."], "ltl": ["globally", "[0,32]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "32", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 247, "sentence": ["Globally", ",", "whenever", "signal_1_n", "keeps", "greater", "than", "or", "equal", "to", "35.6", ",", "and", "the", "signal_2_n", "signal", "is", "between", "the", "closed", "interval", "-LSB-", "45.3", ",", "96.7", "-RSB-", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "will", "exist", "sometime", "in", "the", "following", "38", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "less", "than", "90.6", "and", "this", "scenario", "needs", "to", "continue", "consistently", "for", "every", "time", "point", "in", "the", "coming", "55", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "35.6", "and", "(", "signal_2_n", "more equal", "45.3", "and", "signal_2_n", "less equal", "96.7", ")", "imply", "finally", "[0,38]", "(", "globally", "[0,55]", "(", "signal_3_n", "less", "90.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "will", "exist", "sometime", "in", "the", "following", "38", "time", "units", ",", "at", "which", "(", "prop_3", ")", "and", "this", "scenario", "needs", "to", "continue", "consistently", "for", "every", "time", "point", "in", "the", "coming", "55", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "38", "]", "(", "G", "[", "0", ":", "55", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">=", "35.6"]]}, " prop_2 ": {"span": [13, 26], "prop": [["signal_2_n", ">=", "45.3"], ["signal_2_n", "<=", "96.7"]]}, " prop_3 ": {"span": [48, 59], "prop": [["signal_3_n", "<", "90.6"]]}}} {"id": 5679, "sentence": ["At", "a", "certain", "time", "point", "after", "between", "14", "to", "25", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "increase", "above", "48.3", "eventually", "."], "ltl": ["finally", "[14,25]", "(", "rise", "(", "signal_1_n", "more", "48.3", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "between", "14", "to", "25", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "14", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", ">", "48.3", ")"]]}}} {"id": 3506, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "16.2", "happens", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "subsequent", "80", "time", "units", ",", "at", "which", "signal_3_n", "is", "n't", "in", "signal_4_n", "eventually", ",", "before", "that", "the", "value", "of", "signal_2_n", "shall", "remain", "less", "than", "69.1", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.2", ")", "imply", "(", "signal_2_n", "less", "69.1", ")", "until", "[0,80]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "there", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "subsequent", "80", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "16.2", ")"]]}, " prop_2 ": {"span": [39, 45], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [48, 58], "prop": [["signal_2_n", "<", "69.1"]]}}} {"id": 493, "sentence": ["In", "case", "that", "signal_1_n", "is", "not", "in", "signal_2_n", "and", "consecutively", "this", "scenario", "will", "be", "lasting", "for", "each", "moment", "within", "the", "next", "43", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "moment", "after", "at", "most", "11", "time", "units", "the", "signal_3_n", "signal", "will", "have", "to", "be", "at", "least", "17.2", "and", "no", "more", "than", "58.5", "and", "this", "scenario", "will", "have", "to", "keep", "all", "the", "time", "for", "every", "time", "instant", "during", "the", "following", "31", "time", "units", "."], "ltl": ["globally", "(", "globally", "[0,43]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "finally", "[0,11]", "(", "globally", "[0,31]", "(", "signal_3_n", "more equal", "17.2", "and", "signal_3_n", "less equal", "58.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "consecutively", "this", "scenario", "will", "be", "lasting", "for", "each", "moment", "within", "the", "next", "43", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "moment", "after", "at", "most", "11", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "will", "have", "to", "keep", "all", "the", "time", "for", "every", "time", "instant", "during", "the", "following", "31", "time", "units", "."], "logic_ltl": ["G", "(", "G", "[", "0", ":", "43", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 59], "prop": [["signal_3_n", ">=", "17.2"], ["signal_3_n", "<=", "58.5"]]}}} {"id": 1733, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "65.1", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "in", "the", "following", "52", "time", "units", "finally", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "37.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.1", ")", "imply", "finally", "[0,52]", "(", "signal_2_n", "less equal", "37.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "in", "the", "following", "52", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "65.1", ")"]]}, " prop_2 ": {"span": [35, 49], "prop": [["signal_2_n", "<=", "37.0"]]}}} {"id": 3761, "sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "eventually", "no", "less", "than", "65.6", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "65.6", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 29], "prop": [["signal_1_n", ">=", "65.6"]]}}} {"id": 5480, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "less", "than", "37.7", "occurs", "and", "the", "signal_2_n", "signal", "changes", "to", "64.3", "then", "signal_3_n", "has", "to", "be", "larger", "than", "38.7", "and", "below", "48.5", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "37.7", ")", "and", "rise", "(", "signal_2_n", "math equal", "64.3", ")", "imply", "signal_3_n", "more", "38.7", "and", "signal_3_n", "less", "48.5", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<", "37.7", ")"]]}, " prop_2 ": {"span": [16, 22], "prop": [["rise", "(", "signal_2_n", "==", "64.3", ")"]]}, " prop_3 ": {"span": [23, 37], "prop": [["signal_3_n", ">", "38.7"], ["signal_3_n", "<", "48.5"]]}}} {"id": 5922, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "78.3", "takes", "place", "then", "in", "response", "at", "a", "time", "in", "the", "future", ",", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "becomes", "lower", "than", "24.3", "is", "observed", ",", "before", "that", "the", "signal_2_n", "signal", "should", "always", "keep", "greater", "than", "or", "equal", "to", "7.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "78.3", ")", "imply", "(", "signal_2_n", "more equal", "7.3", ")", "until", "(", "rise", "(", "signal_3_n", "less", "24.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "at", "a", "time", "in", "the", "future", ",", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", ",", "before", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "78.3", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["rise", "(", "signal_3_n", "<", "24.3", ")"]]}, " prop_3 ": {"span": [42, 54], "prop": [["signal_2_n", ">=", "7.3"]]}}} {"id": 1635, "sentence": ["For", "more", "than", "8", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "must", "stay", "within", "the", "range", "-LSB-", "10.6", ",", "33.1", "-RSB-", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "more equal", "10.6", "and", "signal_1_n", "less equal", "33.1", ")"], "logic_sentence": ["For", "more", "than", "8", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">=", "10.6"], ["signal_1_n", "<=", "33.1"]]}}} {"id": 3696, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "31.1", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "needs", "to", "be", "higher", "than", "36.3", "and", "below", "45.8", "and", "then", "must", "remain", "like", "that", "till", "there", "is", "a", "certain", "moment", "during", "the", "first", "4", "to", "20", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal_3_n", "changes", "to", "signal_4_n", "is", "observed", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "31.1", ")", "imply", "(", "signal_2_n", "more", "36.3", "and", "signal_2_n", "less", "45.8", ")", "until", "[4,20]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "4", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "<", "31.1", ")"]]}, " prop_2 ": {"span": [31, 78], "prop": [["signal_2_n", ">", "36.3"], ["signal_2_n", "<", "45.8"], ["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 295, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "14.4", "takes", "place", "then", "eventually", "there", "has", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "96.5", "then", "this", "condition", "must", "sustain", "without", "interruption", "for", "each", "time", "instant", "in", "the", "following", "93", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "14.4", ")", "imply", "finally", "(", "globally", "[0,93]", "(", "signal_2_n", "more equal", "96.5", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "eventually", "there", "has", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "(", "prop_2", ")", "then", "this", "condition", "must", "sustain", "without", "interruption", "for", "each", "time", "instant", "in", "the", "following", "93", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "14.4", ")"]]}, " prop_2 ": {"span": [35, 46], "prop": [["signal_2_n", ">=", "96.5"]]}}} {"id": 407, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "56.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal_2_n", "should", "keep", "in", "signal_3_n", "continuously", "until", "the", "event", "that", "the", "value", "of", "signal_4_n", "becomes", "less", "than", "or", "equal", "to", "61.3", "is", "observed", "ultimately", "at", "a", "certain", "time", "point", "starting", "at", "most", "62", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "56.1", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,62]", "(", "rise", "(", "signal_4_n", "less equal", "61.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "56.1"]]}, " prop_2 ": {"span": [15, 53], "prop": [["signal_2_n", "==", "signal_3_n"], ["rise", "(", "signal_4_n", "<=", "61.3", ")"]]}}} {"id": 401, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "59.2", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "in", "the", "future", "uninterruptedly", "the", "value", "of", "signal_2_n", "has", "to", "stay", "at", "most", "82.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "59.2", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less equal", "82.2", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "in", "the", "future", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", ">=", "59.2", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_2_n", "<=", "82.2"]]}}} {"id": 807, "sentence": ["At", "sometime", "starting", "at", "most", "66", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "54.7", "sha", "n't", "get", "observed", "eventually", "and", "the", "signal_2_n", "signal", "must", "be", "at", "least", "77.9", "finally", "."], "ltl": ["finally", "[0,66]", "(", "negation", "fall", "(", "signal_1_n", "more equal", "54.7", ")", "and", "signal_2_n", "more equal", "77.9", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "66", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["-", "fall", "(", "signal_1_n", ">=", "54.7", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", ">=", "77.9"]]}}} {"id": 2437, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "gets", "less", "than", "62.1", "is", "detected", ",", "then", "at", "the", "same", "time", "the", "signal_2_n", "signal", "should", "be", "less", "than", "77.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.1", ")", "imply", "signal_2_n", "less", "77.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "<", "62.1", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "<", "77.8"]]}}} {"id": 5, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "12.9", "and", "less", "than", "76.2", "and", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", ",", "then", "ultimately", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "following", "50", "time", "units", ",", "at", "which", "signal_4_n", "will", "have", "to", "be", "41.6", "and", "then", "should", "keep", "like", "that", "uninterruptedly", "for", "every", "moment", "during", "the", "following", "67", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "12.9", "and", "signal_1_n", "less", "76.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,50]", "(", "globally", "[0,67]", "(", "signal_4_n", "math equal", "41.6", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "ultimately", "there", "shall", "be", "a", "certain", "time", "instant", "in", "the", "following", "50", "time", "units", ",", "at", "which", "(", "prop_3", ")", "and", "then", "should", "keep", "like", "that", "uninterruptedly", "for", "every", "moment", "during", "the", "following", "67", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "[", "0", ":", "50", "]", "(", "G", "[", "0", ":", "67", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">", "12.9"], ["signal_1_n", "<", "76.2"]]}, " prop_2 ": {"span": [18, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [43, 49], "prop": [["signal_4_n", "==", "41.6"]]}}} {"id": 4336, "sentence": ["Whenever", "signal_1_n", "does", "not", "equal", "to", "29.3", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "signal_2_n", "ought", "never", "to", "be", "signal_3_n", ",", "or", "the", "value", "of", "signal_4_n", "must", "be", "promptly", "less", "than", "or", "equal", "to", "48.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "29.3", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "or", "signal_4_n", "less equal", "48.9", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["-", "(", "signal_1_n", "==", "29.3", ")"]]}, " prop_2 ": {"span": [15, 21], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [23, 36], "prop": [["signal_4_n", "<=", "48.9"]]}}} {"id": 63, "sentence": ["In", "case", "that", "the", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "greater", "than", "or", "equal", "to", "17.4", "in", "the", "past", "is", "n't", "true", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "in", "the", "next", "71", "time", "units", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "89.8", "then", "consecutively", "this", "condition", "ought", "to", "continue", "during", "the", "next", "11", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "more equal", "17.4", ")", ")", ")", "imply", "finally", "[0,71]", "(", "globally", "[0,11]", "(", "signal_2_n", "less equal", "89.8", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "condition", "that", "(", "prop_1", ")", "is", "n't", "true", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "in", "the", "next", "71", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "71", "]", "(", "G", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 22], "prop": [["-", "(", "signal_1_n", ">=", "17.4", ")"]]}, " prop_2 ": {"span": [40, 63], "prop": [["signal_2_n", "<=", "89.8"]]}}} {"id": 2055, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "62.1", "and", "less", "than", "or", "equal", "to", "70.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "be", "greater", "than", "77.7", "at", "the", "same", "moment", ",", "and", "the", "value", "of", "signal_3_n", "should", "be", "simultaneously", "no", "less", "than", "68.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "62.1", "and", "signal_1_n", "less equal", "70.4", "imply", "signal_2_n", "more", "77.7", "and", "signal_3_n", "more equal", "68.7", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 23], "prop": [["signal_1_n", ">=", "62.1"], ["signal_1_n", "<=", "70.4"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_2_n", ">", "77.7"]]}, " prop_3 ": {"span": [44, 55], "prop": [["signal_3_n", ">=", "68.7"]]}}} {"id": 274, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "n't", "at", "most", "10.0", ",", "and", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "35.6", ",", "then", "in", "response", "at", "once", "the", "value", "of", "signal_3_n", "must", "n't", "be", "less", "than", "or", "equal", "to", "79.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "10.0", ")", "and", "signal_2_n", "less equal", "35.6", "imply", "negation", "(", "signal_3_n", "less equal", "79.8", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "<=", "10.0", ")"]]}, " prop_2 ": {"span": [12, 22], "prop": [["signal_2_n", "<=", "35.6"]]}, " prop_3 ": {"span": [28, 41], "prop": [["-", "(", "signal_3_n", "<=", "79.8", ")"]]}}} {"id": 1476, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "higher", "than", "4.5", "and", "less", "than", "22.7", ",", "and", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "gets", "set", "to", "signal_3_n", "does", "n't", "occur", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "eventually", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "should", "be", "equal", "to", "87.0", "and", "this", "scenario", "will", "have", "to", "sustain", "all", "the", "time", "for", "every", "time", "point", "in", "the", "subsequent", "0", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "4.5", "and", "signal_1_n", "less", "22.7", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "(", "globally", "[0,0]", "(", "signal_4_n", "math equal", "87.0", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "does", "n't", "occur", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "be", "eventually", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_3", ")", "and", "this", "scenario", "will", "have", "to", "sustain", "all", "the", "time", "for", "every", "time", "point", "in", "the", "subsequent", "0", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "0", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">", "4.5"], ["signal_1_n", "<", "22.7"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [54, 64], "prop": [["signal_4_n", "==", "87.0"]]}}} {"id": 1317, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "20.5", "takes", "place", ",", "then", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "next", "74", "time", "units", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "2.2", "and", "at", "most", "4.0", "and", "then", "will", "be", "uninterruptedly", "staying", "in", "this", "interval", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "20.5", ")", "imply", "finally", "[0,74]", "(", "globally", "(", "signal_2_n", "more equal", "2.2", "and", "signal_2_n", "less equal", "4.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "next", "74", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "74", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "20.5", ")"]]}, " prop_2 ": {"span": [30, 65], "prop": [["signal_2_n", ">=", "2.2"], ["signal_2_n", "<=", "4.0"]]}}} {"id": 3678, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "34.6", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "less", "than", "4.2", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "34.6", ")", "imply", "signal_2_n", "less", "4.2", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "34.6", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "<", "4.2"]]}}} {"id": 2503, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "above", "48.5", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "following", "50", "to", "78", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "during", "the", "first", "21", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "deviates", "from", "97.1", "gets", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.5", ")", "imply", "globally", "[50,78]", "(", "finally", "[0,21]", "(", "fall", "(", "signal_2_n", "math equal", "97.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "following", "50", "to", "78", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "during", "the", "first", "21", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "50", ":", "78", "]", "(", "F", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "48.5", ")"]]}, " prop_2 ": {"span": [59, 63], "prop": [["fall", "(", "signal_2_n", "==", "97.1", ")"]]}}} {"id": 443, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "below", "14.1", "then", "eventually", "there", "must", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "0", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "needs", "to", "stay", "at", "74.7", "consecutively", "for", "every", "time", "point", "within", "the", "coming", "90", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "14.1", "imply", "finally", "[0,0]", "(", "globally", "[0,90]", "(", "signal_2_n", "math equal", "74.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "eventually", "there", "must", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "0", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "G", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "<", "14.1"]]}, " prop_2 ": {"span": [30, 49], "prop": [["signal_2_n", "==", "74.7"]]}}} {"id": 6353, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "16.5", "and", "less", "than", "or", "equal", "to", "84.7", "or", "the", "signal_2_n", "signal", "is", "in", "the", "range", "-LSB-", "15.1", ",", "25.4", "-RSB-", "then", "in", "response", "immediately", "signal_3_n", "needs", "to", "be", "above", "15.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "16.5", "and", "signal_1_n", "less equal", "84.7", ")", "or", "(", "signal_2_n", "more equal", "15.1", "and", "signal_2_n", "less equal", "25.4", ")", "imply", "signal_3_n", "more", "15.3", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "16.5"], ["signal_1_n", "<=", "84.7"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">=", "15.1"], ["signal_2_n", "<=", "25.4"]]}, " prop_3 ": {"span": [37, 43], "prop": [["signal_3_n", ">", "15.3"]]}}} {"id": 470, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "48", "time", "units", ",", "signal_1_n", "shall", "remain", "in", "signal_2_n", "consistently", "and", "the", "value", "of", "signal", "signal_3_n", "should", "stay", "smaller", "than", "72.4", "uninterruptedly", "."], "ltl": ["globally", "[0,48]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "72.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "48", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_3_n", "<", "72.4"]]}}} {"id": 2175, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal_1_n", "becomes", "signal_2_n", "gets", "observed", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "has", "to", "be", "58.2", "and", "then", "uninterruptedly", "this", "scenario", "should", "last", "until", "the", "value", "of", "signal", "signal_4_n", "is", "not", "no", "less", "than", "90.1", ",", "which", "has", "to", "get", "detected", "at", "sometime", "in", "less", "than", "98", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "58.2", ")", "until", "[0,98]", "(", "negation", "(", "signal_4_n", "more equal", "90.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "scenario", "should", "last", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "98", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_3_n", "==", "58.2"]]}, " prop_3 ": {"span": [36, 62], "prop": [["-", "(", "signal_4_n", ">=", "90.1", ")"]]}}} {"id": 3708, "sentence": ["The", "value", "of", "signal_1_n", "needs", "to", "eventually", "get", "less", "than", "14.8", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "14.8", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["rise", "(", "signal_1_n", "<", "14.8", ")"]]}}} {"id": 462, "sentence": ["The", "value", "of", "signal", "signal_1_n", "must", "uninterruptedly", "equal", "to", "43.3", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "43.3"]]}}} {"id": 484, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "mode", "of", "signal_1_n", "shall", "be", "ultimately", "set", "to", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4176, "sentence": ["While", "signal_1_n", "is", "26.4", ",", "and", "signal_2_n", "is", "less", "than", "22.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_3_n", "is", "not", "no", "larger", "than", "70.2", "and", "will", "consecutively", "stay", "like", "this", "for", "every", "time", "point", "within", "100", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "26.4", "and", "signal_2_n", "less", "22.9", "imply", "finally", "(", "globally", "[0,100]", "(", "negation", "(", "signal_3_n", "less equal", "70.2", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "26.4"]]}, " prop_2 ": {"span": [6, 11], "prop": [["signal_2_n", "<", "22.9"]]}, " prop_3 ": {"span": [40, 61], "prop": [["-", "(", "signal_3_n", "<=", "70.2", ")"]]}}} {"id": 4295, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "28", "to", "98", "time", "units", "consecutively", "the", "signal_1_n", "signal", "should", "never", "equal", "to", "34.3", ",", "or", "uninterruptedly", "the", "signal_2_n", "signal", "needs", "to", "remain", "no", "more", "than", "36.2", "."], "ltl": ["globally", "[28,98]", "(", "negation", "(", "signal_1_n", "math equal", "34.3", ")", "or", "signal_2_n", "less equal", "36.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "28", "to", "98", "time", "units", "consecutively", "(", "prop_1", ")", ",", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "28", ":", "98", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["-", "(", "signal_1_n", "==", "34.3", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "<=", "36.2"]]}}} {"id": 3949, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "no", "less", "than", "68.0", "and", "at", "most", "72.7", "or", "the", "signal_2_n", "signal", "is", "greater", "than", "14.4", "and", "less", "than", "76.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "ultimately", "a", "time", "in", "the", "first", "55", "to", "60", "time", "units", ",", "at", "which", "signal_3_n", "should", "not", "be", "greater", "than", "or", "equal", "to", "1.2", "and", "then", "uninterruptedly", "this", "scenario", "remains", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "68.0", "and", "signal_1_n", "less equal", "72.7", ")", "or", "(", "signal_2_n", "more", "14.4", "and", "signal_2_n", "less", "76.3", ")", "imply", "finally", "[55,60]", "(", "globally", "(", "negation", "(", "signal_3_n", "more equal", "1.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "ultimately", "a", "time", "in", "the", "first", "55", "to", "60", "time", "units", ",", "at", "which", "(", "prop_3", ")", "and", "then", "uninterruptedly", "this", "scenario", "remains", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "55", ":", "60", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">=", "68.0"], ["signal_1_n", "<=", "72.7"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", ">", "14.4"], ["signal_2_n", "<", "76.3"]]}, " prop_3 ": {"span": [56, 66], "prop": [["-", "(", "signal_3_n", ">=", "1.2", ")"]]}}} {"id": 530, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "over", "53.5", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "promptly", "greater", "than", "or", "equal", "to", "19.9", "and", "less", "than", "or", "equal", "to", "54.5", "."], "ltl": ["globally", "(", "signal_1_n", "more", "53.5", "imply", "signal_2_n", "more equal", "19.9", "and", "signal_2_n", "less equal", "54.5", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", ">", "53.5"]]}, " prop_2 ": {"span": [14, 36], "prop": [["signal_2_n", ">=", "19.9"], ["signal_2_n", "<=", "54.5"]]}}} {"id": 958, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "uninterruptedly", "the", "value", "of", "signal_3_n", "will", "have", "to", "keep", "at", "most", "24.1", "till", "the", "value", "of", "signal_4_n", "is", "equal", "to", "39.9", ",", "which", "has", "to", "be", "detected", "at", "a", "certain", "time", "point", "within", "the", "following", "61", "time", "units", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "24.1", ")", "until", "[0,61]", "(", "signal_4_n", "math equal", "39.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 67], "prop": [["signal_3_n", "<=", "24.1"], ["signal_4_n", "==", "39.9"]]}}} {"id": 4021, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "4.0", "occurs", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "must", "be", "bigger", "than", "34.2", "and", "smaller", "than", "44.4", "and", "shall", "remain", "in", "this", "interval", "all", "the", "time", "within", "the", "elapsed", "11", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.0", ")", "imply", "historically", "[0,11]", "(", "signal_2_n", "more", "34.2", "and", "signal_2_n", "less", "44.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "11", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "4.0", ")"]]}, " prop_2 ": {"span": [24, 53], "prop": [["signal_2_n", ">", "34.2"], ["signal_2_n", "<", "44.4"]]}}} {"id": 824, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "6.9", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "the", "state", "of", "signal_2_n", "enters", "signal_3_n", "will", "get", "observed", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "6.9", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_2", ")", "will", "get", "observed", "instantly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "6.9", ")"]]}, " prop_2 ": {"span": [32, 38], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1413, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "starts", "not", "equaling", "to", "62.4", "gets", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LSB-", "12.1", ",", "22.9", "-RSB-", "then", "the", "following", "condition", "is", "true", ":", "continuously", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "35.1", "and", "no", "larger", "than", "52.6", "for", "each", "time", "point", "in", "the", "first", "62", "to", "83", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "62.4", ")", "and", "(", "signal_2_n", "more equal", "12.1", "and", "signal_2_n", "less equal", "22.9", ")", "imply", "globally", "[62,83]", "(", "signal_3_n", "more equal", "35.1", "and", "signal_3_n", "less equal", "52.6", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "62", ":", "83", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["fall", "(", "signal_1_n", "==", "62.4", ")"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", ">=", "12.1"], ["signal_2_n", "<=", "22.9"]]}, " prop_3 ": {"span": [36, 68], "prop": [["signal_3_n", ">=", "35.1"], ["signal_3_n", "<=", "52.6"]]}}} {"id": 4443, "sentence": ["Within", "92", "time", "units", ",", "continuously", "signal_1_n", "keeps", "in", "signal_2_n", "and", "continuously", "the", "signal_3_n", "signal", "has", "to", "stay", "equal", "to", "87.4", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "87.4", ")"], "logic_sentence": ["Within", "92", "time", "units", ",", "continuously", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_3_n", "==", "87.4"]]}}} {"id": 261, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "9.5", "takes", "place", "and", "the", "value", "of", "signal_2_n", "is", "58.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "next", "21", "time", "units", "for", "every", "time", "instant", "during", "the", "next", "12", "time", "units", "signal_3_n", "will", "stay", "less", "than", "or", "equal", "to", "50.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "9.5", ")", "and", "signal_2_n", "math equal", "58.0", "imply", "finally", "[0,21]", "(", "globally", "[0,12]", "(", "signal_3_n", "less equal", "50.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "time", "point", "in", "the", "next", "21", "time", "units", "for", "every", "time", "instant", "during", "the", "next", "12", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "12", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "9.5", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_2_n", "==", "58.0"]]}, " prop_3 ": {"span": [62, 71], "prop": [["signal_3_n", "<=", "50.9"]]}}} {"id": 4280, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "29.1", "occurs", "or", "the", "value", "of", "signal_2_n", "stays", "less", "than", "or", "equal", "to", "65.5", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "has", "to", "stay", "at", "least", "93.8", "immediately", ",", "and", "at", "the", "same", "time", "signal_4_n", "is", "not", "in", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "29.1", ")", "or", "signal_2_n", "less equal", "65.5", "imply", "signal_3_n", "more equal", "93.8", "and", "negation", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", ",", "and", "at", "the", "same", "time", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "29.1", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", "<=", "65.5"]]}, " prop_3 ": {"span": [42, 52], "prop": [["signal_3_n", ">=", "93.8"]]}, " prop_4 ": {"span": [58, 63], "prop": [["-", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 1466, "sentence": ["There", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "first", "60", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,60]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "moment", "within", "the", "first", "60", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "60", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1466, "sentence": ["In", "the", "event", "that", "signal_1_n", "is", "in", "the", "closed", "interval", "-LSB-", "39.5", ",", "77.4", "-RSB-", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "14.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "39.5", "and", "signal_1_n", "less equal", "77.4", "imply", "signal_2_n", "more equal", "14.7", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">=", "39.5"], ["signal_1_n", "<=", "77.4"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", ">=", "14.7"]]}}} {"id": 130, "sentence": ["At", "sometime", "within", "28", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "eventually", "larger", "than", "47.3", "and", "less", "than", "52.3", "."], "ltl": ["finally", "[0,28]", "(", "signal_1_n", "more", "47.3", "and", "signal_1_n", "less", "52.3", ")"], "logic_sentence": ["At", "sometime", "within", "28", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["signal_1_n", ">", "47.3"], ["signal_1_n", "<", "52.3"]]}}} {"id": 3437, "sentence": ["There", "will", "exist", "sometime", "in", "less", "than", "38", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "be", "above", "77.1", "and", "less", "than", "92.2", "finally", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "more", "77.1", "and", "signal_1_n", "less", "92.2", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "in", "less", "than", "38", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">", "77.1"], ["signal_1_n", "<", "92.2"]]}}} {"id": 5463, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "62.9", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "within", "the", "closed", "interval", "-LSB-", "12.1", ",", "29.1", "-RSB-", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "signal_3_n", "signal", "has", "to", "be", "less", "than", "49.3", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "62.9", "and", "(", "signal_2_n", "more equal", "12.1", "and", "signal_2_n", "less equal", "29.1", ")", "imply", "signal_3_n", "less", "49.3", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", "<=", "62.9"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_2_n", ">=", "12.1"], ["signal_2_n", "<=", "29.1"]]}, " prop_3 ": {"span": [39, 48], "prop": [["signal_3_n", "<", "49.3"]]}}} {"id": 2161, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "between", "the", "interval", "-LRB-", "4.2", ",", "18.9", "-RRB-", "and", "consecutively", "this", "condition", "sustains", "until", "the", "value", "of", "signal", "signal_2_n", "is", "set", "to", "8.7", ",", "which", "gets", "observed", "at", "sometime", "in", "the", "following", "21", "to", "61", "time", "units", "ultimately", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "73", "time", "units", ",", "finally", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "18", "time", "units", "the", "value", "of", "signal_3_n", "has", "to", "be", "at", "least", "38.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "4.2", "and", "signal_1_n", "less", "18.9", ")", "until", "[21,61]", "(", "signal_2_n", "math equal", "8.7", ")", "imply", "globally", "[0,73]", "(", "finally", "[0,18]", "(", "signal_3_n", "more equal", "38.6", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "consecutively", "this", "condition", "sustains", "until", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "73", "time", "units", ",", "finally", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "18", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "21", ":", "61", "]", "(", "prop_2", ")", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "0", ":", "18", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">", "4.2"], ["signal_1_n", "<", "18.9"]]}, " prop_2 ": {"span": [19, 43], "prop": [["signal_2_n", "==", "8.7"]]}, " prop_3 ": {"span": [73, 83], "prop": [["signal_3_n", ">=", "38.6"]]}}} {"id": 106, "sentence": ["For", "every", "moment", "during", "the", "first", "0", "to", "53", "time", "units", ",", "the", "value", "of", "signal_1_n", "needs", "to", "always", "stay", "no", "less", "than", "6.7", "and", "less", "than", "or", "equal", "to", "14.8", ",", "and", "the", "signal_2_n", "signal", "should", "keep", "no", "larger", "than", "89.5", "without", "interruption", "."], "ltl": ["globally", "[0,53]", "(", "(", "signal_1_n", "more equal", "6.7", "and", "signal_1_n", "less equal", "14.8", ")", "and", "signal_2_n", "less equal", "89.5", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "0", "to", "53", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "53", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 31], "prop": [["signal_1_n", ">=", "6.7"], ["signal_1_n", "<=", "14.8"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", "<=", "89.5"]]}}} {"id": 1675, "sentence": ["In", "the", "first", "67", "time", "units", ",", "signal_1_n", "needs", "to", "consecutively", "stay", "less", "than", "or", "equal", "to", "74.3", ",", "or", "consistently", "signal_2_n", "must", "keep", "greater", "than", "or", "equal", "to", "56.0", "."], "ltl": ["globally", "[0,67]", "(", "signal_1_n", "less equal", "74.3", "or", "signal_2_n", "more equal", "56.0", ")"], "logic_sentence": ["In", "the", "first", "67", "time", "units", ",", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "74.3"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">=", "56.0"]]}}} {"id": 5290, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "within", "the", "first", "21", "to", "47", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "at", "least", "12.3", "and", "less", "than", "or", "equal", "to", "20.3", "."], "ltl": ["finally", "[21,47]", "(", "signal_1_n", "more equal", "12.3", "and", "signal_1_n", "less equal", "20.3", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "within", "the", "first", "21", "to", "47", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "21", ":", "47", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 36], "prop": [["signal_1_n", ">=", "12.3"], ["signal_1_n", "<=", "20.3"]]}}} {"id": 6240, "sentence": ["Ultimately", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "13.2", "and", "smaller", "than", "71.9", "or", "the", "value", "of", "signal", "signal_2_n", "is", "above", "29.5", "and", "smaller", "than", "51.4", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "13.2", "and", "signal_1_n", "less", "71.9", ")", "or", "(", "signal_2_n", "more", "29.5", "and", "signal_2_n", "less", "51.4", ")", ")"], "logic_sentence": ["Ultimately", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 37], "prop": [["signal_1_n", ">=", "13.2"], ["signal_1_n", "<", "71.9"]]}, " prop_2 ": {"span": [38, 50], "prop": [["signal_2_n", ">", "29.5"], ["signal_2_n", "<", "51.4"]]}}} {"id": 414, "sentence": ["The", "mode", "of", "signal_1_n", "will", "have", "to", "consistently", "keep", "in", "signal_2_n", "within", "69", "to", "78", "time", "units", "."], "ltl": ["globally", "[69,78]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "69", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1322, "sentence": ["As", "soon", "as", "signal_1_n", "is", "equal", "to", "16.6", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "is", "64.3", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.6", "imply", "signal_2_n", "math equal", "64.3", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "16.6"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "64.3"]]}}} {"id": 3103, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "mode", "of", "signal_1_n", "has", "to", "consecutively", "keep", "in", "signal_2_n", ",", "and", "consistently", "the", "value", "of", "signal_3_n", "has", "to", "remain", "more", "than", "1.9", "and", "smaller", "than", "4.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "1.9", "and", "signal_3_n", "less", "4.0", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_3_n", ">", "1.9"], ["signal_3_n", "<", "4.0"]]}}} {"id": 722, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "smaller", "than", "88.5", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "not", "signal_3_n", ",", "then", "at", "sometime", "in", "less", "than", "21", "time", "units", "the", "value", "of", "signal_4_n", "ought", "to", "be", "15.9", "and", "will", "be", "always", "keeping", "like", "that", "for", "each", "moment", "within", "the", "subsequent", "87", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "88.5", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,87]", "(", "signal_4_n", "math equal", "15.9", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "at", "sometime", "in", "less", "than", "21", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "87", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "88.5"]]}, " prop_2 ": {"span": [13, 21], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [31, 55], "prop": [["signal_4_n", "==", "15.9"]]}}} {"id": 3514, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "continuously", "remain", "at", "least", "33.5", "and", "at", "most", "97.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "33.5", "and", "signal_1_n", "less equal", "97.7", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">=", "33.5"], ["signal_1_n", "<=", "97.7"]]}}} {"id": 3463, "sentence": ["Ultimately", "there", "shall", "exist", "sometime", "starting", "at", "most", "22", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "89.9", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "less equal", "89.9", ")"], "logic_sentence": ["Ultimately", "there", "shall", "exist", "sometime", "starting", "at", "most", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", "<=", "89.9"]]}}} {"id": 6081, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "enters", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "at", "least", "11.7", "and", "then", "shall", "hold", "like", "this", "uninterruptedly", "till", "ultimately", "there", "exists", "a", "certain", "time", "point", "within", "the", "subsequent", "65", "time", "units", ",", "at", "which", "signal_4_n", "is", "greater", "than", "or", "equal", "to", "77.1", "and", "less", "than", "or", "equal", "to", "82.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "11.7", ")", "until", "[0,65]", "(", "signal_4_n", "more equal", "77.1", "and", "signal_4_n", "less equal", "82.8", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "65", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 71], "prop": [["signal_3_n", ">=", "11.7"], ["signal_4_n", ">=", "77.1"], ["signal_4_n", "<=", "82.8"]]}}} {"id": 6416, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "61.3", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "at", "sometime", "during", "the", "next", "62", "to", "99", "time", "units", "within", "the", "subsequent", "8", "to", "52", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "wo", "n't", "be", "57.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "61.3", "imply", "finally", "[62,99]", "(", "globally", "[8,52]", "(", "negation", "(", "signal_2_n", "math equal", "57.9", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "at", "sometime", "during", "the", "next", "62", "to", "99", "time", "units", "within", "the", "subsequent", "8", "to", "52", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "62", ":", "99", "]", "(", "G", "[", "8", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "61.3"]]}, " prop_2 ": {"span": [37, 46], "prop": [["-", "(", "signal_2_n", "==", "57.9", ")"]]}}} {"id": 5112, "sentence": ["There", "is", "a", "certain", "moment", "in", "less", "than", "65", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "above", "56.8", "is", "detected", "and", "signal_2_n", "will", "have", "to", "be", "finally", "higher", "than", "15.1", "and", "less", "than", "84.6", "."], "ltl": ["finally", "[0,65]", "(", "rise", "(", "signal_1_n", "more", "56.8", ")", "and", "(", "signal_2_n", "more", "15.1", "and", "signal_2_n", "less", "84.6", ")", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "in", "less", "than", "65", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "65", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 24], "prop": [["rise", "(", "signal_1_n", ">", "56.8", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">", "15.1"], ["signal_2_n", "<", "84.6"]]}}} {"id": 1958, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "goes", "lower", "than", "97.6", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "68.5", "ought", "to", "be", "detected", "and", "signal_3_n", "needs", "to", "be", "higher", "than", "9.9", "and", "smaller", "than", "22.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "97.6", ")", "imply", "rise", "(", "signal_2_n", "less equal", "68.5", ")", "and", "(", "signal_3_n", "more", "9.9", "and", "signal_3_n", "less", "22.2", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "be", "detected", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "97.6", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["rise", "(", "signal_2_n", "<=", "68.5", ")"]]}, " prop_3 ": {"span": [42, 57], "prop": [["signal_3_n", ">", "9.9"], ["signal_3_n", "<", "22.2"]]}}} {"id": 149, "sentence": ["If", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "in", "signal_4_n", ",", "and", "the", "value", "of", "signal", "signal_5_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "72.9", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "less equal", "72.9", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [29, 49], "prop": [["signal_5_n", "<=", "72.9"]]}}} {"id": 4441, "sentence": ["Ultimately", "at", "a", "time", "after", "at", "most", "52", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "above", "14.6", "should", "take", "place", "."], "ltl": ["finally", "[0,52]", "(", "rise", "(", "signal_1_n", "more", "14.6", ")", ")"], "logic_sentence": ["Ultimately", "at", "a", "time", "after", "at", "most", "52", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "52", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 21], "prop": [["rise", "(", "signal_1_n", ">", "14.6", ")"]]}}} {"id": 1873, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "crosses", "the", "threshold", "of", "89.8", "is", "observed", ",", "then", "the", "subsequent", "condition", "is", "not", "true", ":", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "wo", "n't", "settle", "to", "68.4", "within", "the", "next", "42", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.8", ")", "imply", "negation", "(", "globally", "[0,42]", "(", "negation", "(", "signal_2_n", "math equal", "68.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "subsequent", "condition", "is", "not", "true", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "89.8", ")"]]}, " prop_2 ": {"span": [27, 43], "prop": [["-", "(", "signal_2_n", "==", "68.4", ")"]]}}} {"id": 627, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "23", "time", "units", ",", "uninterruptedly", "signal_1_n", "will", "have", "to", "be", "set", "to", "95.7", "and", "signal_2_n", "ought", "to", "consistently", "stay", "at", "56.0", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "95.7", "and", "signal_2_n", "math equal", "56.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "23", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "95.7"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "56.0"]]}}} {"id": 4845, "sentence": ["The", "mode", "of", "signal_1_n", "must", "be", "continuously", "set", "to", "signal_2_n", "for", "every", "moment", "within", "the", "first", "2", "to", "5", "time", "units", "."], "ltl": ["globally", "[2,5]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "2", ":", "5", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3024, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "following", "47", "time", "units", ",", "the", "transition", "action", "that", "signal_3_n", "gets", "to", "no", "more", "than", "37.4", "finally", "happens", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,47]", "(", "rise", "(", "signal_3_n", "less equal", "37.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "following", "47", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "finally", "happens", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [45, 52], "prop": [["rise", "(", "signal_3_n", "<=", "37.4", ")"]]}}} {"id": 1198, "sentence": ["There", "should", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "first", "46", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "above", "12.6", "and", "less", "than", "or", "equal", "to", "34.3", "and", "signal_2_n", "will", "have", "to", "be", "above", "33.1", "."], "ltl": ["finally", "[0,46]", "(", "(", "signal_1_n", "more", "12.6", "and", "signal_1_n", "less equal", "34.3", ")", "and", "signal_2_n", "more", "33.1", ")"], "logic_sentence": ["There", "should", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "first", "46", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 33], "prop": [["signal_1_n", ">", "12.6"], ["signal_1_n", "<=", "34.3"]]}, " prop_2 ": {"span": [34, 41], "prop": [["signal_2_n", ">", "33.1"]]}}} {"id": 6303, "sentence": ["For", "each", "time", "point", "during", "the", "first", "2", "to", "2", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "stay", "in", "signal_2_n", "consistently", "or", "the", "signal_3_n", "signal", "must", "remain", "less", "than", "1.7", "without", "interruption", "."], "ltl": ["globally", "[2,2]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "1.7", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "2", "to", "2", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "2", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_3_n", "<", "1.7"]]}}} {"id": 4333, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "not", "6.2", "then", "right", "away", "the", "state", "of", "signal_2_n", "must", "never", "be", "signal_3_n", ",", "or", "the", "signal_4_n", "signal", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "96.3", "in", "no", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "6.2", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "or", "signal_4_n", "less equal", "96.3", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "right", "away", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["-", "(", "signal_1_n", "==", "6.2", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [25, 41], "prop": [["signal_4_n", "<=", "96.3"]]}}} {"id": 3719, "sentence": ["In", "case", "that", "in", "the", "last", "6", "to", "34", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "kept", "smaller", "than", "62.8", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "for", "each", "time", "point", "during", "the", "subsequent", "50", "time", "units", ",", "consecutively", "the", "mode", "of", "signal", "signal_2_n", "shall", "not", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "historically", "[6,34]", "(", "signal_1_n", "less", "62.8", ")", "imply", "finally", "(", "globally", "[0,50]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "in", "the", "last", "6", "to", "34", "time", "units", ",", "continuously", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "for", "each", "time", "point", "during", "the", "subsequent", "50", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "6", ":", "34", "]", "(", "prop_1", ")", "->", "F", "(", "G", "[", "0", ":", "50", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "<", "62.8"]]}, " prop_2 ": {"span": [55, 66], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 467, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "82.2", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "is", "no", "less", "than", "62.0", "and", "no", "more", "than", "95.5", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "82.2", ")", "imply", "signal_2_n", "more equal", "62.0", "and", "signal_2_n", "less equal", "95.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "82.2", ")"]]}, " prop_2 ": {"span": [25, 44], "prop": [["signal_2_n", ">=", "62.0"], ["signal_2_n", "<=", "95.5"]]}}} {"id": 2817, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "the", "value", "of", "signal_1_n", "should", "consecutively", "remain", "greater", "than", "or", "equal", "to", "5.1", "and", "less", "than", "or", "equal", "to", "37.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "continuously", "stay", "greater", "than", "69.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "5.1", "and", "signal_1_n", "less equal", "37.1", ")", "and", "signal_2_n", "more", "69.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 28], "prop": [["signal_1_n", ">=", "5.1"], ["signal_1_n", "<=", "37.1"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_2_n", ">", "69.5"]]}}} {"id": 74, "sentence": ["There", "must", "be", "a", "time", "during", "the", "first", "38", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "82.1", "finally", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "below", "92.4", "eventually", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "math equal", "82.1", "and", "signal_2_n", "less", "92.4", ")"], "logic_sentence": ["There", "must", "be", "a", "time", "during", "the", "first", "38", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "82.1"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<", "92.4"]]}}} {"id": 6424, "sentence": ["In", "the", "first", "0", "to", "97", "time", "units", "the", "value", "of", "signal_1_n", "is", "always", "greater", "than", "62.7", "and", "lower", "than", "64.5", "and", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "always", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,97]", "(", "(", "signal_1_n", "more", "62.7", "and", "signal_1_n", "less", "64.5", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "first", "0", "to", "97", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">", "62.7"], ["signal_1_n", "<", "64.5"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1701, "sentence": ["There", "should", "ultimately", "exist", "a", "certain", "moment", "within", "43", "to", "73", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_1_n", "drops", "below", "25.7", "takes", "place", "or", "the", "value", "of", "signal_2_n", "must", "be", "7.9", "."], "ltl": ["finally", "[43,73]", "(", "rise", "(", "signal_1_n", "less", "25.7", ")", "or", "signal_2_n", "math equal", "7.9", ")"], "logic_sentence": ["There", "should", "ultimately", "exist", "a", "certain", "moment", "within", "43", "to", "73", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "43", ":", "73", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 24], "prop": [["rise", "(", "signal_1_n", "<", "25.7", ")"]]}, " prop_2 ": {"span": [27, 34], "prop": [["signal_2_n", "==", "7.9"]]}}} {"id": 5751, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "54.7", "happens", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "subsequent", "31", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "subsequent", "47", "time", "units", ",", "eventually", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "42.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.7", ")", "imply", "globally", "[0,31]", "(", "finally", "[0,47]", "(", "signal_2_n", "more equal", "42.2", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "subsequent", "31", "time", "units", ",", "at", "a", "certain", "moment", "within", "the", "subsequent", "47", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "F", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "54.7", ")"]]}, " prop_2 ": {"span": [42, 53], "prop": [["signal_2_n", ">=", "42.2"]]}}} {"id": 274, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "1", "to", "45", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_5_n", "shall", "be", "finally", "51.0", ",", "and", "till", "then", "the", "mode", "of", "signal_3_n", "will", "have", "to", "keep", "in", "signal_4_n", "consecutively", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[1,45]", "(", "signal_5_n", "math equal", "51.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "first", "1", "to", "45", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "1", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["signal_5_n", "==", "51.0"]]}, " prop_3 ": {"span": [50, 61], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 472, "sentence": ["There", "will", "be", "sometime", "within", "23", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "should", "be", "no", "more", "than", "10.0", ",", "or", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "68.5", "finally", "."], "ltl": ["finally", "[0,23]", "(", "signal_1_n", "less equal", "10.0", "or", "signal_2_n", "more equal", "68.5", ")"], "logic_sentence": ["There", "will", "be", "sometime", "within", "23", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "23", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<=", "10.0"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">=", "68.5"]]}}} {"id": 2457, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "becomes", "above", "56.4", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "state", "of", "signal_2_n", "ought", "n't", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "56.4", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", ">", "56.4", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1544, "sentence": ["For", "every", "time", "point", "in", "the", "first", "6", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "has", "to", "uninterruptedly", "remain", "greater", "than", "or", "equal", "to", "98.5", ",", "and", "the", "signal_2_n", "signal", "shall", "consecutively", "stay", "greater", "than", "89.0", "."], "ltl": ["globally", "[0,6]", "(", "signal_1_n", "more equal", "98.5", "and", "signal_2_n", "more", "89.0", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "6", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">=", "98.5"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", ">", "89.0"]]}}} {"id": 4717, "sentence": ["The", "value", "of", "signal", "signal_1_n", "stays", "larger", "than", "92.0", "consistently", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more", "92.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">", "92.0"]]}}} {"id": 410, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "less", "than", "93.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "signal_2_n", "must", "be", "less", "than", "or", "equal", "to", "55.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "93.3", ")", "imply", "signal_2_n", "less equal", "55.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "93.3", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "<=", "55.5"]]}}} {"id": 205, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "needs", "to", "keep", "in", "signal_2_n", "uninterruptedly", "for", "every", "moment", "within", "the", "first", "58", "time", "units", "."], "ltl": ["globally", "[0,58]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 158, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "32.9", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "falls", "below", "23.9", "does", "n't", "occur", ",", "and", "at", "the", "same", "moment", "signal_3_n", "must", "be", "82.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.9", "imply", "negation", "fall", "(", "signal_2_n", "more equal", "23.9", ")", "and", "signal_3_n", "math equal", "82.0", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "scenario", "that", "(", "prop_2", ")", "does", "n't", "occur", ",", "and", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "32.9"]]}, " prop_2 ": {"span": [18, 26], "prop": [["-", "fall", "(", "signal_2_n", ">=", "23.9", ")"]]}, " prop_3 ": {"span": [35, 39], "prop": [["signal_3_n", "==", "82.0"]]}}} {"id": 1039, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", ",", "then", "in", "response", "consecutively", "the", "signal_3_n", "signal", "will", "be", "remaining", "in", "signal_4_n", "within", "the", "coming", "61", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,61]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5998, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "have", "to", "consecutively", "stay", "at", "most", "84.5", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "84.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "<=", "84.5"]]}}} {"id": 945, "sentence": ["For", "each", "time", "point", "during", "the", "first", "3", "to", "94", "time", "units", ",", "the", "signal_1_n", "signal", "must", "stay", "equal", "to", "35.4", "."], "ltl": ["globally", "[3,94]", "(", "signal_1_n", "math equal", "35.4", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "3", "to", "94", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "35.4"]]}}} {"id": 951, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "93.1", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "58.9", "should", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "93.1", ")", "imply", "rise", "(", "signal_2_n", "more equal", "58.9", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "93.1", ")"]]}, " prop_2 ": {"span": [34, 47], "prop": [["rise", "(", "signal_2_n", ">=", "58.9", ")"]]}}} {"id": 484, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "88.3", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "should", "remain", "greater", "than", "or", "equal", "to", "41.9", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "88.3", ")", "imply", "signal_2_n", "more equal", "41.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "88.3", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", ">=", "41.9"]]}}} {"id": 3529, "sentence": ["Within", "the", "first", "0", "time", "units", "continuously", "the", "state", "of", "signal_1_n", "is", "never", "set", "to", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "needs", "to", "be", "consistently", "equal", "to", "94.2", "."], "ltl": ["globally", "[0,0]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "94.2", ")"], "logic_sentence": ["Within", "the", "first", "0", "time", "units", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_3_n", "==", "94.2"]]}}} {"id": 3669, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "44.8", "takes", "place", ",", "then", "in", "response", "ultimately", "after", "a", "certain", "moment", "during", "the", "subsequent", "53", "time", "units", "the", "mode", "of", "signal_2_n", "should", "be", "signal_3_n", "and", "then", "consistently", "this", "condition", "will", "hold", "for", "each", "moment", "during", "the", "coming", "80", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.8", ")", "imply", "finally", "[0,53]", "(", "globally", "[0,80]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "ultimately", "after", "a", "certain", "moment", "during", "the", "subsequent", "53", "time", "units", "(", "prop_2", ")", "and", "then", "consistently", "this", "condition", "will", "hold", "for", "each", "moment", "during", "the", "coming", "80", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "53", "]", "(", "G", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "44.8", ")"]]}, " prop_2 ": {"span": [32, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 326, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "48.5", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "shall", "be", "above", "49.3", "and", "lower", "than", "56.8", "immediately", "or", "at", "once", "the", "value", "of", "signal_3_n", "shall", "be", "equal", "to", "43.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "48.5", "imply", "(", "signal_2_n", "more", "49.3", "and", "signal_2_n", "less", "56.8", ")", "or", "signal_3_n", "math equal", "43.9", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "or", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<", "48.5"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_2_n", ">", "49.3"], ["signal_2_n", "<", "56.8"]]}, " prop_3 ": {"span": [30, 39], "prop": [["signal_3_n", "==", "43.9"]]}}} {"id": 610, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "less", "than", "or", "equal", "to", "36.1", "all", "the", "time", ",", "and", "the", "value", "of", "signal_2_n", "should", "uninterruptedly", "keep", "less", "than", "or", "equal", "to", "73.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "36.1", "and", "signal_2_n", "less equal", "73.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", "<=", "36.1"]]}, " prop_2 ": {"span": [28, 41], "prop": [["signal_2_n", "<=", "73.1"]]}}} {"id": 5557, "sentence": ["At", "a", "certain", "time", "point", "within", "31", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "ultimately", "greater", "than", "54.8", "and", "below", "63.6", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "more", "54.8", "and", "signal_1_n", "less", "63.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "31", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">", "54.8"], ["signal_1_n", "<", "63.6"]]}}} {"id": 6330, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "starts", "not", "equaling", "to", "62.0", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "signal_2_n", "ought", "n't", "to", "equal", "to", "82.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "62.0", ")", "imply", "negation", "(", "signal_2_n", "math equal", "82.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["fall", "(", "signal_1_n", "==", "62.0", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["-", "(", "signal_2_n", "==", "82.9", ")"]]}}} {"id": 316, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "24.6", "or", "signal_2_n", "is", "higher", "than", "13.3", "and", "less", "than", "or", "equal", "to", "64.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_3_n", "should", "be", "above", "0.4", "and", "smaller", "than", "9.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "24.6", ")", "or", "(", "signal_2_n", "more", "13.3", "and", "signal_2_n", "less equal", "64.6", ")", "imply", "signal_3_n", "more", "0.4", "and", "signal_3_n", "less", "9.3", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", "<", "24.6", ")"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_2_n", ">", "13.3"], ["signal_2_n", "<=", "64.6"]]}, " prop_3 ": {"span": [36, 48], "prop": [["signal_3_n", ">", "0.4"], ["signal_3_n", "<", "9.3"]]}}} {"id": 797, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "shall", "be", "set", "to", "signal_2_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5099, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_1_n", "needs", "to", "be", "at", "least", "8.0", "and", "at", "most", "10.5", "eventually", ",", "or", "the", "signal_2_n", "signal", "has", "to", "be", "eventually", "in", "signal_3_n", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "8.0", "and", "signal_1_n", "less equal", "10.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 29], "prop": [["signal_1_n", ">=", "8.0"], ["signal_1_n", "<=", "10.5"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5964, "sentence": ["The", "value", "of", "signal_1_n", "must", "uninterruptedly", "keep", "greater", "than", "or", "equal", "to", "72.4", "within", "82", "time", "units", "."], "ltl": ["globally", "[0,82]", "(", "signal_1_n", "more equal", "72.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", ">=", "72.4"]]}}} {"id": 2165, "sentence": ["For", "each", "time", "instant", "within", "39", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "smaller", "than", "64.2", ",", "and", "signal_2_n", "has", "to", "consecutively", "keep", "equal", "to", "59.6", "."], "ltl": ["globally", "[0,39]", "(", "signal_1_n", "less", "64.2", "and", "signal_2_n", "math equal", "59.6", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "39", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "39", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<", "64.2"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "59.6"]]}}} {"id": 5677, "sentence": ["There", "should", "exist", "a", "time", "during", "the", "first", "4", "to", "91", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "bigger", "than", "4.5", "must", "happen", "finally", "."], "ltl": ["finally", "[4,91]", "(", "rise", "(", "signal_1_n", "more", "4.5", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "during", "the", "first", "4", "to", "91", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "happen", "finally", "."], "logic_ltl": ["F", "[", "4", ":", "91", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", ">", "4.5", ")"]]}}} {"id": 1535, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "above", "12.2", "and", "below", "25.1", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "value", "of", "signal", "signal_2_n", "must", "never", "be", "no", "less", "than", "54.9", "and", "at", "the", "same", "time", "point", "the", "signal_3_n", "signal", "needs", "to", "be", "over", "21.9", "and", "smaller", "than", "84.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "12.2", "and", "signal_1_n", "less", "25.1", "imply", "negation", "(", "signal_2_n", "more equal", "54.9", ")", "and", "(", "signal_3_n", "more", "21.9", "and", "signal_3_n", "less", "84.9", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">", "12.2"], ["signal_1_n", "<", "25.1"]]}, " prop_2 ": {"span": [23, 35], "prop": [["-", "(", "signal_2_n", ">=", "54.9", ")"]]}, " prop_3 ": {"span": [41, 53], "prop": [["signal_3_n", ">", "21.9"], ["signal_3_n", "<", "84.9"]]}}} {"id": 1770, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "92.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "ought", "to", "stay", "at", "most", "69.9", "consecutively", "until", "at", "a", "certain", "time", "instant", "within", "the", "following", "37", "time", "units", "finally", "the", "value", "of", "signal", "signal_3_n", "is", "n't", "no", "more", "than", "31.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "92.8", ")", "imply", "(", "signal_2_n", "less equal", "69.9", ")", "until", "[0,37]", "(", "negation", "(", "signal_3_n", "less equal", "31.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "92.8", ")"]]}, " prop_2 ": {"span": [28, 62], "prop": [["signal_2_n", "<=", "69.9"], ["-", "(", "signal_3_n", "<=", "31.3", ")"]]}}} {"id": 241, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "within", "40", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "be", "higher", "than", "26.4", "and", "less", "than", "34.0", "ultimately", "and", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "2.5", "ultimately", "."], "ltl": ["finally", "[0,40]", "(", "(", "signal_1_n", "more", "26.4", "and", "signal_1_n", "less", "34.0", ")", "and", "signal_2_n", "less equal", "2.5", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "moment", "within", "40", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "40", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 29], "prop": [["signal_1_n", ">", "26.4"], ["signal_1_n", "<", "34.0"]]}, " prop_2 ": {"span": [30, 44], "prop": [["signal_2_n", "<=", "2.5"]]}}} {"id": 2757, "sentence": ["In", "the", "first", "4", "time", "units", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "consistently", "lower", "than", "18.2", "or", "the", "value", "of", "signal", "signal_2_n", "should", "be", "consistently", "equal", "to", "65.8", "."], "ltl": ["globally", "[0,4]", "(", "signal_1_n", "less", "18.2", "or", "signal_2_n", "math equal", "65.8", ")"], "logic_sentence": ["In", "the", "first", "4", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["signal_1_n", "<", "18.2"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", "==", "65.8"]]}}} {"id": 4047, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "uninterruptedly", "the", "mode", "of", "signal", "signal_1_n", "must", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1683, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "equal", "to", "57.1", "then", "in", "response", "for", "every", "moment", "in", "the", "next", "65", "time", "units", ",", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "crosses", "69.3", "should", "be", "detected", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "57.1", "imply", "globally", "[0,65]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "69.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "should", "be", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "65", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 22], "prop": [["signal_1_n", "==", "57.1"]]}, " prop_2 ": {"span": [43, 48], "prop": [["rise", "(", "signal_2_n", ">", "69.3", ")"]]}}} {"id": 4256, "sentence": ["When", "during", "the", "last", "67", "time", "units", "continuously", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "38.0", "has", "not", "got", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "next", "86", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "signal_2_n", "becomes", "greater", "than", "25.2", "."], "ltl": ["globally", "(", "historically", "[0,67]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "38.0", ")", ")", "imply", "globally", "[0,86]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "25.2", ")", ")", ")", ")"], "logic_sentence": ["When", "during", "the", "last", "67", "time", "units", "continuously", "the", "event", "that", "(", "prop_1", ")", "has", "not", "got", "observed", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "next", "86", "time", "units", ",", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "67", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "86", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "38.0", ")"]]}, " prop_2 ": {"span": [53, 58], "prop": [["rise", "(", "signal_2_n", ">", "25.2", ")"]]}}} {"id": 558, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "49.6", ",", "then", "in", "response", "the", "condition", "that", "signal_2_n", "is", "consecutively", "not", "no", "more", "than", "44.7", "until", "ultimately", "signal_3_n", "is", "52.5", "at", "a", "time", "during", "the", "next", "31", "time", "units", "should", "not", "be", "true", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "49.6", "imply", "negation", "(", "(", "negation", "(", "signal_2_n", "less equal", "44.7", ")", ")", "until", "[0,31]", "(", "signal_3_n", "math equal", "52.5", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "the", "condition", "that", "(", "prop_2", ")", "should", "not", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "(", "prop_2", ")", "U", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "49.6"]]}, " prop_2 ": {"span": [22, 44], "prop": [["-", "(", "signal_2_n", "<=", "44.7", ")"], ["signal_3_n", "==", "52.5"]]}}} {"id": 994, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "signal_3_n", "shall", "stay", "no", "less", "than", "82.0", "promptly", ",", "or", "instantly", "signal_4_n", "shall", "be", "23.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "82.0", "or", "signal_4_n", "math equal", "23.0", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 33], "prop": [["signal_3_n", ">=", "82.0"], ["signal_4_n", "==", "23.0"]]}}} {"id": 3141, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "n't", "5.9", "then", "in", "response", "the", "signal_2_n", "signal", "is", "46.9", "without", "any", "delay", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "5.9", ")", "imply", "signal_2_n", "math equal", "46.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["-", "(", "signal_1_n", "==", "5.9", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "46.9"]]}}} {"id": 275, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "deviates", "from", "signal_2_n", "happens", ",", "then", "in", "response", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "first", "10", "to", "82", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_5_n", "ought", "to", "be", "39.0", ",", "and", "till", "then", "the", "mode", "of", "signal_3_n", "will", "be", "uninterruptedly", "in", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[10,82]", "(", "signal_5_n", "math equal", "39.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "first", "10", "to", "82", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "10", ":", "82", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_5_n", "==", "39.0"]]}, " prop_3 ": {"span": [48, 57], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1674, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "at", "least", "32.2", "gets", "observed", ",", "then", "there", "eventually", "exists", "a", "time", "within", "the", "next", "0", "time", "units", ",", "after", "which", "the", "mode", "of", "signal_2_n", "will", "have", "to", "consecutively", "keep", "in", "signal_3_n", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "32.2", ")", "imply", "finally", "[0,0]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "there", "eventually", "exists", "a", "time", "within", "the", "next", "0", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "32.2", ")"]]}, " prop_2 ": {"span": [34, 52], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4764, "sentence": ["At", "a", "certain", "time", "point", "within", "87", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "remain", "in", "the", "closed", "interval", "-LSB-", "26.5", ",", "67.3", "-RSB-", "."], "ltl": ["finally", "[0,87]", "(", "signal_1_n", "more equal", "26.5", "and", "signal_1_n", "less equal", "67.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "87", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">=", "26.5"], ["signal_1_n", "<=", "67.3"]]}}} {"id": 1578, "sentence": ["There", "has", "to", "be", "sometime", "within", "the", "first", "48", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "99.6", "."], "ltl": ["finally", "[0,48]", "(", "signal_1_n", "math equal", "99.6", ")"], "logic_sentence": ["There", "has", "to", "be", "sometime", "within", "the", "first", "48", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["signal_1_n", "==", "99.6"]]}}} {"id": 4837, "sentence": ["As", "soon", "as", "signal_1_n", "is", "no", "larger", "than", "32.9", "or", "the", "value", "of", "signal", "signal_2_n", "is", "at", "most", "43.6", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "subsequent", "24", "time", "units", "ultimately", "there", "needs", "to", "be", "a", "time", "within", "81", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "not", "set", "to", "95.2", "gets", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "32.9", "or", "signal_2_n", "less equal", "43.6", "imply", "globally", "[0,24]", "(", "finally", "[0,81]", "(", "fall", "(", "signal_3_n", "math equal", "95.2", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "subsequent", "24", "time", "units", "ultimately", "there", "needs", "to", "be", "a", "time", "within", "81", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "gets", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "24", "]", "(", "F", "[", "0", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "<=", "32.9"]]}, " prop_2 ": {"span": [10, 19], "prop": [["signal_2_n", "<=", "43.6"]]}, " prop_3 ": {"span": [52, 62], "prop": [["fall", "(", "signal_3_n", "==", "95.2", ")"]]}}} {"id": 1344, "sentence": ["There", "is", "a", "certain", "time", "instant", "in", "less", "than", "56", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_1_n", "must", "be", "less", "than", "24.6", "or", "ultimately", "the", "signal_2_n", "signal", "will", "be", "less", "than", "54.2", "."], "ltl": ["finally", "[0,56]", "(", "signal_1_n", "less", "24.6", "or", "signal_2_n", "less", "54.2", ")"], "logic_sentence": ["There", "is", "a", "certain", "time", "instant", "in", "less", "than", "56", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "56", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", "<", "24.6"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "<", "54.2"]]}}} {"id": 405, "sentence": ["If", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "97.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "first", "31", "time", "units", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "70.2", "needs", "to", "ultimately", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "97.8", ")", "imply", "globally", "[0,31]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "70.2", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "first", "31", "time", "units", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "ultimately", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["rise", "(", "signal_1_n", "<", "97.8", ")"]]}, " prop_2 ": {"span": [53, 62], "prop": [["rise", "(", "signal_2_n", "<=", "70.2", ")"]]}}} {"id": 4171, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "98.8", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_4_n", "must", "be", "70.9", "and", "this", "scenario", "shall", "keep", "without", "interruption", "for", "every", "time", "point", "during", "the", "subsequent", "25", "to", "100", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "98.8", "imply", "globally", "[25,100]", "(", "signal_4_n", "math equal", "70.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "this", "scenario", "shall", "keep", "without", "interruption", "for", "every", "time", "point", "during", "the", "subsequent", "25", "to", "100", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "25", ":", "100", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_3_n", "==", "98.8"]]}, " prop_3 ": {"span": [28, 32], "prop": [["signal_4_n", "==", "70.9"]]}}} {"id": 4269, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "50", "to", "69", "time", "units", "consistently", "the", "value", "of", "signal", "signal_1_n", "must", "not", "be", "equal", "to", "11.7", "."], "ltl": ["globally", "[50,69]", "(", "negation", "(", "signal_1_n", "math equal", "11.7", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "50", "to", "69", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "50", ":", "69", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["-", "(", "signal_1_n", "==", "11.7", ")"]]}}} {"id": 5635, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "12.6", "happens", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "first", "43", "time", "units", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "gets", "set", "to", "signal_3_n", "is", "detected", "finally", "at", "a", "certain", "moment", "after", "at", "most", "96", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "12.6", ")", "imply", "globally", "[0,43]", "(", "finally", "[0,96]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "first", "43", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "finally", "at", "a", "certain", "moment", "after", "at", "most", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "12.6", ")"]]}, " prop_2 ": {"span": [38, 47], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 387, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "82.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "time", "point", "within", "the", "following", "69", "time", "units", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "and", "then", "holds", "like", "this", "without", "interruption", "for", "the", "coming", "18", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "82.7", "imply", "finally", "[0,69]", "(", "globally", "[0,18]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "time", "point", "within", "the", "following", "69", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "69", "]", "(", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", ">=", "82.7"]]}, " prop_2 ": {"span": [32, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 541, "sentence": ["While", "signal_1_n", "is", "less", "than", "26.0", ",", "or", "signal_2_n", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_4_n", "should", "be", "at", "least", "56.9", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "less", "26.0", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "56.9", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "26.0"]]}, " prop_2 ": {"span": [8, 11], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [20, 31], "prop": [["signal_4_n", ">=", "56.9"]]}}} {"id": 1307, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "jumps", "to", "at", "least", "23.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "value", "of", "signal_2_n", "shall", "be", "69.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "23.8", ")", "imply", "signal_2_n", "math equal", "69.7", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">=", "23.8", ")"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", "==", "69.7"]]}}} {"id": 6145, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "ought", "to", "be", "greater", "than", "20.1", "and", "less", "than", "71.7", "for", "each", "time", "point", "within", "the", "first", "3", "to", "75", "time", "units", "."], "ltl": ["globally", "[3,75]", "(", "signal_1_n", "more", "20.1", "and", "signal_1_n", "less", "71.7", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "75", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 27], "prop": [["signal_1_n", ">", "20.1"], ["signal_1_n", "<", "71.7"]]}}} {"id": 1474, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "higher", "than", "3.0", "and", "less", "than", "6.1", ",", "and", "the", "event", "that", "the", "state", "of", "signal", "signal_2_n", "is", "shifted", "to", "signal_3_n", "does", "n't", "occur", ",", "then", "in", "response", "eventually", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "for", "each", "time", "instant", "during", "the", "following", "82", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "be", "equal", "to", "47.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "3.0", "and", "signal_1_n", "less", "6.1", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "(", "globally", "[0,82]", "(", "signal_4_n", "math equal", "47.3", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "does", "n't", "occur", ",", "then", "in", "response", "eventually", "there", "will", "have", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "for", "each", "time", "instant", "during", "the", "following", "82", "time", "units", ",", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "82", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "3.0"], ["signal_1_n", "<", "6.1"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [67, 78], "prop": [["signal_4_n", "==", "47.3"]]}}} {"id": 2888, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "35.7", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "sometime", "in", "the", "coming", "3", "time", "units", ",", "signal_2_n", "ought", "to", "be", "set", "to", "83.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "35.7", ")", "imply", "finally", "[0,3]", "(", "signal_2_n", "math equal", "83.9", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "at", "sometime", "in", "the", "coming", "3", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "35.7", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["signal_2_n", "==", "83.9"]]}}} {"id": 4049, "sentence": ["The", "signal_1_n", "signal", "shall", "stay", "in", "signal_2_n", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 344, "sentence": ["At", "a", "certain", "time", "point", "within", "5", "to", "12", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "be", "ultimately", "in", "signal_2_n", "."], "ltl": ["finally", "[5,12]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "5", "to", "12", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "12", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 969, "sentence": ["For", "every", "time", "instant", "within", "14", "to", "18", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "remains", "at", "most", "9.9", ",", "and", "consecutively", "the", "state", "of", "signal", "signal_2_n", "shall", "not", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[14,18]", "(", "signal_1_n", "less equal", "9.9", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "14", "to", "18", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "14", ":", "18", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "<=", "9.9"]]}, " prop_2 ": {"span": [22, 33], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 480, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "over", "77.0", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "98", "time", "units", "finally", ",", "after", "which", "signal_2_n", "has", "to", "be", "larger", "than", "2.0", "and", "less", "than", "99.3", "and", "must", "remain", "like", "that", "without", "interruption", "within", "the", "subsequent", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "77.0", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,73]", "(", "signal_2_n", "more", "2.0", "and", "signal_2_n", "less", "99.3", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "a", "certain", "moment", "in", "the", "first", "98", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", ">", "77.0", ")"]]}, " prop_2 ": {"span": [39, 63], "prop": [["signal_2_n", ">", "2.0"], ["signal_2_n", "<", "99.3"]]}}} {"id": 5018, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "62.9", "happens", ",", "then", "in", "response", "in", "no", "time", "signal_2_n", "must", "never", "be", "larger", "than", "6.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "62.9", ")", "imply", "negation", "(", "signal_2_n", "more", "6.4", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "62.9", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["-", "(", "signal_2_n", ">", "6.4", ")"]]}}} {"id": 1302, "sentence": ["As", "soon", "as", "signal_1_n", "is", "equal", "to", "52.7", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "begins", "deviating", "from", "39.7", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "6", "time", "units", ",", "there", "ought", "to", "exist", "a", "time", "during", "the", "first", "96", "time", "units", ",", "at", "which", "ultimately", "the", "signal_3_n", "signal", "will", "have", "to", "be", "at", "least", "41.4", "and", "less", "than", "60.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "52.7", "or", "fall", "(", "signal_2_n", "math equal", "39.7", ")", "imply", "globally", "[0,6]", "(", "finally", "[0,96]", "(", "signal_3_n", "more equal", "41.4", "and", "signal_3_n", "less", "60.8", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "6", "time", "units", ",", "there", "ought", "to", "exist", "a", "time", "during", "the", "first", "96", "time", "units", ",", "at", "which", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "6", "]", "(", "F", "[", "0", ":", "96", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "52.7"]]}, " prop_2 ": {"span": [13, 20], "prop": [["fall", "(", "signal_2_n", "==", "39.7", ")"]]}, " prop_3 ": {"span": [56, 70], "prop": [["signal_3_n", ">=", "41.4"], ["signal_3_n", "<", "60.8"]]}}} {"id": 950, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "at", "most", "41.4", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "at", "least", "77.0", "must", "get", "observed", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "41.4", ")", "imply", "rise", "(", "signal_2_n", "more equal", "77.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "must", "get", "observed", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "41.4", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["rise", "(", "signal_2_n", ">=", "77.0", ")"]]}}} {"id": 1017, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "32.2", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "finally", "exist", "a", "certain", "moment", "in", "less", "than", "51", "time", "units", ",", "at", "which", "signal_2_n", "ought", "to", "be", "consecutively", "smaller", "than", "73.6", "for", "every", "moment", "during", "the", "next", "48", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "32.2", "imply", "finally", "[0,51]", "(", "globally", "[0,48]", "(", "signal_2_n", "less", "73.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "finally", "exist", "a", "certain", "moment", "in", "less", "than", "51", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", ">", "32.2"]]}, " prop_2 ": {"span": [38, 55], "prop": [["signal_2_n", "<", "73.6"]]}}} {"id": 565, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "equal", "to", "56.9", "and", "the", "transition", "action", "that", "signal_2_n", "is", "changed", "to", "10.1", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "continuously", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_3_n", "is", "changed", "to", "signal_4_n", "does", "not", "happen", "until", "the", "value", "of", "signal", "signal_5_n", "is", "above", "12.7", "and", "less", "than", "36.9", ",", "which", "shall", "be", "eventually", "detected", "at", "a", "certain", "moment", "starting", "at", "most", "92", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "56.9", "and", "rise", "(", "signal_2_n", "math equal", "10.1", ")", "imply", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,92]", "(", "signal_5_n", "more", "12.7", "and", "signal_5_n", "less", "36.9", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "continuously", "the", "transition", "action", "that", "(", "prop_3", ")", "does", "not", "happen", "until", "(", "prop_4", ")", ",", "which", "shall", "be", "eventually", "detected", "at", "a", "certain", "moment", "starting", "at", "most", "92", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "92", "]", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "==", "56.9"]]}, " prop_2 ": {"span": [18, 23], "prop": [["rise", "(", "signal_2_n", "==", "10.1", ")"]]}, " prop_3 ": {"span": [39, 48], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [52, 64], "prop": [["signal_5_n", ">", "12.7"], ["signal_5_n", "<", "36.9"]]}}} {"id": 6188, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "above", "20.9", "and", "smaller", "than", "95.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "19.2", ",", "then", "in", "response", "the", "state", "of", "signal", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "in", "no", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "20.9", "and", "signal_1_n", "less", "95.7", ")", "and", "signal_2_n", "math equal", "19.2", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "20.9"], ["signal_1_n", "<", "95.7"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "19.2"]]}, " prop_3 ": {"span": [35, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3767, "sentence": ["If", "within", "the", "coming", "4", "to", "4", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "will", "stay", "equal", "to", "24.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "there", "has", "to", "be", "sometime", "during", "the", "coming", "0", "to", "96", "time", "units", ",", "at", "which", "eventually", "the", "signal_2_n", "signal", "should", "be", "higher", "than", "19.5", "and", "lower", "than", "64.0", "."], "ltl": ["globally", "(", "globally", "[4,4]", "(", "signal_1_n", "math equal", "24.6", ")", "imply", "globally", "(", "finally", "[0,96]", "(", "signal_2_n", "more", "19.5", "and", "signal_2_n", "less", "64.0", ")", ")", ")"], "logic_sentence": ["If", "within", "the", "coming", "4", "to", "4", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "there", "has", "to", "be", "sometime", "during", "the", "coming", "0", "to", "96", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "4", ":", "4", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "0", ":", "96", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "24.6"]]}, " prop_2 ": {"span": [59, 71], "prop": [["signal_2_n", ">", "19.5"], ["signal_2_n", "<", "64.0"]]}}} {"id": 4032, "sentence": ["In", "the", "future", ",", "consecutively", "the", "value", "of", "signal_1_n", "ought", "not", "to", "be", "less", "than", "or", "equal", "to", "81.4", ",", "and", "the", "value", "of", "signal_2_n", "is", "set", "to", "72.4", "uninterruptedly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "81.4", ")", "and", "signal_2_n", "math equal", "72.4", ")"], "logic_sentence": ["In", "the", "future", ",", "consecutively", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 19], "prop": [["-", "(", "signal_1_n", "<=", "81.4", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "72.4"]]}}} {"id": 60, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "44.8", "is", "observed", "then", "in", "response", "there", "exists", "a", "certain", "time", "point", "after", "at", "most", "52", "time", "units", ",", "at", "which", "ultimately", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "44.8", ")", "imply", "finally", "[0,52]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "there", "exists", "a", "certain", "time", "point", "after", "at", "most", "52", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "44.8", ")"]]}, " prop_2 ": {"span": [40, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1966, "sentence": ["On", "condition", "that", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", ",", "then", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "starts", "not", "equaling", "to", "63.4", "will", "have", "to", "take", "place", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "fall", "(", "signal_3_n", "math equal", "63.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "at", "the", "same", "moment", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 24], "prop": [["fall", "(", "signal_3_n", "==", "63.4", ")"]]}}} {"id": 5132, "sentence": ["Everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "68.8", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "the", "state", "of", "signal_2_n", "deviates", "from", "signal_3_n", "will", "have", "to", "occur", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "68.8", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "68.8", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 903, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "58.3", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "1.7", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "58.3", ")", "imply", "signal_2_n", "more equal", "1.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "58.3", ")"]]}, " prop_2 ": {"span": [28, 45], "prop": [["signal_2_n", ">=", "1.7"]]}}} {"id": 6398, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "kept", "above", "37.4", "and", "less", "than", "86.6", "without", "interruption", "within", "the", "past", "39", "time", "units", "then", "in", "response", "after", "a", "certain", "moment", "in", "the", "first", "97", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "will", "be", "89.8", "and", "will", "have", "to", "consistently", "stay", "like", "that", "for", "each", "time", "instant", "during", "the", "coming", "8", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,39]", "(", "signal_1_n", "more", "37.4", "and", "signal_1_n", "less", "86.6", ")", "imply", "finally", "[0,97]", "(", "globally", "[0,8]", "(", "signal_2_n", "math equal", "89.8", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "39", "]", "(", "prop_1", "&", "prop_1", ")", "->", "F", "[", "0", ":", "97", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 34], "prop": [["signal_1_n", ">", "37.4"], ["signal_1_n", "<", "86.6"]]}, " prop_2 ": {"span": [35, 61], "prop": [["signal_2_n", "==", "89.8"]]}}} {"id": 5182, "sentence": ["There", "exists", "sometime", "after", "at", "most", "31", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "must", "not", "be", "in", "signal_2_n", "finally", "or", "the", "signal_3_n", "signal", "shall", "be", "eventually", "equal", "to", "88.6", "."], "ltl": ["finally", "[0,31]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "math equal", "88.6", ")"], "logic_sentence": ["There", "exists", "sometime", "after", "at", "most", "31", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_3_n", "==", "88.6"]]}}} {"id": 4962, "sentence": ["For", "every", "moment", "in", "the", "first", "32", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "be", "consistently", "within", "the", "closed", "interval", "-LSB-", "15.4", ",", "88.9", "-RSB-", "and", "signal_2_n", "ought", "to", "stay", "at", "most", "92.2", "without", "interruption", "."], "ltl": ["globally", "[0,32]", "(", "(", "signal_1_n", "more equal", "15.4", "and", "signal_1_n", "less equal", "88.9", ")", "and", "signal_2_n", "less equal", "92.2", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "32", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "32", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">=", "15.4"], ["signal_1_n", "<=", "88.9"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "<=", "92.2"]]}}} {"id": 2911, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "less", "than", "41.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "is", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "consistently", "greater", "than", "or", "equal", "to", "1.3", "and", "less", "than", "or", "equal", "to", "37.5", "for", "the", "next", "21", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "41.8", "imply", "finally", "(", "globally", "[0,21]", "(", "signal_2_n", "more equal", "1.3", "and", "signal_2_n", "less equal", "37.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "is", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "41.8"]]}, " prop_2 ": {"span": [34, 62], "prop": [["signal_2_n", ">=", "1.3"], ["signal_2_n", "<=", "37.5"]]}}} {"id": 623, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "above", "33.1", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_2_n", "is", "signal_3_n", "and", "then", "should", "hold", "like", "this", "consecutively", "within", "the", "past", "18", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "33.1", ")", "imply", "historically", "[0,18]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", ">", "33.1", ")"]]}, " prop_2 ": {"span": [24, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5222, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "falls", "to", "no", "larger", "than", "68.0", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "gets", "to", "no", "more", "than", "43.8", "happens", "simultaneously", "and", "at", "the", "same", "time", "signal_3_n", "has", "to", "be", "set", "to", "42.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "68.0", ")", "imply", "rise", "(", "signal_2_n", "less equal", "43.8", ")", "and", "signal_3_n", "math equal", "42.9", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", "simultaneously", "and", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<=", "68.0", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["rise", "(", "signal_2_n", "<=", "43.8", ")"]]}, " prop_3 ": {"span": [44, 51], "prop": [["signal_3_n", "==", "42.9"]]}}} {"id": 5044, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "signal_2_n", "does", "n't", "get", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "following", "71", "time", "units", ",", "there", "shall", "exist", "a", "time", "within", "52", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "should", "be", "eventually", "greater", "than", "or", "equal", "to", "28.2", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,71]", "(", "finally", "[0,52]", "(", "signal_3_n", "more equal", "28.2", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "get", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "following", "71", "time", "units", ",", "there", "shall", "exist", "a", "time", "within", "52", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "71", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 59], "prop": [["signal_3_n", ">=", "28.2"]]}}} {"id": 2533, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "53.3", "occurs", "then", "in", "response", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "the", "mode", "of", "signal", "signal_2_n", "ought", "n't", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "53.3", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", ",", "at", "which", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", ">", "53.3", ")"]]}, " prop_2 ": {"span": [41, 52], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1724, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "45.9", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "will", "have", "to", "be", "43.7", "simultaneously", "or", "right", "away", "the", "scenario", "that", "signal_3_n", "decreases", "to", "at", "most", "89.6", "must", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "45.9", ")", "imply", "signal_2_n", "math equal", "43.7", "or", "rise", "(", "signal_3_n", "less equal", "89.6", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "or", "right", "away", "the", "scenario", "that", "(", "prop_3", ")", "must", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "45.9", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", "==", "43.7"]]}, " prop_3 ": {"span": [41, 47], "prop": [["rise", "(", "signal_3_n", "<=", "89.6", ")"]]}}} {"id": 2430, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "4.2", "and", "no", "more", "than", "7.0", ",", "or", "the", "value", "of", "signal_2_n", "is", "no", "more", "than", "5.1", "then", "in", "response", "for", "every", "time", "point", "during", "the", "subsequent", "38", "time", "units", "ultimately", "there", "is", "a", "certain", "moment", "starting", "at", "most", "73", "time", "units", ",", "at", "which", "the", "event", "that", "the", "state", "of", "signal", "signal_3_n", "enters", "signal_4_n", "needs", "to", "happen", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "4.2", "and", "signal_1_n", "less equal", "7.0", ")", "or", "signal_2_n", "less equal", "5.1", "imply", "globally", "[0,38]", "(", "finally", "[0,73]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "for", "every", "time", "point", "during", "the", "subsequent", "38", "time", "units", "ultimately", "there", "is", "a", "certain", "moment", "starting", "at", "most", "73", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "needs", "to", "happen", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "0", ":", "73", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "4.2"], ["signal_1_n", "<=", "7.0"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "<=", "5.1"]]}, " prop_3 ": {"span": [62, 69], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6455, "sentence": ["For", "every", "time", "point", "in", "the", "first", "76", "time", "units", "the", "mode", "of", "signal_1_n", "will", "have", "to", "keep", "in", "signal_2_n", "without", "interruption", ",", "or", "consecutively", "the", "value", "of", "signal", "signal_3_n", "shall", "remain", "below", "14.9", "."], "ltl": ["globally", "[0,76]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "14.9", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "76", "time", "units", "(", "prop_1", ")", ",", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "76", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_3_n", "<", "14.9"]]}}} {"id": 5656, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "42.1", ",", "and", "the", "value", "of", "signal_2_n", "is", "larger", "than", "47.2", "and", "less", "than", "49.2", "then", "the", "following", "condition", "is", "true", ":", "promptly", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "61.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "42.1", "and", "(", "signal_2_n", "more", "47.2", "and", "signal_2_n", "less", "49.2", ")", "imply", "signal_3_n", "more equal", "61.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "42.1"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", ">", "47.2"], ["signal_2_n", "<", "49.2"]]}, " prop_3 ": {"span": [37, 48], "prop": [["signal_3_n", ">=", "61.2"]]}}} {"id": 136, "sentence": ["For", "every", "moment", "in", "the", "first", "47", "time", "units", "continuously", "the", "mode", "of", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[0,47]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "47", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2396, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "must", "stay", "in", "signal_2_n", "uninterruptedly", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1056, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "signal_3_n", "ought", "to", "remain", "equal", "to", "12.9", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "(", "signal_3_n", "math equal", "12.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_3_n", "==", "12.9"]]}}} {"id": 4827, "sentence": ["As", "soon", "as", "signal_1_n", "is", "below", "45.3", "or", "the", "value", "of", "signal_2_n", "is", "below", "27.4", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "state", "of", "signal_3_n", "sha", "n't", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "45.3", "or", "signal_2_n", "less", "27.4", "imply", "globally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "<", "45.3"]]}, " prop_2 ": {"span": [8, 15], "prop": [["signal_2_n", "<", "27.4"]]}, " prop_3 ": {"span": [30, 38], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6234, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "no", "less", "than", "10.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "in", "the", "following", "90", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "stay", "at", "61.8", "for", "every", "moment", "within", "the", "subsequent", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "10.3", ")", "imply", "finally", "[0,90]", "(", "globally", "[0,87]", "(", "signal_2_n", "math equal", "61.8", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "after", "sometime", "in", "the", "following", "90", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "90", "]", "(", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "10.3", ")"]]}, " prop_2 ": {"span": [37, 57], "prop": [["signal_2_n", "==", "61.8"]]}}} {"id": 4959, "sentence": ["There", "should", "be", "a", "time", "within", "5", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "30.2", "eventually", "gets", "observed", "and", "the", "signal_2_n", "signal", "needs", "to", "be", "in", "signal_3_n", "eventually", "."], "ltl": ["finally", "[0,5]", "(", "rise", "(", "signal_1_n", "math equal", "30.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "should", "be", "a", "time", "within", "5", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "eventually", "gets", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "5", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["rise", "(", "signal_1_n", "==", "30.2", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 281, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "below", "83.5", "gets", "observed", ",", "then", "the", "mode", "of", "signal", "signal_3_n", "needs", "to", "be", "finally", "set", "to", "signal_4_n", "at", "a", "certain", "time", "instant", "during", "the", "following", "23", "time", "units", ",", "and", "until", "then", "signal_2_n", "needs", "to", "keep", "equal", "to", "49.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.5", ")", "imply", "(", "signal_2_n", "math equal", "49.3", ")", "until", "[0,23]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "<", "83.5", ")"]]}, " prop_2 ": {"span": [24, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [51, 58], "prop": [["signal_2_n", "==", "49.3"]]}}} {"id": 960, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "shall", "stay", "less", "than", "or", "equal", "to", "48.8", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "48.8", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", "<=", "48.8"]]}}} {"id": 989, "sentence": ["Eventually", "the", "signal_1_n", "signal", "must", "remain", "on", "3.7", "at", "a", "certain", "time", "instant", "in", "less", "than", "46", "time", "units", "."], "ltl": ["finally", "[0,46]", "(", "signal_1_n", "math equal", "3.7", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "3.7"]]}}} {"id": 1258, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "signal_2_n", "does", "n't", "get", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "22.3", "right", "away", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "22.3", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "get", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_3_n", "==", "22.3"]]}}} {"id": 2318, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "stays", "equal", "to", "68.7", "or", "the", "signal_2_n", "signal", "is", "at", "most", "73.6", "then", "in", "response", "for", "every", "moment", "during", "the", "subsequent", "32", "to", "53", "time", "units", ",", "there", "has", "to", "be", "sometime", "in", "the", "next", "59", "to", "100", "time", "units", "finally", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_3_n", "deviates", "from", "signal_4_n", "will", "have", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.7", "or", "signal_2_n", "less equal", "73.6", "imply", "globally", "[32,53]", "(", "finally", "[59,100]", "(", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "for", "every", "moment", "during", "the", "subsequent", "32", "to", "53", "time", "units", ",", "there", "has", "to", "be", "sometime", "in", "the", "next", "59", "to", "100", "time", "units", "finally", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "32", ":", "53", "]", "(", "F", "[", "59", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "68.7"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_2_n", "<=", "73.6"]]}, " prop_3 ": {"span": [54, 67], "prop": [["fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2392, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "without", "interruption", "the", "signal_1_n", "signal", "ought", "to", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4054, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "35.1", "is", "observed", ",", "then", "signal_2_n", "will", "have", "to", "be", "at", "least", "33.7", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "35.1", ")", "imply", "signal_2_n", "more equal", "33.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "35.1", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", ">=", "33.7"]]}}} {"id": 1375, "sentence": ["For", "each", "moment", "during", "the", "first", "3", "to", "30", "time", "units", "consecutively", "signal_1_n", "must", "n't", "be", "less", "than", "or", "equal", "to", "91.0", "."], "ltl": ["globally", "[3,30]", "(", "negation", "(", "signal_1_n", "less equal", "91.0", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "3", "to", "30", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["-", "(", "signal_1_n", "<=", "91.0", ")"]]}}} {"id": 5518, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "stays", "above", "54.7", "and", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "10.9", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "remain", "at", "most", "5.0", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "54.7", "and", "signal_2_n", "less equal", "10.9", "imply", "signal_3_n", "less equal", "5.0", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", ">", "54.7"]]}, " prop_2 ": {"span": [12, 22], "prop": [["signal_2_n", "<=", "10.9"]]}, " prop_3 ": {"span": [29, 41], "prop": [["signal_3_n", "<=", "5.0"]]}}} {"id": 4036, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "continuously", "the", "value", "of", "signal_1_n", "shall", "never", "be", "less", "than", "or", "equal", "to", "77.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "must", "consecutively", "equal", "to", "50.9", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "77.1", ")", "and", "signal_2_n", "math equal", "50.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["-", "(", "signal_1_n", "<=", "77.1", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "50.9"]]}}} {"id": 1319, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "15.3", "and", "lower", "than", "29.1", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "next", "15", "time", "units", "the", "signal_2_n", "signal", "will", "not", "be", "55.7", "and", "needs", "to", "remain", "like", "this", "consecutively", "for", "each", "moment", "within", "67", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "15.3", "and", "signal_1_n", "less", "29.1", "imply", "finally", "[0,15]", "(", "globally", "[0,67]", "(", "negation", "(", "signal_2_n", "math equal", "55.7", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "next", "15", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", ">", "15.3"], ["signal_1_n", "<", "29.1"]]}, " prop_2 ": {"span": [28, 49], "prop": [["-", "(", "signal_2_n", "==", "55.7", ")"]]}}} {"id": 278, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "gets", "lower", "than", "76.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "should", "consistently", "stay", "at", "15.2", "till", "the", "state", "of", "signal", "signal_3_n", "is", "in", "signal_4_n", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "0", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "76.8", ")", "imply", "(", "signal_2_n", "math equal", "15.2", ")", "until", "[0,0]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "76.8", ")"]]}, " prop_2 ": {"span": [21, 52], "prop": [["signal_2_n", "==", "15.2"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5682, "sentence": ["Everytime", "when", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "91.8", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "greater", "than", "or", "equal", "to", "50.0", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "first", "88", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "within", "the", "subsequent", "34", "time", "units", ",", "at", "which", "finally", "the", "signal_3_n", "signal", "has", "to", "remain", "greater", "than", "or", "equal", "to", "54.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "91.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "50.0", ")", "imply", "globally", "[0,88]", "(", "finally", "[0,34]", "(", "signal_3_n", "more equal", "54.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "first", "88", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "within", "the", "subsequent", "34", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "34", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["-", "(", "signal_1_n", "<=", "91.8", ")"]]}, " prop_2 ": {"span": [16, 29], "prop": [["rise", "(", "signal_2_n", ">=", "50.0", ")"]]}, " prop_3 ": {"span": [69, 81], "prop": [["signal_3_n", ">=", "54.1"]]}}} {"id": 393, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "over", "18.1", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "is", "equal", "to", "20.3", "right", "away", "or", "the", "value", "of", "signal", "signal_3_n", "keeps", "greater", "than", "68.2", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "18.1", ")", "imply", "signal_2_n", "math equal", "20.3", "or", "signal_3_n", "more", "68.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", ">", "18.1", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "20.3"]]}, " prop_3 ": {"span": [34, 44], "prop": [["signal_3_n", ">", "68.2"]]}}} {"id": 1788, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "at", "most", "60.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "mode", "of", "signal", "signal_2_n", "should", "never", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.2", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["signal_1_n", "<=", "60.2"]]}, " prop_2 ": {"span": [25, 36], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 259, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "falls", "to", "at", "most", "71.7", "takes", "place", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "47.8", ",", "then", "in", "response", "finally", "after", "a", "certain", "moment", "during", "the", "subsequent", "24", "time", "units", "the", "value", "of", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "43.8", "then", "uninterruptedly", "this", "condition", "shall", "last", "for", "every", "moment", "in", "the", "coming", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "71.7", ")", "and", "signal_2_n", "math equal", "47.8", "imply", "finally", "[0,24]", "(", "globally", "[0,16]", "(", "signal_3_n", "less equal", "43.8", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "and", "(", "prop_2", ")", ",", "then", "in", "response", "finally", "after", "a", "certain", "moment", "during", "the", "subsequent", "24", "time", "units", "(", "prop_3", ")", "then", "uninterruptedly", "this", "condition", "shall", "last", "for", "every", "moment", "in", "the", "coming", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "16", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<=", "71.7", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", "==", "47.8"]]}, " prop_3 ": {"span": [39, 51], "prop": [["signal_3_n", "<=", "43.8"]]}}} {"id": 1212, "sentence": ["Everytime", "when", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "next", "1", "to", "1", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "88.4", "will", "be", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "ought", "to", "exist", "sometime", "during", "the", "first", "35", "time", "units", ",", "at", "which", "for", "each", "moment", "during", "the", "following", "76", "time", "units", "consecutively", "the", "value", "of", "signal", "signal_2_n", "must", "remain", "on", "68.2", "."], "ltl": ["globally", "(", "finally", "[1,1]", "(", "rise", "(", "signal_1_n", "less equal", "88.4", ")", ")", "imply", "finally", "[0,35]", "(", "globally", "[0,76]", "(", "signal_2_n", "math equal", "68.2", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "next", "1", "to", "1", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "be", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "ought", "to", "exist", "sometime", "during", "the", "first", "35", "time", "units", ",", "at", "which", "for", "each", "moment", "during", "the", "following", "76", "time", "units", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "1", ":", "1", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "35", "]", "(", "G", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [21, 32], "prop": [["rise", "(", "signal_1_n", "<=", "88.4", ")"]]}, " prop_2 ": {"span": [66, 75], "prop": [["signal_2_n", "==", "68.2"]]}}} {"id": 144, "sentence": ["For", "every", "moment", "within", "68", "time", "units", ",", "signal_1_n", "shall", "uninterruptedly", "stay", "at", "least", "8.8", "and", "less", "than", "77.8", ",", "or", "the", "value", "of", "signal_2_n", "ought", "to", "always", "keep", "more", "than", "17.7", "and", "less", "than", "20.2", "."], "ltl": ["globally", "[0,68]", "(", "(", "signal_1_n", "more equal", "8.8", "and", "signal_1_n", "less", "77.8", ")", "or", "(", "signal_2_n", "more", "17.7", "and", "signal_2_n", "less", "20.2", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "68", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">=", "8.8"], ["signal_1_n", "<", "77.8"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">", "17.7"], ["signal_2_n", "<", "20.2"]]}}} {"id": 1139, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "deviates", "from", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "there", "exists", "a", "certain", "time", "point", "during", "the", "coming", "2", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "becomes", "not", "set", "to", "58.2", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[0,2]", "(", "fall", "(", "signal_3_n", "math equal", "58.2", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "there", "exists", "a", "certain", "time", "point", "during", "the", "coming", "2", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [50, 60], "prop": [["fall", "(", "signal_3_n", "==", "58.2", ")"]]}}} {"id": 4786, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "uninterruptedly", "the", "signal_1_n", "signal", "shall", "remain", "no", "less", "than", "34.2", "and", "no", "more", "than", "37.2", ",", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "remain", "equal", "to", "2.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "34.2", "and", "signal_1_n", "less equal", "37.2", ")", "and", "signal_2_n", "math equal", "2.5", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", ">=", "34.2"], ["signal_1_n", "<=", "37.2"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "==", "2.5"]]}}} {"id": 306, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "becomes", "higher", "than", "25.9", "happens", ",", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", "then", "in", "response", "there", "ought", "to", "be", "sometime", "within", "the", "following", "77", "time", "units", "eventually", ",", "after", "which", "signal_4_n", "ought", "to", "keep", "larger", "than", "3.4", "and", "less", "than", "25.4", "for", "each", "time", "point", "within", "the", "coming", "7", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "25.9", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,77]", "(", "globally", "[0,7]", "(", "signal_4_n", "more", "3.4", "and", "signal_4_n", "less", "25.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "and", "(", "prop_2", ")", "then", "in", "response", "there", "ought", "to", "be", "sometime", "within", "the", "following", "77", "time", "units", "eventually", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "77", "]", "(", "G", "[", "0", ":", "7", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "25.9", ")"]]}, " prop_2 ": {"span": [14, 20], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 59], "prop": [["signal_4_n", ">", "3.4"], ["signal_4_n", "<", "25.4"]]}}} {"id": 1277, "sentence": ["Everytime", "when", "signal_1_n", "is", "at", "most", "24.8", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "50.3", "and", "less", "than", "or", "equal", "to", "66.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "should", "consistently", "remain", "above", "10.1", "and", "less", "than", "or", "equal", "to", "34.6", "for", "every", "time", "point", "within", "the", "subsequent", "80", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "24.8", "and", "(", "signal_2_n", "more equal", "50.3", "and", "signal_2_n", "less equal", "66.9", ")", "imply", "globally", "[0,80]", "(", "signal_3_n", "more", "10.1", "and", "signal_3_n", "less equal", "34.6", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "80", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "<=", "24.8"]]}, " prop_2 ": {"span": [8, 25], "prop": [["signal_2_n", ">=", "50.3"], ["signal_2_n", "<=", "66.9"]]}, " prop_3 ": {"span": [35, 62], "prop": [["signal_3_n", ">", "10.1"], ["signal_3_n", "<=", "34.6"]]}}} {"id": 5224, "sentence": ["If", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "42.7", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "falls", "to", "no", "larger", "than", "69.9", "will", "take", "place", ",", "and", "immediately", "the", "signal_3_n", "signal", "ought", "to", "remain", "equal", "to", "4.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "42.7", ")", "imply", "rise", "(", "signal_2_n", "less equal", "69.9", ")", "and", "signal_3_n", "math equal", "4.9", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "will", "take", "place", ",", "and", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["rise", "(", "signal_1_n", "<=", "42.7", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["rise", "(", "signal_2_n", "<=", "69.9", ")"]]}, " prop_3 ": {"span": [42, 51], "prop": [["signal_3_n", "==", "4.9"]]}}} {"id": 1449, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "leaves", "signal_2_n", "occurs", ",", "then", "the", "signal_3_n", "signal", "shall", "stay", "less", "than", "89.3", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "first", "1", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,1]", "(", "signal_3_n", "less", "89.3", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [12, 33], "prop": [["signal_3_n", "<", "89.3"]]}}} {"id": 1500, "sentence": ["Within", "the", "first", "75", "time", "units", "continuously", "the", "value", "of", "signal_1_n", "ought", "to", "remain", "greater", "than", "or", "equal", "to", "26.6", "and", "less", "than", "or", "equal", "to", "79.2", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "stay", "higher", "than", "26.0", "and", "less", "than", "66.6", "all", "the", "time", "."], "ltl": ["globally", "[0,75]", "(", "(", "signal_1_n", "more equal", "26.6", "and", "signal_1_n", "less equal", "79.2", ")", "and", "(", "signal_2_n", "more", "26.0", "and", "signal_2_n", "less", "66.6", ")", ")"], "logic_sentence": ["Within", "the", "first", "75", "time", "units", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "75", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 27], "prop": [["signal_1_n", ">=", "26.6"], ["signal_1_n", "<=", "79.2"]]}, " prop_2 ": {"span": [28, 46], "prop": [["signal_2_n", ">", "26.0"], ["signal_2_n", "<", "66.6"]]}}} {"id": 3710, "sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "below", "81.2", "will", "happen", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "81.2", ")", ")"], "logic_sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "happen", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 26], "prop": [["rise", "(", "signal_1_n", "<", "81.2", ")"]]}}} {"id": 366, "sentence": ["Consistently", "the", "signal_1_n", "signal", "must", "stay", "greater", "than", "or", "equal", "to", "6.4", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "6.4", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">=", "6.4"]]}}} {"id": 3647, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "75.8", "takes", "place", ",", "then", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "shifted", "to", "signal_3_n", "is", "detected", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "75.8", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "event", "that", "(", "prop_2", ")", "is", "detected", "right", "away", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "75.8", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 242, "sentence": ["There", "has", "to", "exist", "sometime", "after", "between", "19", "to", "40", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "must", "n't", "leave", "signal_2_n", "ultimately", "."], "ltl": ["finally", "[19,40]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "after", "between", "19", "to", "40", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "19", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 255, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "equals", "to", "72.3", "and", "signal_2_n", "is", "less", "than", "or", "equal", "to", "52.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "subsequent", "74", "to", "74", "time", "units", "there", "ought", "to", "be", "finally", "a", "certain", "moment", "starting", "at", "most", "9", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "shall", "be", "99.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.3", "and", "signal_2_n", "less equal", "52.2", "imply", "globally", "[74,74]", "(", "finally", "[0,9]", "(", "signal_3_n", "math equal", "99.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "subsequent", "74", "to", "74", "time", "units", "there", "ought", "to", "be", "finally", "a", "certain", "moment", "starting", "at", "most", "9", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "74", ":", "74", "]", "(", "F", "[", "0", ":", "9", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "==", "72.3"]]}, " prop_2 ": {"span": [9, 17], "prop": [["signal_2_n", "<=", "52.2"]]}, " prop_3 ": {"span": [54, 61], "prop": [["signal_3_n", "==", "99.6"]]}}} {"id": 262, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "becomes", "smaller", "than", "69.0", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_2_n", "has", "to", "be", "higher", "than", "14.1", "and", "should", "hold", "like", "this", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "69.0", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more", "14.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "69.0", ")"]]}, " prop_2 ": {"span": [30, 54], "prop": [["signal_2_n", ">", "14.1"]]}}} {"id": 3788, "sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "58", "time", "units", "finally", "the", "scenario", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "6.8", "sha", "n't", "be", "detected", "."], "ltl": ["finally", "[0,58]", "(", "negation", "fall", "(", "signal_1_n", "more", "6.8", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "58", "time", "units", "finally", "the", "scenario", "that", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 30], "prop": [["-", "fall", "(", "signal_1_n", ">", "6.8", ")"]]}}} {"id": 3651, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "increases", "above", "48.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "the", "state", "of", "signal_2_n", "enters", "signal_3_n", "has", "to", "happen", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "48.9", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "(", "prop_2", ")", "has", "to", "happen", "at", "the", "same", "moment", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "48.9", ")"]]}, " prop_2 ": {"span": [27, 33], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5060, "sentence": ["At", "sometime", "starting", "at", "most", "99", "time", "units", ",", "signal_1_n", "has", "to", "be", "ultimately", "above", "7.9", "and", "the", "signal_2_n", "signal", "ought", "to", "remain", "less", "than", "or", "equal", "to", "91.0", "eventually", "."], "ltl": ["finally", "[0,99]", "(", "signal_1_n", "more", "7.9", "and", "signal_2_n", "less equal", "91.0", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "99", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "99", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "7.9"]]}, " prop_2 ": {"span": [17, 30], "prop": [["signal_2_n", "<=", "91.0"]]}}} {"id": 1377, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "set", "to", "33.8", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "at", "which", "the", "value", "of", "signal_2_n", "ought", "to", "remain", "above", "13.8", "and", "no", "more", "than", "53.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "33.8", ")", "imply", "finally", "(", "signal_2_n", "more", "13.8", "and", "signal_2_n", "less equal", "53.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "33.8", ")"]]}, " prop_2 ": {"span": [47, 61], "prop": [["signal_2_n", ">", "13.8"], ["signal_2_n", "<=", "53.2"]]}}} {"id": 2902, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "72", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "finally", "greater", "than", "90.2", "."], "ltl": ["finally", "[0,72]", "(", "signal_1_n", "more", "90.2", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "72", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "72", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", ">", "90.2"]]}}} {"id": 1833, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "11.5", ",", "then", "in", "response", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "keep", "in", "signal_3_n", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "11.5", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", ">", "11.5"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1203, "sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "62", "time", "units", "eventually", "signal_1_n", "should", "be", "85.6", "or", "signal_2_n", "should", "be", "finally", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,62]", "(", "signal_1_n", "math equal", "85.6", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "62", "time", "units", "eventually", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 16], "prop": [["signal_1_n", "==", "85.6"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1252, "sentence": ["Ultimately", "at", "sometime", "within", "38", "time", "units", "the", "mode", "of", "signal_1_n", "shall", "be", "signal_2_n", "."], "ltl": ["finally", "[0,38]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "at", "sometime", "within", "38", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "38", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 912, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "at", "most", "96.3", ",", "and", "the", "signal_2_n", "signal", "remains", "less", "than", "24.5", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "78", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "within", "the", "first", "27", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "become", "equal", "to", "57.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "96.3", "and", "signal_2_n", "less", "24.5", "imply", "globally", "[0,78]", "(", "finally", "[0,27]", "(", "rise", "(", "signal_3_n", "math equal", "57.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "78", "time", "units", "there", "will", "exist", "a", "certain", "time", "point", "within", "the", "first", "27", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "27", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<=", "96.3"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "<", "24.5"]]}, " prop_3 ": {"span": [47, 58], "prop": [["rise", "(", "signal_3_n", "==", "57.7", ")"]]}}} {"id": 2403, "sentence": ["For", "each", "time", "point", "within", "the", "first", "39", "time", "units", ",", "consistently", "signal_1_n", "should", "equal", "to", "35.0", "."], "ltl": ["globally", "[0,39]", "(", "signal_1_n", "math equal", "35.0", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "39", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "==", "35.0"]]}}} {"id": 1122, "sentence": ["There", "should", "be", "eventually", "sometime", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "not", "larger", "than", "48.4", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "48.4", ")", ")"], "logic_sentence": ["There", "should", "be", "eventually", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "(", "signal_1_n", ">", "48.4", ")"]]}}} {"id": 5536, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "shifted", "to", "85.8", "is", "observed", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "no", "less", "than", "33.7", "happens", ",", "then", "in", "response", "finally", "there", "will", "be", "sometime", "during", "the", "subsequent", "27", "to", "85", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "ought", "to", "keep", "greater", "than", "66.6", "consistently", "in", "the", "next", "9", "to", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "33.7", ")", "imply", "finally", "[27,85]", "(", "globally", "[9,16]", "(", "signal_3_n", "more", "66.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "and", "the", "event", "that", "(", "prop_2", ")", "happens", ",", "then", "in", "response", "finally", "there", "will", "be", "sometime", "during", "the", "subsequent", "27", "to", "85", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "27", ":", "85", "]", "(", "G", "[", "9", ":", "16", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "85.8", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["rise", "(", "signal_2_n", ">=", "33.7", ")"]]}, " prop_3 ": {"span": [53, 71], "prop": [["signal_3_n", ">", "66.6"]]}}} {"id": 3079, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "signal_1_n", "signal", "ought", "to", "continuously", "remain", "higher", "than", "60.9", "and", "smaller", "than", "75.5", ",", "or", "signal_2_n", "will", "be", "keeping", "no", "more", "than", "16.2", "consistently", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "60.9", "and", "signal_1_n", "less", "75.5", ")", "or", "signal_2_n", "less equal", "16.2", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 21], "prop": [["signal_1_n", ">", "60.9"], ["signal_1_n", "<", "75.5"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "<=", "16.2"]]}}} {"id": 3389, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "not", "greater", "than", "or", "equal", "to", "37.7", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "needs", "to", "be", "no", "more", "than", "33.7", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "37.7", ")", "imply", "signal_2_n", "less equal", "33.7", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", ">=", "37.7", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "33.7"]]}}} {"id": 72, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "44.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "in", "the", "coming", "30", "time", "units", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "next", "56", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "31.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.6", ")", "imply", "globally", "[0,30]", "(", "finally", "[0,56]", "(", "signal_2_n", "less equal", "31.0", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "in", "the", "coming", "30", "time", "units", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "next", "56", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "30", "]", "(", "F", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", "<", "44.6", ")"]]}, " prop_2 ": {"span": [45, 58], "prop": [["signal_2_n", "<=", "31.0"]]}}} {"id": 354, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "99.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "next", "75", "time", "units", "at", "a", "time", "within", "the", "next", "34", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "higher", "than", "1.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "99.5", "imply", "globally", "[0,75]", "(", "finally", "[0,34]", "(", "signal_2_n", "more", "1.9", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "next", "75", "time", "units", "at", "a", "time", "within", "the", "next", "34", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "75", "]", "(", "F", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["signal_1_n", "==", "99.5"]]}, " prop_2 ": {"span": [38, 48], "prop": [["signal_2_n", ">", "1.9"]]}}} {"id": 6205, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "or", "the", "value", "of", "signal_3_n", "is", "n't", "less", "than", "84.1", ",", "then", "in", "response", "signal_4_n", "must", "be", "greater", "than", "91.3", "and", "this", "scenario", "ought", "to", "continue", "for", "every", "moment", "in", "the", "first", "4", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "84.1", ")", "imply", "globally", "[0,4]", "(", "signal_4_n", "more", "91.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "and", "this", "scenario", "ought", "to", "continue", "for", "every", "moment", "in", "the", "first", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "4", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 23], "prop": [["-", "(", "signal_3_n", "<", "84.1", ")"]]}, " prop_3 ": {"span": [27, 33], "prop": [["signal_4_n", ">", "91.3"]]}}} {"id": 1972, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "increases", "above", "35.0", ",", "then", "there", "is", "ultimately", "a", "certain", "time", "instant", "during", "the", "first", "93", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "higher", "than", "45.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "35.0", ")", "imply", "finally", "[0,93]", "(", "signal_2_n", "more", "45.6", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "there", "is", "ultimately", "a", "certain", "time", "instant", "during", "the", "first", "93", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", ">", "35.0", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", ">", "45.6"]]}}} {"id": 3592, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "shifts", "to", "signal_2_n", "takes", "place", ",", "then", "signal_3_n", "ought", "to", "be", "less", "than", "84.6", "promptly", "and", "signal_4_n", "must", "remain", "less", "than", "77.1", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "84.6", "and", "signal_4_n", "less", "77.1", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_3_n", "<", "84.6"]]}, " prop_3 ": {"span": [24, 33], "prop": [["signal_4_n", "<", "77.1"]]}}} {"id": 6115, "sentence": ["When", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "signal_3_n", "is", "8.6", ",", "and", "simultaneously", "signal_4_n", "will", "have", "to", "be", "above", "3.2", "and", "less", "than", "or", "equal", "to", "6.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "8.6", "and", "(", "signal_4_n", "more", "3.2", "and", "signal_4_n", "less equal", "6.3", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", ",", "and", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 30], "prop": [["signal_3_n", "==", "8.6"]]}, " prop_3 ": {"span": [33, 47], "prop": [["signal_4_n", ">", "3.2"], ["signal_4_n", "<=", "6.3"]]}}} {"id": 750, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "the", "signal_1_n", "signal", "should", "be", "ultimately", "95.0", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "95.0", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "95.0"]]}}} {"id": 5967, "sentence": ["At", "a", "certain", "moment", "after", "between", "26", "to", "61", "time", "units", ",", "ultimately", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "be", "in", "signal_2_n", "and", "ultimately", "the", "scenario", "that", "signal_3_n", "is", "shifted", "to", "14.2", "shall", "occur", "."], "ltl": ["finally", "[26,61]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "math equal", "14.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "between", "26", "to", "61", "time", "units", ",", "ultimately", "(", "prop_1", ")", "and", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "shall", "occur", "."], "logic_ltl": ["F", "[", "26", ":", "61", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 33], "prop": [["rise", "(", "signal_3_n", "==", "14.2", ")"]]}}} {"id": 955, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "then", "uninterruptedly", "stays", "like", "that", "for", "the", "past", "62", "time", "units", ",", "then", "in", "response", "finally", "after", "a", "time", "in", "the", "subsequent", "51", "time", "units", ",", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "16.4", "and", "then", "will", "be", "holding", "like", "that", "uninterruptedly", "for", "each", "time", "point", "within", "the", "following", "25", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,62]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,51]", "(", "globally", "[0,25]", "(", "signal_3_n", "more equal", "16.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "then", "uninterruptedly", "stays", "like", "that", "for", "the", "past", "62", "time", "units", ",", "then", "in", "response", "finally", "after", "a", "time", "in", "the", "subsequent", "51", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "62", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "51", "]", "(", "G", "[", "0", ":", "25", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [42, 69], "prop": [["signal_3_n", ">=", "16.4"]]}}} {"id": 5903, "sentence": ["For", "every", "moment", "in", "the", "first", "62", "time", "units", "the", "signal_1_n", "signal", "has", "to", "continuously", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "62", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3862, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "69.7", "is", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "must", "be", "equal", "to", "73.7", "and", "consecutively", "this", "condition", "needs", "to", "sustain", "for", "each", "time", "point", "during", "the", "subsequent", "57", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "69.7", ")", "imply", "finally", "(", "globally", "[0,57]", "(", "signal_2_n", "math equal", "73.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "and", "consecutively", "this", "condition", "needs", "to", "sustain", "for", "each", "time", "point", "during", "the", "subsequent", "57", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "69.7", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["signal_2_n", "==", "73.7"]]}}} {"id": 821, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "has", "to", "be", "less", "than", "or", "equal", "to", "81.8", "for", "the", "first", "25", "to", "51", "time", "units", "."], "ltl": ["globally", "[25,51]", "(", "signal_1_n", "less equal", "81.8", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "25", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", "<=", "81.8"]]}}} {"id": 1043, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "needs", "to", "exist", "a", "certain", "moment", "during", "the", "next", "89", "time", "units", ",", "after", "which", "for", "every", "moment", "in", "the", "coming", "15", "time", "units", "the", "value", "of", "signal_3_n", "shall", "remain", "more", "than", "33.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,89]", "(", "globally", "[0,15]", "(", "signal_3_n", "more", "33.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "needs", "to", "exist", "a", "certain", "moment", "during", "the", "next", "89", "time", "units", ",", "after", "which", "for", "every", "moment", "in", "the", "coming", "15", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "89", "]", "(", "G", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [54, 63], "prop": [["signal_3_n", ">", "33.5"]]}}} {"id": 2142, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "remains", "greater", "than", "or", "equal", "to", "7.1", "and", "at", "most", "32.1", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "should", "be", "less", "than", "76.8", "and", "then", "this", "scenario", "consecutively", "keeps", "till", "there", "will", "exist", "a", "time", "within", "the", "first", "27", "to", "55", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "is", "set", "to", "signal_4_n", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "7.1", "and", "signal_1_n", "less equal", "32.1", "imply", "(", "signal_2_n", "less", "76.8", ")", "until", "[27,55]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "consecutively", "keeps", "till", "there", "will", "exist", "a", "time", "within", "the", "first", "27", "to", "55", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "[", "27", ":", "55", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "7.1"], ["signal_1_n", "<=", "32.1"]]}, " prop_2 ": {"span": [26, 32], "prop": [["signal_2_n", "<", "76.8"]]}, " prop_3 ": {"span": [55, 63], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 257, "sentence": ["For", "each", "time", "point", "in", "the", "first", "56", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "should", "stay", "in", "signal_2_n", "all", "the", "time", "or", "the", "value", "of", "signal", "signal_3_n", "shall", "remain", "no", "less", "than", "30.7", "and", "less", "than", "or", "equal", "to", "51.2", "."], "ltl": ["globally", "[0,56]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "30.7", "and", "signal_3_n", "less equal", "51.2", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "56", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "56", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_3_n", ">=", "30.7"], ["signal_3_n", "<=", "51.2"]]}}} {"id": 6023, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "85.0", "does", "not", "happen", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "to", "at", "least", "51.0", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "time", "in", "the", "subsequent", "18", "to", "72", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "higher", "than", "23.1", "and", "less", "than", "or", "equal", "to", "53.4", "and", "then", "this", "condition", "needs", "to", "sustain", "consistently", "for", "the", "next", "1", "to", "4", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "85.0", ")", "and", "rise", "(", "signal_2_n", "more equal", "51.0", ")", "imply", "finally", "[18,72]", "(", "globally", "[1,4]", "(", "signal_3_n", "more", "23.1", "and", "signal_3_n", "less equal", "53.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "does", "not", "happen", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "time", "in", "the", "subsequent", "18", "to", "72", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "and", "then", "this", "condition", "needs", "to", "sustain", "consistently", "for", "the", "next", "1", "to", "4", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "18", ":", "72", "]", "(", "G", "[", "1", ":", "4", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["-", "rise", "(", "signal_1_n", "==", "85.0", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["rise", "(", "signal_2_n", ">=", "51.0", ")"]]}, " prop_3 ": {"span": [61, 78], "prop": [["signal_3_n", ">", "23.1"], ["signal_3_n", "<=", "53.4"]]}}} {"id": 101, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "7.1", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "in", "the", "future", "the", "scenario", "that", "the", "value", "of", "signal_4_n", "becomes", "more", "than", "58.6", "gets", "observed", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "7.1", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "rise", "(", "signal_4_n", "more", "58.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "in", "the", "future", "the", "scenario", "that", "(", "prop_3", ")", "gets", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<=", "7.1"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [43, 51], "prop": [["rise", "(", "signal_4_n", ">", "58.6", ")"]]}}} {"id": 447, "sentence": ["There", "ought", "to", "be", "a", "time", "during", "the", "first", "49", "time", "units", ",", "at", "which", "ultimately", "signal_1_n", "will", "have", "to", "keep", "less", "than", "or", "equal", "to", "62.0", "and", "signal_2_n", "ought", "to", "be", "over", "32.8", "eventually", "."], "ltl": ["finally", "[0,49]", "(", "signal_1_n", "less equal", "62.0", "and", "signal_2_n", "more", "32.8", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "time", "during", "the", "first", "49", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "<=", "62.0"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", ">", "32.8"]]}}} {"id": 6097, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "30.5", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "should", "be", "less", "than", "or", "equal", "to", "25.9", "and", "then", "this", "scenario", "ought", "to", "uninterruptedly", "last", "in", "the", "last", "57", "to", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "30.5", ")", "imply", "historically", "[57,87]", "(", "signal_2_n", "less equal", "25.9", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "ought", "to", "uninterruptedly", "last", "in", "the", "last", "57", "to", "87", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "57", ":", "87", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "30.5", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<=", "25.9"]]}}} {"id": 1114, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "equal", "to", "96.2", ",", "or", "signal_2_n", "is", "less", "than", "78.9", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "first", "49", "time", "units", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "is", "changed", "to", "signal_4_n", "shall", "eventually", "get", "observed", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "74", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "96.2", "or", "signal_2_n", "less", "78.9", "imply", "globally", "[0,49]", "(", "finally", "[0,74]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "during", "the", "first", "49", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "shall", "eventually", "get", "observed", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "74", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "49", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "96.2"]]}, " prop_2 ": {"span": [15, 20], "prop": [["signal_2_n", "<", "78.9"]]}, " prop_3 ": {"span": [42, 49], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1992, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "or", "the", "mode", "of", "signal", "signal_3_n", "is", "signal_4_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_5_n", "will", "be", "less", "than", "or", "equal", "to", "92.5", "and", "then", "shall", "remain", "like", "that", "consistently", "for", "each", "moment", "during", "the", "first", "72", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", "imply", "globally", "[0,72]", "(", "signal_5_n", "less equal", "92.5", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "72", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [29, 57], "prop": [["signal_5_n", "<=", "92.5"]]}}} {"id": 3100, "sentence": ["In", "the", "case", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "the", "transition", "action", "that", "the", "mode", "of", "signal_3_n", "leaves", "signal_4_n", "does", "n't", "get", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "during", "the", "first", "17", "to", "38", "time", "units", "the", "value", "of", "signal", "signal_5_n", "settles", "to", "29.0", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "finally", "[17,38]", "(", "signal_5_n", "math equal", "29.0", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "moment", "during", "the", "first", "17", "to", "38", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "17", ":", "38", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 23], "prop": [["-", "fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [46, 55], "prop": [["signal_5_n", "==", "29.0"]]}}} {"id": 1665, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "14.3", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "ought", "not", "to", "be", "greater", "than", "79.1", "and", "continuously", "this", "condition", "needs", "to", "keep", "until", "the", "value", "of", "signal", "signal_3_n", "will", "be", "greater", "than", "94.0", "and", "smaller", "than", "97.3", "ultimately", ",", "which", "will", "be", "observed", "at", "sometime", "within", "the", "coming", "86", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.3", ")", "imply", "(", "negation", "(", "signal_2_n", "more", "79.1", ")", ")", "until", "[0,86]", "(", "signal_3_n", "more", "94.0", "and", "signal_3_n", "less", "97.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "continuously", "this", "condition", "needs", "to", "keep", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "86", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "14.3", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["-", "(", "signal_2_n", ">", "79.1", ")"]]}, " prop_3 ": {"span": [49, 77], "prop": [["signal_3_n", ">", "94.0"], ["signal_3_n", "<", "97.3"]]}}} {"id": 6360, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consistently", "the", "value", "of", "signal", "signal_1_n", "shall", "stay", "equal", "to", "73.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "73.6", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "==", "73.6"]]}}} {"id": 949, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "at", "most", "11.1", "gets", "observed", "then", "in", "response", "without", "any", "delay", "the", "scenario", "that", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "89.0", "will", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "11.1", ")", "imply", "rise", "(", "signal_2_n", "more equal", "89.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<=", "11.1", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["rise", "(", "signal_2_n", ">=", "89.0", ")"]]}}} {"id": 427, "sentence": ["Everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "signal_3_n", "is", "below", "21.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "21.8", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 29], "prop": [["signal_3_n", "<", "21.8"]]}}} {"id": 447, "sentence": ["The", "mode", "of", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "without", "interruption", "for", "each", "time", "point", "within", "the", "first", "65", "time", "units", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5297, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "larger", "than", "10.3", "and", "less", "than", "68.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "and", "this", "scenario", "will", "consecutively", "continue", "till", "the", "signal_4_n", "signal", "remains", "greater", "than", "or", "equal", "to", "95.1", ",", "which", "ought", "to", "be", "finally", "observed", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "10.3", "and", "signal_1_n", "less", "68.9", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "signal_4_n", "more equal", "95.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "consecutively", "continue", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">", "10.3"], ["signal_1_n", "<", "68.9"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [45, 72], "prop": [["signal_4_n", ">=", "95.1"]]}}} {"id": 2749, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "there", "has", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "signal_3_n", "becomes", "equal", "to", "42.3", "will", "have", "to", "ultimately", "occur", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "42.3", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "there", "has", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "ultimately", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [61, 66], "prop": [["rise", "(", "signal_3_n", "==", "42.3", ")"]]}}} {"id": 435, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "33.6", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "will", "be", "at", "least", "27.8", "and", "below", "86.1", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "33.6", ")", "imply", "signal_2_n", "more equal", "27.8", "and", "signal_2_n", "less", "86.1", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "33.6", ")"]]}, " prop_2 ": {"span": [30, 43], "prop": [["signal_2_n", ">=", "27.8"], ["signal_2_n", "<", "86.1"]]}}} {"id": 6196, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "87.7", "happens", "then", "finally", "there", "should", "exist", "a", "time", "within", "the", "coming", "78", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "ought", "n't", "to", "take", "place", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "87.7", ")", "imply", "finally", "[0,78]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "finally", "there", "should", "exist", "a", "time", "within", "the", "coming", "78", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "ought", "n't", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "87.7", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1320, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "35.5", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "time", "in", "the", "first", "70", "time", "units", ",", "in", "the", "future", "till", "the", "simulation", "ends", "the", "value", "of", "signal_2_n", "will", "have", "to", "stay", "greater", "than", "or", "equal", "to", "13.0", "and", "at", "most", "78.0", "consecutively", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "35.5", ")", "imply", "finally", "[0,70]", "(", "globally", "(", "signal_2_n", "more equal", "13.0", "and", "signal_2_n", "less equal", "78.0", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "time", "in", "the", "first", "70", "time", "units", ",", "in", "the", "future", "till", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["fall", "(", "signal_1_n", "==", "35.5", ")"]]}, " prop_2 ": {"span": [37, 59], "prop": [["signal_2_n", ">=", "13.0"], ["signal_2_n", "<=", "78.0"]]}}} {"id": 790, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "63.0", "then", "in", "response", "signal_2_n", "shall", "remain", "more", "than", "57.3", "and", "below", "73.3", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "63.0", "imply", "signal_2_n", "more", "57.3", "and", "signal_2_n", "less", "73.3", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "63.0"]]}, " prop_2 ": {"span": [13, 23], "prop": [["signal_2_n", ">", "57.3"], ["signal_2_n", "<", "73.3"]]}}} {"id": 5836, "sentence": ["When", "the", "event", "that", "signal_1_n", "falls", "to", "no", "more", "than", "49.6", "happens", "then", "for", "each", "time", "instant", "in", "the", "coming", "3", "time", "units", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "will", "be", "no", "less", "than", "11.8", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.6", ")", "imply", "globally", "[0,3]", "(", "finally", "(", "signal_2_n", "more equal", "11.8", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "for", "each", "time", "instant", "in", "the", "coming", "3", "time", "units", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<=", "49.6", ")"]]}, " prop_2 ": {"span": [42, 54], "prop": [["signal_2_n", ">=", "11.8"]]}}} {"id": 6368, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "less", "than", "83.2", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "eventually", "a", "time", "in", "less", "than", "60", "time", "units", ",", "after", "which", "for", "every", "moment", "during", "the", "next", "0", "to", "0", "time", "units", ",", "without", "interruption", "signal_2_n", "will", "never", "be", "lower", "than", "17.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "83.2", "imply", "finally", "[0,60]", "(", "globally", "[0,0]", "(", "negation", "(", "signal_2_n", "less", "17.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "eventually", "a", "time", "in", "less", "than", "60", "time", "units", ",", "after", "which", "for", "every", "moment", "during", "the", "next", "0", "to", "0", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "60", "]", "(", "G", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<", "83.2"]]}, " prop_2 ": {"span": [50, 57], "prop": [["-", "(", "signal_2_n", "<", "17.2", ")"]]}}} {"id": 674, "sentence": ["There", "needs", "to", "exist", "a", "time", "within", "the", "first", "62", "to", "79", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "51.5", "eventually", "."], "ltl": ["finally", "[62,79]", "(", "signal_1_n", "math equal", "51.5", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "time", "within", "the", "first", "62", "to", "79", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "62", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "==", "51.5"]]}}} {"id": 3758, "sentence": ["There", "should", "exist", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "74.8", "eventually", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "74.8", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 27], "prop": [["signal_1_n", ">=", "74.8"]]}}} {"id": 1127, "sentence": ["Everytime", "when", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "signal_1_n", "has", "been", "at", "most", "10.7", "all", "the", "time", ",", "then", "in", "response", "the", "signal_2_n", "signal", "is", "above", "51.3", "and", "below", "61.9", "then", "this", "condition", "shall", "hold", "without", "interruption", "until", "there", "is", "a", "certain", "time", "instant", "in", "the", "subsequent", "37", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_3_n", "begins", "deviating", "from", "52.7", "happens", "eventually", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "less equal", "10.7", ")", "imply", "(", "signal_2_n", "more", "51.3", "and", "signal_2_n", "less", "61.9", ")", "until", "[0,37]", "(", "fall", "(", "signal_3_n", "math equal", "52.7", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "in", "the", "past", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "then", "this", "condition", "shall", "hold", "without", "interruption", "until", "there", "is", "a", "certain", "time", "instant", "in", "the", "subsequent", "37", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "happens", "eventually", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "37", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 20], "prop": [["signal_1_n", "<=", "10.7"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", ">", "51.3"], ["signal_2_n", "<", "61.9"]]}, " prop_3 ": {"span": [59, 64], "prop": [["fall", "(", "signal_3_n", "==", "52.7", ")"]]}}} {"id": 663, "sentence": ["There", "will", "be", "a", "time", "during", "the", "first", "15", "to", "34", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "56.4", "must", "finally", "get", "observed", ",", "and", "signal_2_n", "will", "be", "at", "least", "48.2", "and", "less", "than", "or", "equal", "to", "54.4", "finally", "."], "ltl": ["finally", "[15,34]", "(", "rise", "(", "signal_1_n", "math equal", "56.4", ")", "and", "(", "signal_2_n", "more equal", "48.2", "and", "signal_2_n", "less equal", "54.4", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "time", "during", "the", "first", "15", "to", "34", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "finally", "get", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "15", ":", "34", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", "==", "56.4", ")"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", ">=", "48.2"], ["signal_2_n", "<=", "54.4"]]}}} {"id": 180, "sentence": ["For", "every", "moment", "during", "the", "first", "0", "to", "51", "time", "units", "uninterruptedly", "signal_1_n", "must", "stay", "larger", "than", "81.9", "and", "continuously", "the", "state", "of", "signal_2_n", "must", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[0,51]", "(", "signal_1_n", "more", "81.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "0", "to", "51", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "51", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", ">", "81.9"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 828, "sentence": ["At", "a", "time", "after", "between", "11", "to", "83", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "79.5", "needs", "to", "eventually", "get", "detected", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "begins", "deviating", "from", "61.8", "ultimately", "occurs", "."], "ltl": ["finally", "[11,83]", "(", "fall", "(", "signal_1_n", "math equal", "79.5", ")", "and", "fall", "(", "signal_2_n", "math equal", "61.8", ")", ")"], "logic_sentence": ["At", "a", "time", "after", "between", "11", "to", "83", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "eventually", "get", "detected", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "ultimately", "occurs", "."], "logic_ltl": ["F", "[", "11", ":", "83", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["fall", "(", "signal_1_n", "==", "79.5", ")"]]}, " prop_2 ": {"span": [33, 40], "prop": [["fall", "(", "signal_2_n", "==", "61.8", ")"]]}}} {"id": 1523, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "event", "that", "signal_3_n", "starts", "not", "equaling", "to", "76.1", "must", "never", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "76.1", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "event", "that", "(", "prop_2", ")", "must", "never", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 33], "prop": [["-", "fall", "(", "signal_3_n", "==", "76.1", ")"]]}}} {"id": 4207, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "69.2", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "signal_2_n", "becomes", "no", "less", "than", "13.9", "must", "immediately", "take", "place", "and", "the", "value", "of", "signal_3_n", "has", "to", "be", "63.2", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.2", ")", "imply", "rise", "(", "signal_2_n", "more equal", "13.9", ")", "and", "signal_3_n", "math equal", "63.2", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "(", "prop_2", ")", "must", "immediately", "take", "place", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "69.2", ")"]]}, " prop_2 ": {"span": [30, 36], "prop": [["rise", "(", "signal_2_n", ">=", "13.9", ")"]]}, " prop_3 ": {"span": [41, 53], "prop": [["signal_3_n", "==", "63.2"]]}}} {"id": 1816, "sentence": ["For", "each", "moment", "in", "the", "first", "42", "to", "52", "time", "units", ",", "signal_1_n", "shall", "be", "less", "than", "or", "equal", "to", "84.3", "uninterruptedly", "or", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "uninterruptedly", "remain", "on", "35.8", "."], "ltl": ["globally", "[42,52]", "(", "signal_1_n", "less equal", "84.3", "or", "signal_2_n", "math equal", "35.8", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "42", "to", "52", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "42", ":", "52", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "<=", "84.3"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "35.8"]]}}} {"id": 4081, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "no", "less", "than", "42.9", "gets", "detected", "and", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", "then", "at", "once", "the", "value", "of", "signal", "signal_4_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "8.6", "and", "smaller", "than", "23.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "42.9", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "8.6", "and", "signal_4_n", "less", "23.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "and", "(", "prop_2", ")", "then", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", ">=", "42.9", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 51], "prop": [["signal_4_n", ">=", "8.6"], ["signal_4_n", "<", "23.7"]]}}} {"id": 5069, "sentence": ["For", "every", "moment", "within", "the", "first", "78", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "keep", "greater", "than", "58.8", "and", "without", "interruption", "the", "state", "of", "signal", "signal_2_n", "shall", "never", "be", "signal_3_n", "."], "ltl": ["globally", "[0,78]", "(", "signal_1_n", "more", "58.8", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "78", "time", "units", ",", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "78", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", ">", "58.8"]]}, " prop_2 ": {"span": [22, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1086, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "7", "to", "18", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "shall", "be", "less", "than", "22.0", ",", "or", "eventually", "the", "value", "of", "signal", "signal_2_n", "shall", "not", "be", "no", "larger", "than", "44.7", "."], "ltl": ["finally", "[7,18]", "(", "signal_1_n", "less", "22.0", "or", "negation", "(", "signal_2_n", "less equal", "44.7", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "7", "to", "18", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "7", ":", "18", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["signal_1_n", "<", "22.0"]]}, " prop_2 ": {"span": [30, 42], "prop": [["-", "(", "signal_2_n", "<=", "44.7", ")"]]}}} {"id": 2577, "sentence": ["Uninterruptedly", "the", "value", "of", "signal_1_n", "should", "never", "settle", "to", "15.3", "for", "each", "time", "point", "in", "the", "first", "35", "time", "units", "."], "ltl": ["globally", "[0,35]", "(", "negation", "(", "signal_1_n", "math equal", "15.3", ")", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["-", "(", "signal_1_n", "==", "15.3", ")"]]}}} {"id": 893, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "54", "time", "units", "the", "signal_1_n", "signal", "shall", "be", "at", "least", "0.7", "eventually", "."], "ltl": ["finally", "[0,54]", "(", "signal_1_n", "more equal", "0.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "54", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", ">=", "0.7"]]}}} {"id": 3580, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "89.3", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "have", "to", "be", "at", "least", "39.6", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "89.3", ")", "imply", "signal_2_n", "more equal", "39.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "==", "89.3", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", ">=", "39.6"]]}}} {"id": 4155, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "deviates", "from", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "9", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "29", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "is", "changed", "to", "23.3", "will", "have", "to", "finally", "get", "detected", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,9]", "(", "finally", "[0,29]", "(", "rise", "(", "signal_3_n", "math equal", "23.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "9", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "29", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "finally", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "9", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [54, 63], "prop": [["rise", "(", "signal_3_n", "==", "23.3", ")"]]}}} {"id": 195, "sentence": ["On", "condition", "that", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "and", "then", "continuously", "this", "scenario", "has", "last", "within", "the", "past", "22", "to", "27", "time", "units", "then", "in", "response", "the", "signal_3_n", "signal", "should", "remain", "in", "signal_4_n", "all", "the", "time", "till", "there", "exists", "a", "certain", "time", "instant", "within", "the", "first", "6", "time", "units", ",", "at", "which", "signal_5_n", "is", "set", "to", "signal_6_n", "."], "ltl": ["globally", "(", "historically", "[22,27]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[0,6]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "then", "continuously", "this", "scenario", "has", "last", "within", "the", "past", "22", "to", "27", "time", "units", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "22", ":", "27", "]", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 58], "prop": [["signal_3_n", "==", "signal_4_n"], ["signal_5_n", "==", "signal_6_n"]]}}} {"id": 339, "sentence": ["Ultimately", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "32", "to", "58", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "leave", "signal_2_n", "."], "ltl": ["finally", "[32,58]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Ultimately", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "within", "32", "to", "58", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "32", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1108, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "86.1", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "finally", "signal_2_n", "is", "not", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "86.1", ")", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "must", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "86.1", ")"]]}, " prop_2 ": {"span": [56, 60], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 552, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "decreases", "to", "no", "more", "than", "73.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "0", "time", "units", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "42", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "will", "finally", "keep", "at", "most", "81.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "73.2", ")", "imply", "globally", "[0,0]", "(", "finally", "[0,42]", "(", "signal_2_n", "less equal", "81.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "0", "time", "units", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<=", "73.2", ")"]]}, " prop_2 ": {"span": [52, 63], "prop": [["signal_2_n", "<=", "81.1"]]}}} {"id": 2206, "sentence": ["On", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "or", "signal_3_n", "is", "83.8", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "eventually", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_4_n", "must", "be", "at", "most", "56.1", "and", "this", "scenario", "always", "holds", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "83.8", "imply", "finally", "(", "globally", "(", "signal_4_n", "less equal", "56.1", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "eventually", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "and", "this", "scenario", "always", "holds", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 16], "prop": [["signal_3_n", "==", "83.8"]]}, " prop_3 ": {"span": [40, 46], "prop": [["signal_4_n", "<=", "56.1"]]}}} {"id": 5260, "sentence": ["There", "has", "to", "be", "finally", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "no", "larger", "than", "31.6", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "31.6", ")"], "logic_sentence": ["There", "has", "to", "be", "finally", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "<=", "31.6"]]}}} {"id": 6354, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "21.7", "and", "less", "than", "or", "equal", "to", "33.3", "or", "the", "value", "of", "signal_2_n", "keeps", "at", "least", "52.6", "and", "less", "than", "or", "equal", "to", "63.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_3_n", "will", "be", "larger", "than", "39.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "21.7", "and", "signal_1_n", "less equal", "33.3", ")", "or", "(", "signal_2_n", "more equal", "52.6", "and", "signal_2_n", "less equal", "63.0", ")", "imply", "signal_3_n", "more", "39.0", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "21.7"], ["signal_1_n", "<=", "33.3"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">=", "52.6"], ["signal_2_n", "<=", "63.0"]]}, " prop_3 ": {"span": [51, 60], "prop": [["signal_3_n", ">", "39.0"]]}}} {"id": 5658, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "44.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "should", "immediately", "not", "be", "more", "than", "75.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "44.5", ")", "imply", "negation", "(", "signal_2_n", "more", "75.9", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "44.5", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["-", "(", "signal_2_n", ">", "75.9", ")"]]}}} {"id": 6241, "sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "10.6", "and", "less", "than", "22.4", "or", "the", "signal_2_n", "signal", "will", "be", "higher", "than", "19.0", "and", "below", "19.9", "eventually", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "10.6", "and", "signal_1_n", "less", "22.4", ")", "or", "(", "signal_2_n", "more", "19.0", "and", "signal_2_n", "less", "19.9", ")", ")"], "logic_sentence": ["There", "shall", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 35], "prop": [["signal_1_n", ">=", "10.6"], ["signal_1_n", "<", "22.4"]]}, " prop_2 ": {"span": [36, 48], "prop": [["signal_2_n", ">", "19.0"], ["signal_2_n", "<", "19.9"]]}}} {"id": 4579, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "needs", "to", "be", "signal_2_n", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3473, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "0.8", "and", "no", "more", "than", "3.5", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "13.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "value", "of", "signal_3_n", "is", "not", "less", "than", "or", "equal", "to", "60.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "0.8", "and", "signal_1_n", "less equal", "3.5", ")", "or", "signal_2_n", "more equal", "13.5", "imply", "negation", "(", "signal_3_n", "less equal", "60.4", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "0.8"], ["signal_1_n", "<=", "3.5"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_2_n", ">=", "13.5"]]}, " prop_3 ": {"span": [43, 55], "prop": [["-", "(", "signal_3_n", "<=", "60.4", ")"]]}}} {"id": 1981, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "exceeds", "95.1", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "be", "less", "than", "40.0", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "95.1", ")", "imply", "signal_2_n", "less", "40.0", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", ">", "95.1", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "<", "40.0"]]}}} {"id": 5103, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "remains", "equal", "to", "20.4", "and", "the", "value", "of", "signal_2_n", "is", "above", "82.5", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "signal_3_n", "will", "have", "to", "be", "higher", "than", "2.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "20.4", "and", "signal_2_n", "more", "82.5", "imply", "signal_3_n", "more", "2.3", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "20.4"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", ">", "82.5"]]}, " prop_3 ": {"span": [27, 35], "prop": [["signal_3_n", ">", "2.3"]]}}} {"id": 754, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "greater", "than", "97.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "greater", "than", "or", "equal", "to", "80.6", "and", "less", "than", "or", "equal", "to", "88.2", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "more", "97.4", "imply", "signal_2_n", "more equal", "80.6", "and", "signal_2_n", "less equal", "88.2", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "97.4"]]}, " prop_2 ": {"span": [20, 42], "prop": [["signal_2_n", ">=", "80.6"], ["signal_2_n", "<=", "88.2"]]}}} {"id": 554, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "33.3", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "following", "63", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "next", "74", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "needs", "to", "eventually", "keep", "at", "most", "19.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "33.3", ")", "imply", "globally", "[0,63]", "(", "finally", "[0,74]", "(", "signal_2_n", "less equal", "19.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "following", "63", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "next", "74", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", "<=", "33.3", ")"]]}, " prop_2 ": {"span": [58, 68], "prop": [["signal_2_n", "<=", "19.3"]]}}} {"id": 2303, "sentence": ["For", "every", "time", "instant", "within", "6", "to", "27", "time", "units", ",", "the", "mode", "of", "signal_1_n", "will", "be", "remaining", "in", "signal_2_n", "consecutively", "."], "ltl": ["globally", "[6,27]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "6", "to", "27", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6442, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "n't", "smaller", "than", "91.2", ",", "and", "the", "value", "of", "signal_2_n", "is", "equal", "to", "20.6", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "time", "point", "during", "the", "coming", "32", "to", "62", "time", "units", "signal_3_n", "will", "be", "in", "signal_4_n", "and", "then", "consecutively", "this", "condition", "will", "remain", "during", "the", "next", "77", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "91.2", ")", "and", "signal_2_n", "math equal", "20.6", "imply", "finally", "[32,62]", "(", "globally", "[0,77]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "time", "point", "during", "the", "coming", "32", "to", "62", "time", "units", "(", "prop_3", ")", "and", "then", "consecutively", "this", "condition", "will", "remain", "during", "the", "next", "77", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "32", ":", "62", "]", "(", "G", "[", "0", ":", "77", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["-", "(", "signal_1_n", "<", "91.2", ")"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "20.6"]]}, " prop_3 ": {"span": [43, 48], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2473, "sentence": ["Without", "interruption", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "61.2", "and", "less", "than", "or", "equal", "to", "89.0", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "61.2", "and", "signal_1_n", "less equal", "89.0", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 30], "prop": [["signal_1_n", ">=", "61.2"], ["signal_1_n", "<=", "89.0"]]}}} {"id": 2, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "signal_3_n", "is", "less", "than", "or", "equal", "to", "57.6", ",", "then", "there", "will", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_4_n", "is", "higher", "than", "67.9", "then", "consistently", "this", "scenario", "has", "to", "continue", "for", "every", "time", "point", "during", "the", "next", "36", "to", "93", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "57.6", "imply", "finally", "(", "globally", "[36,93]", "(", "signal_4_n", "more", "67.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "there", "will", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "then", "consistently", "this", "scenario", "has", "to", "continue", "for", "every", "time", "point", "during", "the", "next", "36", "to", "93", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "36", ":", "93", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_3_n", "<=", "57.6"]]}, " prop_3 ": {"span": [41, 49], "prop": [["signal_4_n", ">", "67.9"]]}}} {"id": 646, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "0", "to", "0", "time", "units", "uninterruptedly", "signal_1_n", "shall", "stay", "greater", "than", "or", "equal", "to", "38.7", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "more equal", "38.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "0", "to", "0", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", ">=", "38.7"]]}}} {"id": 2965, "sentence": ["For", "the", "first", "50", "time", "units", ",", "the", "value", "of", "signal_1_n", "ought", "to", "remain", "below", "0.8", "uninterruptedly", "and", "the", "signal_2_n", "signal", "must", "be", "continuously", "less", "than", "74.2", "."], "ltl": ["globally", "[0,50]", "(", "signal_1_n", "less", "0.8", "and", "signal_2_n", "less", "74.2", ")"], "logic_sentence": ["For", "the", "first", "50", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "50", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<", "0.8"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<", "74.2"]]}}} {"id": 82, "sentence": ["The", "signal_1_n", "signal", "should", "remain", "at", "least", "7.4", "and", "less", "than", "or", "equal", "to", "25.8", "for", "every", "moment", "in", "the", "first", "19", "to", "62", "time", "units", "."], "ltl": ["globally", "[19,62]", "(", "signal_1_n", "more equal", "7.4", "and", "signal_1_n", "less equal", "25.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "19", ":", "62", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 26], "prop": [["signal_1_n", ">=", "7.4"], ["signal_1_n", "<=", "25.8"]]}}} {"id": 402, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "34.0", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "first", "18", "time", "units", ",", "the", "scenario", "that", "signal_2_n", "goes", "to", "less", "than", "or", "equal", "to", "28.1", "is", "ultimately", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "34.0", ")", "imply", "globally", "[0,18]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "28.1", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "in", "the", "first", "18", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "is", "ultimately", "observed", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "34.0", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["rise", "(", "signal_2_n", "<=", "28.1", ")"]]}}} {"id": 3723, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal_1_n", "exceeds", "the", "threshold", "of", "6.9", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "next", "41", "to", "78", "time", "units", ",", "at", "a", "certain", "time", "point", "within", "9", "to", "57", "time", "units", "ultimately", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "to", "no", "more", "than", "55.0", "will", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "6.9", ")", "imply", "globally", "[41,78]", "(", "finally", "[9,57]", "(", "rise", "(", "signal_2_n", "less equal", "55.0", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "next", "41", "to", "78", "time", "units", ",", "at", "a", "certain", "time", "point", "within", "9", "to", "57", "time", "units", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "41", ":", "78", "]", "(", "F", "[", "9", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">", "6.9", ")"]]}, " prop_2 ": {"span": [52, 61], "prop": [["rise", "(", "signal_2_n", "<=", "55.0", ")"]]}}} {"id": 2239, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "signal_2_n", "then", "in", "response", "ultimately", "there", "will", "have", "to", "be", "a", "time", "within", "the", "next", "63", "time", "units", ",", "at", "which", "signal_3_n", "ought", "to", "be", "40.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,63]", "(", "signal_3_n", "math equal", "40.1", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "in", "response", "ultimately", "there", "will", "have", "to", "be", "a", "time", "within", "the", "next", "63", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 37], "prop": [["signal_3_n", "==", "40.1"]]}}} {"id": 3932, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "then", "this", "condition", "has", "been", "holding", "without", "interruption", "during", "the", "elapsed", "2", "to", "4", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "ultimately", "exist", "a", "time", "during", "the", "subsequent", "94", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "in", "the", "closed", "interval", "-LSB-", "63.7", ",", "87.1", "-RSB-", "."], "ltl": ["globally", "(", "historically", "[2,4]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,94]", "(", "signal_3_n", "more equal", "63.7", "and", "signal_3_n", "less equal", "87.1", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "then", "this", "condition", "has", "been", "holding", "without", "interruption", "during", "the", "elapsed", "2", "to", "4", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "there", "needs", "to", "ultimately", "exist", "a", "time", "during", "the", "subsequent", "94", "time", "units", ",", "at", "which", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "2", ":", "4", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "94", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [51, 67], "prop": [["signal_3_n", ">=", "63.7"], ["signal_3_n", "<=", "87.1"]]}}} {"id": 4277, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "no", "larger", "than", "66.0", "takes", "place", "or", "the", "signal_2_n", "signal", "stays", "less", "than", "or", "equal", "to", "36.3", ",", "then", "in", "response", "right", "away", "signal_3_n", "shall", "be", "at", "least", "50.4", "and", "promptly", "signal_4_n", "must", "n't", "be", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "66.0", ")", "or", "signal_2_n", "less equal", "36.3", "imply", "signal_3_n", "more equal", "50.4", "and", "negation", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "or", "(", "prop_2", ")", ",", "then", "in", "response", "right", "away", "(", "prop_3", ")", "and", "promptly", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "66.0", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "<=", "36.3"]]}, " prop_3 ": {"span": [35, 41], "prop": [["signal_3_n", ">=", "50.4"]]}, " prop_4 ": {"span": [43, 48], "prop": [["-", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 2551, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "set", "to", "67.4", "and", "the", "signal_2_n", "signal", "is", "at", "least", "10.5", ",", "then", "in", "response", "at", "the", "same", "time", "the", "signal_3_n", "signal", "ought", "n't", "to", "be", "below", "86.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "67.4", "and", "signal_2_n", "more equal", "10.5", "imply", "negation", "(", "signal_3_n", "less", "86.7", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "67.4"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", ">=", "10.5"]]}, " prop_3 ": {"span": [25, 34], "prop": [["-", "(", "signal_3_n", "<", "86.7", ")"]]}}} {"id": 3760, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "16.1", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "16.1", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 35], "prop": [["signal_1_n", ">=", "16.1"]]}}} {"id": 1891, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "signal_3_n", "ought", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 31], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1759, "sentence": ["For", "every", "moment", "in", "the", "first", "3", "to", "9", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "remain", "less", "than", "or", "equal", "to", "48.7", "consecutively", "and", "without", "interruption", "the", "signal_2_n", "signal", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[3,9]", "(", "signal_1_n", "less equal", "48.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "3", "to", "9", "time", "units", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "9", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", "<=", "48.7"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6340, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "74.6", "is", "detected", ",", "then", "the", "value", "of", "signal_2_n", "has", "to", "be", "equal", "to", "66.9", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "74.6", ")", "imply", "signal_2_n", "math equal", "66.9", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "74.6", ")"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", "==", "66.9"]]}}} {"id": 6215, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "deviates", "from", "46.3", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "subsequent", "11", "time", "units", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "ultimately", "higher", "than", "18.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "46.3", ")", "imply", "globally", "[0,11]", "(", "finally", "(", "signal_2_n", "more", "18.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "subsequent", "11", "time", "units", "there", "should", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["fall", "(", "signal_1_n", "==", "46.3", ")"]]}, " prop_2 ": {"span": [52, 63], "prop": [["signal_2_n", ">", "18.2"]]}}} {"id": 5587, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "signal_1_n", "will", "be", "remaining", "equal", "to", "87.1", "consecutively", ",", "and", "the", "value", "of", "signal_2_n", "ought", "to", "keep", "equal", "to", "88.1", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "87.1", "and", "signal_2_n", "math equal", "88.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "87.1"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", "==", "88.1"]]}}} {"id": 105, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "remains", "less", "than", "17.0", ",", "and", "the", "signal_2_n", "signal", "remains", "below", "54.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "the", "value", "of", "signal_3_n", "rises", "to", "no", "less", "than", "59.5", "ought", "to", "get", "detected", "right", "away", "and", "the", "value", "of", "signal_4_n", "should", "keep", "above", "33.0", "and", "smaller", "than", "64.6", "."], "ltl": ["globally", "(", "signal_1_n", "less", "17.0", "and", "signal_2_n", "less", "54.1", "imply", "rise", "(", "signal_3_n", "more equal", "59.5", ")", "and", "(", "signal_4_n", "more", "33.0", "and", "signal_4_n", "less", "64.6", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "get", "detected", "right", "away", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<", "17.0"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", "<", "54.1"]]}, " prop_3 ": {"span": [34, 44], "prop": [["rise", "(", "signal_3_n", ">=", "59.5", ")"]]}, " prop_4 ": {"span": [51, 63], "prop": [["signal_4_n", ">", "33.0"], ["signal_4_n", "<", "64.6"]]}}} {"id": 510, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "ought", "to", "be", "a", "time", "in", "less", "than", "28", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "needs", "to", "be", "equal", "to", "9.7", "and", "then", "will", "uninterruptedly", "keep", "like", "this", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,28]", "(", "globally", "(", "signal_3_n", "math equal", "9.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "ought", "to", "be", "a", "time", "in", "less", "than", "28", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "28", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 66], "prop": [["signal_3_n", "==", "9.7"]]}}} {"id": 822, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "changes", "to", "65.0", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "transition", "action", "that", "the", "state", "of", "signal_2_n", "enters", "signal_3_n", "needs", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "65.0", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "65.0", ")"]]}, " prop_2 ": {"span": [26, 32], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1308, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "no", "less", "than", "2.0", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "has", "to", "be", "52.7", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "2.0", ")", "imply", "signal_2_n", "math equal", "52.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", ">=", "2.0", ")"]]}, " prop_2 ": {"span": [30, 39], "prop": [["signal_2_n", "==", "52.7"]]}}} {"id": 1768, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "signal_1_n", "will", "have", "to", "be", "set", "to", "25.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "25.6", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "25.6"]]}}} {"id": 1685, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "14.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "97", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "jumps", "to", "more", "than", "86.3", "has", "to", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "14.7", "imply", "globally", "[0,97]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "86.3", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "97", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "has", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "14.7"]]}, " prop_2 ": {"span": [54, 64], "prop": [["rise", "(", "signal_2_n", ">", "86.3", ")"]]}}} {"id": 4085, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "lower", "than", "22.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "31.2", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "less", "22.0", "imply", "signal_2_n", "less equal", "31.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "<", "22.0"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", "<=", "31.2"]]}}} {"id": 3781, "sentence": ["At", "sometime", "in", "the", "first", "100", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "24.5", "needs", "to", "occur", "ultimately", ",", "or", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "33.0", "."], "ltl": ["finally", "[0,100]", "(", "rise", "(", "signal_1_n", "math equal", "24.5", ")", "or", "signal_2_n", "more equal", "33.0", ")"], "logic_sentence": ["At", "sometime", "in", "the", "first", "100", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "needs", "to", "occur", "ultimately", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "24.5", ")"]]}, " prop_2 ": {"span": [26, 35], "prop": [["signal_2_n", ">=", "33.0"]]}}} {"id": 182, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "higher", "than", "37.0", "and", "less", "than", "69.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "first", "5", "time", "units", "at", "a", "certain", "moment", "in", "the", "next", "24", "time", "units", "finally", "signal_2_n", "will", "have", "to", "be", "less", "than", "54.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "37.0", "and", "signal_1_n", "less", "69.9", "imply", "globally", "[0,5]", "(", "finally", "[0,24]", "(", "signal_2_n", "less", "54.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "first", "5", "time", "units", "at", "a", "certain", "moment", "in", "the", "next", "24", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "5", "]", "(", "F", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "37.0"], ["signal_1_n", "<", "69.9"]]}, " prop_2 ": {"span": [45, 53], "prop": [["signal_2_n", "<", "54.7"]]}}} {"id": 5398, "sentence": ["For", "every", "moment", "during", "the", "first", "90", "time", "units", "the", "value", "of", "signal_1_n", "will", "have", "to", "stay", "at", "most", "24.0", "all", "the", "time", "."], "ltl": ["globally", "[0,90]", "(", "signal_1_n", "less equal", "24.0", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "90", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", "<=", "24.0"]]}}} {"id": 946, "sentence": ["For", "each", "moment", "during", "the", "first", "23", "to", "49", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "remain", "on", "67.0", "all", "the", "time", "."], "ltl": ["globally", "[23,49]", "(", "signal_1_n", "math equal", "67.0", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "23", "to", "49", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "23", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "67.0"]]}}} {"id": 4595, "sentence": ["When", "the", "signal_1_n", "signal", "is", "below", "76.3", "and", "the", "signal_2_n", "signal", "is", "n't", "in", "signal_3_n", "then", "in", "response", "for", "each", "moment", "within", "the", "next", "38", "time", "units", ",", "there", "needs", "to", "exist", "a", "time", "during", "the", "next", "30", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal_4_n", "shall", "remain", "at", "most", "84.7", "."], "ltl": ["globally", "(", "signal_1_n", "less", "76.3", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,38]", "(", "finally", "[0,30]", "(", "signal_4_n", "less equal", "84.7", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "there", "needs", "to", "exist", "a", "time", "during", "the", "next", "30", "time", "units", ",", "at", "which", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "0", ":", "30", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "<", "76.3"]]}, " prop_2 ": {"span": [8, 27], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [44, 53], "prop": [["signal_4_n", "<=", "84.7"]]}}} {"id": 1148, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "observed", ",", "then", "the", "condition", "that", "continuously", "signal_3_n", "does", "n't", "start", "not", "equaling", "to", "76.7", "for", "every", "moment", "during", "the", "first", "42", "time", "units", "should", "n't", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "globally", "[0,42]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "76.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "condition", "that", "(", "prop_2", ")", "should", "n't", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 39], "prop": [["-", "fall", "(", "signal_3_n", "==", "76.7", ")"]]}}} {"id": 2856, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "within", "the", "interval", "-LRB-", "53.8", ",", "58.0", "-RRB-", "and", "the", "signal_2_n", "signal", "is", "no", "larger", "than", "88.8", ",", "then", "there", "will", "have", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_3_n", "signal", "shall", "ultimately", "not", "be", "smaller", "than", "79.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "53.8", "and", "signal_1_n", "less", "58.0", ")", "and", "signal_2_n", "less equal", "88.8", "imply", "finally", "(", "negation", "(", "signal_3_n", "less", "79.2", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "there", "will", "have", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", ">", "53.8"], ["signal_1_n", "<", "58.0"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "<=", "88.8"]]}, " prop_3 ": {"span": [44, 54], "prop": [["-", "(", "signal_3_n", "<", "79.2", ")"]]}}} {"id": 5996, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "becomes", "bigger", "than", "20.4", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "75", "time", "units", ",", "at", "which", "signal_2_n", "will", "remain", "larger", "than", "50.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "20.4", ")", "imply", "finally", "[0,75]", "(", "signal_2_n", "more", "50.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "ultimately", "there", "has", "to", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "75", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "20.4", ")"]]}, " prop_2 ": {"span": [38, 44], "prop": [["signal_2_n", ">", "50.5"]]}}} {"id": 4038, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "18.3", "is", "detected", "then", "in", "response", "instantly", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "0.6", "shall", "be", "detected", ",", "and", "the", "signal_3_n", "signal", "ought", "to", "be", "higher", "than", "78.8", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.3", ")", "imply", "rise", "(", "signal_2_n", "less equal", "0.6", ")", "and", "signal_3_n", "more", "78.8", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "instantly", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "detected", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "18.3", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["rise", "(", "signal_2_n", "<=", "0.6", ")"]]}, " prop_3 ": {"span": [41, 51], "prop": [["signal_3_n", ">", "78.8"]]}}} {"id": 104, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "stays", "less", "than", "37.5", "and", "the", "value", "of", "signal", "signal_2_n", "keeps", "less", "than", "61.2", "then", "in", "response", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "goes", "to", "at", "least", "27.8", "should", "be", "observed", "at", "the", "same", "time", "point", ",", "and", "the", "value", "of", "signal", "signal_4_n", "should", "remain", "larger", "than", "32.0", "and", "less", "than", "93.0", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less", "37.5", "and", "signal_2_n", "less", "61.2", "imply", "rise", "(", "signal_3_n", "more equal", "27.8", ")", "and", "(", "signal_4_n", "more", "32.0", "and", "signal_4_n", "less", "93.0", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "observed", "at", "the", "same", "time", "point", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "37.5"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_2_n", "<", "61.2"]]}, " prop_3 ": {"span": [26, 36], "prop": [["rise", "(", "signal_3_n", ">=", "27.8", ")"]]}, " prop_4 ": {"span": [46, 63], "prop": [["signal_4_n", ">", "32.0"], ["signal_4_n", "<", "93.0"]]}}} {"id": 1809, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "state", "of", "signal_1_n", "becomes", "signal_2_n", "is", "detected", "then", "in", "response", "continuously", "the", "signal_3_n", "signal", "keeps", "greater", "than", "or", "equal", "to", "39.1", "till", "the", "signal_4_n", "signal", "will", "be", "less", "than", "or", "equal", "to", "70.9", "ultimately", ",", "which", "must", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "coming", "2", "to", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "39.1", ")", "until", "[2,68]", "(", "signal_4_n", "less equal", "70.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "2", ":", "68", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 63], "prop": [["signal_3_n", ">=", "39.1"], ["signal_4_n", "<=", "70.9"]]}}} {"id": 331, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "84.1", "takes", "place", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "future", ",", "the", "signal_2_n", "signal", "will", "not", "be", "equal", "to", "83.5", "and", "shall", "keep", "like", "that", "all", "the", "time", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.1", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_2_n", "math equal", "83.5", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "finally", "after", "a", "certain", "time", "instant", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", ">=", "84.1", ")"]]}, " prop_2 ": {"span": [35, 59], "prop": [["-", "(", "signal_2_n", "==", "83.5", ")"]]}}} {"id": 4658, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "15.8", "and", "signal_2_n", "is", "no", "less", "than", "35.1", "then", "eventually", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "24", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "needs", "to", "be", "less", "than", "or", "equal", "to", "7.5", "and", "will", "remain", "like", "that", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "coming", "28", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "15.8", "and", "signal_2_n", "more equal", "35.1", "imply", "finally", "[0,24]", "(", "globally", "[0,28]", "(", "signal_3_n", "less equal", "7.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "eventually", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "24", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "28", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", "<=", "15.8"]]}, " prop_2 ": {"span": [15, 21], "prop": [["signal_2_n", ">=", "35.1"]]}, " prop_3 ": {"span": [41, 71], "prop": [["signal_3_n", "<=", "7.5"]]}}} {"id": 2797, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "63.9", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "shall", "be", "81.2", "and", "needs", "to", "remain", "on", "this", "value", "consecutively", "during", "the", "elapsed", "37", "to", "56", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "63.9", "imply", "historically", "[37,56]", "(", "signal_2_n", "math equal", "81.2", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "37", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["signal_1_n", "==", "63.9"]]}, " prop_2 ": {"span": [13, 33], "prop": [["signal_2_n", "==", "81.2"]]}}} {"id": 4550, "sentence": ["Ultimately", "at", "a", "certain", "moment", "starting", "at", "most", "55", "time", "units", "signal_1_n", "will", "have", "to", "be", "greater", "than", "53.4", "."], "ltl": ["finally", "[0,55]", "(", "signal_1_n", "more", "53.4", ")"], "logic_sentence": ["Ultimately", "at", "a", "certain", "moment", "starting", "at", "most", "55", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", ">", "53.4"]]}}} {"id": 580, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "21.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "exist", "a", "certain", "moment", "during", "the", "following", "65", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "not", "set", "to", "49.6", "shall", "not", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "21.3", "imply", "finally", "[0,65]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "49.6", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "exist", "a", "certain", "moment", "during", "the", "following", "65", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "21.3"]]}, " prop_2 ": {"span": [43, 51], "prop": [["-", "fall", "(", "signal_2_n", "==", "49.6", ")"]]}}} {"id": 505, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "below", "49.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "during", "the", "next", "30", "time", "units", "for", "each", "time", "instant", "in", "the", "subsequent", "31", "time", "units", "without", "interruption", "the", "signal_2_n", "signal", "is", "not", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "49.3", "imply", "finally", "[0,30]", "(", "globally", "[0,31]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "during", "the", "next", "30", "time", "units", "for", "each", "time", "instant", "in", "the", "subsequent", "31", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "30", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "49.3"]]}, " prop_2 ": {"span": [45, 52], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 831, "sentence": ["There", "is", "a", "time", "starting", "between", "5", "to", "36", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "28.4", "will", "eventually", "take", "place", ",", "and", "the", "transition", "action", "that", "signal_2_n", "becomes", "not", "set", "to", "38.6", "happens", "ultimately", "."], "ltl": ["finally", "[5,36]", "(", "fall", "(", "signal_1_n", "math equal", "28.4", ")", "and", "fall", "(", "signal_2_n", "math equal", "38.6", ")", ")"], "logic_sentence": ["There", "is", "a", "time", "starting", "between", "5", "to", "36", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "will", "eventually", "take", "place", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", "ultimately", "."], "logic_ltl": ["F", "[", "5", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["fall", "(", "signal_1_n", "==", "28.4", ")"]]}, " prop_2 ": {"span": [35, 41], "prop": [["fall", "(", "signal_2_n", "==", "38.6", ")"]]}}} {"id": 5179, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "82.1", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_2_n", "signal", "has", "to", "be", "95.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "82.1", ")", "imply", "signal_2_n", "math equal", "95.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "82.1", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "==", "95.7"]]}}} {"id": 5728, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "11.2", "is", "observed", "then", "there", "has", "to", "be", "eventually", "sometime", "within", "the", "next", "12", "to", "67", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "must", "be", "44.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "11.2", ")", "imply", "finally", "[12,67]", "(", "signal_2_n", "math equal", "44.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "there", "has", "to", "be", "eventually", "sometime", "within", "the", "next", "12", "to", "67", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "12", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "11.2", ")"]]}, " prop_2 ": {"span": [37, 44], "prop": [["signal_2_n", "==", "44.9"]]}}} {"id": 3316, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "45.4", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "signal_2_n", "ought", "n't", "to", "be", "greater", "than", "or", "equal", "to", "17.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "45.4", ")", "imply", "negation", "(", "signal_2_n", "more equal", "17.6", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", "<=", "45.4", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["-", "(", "signal_2_n", ">=", "17.6", ")"]]}}} {"id": 805, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "state", "of", "signal", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "and", "signal_5_n", "shall", "be", "equal", "to", "7.6", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "math equal", "7.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [38, 49], "prop": [["signal_5_n", "==", "7.6"]]}}} {"id": 263, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "19.9", "occurs", "then", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "the", "signal_2_n", "signal", "is", "greater", "than", "84.2", "and", "then", "remains", "in", "this", "interval", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "19.9", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more", "84.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "19.9", ")"]]}, " prop_2 ": {"span": [37, 57], "prop": [["signal_2_n", ">", "84.2"]]}}} {"id": 2024, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "at", "least", "47.2", "occurs", ",", "then", "in", "response", "at", "sometime", "during", "the", "following", "71", "to", "74", "time", "units", "the", "value", "of", "signal_2_n", "needs", "to", "be", "at", "least", "63.2", "and", "this", "scenario", "shall", "remain", "all", "the", "time", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "47.2", ")", "imply", "finally", "[71,74]", "(", "globally", "(", "signal_2_n", "more equal", "63.2", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "at", "sometime", "during", "the", "following", "71", "to", "74", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "71", ":", "74", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", ">=", "47.2", ")"]]}, " prop_2 ": {"span": [32, 57], "prop": [["signal_2_n", ">=", "63.2"]]}}} {"id": 4829, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "38.4", "or", "the", "value", "of", "signal_2_n", "is", "below", "6.4", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_3_n", "must", "n't", "be", "set", "to", "signal_4_n", "then", "this", "condition", "will", "be", "holding", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "38.4", "or", "signal_2_n", "less", "6.4", "imply", "globally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "then", "this", "condition", "will", "be", "holding", "consistently", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "38.4"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_2_n", "<", "6.4"]]}, " prop_3 ": {"span": [32, 43], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 96, "sentence": ["While", "the", "signal_1_n", "signal", "is", "lower", "than", "49.9", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "54.6", ",", "then", "the", "value", "of", "signal_3_n", "should", "be", "simultaneously", "between", "the", "closed", "interval", "-LSB-", "8.7", ",", "17.4", "-RSB-", "."], "ltl": ["globally", "(", "signal_1_n", "less", "49.9", "or", "signal_2_n", "more equal", "54.6", "imply", "signal_3_n", "more equal", "8.7", "and", "signal_3_n", "less equal", "17.4", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "49.9"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_2_n", ">=", "54.6"]]}, " prop_3 ": {"span": [24, 40], "prop": [["signal_3_n", ">=", "8.7"], ["signal_3_n", "<=", "17.4"]]}}} {"id": 3026, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "eventually", "the", "value", "of", "signal_3_n", "will", "get", "to", "less", "than", "or", "equal", "to", "62.8", "at", "a", "time", "within", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,81]", "(", "rise", "(", "signal_3_n", "less equal", "62.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 44], "prop": [["rise", "(", "signal_3_n", "<=", "62.8", ")"]]}}} {"id": 3643, "sentence": ["In", "case", "that", "signal_1_n", "stays", "larger", "than", "85.4", ",", "then", "immediately", "the", "mode", "of", "signal", "signal_2_n", "must", "never", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "85.4", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "(", "prop_1", ")", ",", "then", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", ">", "85.4"]]}, " prop_2 ": {"span": [11, 20], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5965, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "93", "time", "units", ",", "consecutively", "signal_1_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "73.1", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "more equal", "73.1", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "93", "time", "units", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", ">=", "73.1"]]}}} {"id": 4136, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "88.8", "is", "detected", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "83.2", "then", "in", "response", "for", "every", "moment", "in", "the", "following", "0", "to", "22", "time", "units", "at", "a", "certain", "moment", "in", "the", "next", "13", "time", "units", ",", "the", "signal_3_n", "signal", "has", "to", "be", "eventually", "set", "to", "2.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "88.8", ")", "or", "signal_2_n", "math equal", "83.2", "imply", "globally", "[0,22]", "(", "finally", "[0,13]", "(", "signal_3_n", "math equal", "2.8", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "or", "(", "prop_2", ")", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "22", "]", "(", "F", "[", "0", ":", "13", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["rise", "(", "signal_1_n", ">=", "88.8", ")"]]}, " prop_2 ": {"span": [22, 53], "prop": [["signal_2_n", "==", "83.2"]]}, " prop_3 ": {"span": [54, 64], "prop": [["signal_3_n", "==", "2.8"]]}}} {"id": 4164, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "enters", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "certain", "moment", "within", "the", "first", "32", "time", "units", ",", "for", "each", "time", "instant", "during", "the", "next", "53", "time", "units", ",", "without", "interruption", "the", "signal_3_n", "signal", "shall", "not", "be", "less", "than", "or", "equal", "to", "0.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,32]", "(", "globally", "[0,53]", "(", "negation", "(", "signal_3_n", "less equal", "0.6", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "a", "certain", "moment", "within", "the", "first", "32", "time", "units", ",", "for", "each", "time", "instant", "during", "the", "next", "53", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 55], "prop": [["-", "(", "signal_3_n", "<=", "0.6", ")"]]}}} {"id": 1359, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "signal_3_n", "is", "larger", "than", "13.2", "and", "less", "than", "16.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "signal_4_n", "ought", "n't", "to", "be", "67.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "13.2", "and", "signal_3_n", "less", "16.6", ")", "imply", "negation", "(", "signal_4_n", "math equal", "67.2", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_3_n", ">", "13.2"], ["signal_3_n", "<", "16.6"]]}, " prop_3 ": {"span": [35, 41], "prop": [["-", "(", "signal_4_n", "==", "67.2", ")"]]}}} {"id": 1815, "sentence": ["For", "each", "time", "point", "within", "52", "to", "54", "time", "units", "the", "signal_1_n", "signal", "ought", "to", "remain", "less", "than", "or", "equal", "to", "52.1", "continuously", "or", "consecutively", "the", "value", "of", "signal_2_n", "stays", "equal", "to", "81.5", "."], "ltl": ["globally", "[52,54]", "(", "signal_1_n", "less equal", "52.1", "or", "signal_2_n", "math equal", "81.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "52", "to", "54", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "52", ":", "54", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 33], "prop": [["signal_1_n", "<=", "52.1"], ["signal_2_n", "==", "81.5"]]}}} {"id": 3604, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "90.1", ",", "and", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_4_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "8.8", "and", "at", "most", "38.8", "finally", "at", "sometime", "starting", "at", "most", "97", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.1", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,97]", "(", "signal_4_n", "more equal", "8.8", "and", "signal_4_n", "less equal", "38.8", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "97", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "90.1"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 52], "prop": [["signal_4_n", ">=", "8.8"], ["signal_4_n", "<=", "38.8"]]}}} {"id": 733, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "7.8", "is", "n't", "observed", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "down", "to", "smaller", "than", "81.5", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "within", "the", "following", "42", "to", "69", "time", "units", "finally", ",", "at", "which", "signal_5_n", "has", "to", "be", "in", "signal_6_n", ",", "and", "till", "then", "consistently", "signal_3_n", "will", "not", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "7.8", ")", "and", "rise", "(", "signal_2_n", "less", "81.5", ")", "imply", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[42,69]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "n't", "observed", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "within", "the", "following", "42", "to", "69", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", ",", "and", "till", "then", "consistently", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "42", ":", "69", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "fall", "(", "signal_1_n", "==", "7.8", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["rise", "(", "signal_2_n", "<", "81.5", ")"]]}, " prop_3 ": {"span": [66, 72], "prop": [["signal_5_n", "==", "signal_6_n"]]}, " prop_4 ": {"span": [77, 84], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4, "sentence": ["Ultimately", "there", "will", "be", "sometime", "during", "the", "first", "89", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,89]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "there", "will", "be", "sometime", "during", "the", "first", "89", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1131, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "78.7", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "drops", "to", "no", "more", "than", "19.1", "gets", "observed", "then", "in", "response", "for", "every", "time", "point", "within", "the", "following", "33", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "during", "the", "following", "89", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal_3_n", "must", "not", "be", "equal", "to", "27.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "78.7", "or", "rise", "(", "signal_2_n", "less equal", "19.1", ")", "imply", "globally", "[0,33]", "(", "finally", "[0,89]", "(", "negation", "(", "signal_3_n", "math equal", "27.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", ",", "there", "has", "to", "be", "a", "certain", "moment", "during", "the", "following", "89", "time", "units", ",", "at", "which", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "33", "]", "(", "F", "[", "0", ":", "89", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "78.7"]]}, " prop_2 ": {"span": [22, 46], "prop": [["rise", "(", "signal_2_n", "<=", "19.1", ")"]]}, " prop_3 ": {"span": [64, 74], "prop": [["-", "(", "signal_3_n", "==", "27.2", ")"]]}}} {"id": 297, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "signal_1_n", "shall", "remain", "in", "signal_2_n", "continuously", ",", "and", "the", "mode", "of", "signal_3_n", "should", "be", "consecutively", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2693, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "falls", "to", "at", "most", "3.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "become", "not", "set", "to", "signal_3_n", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "3.6", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "3.6", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5623, "sentence": ["Continuously", "the", "signal_1_n", "signal", "will", "have", "to", "remain", "in", "signal_2_n", "for", "more", "than", "57", "time", "units", "."], "ltl": ["globally", "[0,57]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 196, "sentence": ["When", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "and", "consistently", "continued", "like", "this", "within", "the", "past", "2", "to", "19", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal_3_n", "will", "keep", "in", "signal_4_n", "until", "the", "state", "of", "signal", "signal_5_n", "will", "be", "in", "signal_6_n", ",", "which", "will", "get", "detected", "at", "a", "time", "after", "at", "most", "47", "time", "units", "ultimately", "."], "ltl": ["globally", "(", "historically", "[2,19]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "[0,47]", "(", "signal_5_n", "math equal", "signal_6_n", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "2", ":", "19", "]", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 62], "prop": [["signal_3_n", "==", "signal_4_n"], ["signal_5_n", "==", "signal_6_n"]]}}} {"id": 3112, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "50.6", "is", "detected", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "must", "be", "above", "42.3", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "50.6", ")", "imply", "signal_2_n", "more", "42.3", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["fall", "(", "signal_1_n", "==", "50.6", ")"]]}, " prop_2 ": {"span": [16, 30], "prop": [["signal_2_n", ">", "42.3"]]}}} {"id": 66, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "lower", "than", "70.2", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "have", "to", "be", "simultaneously", "62.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "70.2", ")", "imply", "signal_2_n", "math equal", "62.0", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "70.2", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "62.0"]]}}} {"id": 3930, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "39.9", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "instantly", "96.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "39.9", ")", "imply", "signal_2_n", "math equal", "96.7", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "39.9", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "96.7"]]}}} {"id": 5818, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "or", "equal", "to", "66.1", "gets", "detected", ",", "then", "in", "response", "after", "a", "time", "during", "the", "subsequent", "72", "time", "units", ",", "signal_2_n", "shall", "be", "equal", "to", "65.4", "and", "will", "be", "uninterruptedly", "keeping", "like", "this", "for", "each", "moment", "during", "the", "following", "14", "to", "78", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "66.1", ")", "imply", "finally", "[0,72]", "(", "globally", "[14,78]", "(", "signal_2_n", "math equal", "65.4", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "after", "a", "time", "during", "the", "subsequent", "72", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "72", "]", "(", "G", "[", "14", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<=", "66.1", ")"]]}, " prop_2 ": {"span": [33, 57], "prop": [["signal_2_n", "==", "65.4"]]}}} {"id": 5025, "sentence": ["There", "is", "a", "certain", "moment", "starting", "between", "16", "to", "89", "time", "units", ",", "at", "which", "ultimately", "signal_1_n", "should", "be", "greater", "than", "22.9", "and", "smaller", "than", "40.0", ",", "or", "the", "signal_2_n", "signal", "needs", "to", "be", "equal", "to", "93.8", "ultimately", "."], "ltl": ["finally", "[16,89]", "(", "(", "signal_1_n", "more", "22.9", "and", "signal_1_n", "less", "40.0", ")", "or", "signal_2_n", "math equal", "93.8", ")"], "logic_sentence": ["There", "is", "a", "certain", "moment", "starting", "between", "16", "to", "89", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "16", ":", "89", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">", "22.9"], ["signal_1_n", "<", "40.0"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "93.8"]]}}} {"id": 1942, "sentence": ["Consecutively", "the", "signal_1_n", "signal", "should", "keep", "lower", "than", "93.4", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "93.4", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "<", "93.4"]]}}} {"id": 5926, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "57.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "should", "be", "greater", "than", "or", "equal", "to", "20.3", "and", "has", "to", "consecutively", "hold", "like", "that", "until", "there", "will", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "goes", "lower", "than", "8.7", "will", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "57.1", ")", "imply", "(", "signal_2_n", "more equal", "20.3", ")", "until", "(", "rise", "(", "signal_3_n", "less", "8.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "has", "to", "consecutively", "hold", "like", "that", "until", "there", "will", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "57.1", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", ">=", "20.3"]]}, " prop_3 ": {"span": [65, 73], "prop": [["rise", "(", "signal_3_n", "<", "8.7", ")"]]}}} {"id": 1197, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "9.9", "will", "have", "to", "eventually", "occur", ",", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "finally", "greater", "than", "6.0", "."], "ltl": ["finally", "(", "fall", "(", "signal_1_n", "math equal", "9.9", ")", "and", "signal_2_n", "more", "6.0", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "eventually", "occur", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["fall", "(", "signal_1_n", "==", "9.9", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", ">", "6.0"]]}}} {"id": 412, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "signal_1_n", "shall", "eventually", "become", "less", "than", "74.8", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "74.8", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["rise", "(", "signal_1_n", "<", "74.8", ")"]]}}} {"id": 624, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "higher", "than", "51.6", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_2_n", "shall", "be", "signal_3_n", "and", "then", "this", "condition", "will", "consistently", "hold", "in", "the", "past", "63", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.6", ")", "imply", "historically", "[0,63]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "consistently", "hold", "in", "the", "past", "63", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "51.6", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2904, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "85", "time", "units", "finally", ",", "at", "which", "the", "signal_1_n", "signal", "should", "be", "larger", "than", "54.0", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "more", "54.0", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "starting", "at", "most", "85", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", ">", "54.0"]]}}} {"id": 4408, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "shifts", "to", "3.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "signal_2_n", "will", "be", "equal", "to", "30.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "3.9", ")", "imply", "signal_2_n", "math equal", "30.7", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "3.9", ")"]]}, " prop_2 ": {"span": [22, 28], "prop": [["signal_2_n", "==", "30.7"]]}}} {"id": 5180, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "11.5", "then", "signal_2_n", "shall", "remain", "on", "78.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "11.5", ")", "imply", "signal_2_n", "math equal", "78.9", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "11.5", ")"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "==", "78.9"]]}}} {"id": 4675, "sentence": ["Eventually", "there", "should", "be", "a", "time", "during", "the", "first", "21", "to", "30", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "39.8", "ought", "to", "be", "detected", "."], "ltl": ["finally", "[21,30]", "(", "rise", "(", "signal_1_n", "less equal", "39.8", ")", ")"], "logic_sentence": ["Eventually", "there", "should", "be", "a", "time", "during", "the", "first", "21", "to", "30", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "be", "detected", "."], "logic_ltl": ["F", "[", "21", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 32], "prop": [["rise", "(", "signal_1_n", "<=", "39.8", ")"]]}}} {"id": 944, "sentence": ["The", "signal_1_n", "signal", "shall", "stay", "at", "81.1", "without", "interruption", "between", "6", "to", "41", "time", "units", "."], "ltl": ["globally", "[6,41]", "(", "signal_1_n", "math equal", "81.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "41", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "81.1"]]}}} {"id": 1929, "sentence": ["The", "mode", "of", "signal_1_n", "shall", "remain", "in", "signal_2_n", "all", "the", "time", "for", "every", "time", "point", "in", "the", "first", "89", "time", "units", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3113, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "51.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "larger", "than", "91.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "51.6", ")", "imply", "signal_2_n", "more", "91.6", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["fall", "(", "signal_1_n", "==", "51.6", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", ">", "91.6"]]}}} {"id": 2978, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "33.2", "and", "at", "most", "49.6", "or", "the", "mode", "of", "signal", "signal_2_n", "keeps", "in", "signal_3_n", "then", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "89", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "equal", "to", "1.9", "consistently", "in", "the", "subsequent", "52", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "33.2", "and", "signal_1_n", "less equal", "49.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,89]", "(", "globally", "[0,52]", "(", "signal_4_n", "math equal", "1.9", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "next", "89", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "89", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 20], "prop": [["signal_1_n", ">=", "33.2"], ["signal_1_n", "<=", "49.6"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [48, 66], "prop": [["signal_4_n", "==", "1.9"]]}}} {"id": 3606, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "13.8", ",", "and", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "next", "41", "time", "units", ",", "at", "which", "signal_4_n", "shall", "be", "greater", "than", "or", "equal", "to", "56.3", "and", "at", "most", "98.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "13.8", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,41]", "(", "signal_4_n", "more equal", "56.3", "and", "signal_4_n", "less equal", "98.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "next", "41", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "41", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "13.8"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [48, 61], "prop": [["signal_4_n", ">=", "56.3"], ["signal_4_n", "<=", "98.4"]]}}} {"id": 107, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "65", "time", "units", "the", "event", "that", "signal_1_n", "gets", "changed", "to", "4.2", "will", "eventually", "take", "place", "."], "ltl": ["finally", "[0,65]", "(", "rise", "(", "signal_1_n", "math equal", "4.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "65", "time", "units", "the", "event", "that", "(", "prop_1", ")", "will", "eventually", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["rise", "(", "signal_1_n", "==", "4.2", ")"]]}}} {"id": 1636, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "above", "52.4", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "is", "promptly", "53.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "52.4", ")", "imply", "signal_2_n", "math equal", "53.5", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "52.4", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "==", "53.5"]]}}} {"id": 5339, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "25.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "is", "higher", "than", "38.2", "then", "this", "scenario", "must", "uninterruptedly", "keep", "in", "the", "following", "8", "to", "18", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "25.4", "imply", "globally", "[8,18]", "(", "signal_2_n", "more", "38.2", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "then", "this", "scenario", "must", "uninterruptedly", "keep", "in", "the", "following", "8", "to", "18", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "8", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "25.4"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", ">", "38.2"]]}}} {"id": 1349, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "enters", "signal_2_n", "is", "observed", "then", "in", "response", "the", "scenario", "that", "signal_3_n", "rises", "to", "greater", "than", "or", "equal", "to", "36.9", "ought", "to", "occur", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "36.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "starting", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["rise", "(", "signal_3_n", ">=", "36.9", ")"]]}}} {"id": 5803, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "54.8", "gets", "detected", "then", "in", "response", "there", "shall", "be", "a", "certain", "time", "instant", "during", "the", "subsequent", "6", "time", "units", ",", "after", "which", "signal_2_n", "needs", "to", "be", "consistently", "no", "less", "than", "87.5", "for", "each", "moment", "in", "the", "following", "58", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "54.8", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,58]", "(", "signal_2_n", "more equal", "87.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "there", "shall", "be", "a", "certain", "time", "instant", "during", "the", "subsequent", "6", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "54.8", ")"]]}, " prop_2 ": {"span": [37, 55], "prop": [["signal_2_n", ">=", "87.5"]]}}} {"id": 2342, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "21.9", "and", "no", "larger", "than", "27.7", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "10.0", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "21.9", "and", "signal_1_n", "less equal", "27.7", "imply", "signal_2_n", "math equal", "10.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">=", "21.9"], ["signal_1_n", "<=", "27.7"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "10.0"]]}}} {"id": 1711, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "63.8", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "subsequent", "88", "time", "units", ",", "ultimately", "there", "is", "a", "time", "during", "the", "following", "43", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "begins", "deviating", "from", "61.3", "does", "not", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.8", ")", "imply", "globally", "[0,88]", "(", "finally", "[0,43]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "61.3", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "subsequent", "88", "time", "units", ",", "ultimately", "there", "is", "a", "time", "during", "the", "following", "43", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "63.8", ")"]]}, " prop_2 ": {"span": [53, 58], "prop": [["-", "fall", "(", "signal_2_n", "==", "61.3", ")"]]}}} {"id": 4965, "sentence": ["For", "each", "moment", "within", "the", "first", "40", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "uninterruptedly", "between", "21.9", "-LRB-", "closed", "-RRB-", "and", "87.6", "-LRB-", "closed", "-RRB-", "and", "the", "value", "of", "signal", "signal_2_n", "will", "continuously", "remain", "at", "most", "52.1", "."], "ltl": ["globally", "[0,40]", "(", "(", "signal_1_n", "more equal", "21.9", "and", "signal_1_n", "less equal", "87.6", ")", "and", "signal_2_n", "less equal", "52.1", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "40", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "40", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 29], "prop": [["signal_1_n", ">=", "21.9"], ["signal_1_n", "<=", "87.6"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", "<=", "52.1"]]}}} {"id": 6075, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "1.1", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "coming", "33", "time", "units", ",", "eventually", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "32.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "1.1", ")", "imply", "finally", "[0,33]", "(", "signal_2_n", "math equal", "32.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "coming", "33", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["fall", "(", "signal_1_n", "==", "1.1", ")"]]}, " prop_2 ": {"span": [38, 47], "prop": [["signal_2_n", "==", "32.7"]]}}} {"id": 100, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "less", "than", "27.6", "all", "the", "time", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less", "27.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "<", "27.6"]]}}} {"id": 1887, "sentence": ["In", "the", "future", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "keep", "above", "6.1", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more", "6.1", ")"], "logic_sentence": ["In", "the", "future", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "6.1"]]}}} {"id": 2932, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "22.7", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "41", "to", "87", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "signal_2_n", "signal", "shall", "not", "be", "no", "less", "than", "97.9", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "22.7", ")", "imply", "globally", "[41,87]", "(", "finally", "(", "negation", "(", "signal_2_n", "more equal", "97.9", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "41", "to", "87", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "41", ":", "87", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "22.7", ")"]]}, " prop_2 ": {"span": [49, 60], "prop": [["-", "(", "signal_2_n", ">=", "97.9", ")"]]}}} {"id": 2070, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "7.9", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "smaller", "than", "35.5", "will", "get", "detected", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "7.9", ")", "imply", "rise", "(", "signal_2_n", "less", "35.5", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "will", "get", "detected", "promptly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "7.9", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["rise", "(", "signal_2_n", "<", "35.5", ")"]]}}} {"id": 289, "sentence": ["The", "value", "of", "signal", "signal_1_n", "will", "settle", "to", "19.4", "eventually", "at", "a", "certain", "time", "point", "starting", "at", "most", "51", "time", "units", "."], "ltl": ["finally", "[0,51]", "(", "signal_1_n", "math equal", "19.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "19.4"]]}}} {"id": 5629, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "52.2", "gets", "observed", "then", "eventually", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "between", "-LSB-", "16.0", ",", "86.9", "-RSB-", "at", "a", "certain", "moment", "in", "the", "first", "10", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "52.2", ")", "imply", "finally", "[0,10]", "(", "signal_2_n", "more equal", "16.0", "and", "signal_2_n", "less equal", "86.9", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "10", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "52.2", ")"]]}, " prop_2 ": {"span": [16, 40], "prop": [["signal_2_n", ">=", "16.0"], ["signal_2_n", "<=", "86.9"]]}}} {"id": 1010, "sentence": ["Finally", "the", "value", "of", "signal_1_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "39.9", "and", "less", "than", "or", "equal", "to", "62.5", "at", "a", "certain", "time", "point", "starting", "at", "most", "91", "time", "units", "."], "ltl": ["finally", "[0,91]", "(", "signal_1_n", "more equal", "39.9", "and", "signal_1_n", "less equal", "62.5", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "91", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 32], "prop": [["signal_1_n", ">=", "39.9"], ["signal_1_n", "<=", "62.5"]]}}} {"id": 1935, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "16.0", "is", "observed", ",", "or", "the", "value", "of", "signal_2_n", "is", "larger", "than", "0.9", "and", "below", "1.7", ",", "then", "in", "response", "instantly", "the", "state", "of", "signal", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.0", ")", "or", "(", "signal_2_n", "more", "0.9", "and", "signal_2_n", "less", "1.7", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "16.0", ")"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", ">", "0.9"], ["signal_2_n", "<", "1.7"]]}, " prop_3 ": {"span": [32, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5674, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "needs", "to", "be", "ultimately", "equal", "to", "82.6", ",", "and", "signal_2_n", "is", "ultimately", "greater", "than", "25.6", "and", "below", "47.0", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "82.6", "and", "(", "signal_2_n", "more", "25.6", "and", "signal_2_n", "less", "47.0", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "82.6"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", ">", "25.6"], ["signal_2_n", "<", "47.0"]]}}} {"id": 5109, "sentence": ["For", "each", "time", "point", "within", "8", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "equal", "to", "92.9", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "math equal", "92.9", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "8", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "92.9"]]}}} {"id": 2575, "sentence": ["Finally", "there", "will", "be", "a", "time", "starting", "between", "2", "to", "17", "time", "units", ",", "at", "which", "signal_1_n", "shall", "stay", "at", "least", "74.9", "."], "ltl": ["finally", "[2,17]", "(", "signal_1_n", "more equal", "74.9", ")"], "logic_sentence": ["Finally", "there", "will", "be", "a", "time", "starting", "between", "2", "to", "17", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "2", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", ">=", "74.9"]]}}} {"id": 1214, "sentence": ["For", "each", "time", "point", "in", "the", "first", "77", "time", "units", ",", "the", "signal_1_n", "signal", "will", "consecutively", "keep", "equal", "to", "70.1", "or", "continuously", "the", "scenario", "that", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "never", "gets", "observed", "."], "ltl": ["globally", "[0,77]", "(", "signal_1_n", "math equal", "70.1", "or", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "77", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "77", "]", "(", "prop_1", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 34], "prop": [["signal_1_n", "==", "70.1"], ["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5009, "sentence": ["In", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "time", "point", "within", "the", "next", "58", "to", "90", "time", "units", ",", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "the", "signal_3_n", "signal", "will", "be", "always", "set", "to", "56.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[58,90]", "(", "globally", "(", "signal_3_n", "math equal", "56.2", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "after", "a", "certain", "time", "point", "within", "the", "next", "58", "to", "90", "time", "units", ",", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "58", ":", "90", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [43, 52], "prop": [["signal_3_n", "==", "56.2"]]}}} {"id": 1941, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_3_n", "does", "not", "settle", "to", "90.0", "or", "at", "once", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "equal", "to", "44.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "math equal", "90.0", ")", "or", "signal_4_n", "math equal", "44.0", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "or", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["-", "(", "signal_3_n", "==", "90.0", ")"]]}, " prop_3 ": {"span": [42, 53], "prop": [["signal_4_n", "==", "44.0"]]}}} {"id": 370, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "at", "least", "78.8", ",", "then", "finally", "at", "sometime", "within", "the", "first", "73", "time", "units", ",", "during", "the", "following", "35", "time", "units", ",", "the", "value", "of", "signal_2_n", "ought", "to", "be", "no", "less", "than", "2.4", "and", "less", "than", "or", "equal", "to", "12.1", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "78.8", "imply", "finally", "[0,73]", "(", "globally", "[0,35]", "(", "signal_2_n", "more equal", "2.4", "and", "signal_2_n", "less equal", "12.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "finally", "at", "sometime", "within", "the", "first", "73", "time", "units", ",", "during", "the", "following", "35", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "35", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", ">=", "78.8"]]}, " prop_2 ": {"span": [35, 53], "prop": [["signal_2_n", ">=", "2.4"], ["signal_2_n", "<=", "12.1"]]}}} {"id": 4420, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "has", "been", "consecutively", "staying", "between", "the", "interval", "-LSB-", "2.7", ",", "37.0", "-RSB-", "during", "the", "past", "99", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "during", "the", "subsequent", "84", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "following", "21", "to", "46", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "starts", "not", "equaling", "to", "86.8", "should", "n't", "be", "observed", "ultimately", "."], "ltl": ["globally", "(", "historically", "[0,99]", "(", "signal_1_n", "more equal", "2.7", "and", "signal_1_n", "less equal", "37.0", ")", "imply", "globally", "[0,84]", "(", "finally", "[21,46]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "86.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "during", "the", "subsequent", "84", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "point", "in", "the", "following", "21", "to", "46", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "n't", "be", "observed", "ultimately", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "99", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "0", ":", "84", "]", "(", "F", "[", "21", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 31], "prop": [["signal_1_n", ">=", "2.7"], ["signal_1_n", "<=", "37.0"]]}, " prop_2 ": {"span": [71, 77], "prop": [["-", "fall", "(", "signal_2_n", "==", "86.8", ")"]]}}} {"id": 2517, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "signal_1_n", "falls", "to", "at", "most", "3.6", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "ultimately", "exist", "sometime", "in", "the", "first", "14", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "at", "least", "19.1", "and", "then", "this", "scenario", "should", "continue", "without", "interruption", "for", "each", "moment", "during", "the", "following", "3", "to", "10", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "3.6", ")", "imply", "finally", "[0,14]", "(", "globally", "[3,10]", "(", "signal_2_n", "more equal", "19.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "ultimately", "exist", "sometime", "in", "the", "first", "14", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "should", "continue", "without", "interruption", "for", "each", "moment", "during", "the", "following", "3", "to", "10", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "14", "]", "(", "G", "[", "3", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<=", "3.6", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["signal_2_n", ">=", "19.1"]]}}} {"id": 1567, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "remains", "no", "less", "than", "42.1", "and", "no", "more", "than", "89.6", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "starts", "deviating", "from", "80.1", "is", "observed", ",", "then", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "10", "to", "47", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "greater", "than", "70.4", ",", "till", "then", "the", "value", "of", "signal_3_n", "ought", "to", "keep", "greater", "than", "28.3", "and", "smaller", "than", "90.3", "all", "the", "time", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "42.1", "and", "signal_1_n", "less equal", "89.6", ")", "and", "fall", "(", "signal_2_n", "math equal", "80.1", ")", "imply", "(", "signal_3_n", "more", "28.3", "and", "signal_3_n", "less", "90.3", ")", "until", "[10,47]", "(", "signal_4_n", "more", "70.4", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "10", "to", "47", "time", "units", ",", "at", "which", "finally", "(", "prop_3", ")", ",", "till", "then", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "(", "prop_4", "&", "prop_4", ")", "U", "[", "10", ":", "47", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "42.1"], ["signal_1_n", "<=", "89.6"]]}, " prop_2 ": {"span": [23, 30], "prop": [["fall", "(", "signal_2_n", "==", "80.1", ")"]]}, " prop_3 ": {"span": [54, 66], "prop": [["signal_4_n", ">", "70.4"]]}, " prop_4 ": {"span": [69, 86], "prop": [["signal_3_n", ">", "28.3"], ["signal_3_n", "<", "90.3"]]}}} {"id": 521, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "will", "remain", "greater", "than", "or", "equal", "to", "15.3", "and", "at", "most", "61.3", "for", "each", "moment", "in", "the", "first", "1", "time", "units", "."], "ltl": ["globally", "[0,1]", "(", "signal_1_n", "more equal", "15.3", "and", "signal_1_n", "less equal", "61.3", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "1", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 26], "prop": [["signal_1_n", ">=", "15.3"], ["signal_1_n", "<=", "61.3"]]}}} {"id": 2921, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "81.0", "and", "the", "signal_2_n", "signal", "remains", "on", "55.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "63", "time", "units", "there", "must", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "signal_3_n", "changes", "to", "41.1", "will", "have", "to", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "81.0", "and", "signal_2_n", "math equal", "55.0", "imply", "globally", "[0,63]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "41.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "63", "time", "units", "there", "must", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "63", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "81.0"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "55.0"]]}, " prop_3 ": {"span": [66, 70], "prop": [["rise", "(", "signal_3_n", "==", "41.1", ")"]]}}} {"id": 3659, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "not", "less", "than", "or", "equal", "to", "31.0", ",", "then", "the", "value", "of", "signal", "signal_2_n", "shall", "immediately", "not", "be", "smaller", "than", "86.3", "or", "instantly", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "decreases", "to", "less", "than", "or", "equal", "to", "75.0", "should", "be", "detected", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "31.0", ")", "imply", "negation", "(", "signal_2_n", "less", "86.3", ")", "or", "rise", "(", "signal_3_n", "less equal", "75.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["-", "(", "signal_1_n", "<=", "31.0", ")"]]}, " prop_2 ": {"span": [22, 55], "prop": [["-", "(", "signal_2_n", "<", "86.3", ")"], ["rise", "(", "signal_3_n", "<=", "75.0", ")"]]}}} {"id": 2369, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "equal", "to", "48.0", "and", "remained", "on", "this", "value", "uninterruptedly", "for", "the", "elapsed", "16", "to", "53", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "76", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "goes", "down", "to", "smaller", "than", "28.4", "needs", "to", "be", "observed", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "[16,53]", "(", "signal_1_n", "math equal", "48.0", ")", "imply", "globally", "[0,76]", "(", "finally", "(", "rise", "(", "signal_2_n", "less", "28.4", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "subsequent", "76", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "16", ":", "53", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "76", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 24], "prop": [["signal_1_n", "==", "48.0"]]}, " prop_2 ": {"span": [47, 76], "prop": [["rise", "(", "signal_2_n", "<", "28.4", ")"]]}}} {"id": 1652, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_3_n", "is", "in", "signal_4_n", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2284, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "stay", "equal", "to", "80.9", "consecutively", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "80.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "80.9"]]}}} {"id": 1912, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "15.6", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "more equal", "15.6", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 37], "prop": [["signal_3_n", ">=", "15.6"]]}}} {"id": 1021, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "larger", "than", "86.8", "happens", ",", "then", "the", "state", "of", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "and", "will", "have", "to", "always", "remain", "like", "this", "until", "signal_4_n", "will", "not", "exceed", "2.5", ",", "which", "must", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "86.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "negation", "rise", "(", "signal_4_n", "more", "2.5", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">", "86.8", ")"]]}, " prop_2 ": {"span": [16, 57], "prop": [["signal_2_n", "==", "signal_3_n"], ["-", "rise", "(", "signal_4_n", ">", "2.5", ")"]]}}} {"id": 4088, "sentence": ["In", "case", "that", "the", "state", "of", "signal_1_n", "is", "not", "set", "to", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "ought", "to", "be", "31.7", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "31.7", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_3_n", "==", "31.7"]]}}} {"id": 1654, "sentence": ["For", "each", "time", "point", "in", "the", "first", "87", "time", "units", "signal_1_n", "must", "keep", "greater", "than", "or", "equal", "to", "96.4", "consistently", "."], "ltl": ["globally", "[0,87]", "(", "signal_1_n", "more equal", "96.4", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "87", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">=", "96.4"]]}}} {"id": 184, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "higher", "than", "21.4", "and", "less", "than", "44.9", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "next", "19", "time", "units", ",", "there", "must", "exist", "sometime", "after", "at", "most", "16", "time", "units", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "must", "stay", "less", "than", "79.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "21.4", "and", "signal_1_n", "less", "44.9", "imply", "globally", "[0,19]", "(", "finally", "[0,16]", "(", "signal_2_n", "less", "79.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "for", "each", "time", "instant", "during", "the", "next", "19", "time", "units", ",", "there", "must", "exist", "sometime", "after", "at", "most", "16", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "19", "]", "(", "F", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">", "21.4"], ["signal_1_n", "<", "44.9"]]}, " prop_2 ": {"span": [47, 55], "prop": [["signal_2_n", "<", "79.8"]]}}} {"id": 302, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "detected", ",", "then", "in", "response", "promptly", "the", "value", "of", "signal_3_n", "needs", "to", "be", "above", "51.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "51.9", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_3_n", ">", "51.9"]]}}} {"id": 2129, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "falls", "to", "at", "most", "24.7", "occurs", ",", "then", "in", "response", "there", "will", "be", "eventually", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "89.5", "then", "this", "scenario", "needs", "to", "hold", "uninterruptedly", "for", "every", "time", "instant", "during", "the", "subsequent", "11", "to", "31", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "24.7", ")", "imply", "finally", "(", "globally", "[11,31]", "(", "signal_2_n", "math equal", "89.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "there", "will", "be", "eventually", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "then", "this", "scenario", "needs", "to", "hold", "uninterruptedly", "for", "every", "time", "instant", "during", "the", "subsequent", "11", "to", "31", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "11", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<=", "24.7", ")"]]}, " prop_2 ": {"span": [34, 43], "prop": [["signal_2_n", "==", "89.5"]]}}} {"id": 1750, "sentence": ["At", "sometime", "during", "the", "first", "9", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "less", "than", "78.8", "eventually", ",", "and", "eventually", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "81.4", "."], "ltl": ["finally", "[0,9]", "(", "signal_1_n", "less", "78.8", "and", "signal_2_n", "less equal", "81.4", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "9", "time", "units", ",", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", "<", "78.8"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "<=", "81.4"]]}}} {"id": 2891, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "72.1", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "exist", "a", "certain", "moment", "during", "the", "following", "13", "time", "units", "ultimately", ",", "at", "which", "signal_2_n", "ought", "to", "be", "60.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "72.1", ")", "imply", "finally", "[0,13]", "(", "signal_2_n", "math equal", "60.7", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "exist", "a", "certain", "moment", "during", "the", "following", "13", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "72.1", ")"]]}, " prop_2 ": {"span": [35, 40], "prop": [["signal_2_n", "==", "60.7"]]}}} {"id": 1612, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "45.9", "occurs", "then", "immediately", "the", "mode", "of", "signal", "signal_2_n", "has", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<", "45.9", ")"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2896, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "exceeds", "86.0", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "is", "a", "certain", "time", "instant", "during", "the", "next", "49", "time", "units", "ultimately", ",", "at", "which", "signal_2_n", "must", "be", "consistently", "equal", "to", "88.5", "for", "each", "time", "point", "within", "the", "subsequent", "33", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "86.0", ")", "imply", "finally", "[0,49]", "(", "globally", "[0,33]", "(", "signal_2_n", "math equal", "88.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "is", "a", "certain", "time", "instant", "during", "the", "next", "49", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "49", "]", "(", "G", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", ">", "86.0", ")"]]}, " prop_2 ": {"span": [32, 49], "prop": [["signal_2_n", "==", "88.5"]]}}} {"id": 1254, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "remains", "greater", "than", "15.9", "and", "less", "than", "17.2", ",", "and", "the", "event", "that", "signal_2_n", "is", "shifted", "to", "65.9", "happens", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "needs", "to", "be", "immediately", "38.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "15.9", "and", "signal_1_n", "less", "17.2", ")", "and", "rise", "(", "signal_2_n", "math equal", "65.9", ")", "imply", "signal_3_n", "math equal", "38.3", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["signal_1_n", ">", "15.9"], ["signal_1_n", "<", "17.2"]]}, " prop_2 ": {"span": [21, 26], "prop": [["rise", "(", "signal_2_n", "==", "65.9", ")"]]}, " prop_3 ": {"span": [33, 39], "prop": [["signal_3_n", "==", "38.3"]]}}} {"id": 1640, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "should", "eventually", "exist", "a", "time", "during", "the", "subsequent", "98", "time", "units", ",", "after", "which", "the", "signal_3_n", "signal", "is", "higher", "than", "55.0", "and", "below", "60.8", "then", "this", "condition", "will", "consecutively", "remain", "for", "every", "time", "point", "during", "the", "next", "99", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,99]", "(", "signal_3_n", "more", "55.0", "and", "signal_3_n", "less", "60.8", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "there", "should", "eventually", "exist", "a", "time", "during", "the", "subsequent", "98", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "condition", "will", "consecutively", "remain", "for", "every", "time", "point", "during", "the", "next", "99", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "99", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_3_n", ">", "55.0"], ["signal_3_n", "<", "60.8"]]}}} {"id": 2690, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "1.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "ought", "not", "to", "be", "27.0", "for", "every", "time", "instant", "in", "the", "following", "23", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "1.9", ")", "imply", "globally", "[23,23]", "(", "negation", "(", "signal_2_n", "math equal", "27.0", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "23", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "1.9", ")"]]}, " prop_2 ": {"span": [21, 39], "prop": [["-", "(", "signal_2_n", "==", "27.0", ")"]]}}} {"id": 4209, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "equal", "to", "61.0", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "78.5", "must", "take", "place", "in", "no", "time", "and", "at", "the", "same", "time", "instant", "signal_3_n", "will", "have", "to", "be", "equal", "to", "0.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "61.0", ")", "imply", "rise", "(", "signal_2_n", "more equal", "78.5", ")", "and", "signal_3_n", "math equal", "0.9", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "take", "place", "in", "no", "time", "and", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "61.0", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["rise", "(", "signal_2_n", ">=", "78.5", ")"]]}, " prop_3 ": {"span": [48, 57], "prop": [["signal_3_n", "==", "0.9"]]}}} {"id": 596, "sentence": ["Within", "the", "first", "92", "time", "units", "the", "signal_1_n", "signal", "uninterruptedly", "stays", "at", "most", "63.4", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "less equal", "63.4", ")"], "logic_sentence": ["Within", "the", "first", "92", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<=", "63.4"]]}}} {"id": 371, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "remains", "at", "least", "44.0", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "within", "the", "coming", "25", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "44.5", "and", "less", "than", "or", "equal", "to", "46.5", "and", "must", "stay", "in", "this", "range", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "next", "21", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "44.0", "imply", "finally", "[0,25]", "(", "globally", "[0,21]", "(", "signal_2_n", "more equal", "44.5", "and", "signal_2_n", "less equal", "46.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "within", "the", "coming", "25", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "25", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">=", "44.0"]]}, " prop_2 ": {"span": [36, 74], "prop": [["signal_2_n", ">=", "44.5"], ["signal_2_n", "<=", "46.5"]]}}} {"id": 1723, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "76.7", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "following", "17", "time", "units", "the", "signal_2_n", "signal", "will", "be", "finally", "81.5", "at", "a", "certain", "time", "instant", "in", "the", "coming", "100", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "76.7", ")", "imply", "globally", "[0,17]", "(", "finally", "[0,100]", "(", "signal_2_n", "math equal", "81.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "following", "17", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "76.7", ")"]]}, " prop_2 ": {"span": [31, 49], "prop": [["signal_2_n", "==", "81.5"]]}}} {"id": 3325, "sentence": ["The", "value", "of", "signal", "signal_1_n", "should", "continuously", "stay", "at", "most", "88.8", "between", "35", "to", "57", "time", "units", "."], "ltl": ["globally", "[35,57]", "(", "signal_1_n", "less equal", "88.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "35", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "<=", "88.8"]]}}} {"id": 1147, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "75.8", "then", "the", "value", "of", "signal_2_n", "must", "be", "instantly", "no", "less", "than", "4.5", "and", "less", "than", "13.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "75.8", ")", "imply", "signal_2_n", "more equal", "4.5", "and", "signal_2_n", "less", "13.0", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "75.8", ")"]]}, " prop_2 ": {"span": [12, 27], "prop": [["signal_2_n", ">=", "4.5"], ["signal_2_n", "<", "13.0"]]}}} {"id": 289, "sentence": ["For", "every", "moment", "within", "the", "first", "29", "time", "units", ",", "continuously", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[0,29]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "29", "time", "units", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "29", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1239, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "76.3", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "time", "instant", "within", "the", "subsequent", "21", "time", "units", "without", "interruption", "the", "signal_2_n", "signal", "needs", "to", "keep", "less", "than", "or", "equal", "to", "72.8", "in", "the", "next", "76", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "76.3", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,76]", "(", "signal_2_n", "less equal", "72.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "a", "certain", "time", "instant", "within", "the", "subsequent", "21", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "76.3", ")"]]}, " prop_2 ": {"span": [39, 57], "prop": [["signal_2_n", "<=", "72.8"]]}}} {"id": 6252, "sentence": ["There", "will", "have", "to", "be", "sometime", "within", "8", "to", "66", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "will", "be", "set", "to", "signal_2_n", "eventually", ",", "and", "eventually", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "stay", "no", "less", "than", "20.1", "."], "ltl": ["finally", "[8,66]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "20.1", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "sometime", "within", "8", "to", "66", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "8", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_3_n", ">=", "20.1"]]}}} {"id": 1080, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "not", "less", "than", "26.9", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "in", "no", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "26.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["-", "(", "signal_1_n", "<", "26.9", ")"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3453, "sentence": ["During", "the", "first", "83", "time", "units", "continuously", "signal_1_n", "is", "not", "below", "36.0", ",", "or", "the", "signal_2_n", "signal", "shall", "be", "consecutively", "greater", "than", "or", "equal", "to", "60.3", "."], "ltl": ["globally", "[0,83]", "(", "negation", "(", "signal_1_n", "less", "36.0", ")", "or", "signal_2_n", "more equal", "60.3", ")"], "logic_sentence": ["During", "the", "first", "83", "time", "units", "continuously", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["-", "(", "signal_1_n", "<", "36.0", ")"]]}, " prop_2 ": {"span": [14, 26], "prop": [["signal_2_n", ">=", "60.3"]]}}} {"id": 5667, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "0", "to", "43", "time", "units", ",", "the", "signal_1_n", "signal", "must", "be", "finally", "greater", "than", "or", "equal", "to", "26.4", "and", "less", "than", "or", "equal", "to", "72.7", "and", "the", "event", "that", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "47.2", "takes", "place", "finally", "."], "ltl": ["finally", "[0,43]", "(", "(", "signal_1_n", "more equal", "26.4", "and", "signal_1_n", "less equal", "72.7", ")", "and", "rise", "(", "signal_2_n", "more equal", "47.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "0", "to", "43", "time", "units", ",", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "43", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 33], "prop": [["signal_1_n", ">=", "26.4"], ["signal_1_n", "<=", "72.7"]]}, " prop_2 ": {"span": [37, 46], "prop": [["rise", "(", "signal_2_n", ">=", "47.2", ")"]]}}} {"id": 1443, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "66.8", "and", "less", "than", "or", "equal", "to", "97.6", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "no", "larger", "than", "31.1", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "is", "changed", "to", "41.6", "needs", "to", "occur", ",", "or", "right", "away", "the", "mode", "of", "signal_4_n", "needs", "to", "keep", "in", "signal_5_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "66.8", "and", "signal_1_n", "less equal", "97.6", ")", "and", "signal_2_n", "less equal", "31.1", "imply", "rise", "(", "signal_3_n", "math equal", "41.6", ")", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "event", "that", "(", "prop_3", ")", "needs", "to", "occur", ",", "or", "right", "away", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "66.8"], ["signal_1_n", "<=", "97.6"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "<=", "31.1"]]}, " prop_3 ": {"span": [42, 51], "prop": [["rise", "(", "signal_3_n", "==", "41.6", ")"]]}, " prop_4 ": {"span": [58, 67], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 527, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "bigger", "than", "81.4", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "signal_2_n", "starts", "not", "equaling", "to", "10.3", "is", "immediately", "not", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.4", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "10.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "is", "immediately", "not", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "81.4", ")"]]}, " prop_2 ": {"span": [28, 34], "prop": [["-", "fall", "(", "signal_2_n", "==", "10.3", ")"]]}}} {"id": 5858, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "90.9", ",", "or", "signal_2_n", "is", "at", "most", "36.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "uninterruptedly", "until", "there", "is", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "finally", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal", "signal_5_n", "falls", "below", "96.3", "is", "not", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.9", "or", "signal_2_n", "less equal", "36.9", "imply", "(", "signal_3_n", "math equal", "signal_4_n", ")", "until", "(", "negation", "fall", "(", "signal_5_n", "more equal", "96.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["signal_1_n", "==", "90.9"]]}, " prop_2 ": {"span": [9, 14], "prop": [["signal_2_n", "<=", "36.9"]]}, " prop_3 ": {"span": [23, 65], "prop": [["signal_3_n", "==", "signal_4_n"], ["-", "fall", "(", "signal_5_n", ">=", "96.3", ")"]]}}} {"id": 681, "sentence": ["In", "the", "first", "6", "to", "12", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "between", "the", "interval", "-LSB-", "80.3", ",", "80.9", "-RSB-", "consistently", "and", "continuously", "the", "signal_2_n", "signal", "must", "remain", "no", "less", "than", "19.6", "."], "ltl": ["globally", "[6,12]", "(", "(", "signal_1_n", "more equal", "80.3", "and", "signal_1_n", "less equal", "80.9", ")", "and", "signal_2_n", "more equal", "19.6", ")"], "logic_sentence": ["In", "the", "first", "6", "to", "12", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "12", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 37], "prop": [["signal_1_n", ">=", "80.3"], ["signal_1_n", "<=", "80.9"], ["signal_2_n", ">=", "19.6"]]}}} {"id": 4770, "sentence": ["For", "every", "moment", "in", "the", "first", "37", "time", "units", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "or", "consistently", "signal_3_n", "will", "be", "greater", "than", "or", "equal", "to", "73.7", "and", "at", "most", "79.3", "."], "ltl": ["globally", "[0,37]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "73.7", "and", "signal_3_n", "less equal", "79.3", ")", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "37", "time", "units", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "37", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 32], "prop": [["signal_3_n", ">=", "73.7"], ["signal_3_n", "<=", "79.3"]]}}} {"id": 4856, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "at", "most", "30.3", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "63", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "following", "16", "to", "82", "time", "units", "signal_2_n", "needs", "to", "be", "82.6", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "30.3", "imply", "globally", "[0,63]", "(", "finally", "[16,82]", "(", "signal_2_n", "math equal", "82.6", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "63", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "following", "16", "to", "82", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "63", "]", "(", "F", "[", "16", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<=", "30.3"]]}, " prop_2 ": {"span": [39, 45], "prop": [["signal_2_n", "==", "82.6"]]}}} {"id": 6135, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal_1_n", "deviates", "from", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "should", "be", "signal_4_n", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 29], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5204, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "22.0", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "22.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "<=", "22.0"]]}}} {"id": 37, "sentence": ["The", "state", "of", "signal_1_n", "should", "uninterruptedly", "keep", "in", "signal_2_n", "during", "the", "first", "98", "time", "units", "."], "ltl": ["globally", "[0,98]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 576, "sentence": ["Consistently", "the", "signal_1_n", "signal", "is", "higher", "than", "30.8", "and", "smaller", "than", "65.5", "for", "at", "least", "97", "time", "units", "."], "ltl": ["globally", "[0,97]", "(", "signal_1_n", "more", "30.8", "and", "signal_1_n", "less", "65.5", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", ">", "30.8"], ["signal_1_n", "<", "65.5"]]}}} {"id": 1980, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "2.5", "and", "less", "than", "3.9", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "continuously", "for", "the", "first", "99", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "2.5", "and", "signal_1_n", "less", "3.9", "imply", "globally", "[0,99]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 23], "prop": [["signal_1_n", ">=", "2.5"], ["signal_1_n", "<", "3.9"]]}, " prop_2 ": {"span": [30, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2952, "sentence": ["There", "needs", "to", "be", "sometime", "during", "the", "first", "81", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "eventually", "less", "than", "29.7", "."], "ltl": ["finally", "[0,81]", "(", "signal_1_n", "less", "29.7", ")"], "logic_sentence": ["There", "needs", "to", "be", "sometime", "during", "the", "first", "81", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "<", "29.7"]]}}} {"id": 1622, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "leaves", "signal_2_n", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "14.0", "and", "then", "will", "stay", "in", "this", "range", "consecutively", "until", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "becomes", "greater", "than", "79.0", "takes", "place", "finally", "at", "a", "certain", "moment", "during", "the", "subsequent", "45", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "14.0", ")", "until", "[0,45]", "(", "rise", "(", "signal_4_n", "more", "79.0", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 68], "prop": [["signal_3_n", "<=", "14.0"], ["rise", "(", "signal_4_n", ">", "79.0", ")"]]}}} {"id": 2994, "sentence": ["For", "each", "time", "point", "within", "91", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "uninterruptedly", "remain", "greater", "than", "0.6", "and", "less", "than", "4.9", "."], "ltl": ["globally", "[0,91]", "(", "signal_1_n", "more", "0.6", "and", "signal_1_n", "less", "4.9", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "91", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "91", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 23], "prop": [["signal_1_n", ">", "0.6"], ["signal_1_n", "<", "4.9"]]}}} {"id": 146, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "83", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "remains", "no", "less", "than", "19.7", "and", "smaller", "than", "48.1", "or", "the", "value", "of", "signal", "signal_2_n", "must", "continuously", "stay", "larger", "than", "4.5", "and", "less", "than", "99.2", "."], "ltl": ["globally", "[0,83]", "(", "(", "signal_1_n", "more equal", "19.7", "and", "signal_1_n", "less", "48.1", ")", "or", "(", "signal_2_n", "more", "4.5", "and", "signal_2_n", "less", "99.2", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "83", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">=", "19.7"], ["signal_1_n", "<", "48.1"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", ">", "4.5"], ["signal_2_n", "<", "99.2"]]}}} {"id": 3260, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "equal", "to", "20.6", ",", "and", "signal_2_n", "is", "above", "58.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "coming", "99", "time", "units", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal_3_n", "changes", "to", "signal_4_n", "ought", "n't", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "20.6", "and", "signal_2_n", "more", "58.9", "imply", "finally", "[0,99]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "coming", "99", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "ought", "n't", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "99", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "20.6"]]}, " prop_2 ": {"span": [10, 14], "prop": [["signal_2_n", ">", "58.9"]]}, " prop_3 ": {"span": [41, 48], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 308, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "gets", "lower", "than", "76.3", "takes", "place", ",", "then", "simultaneously", "the", "value", "of", "signal", "signal_2_n", "should", "be", "at", "least", "82.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "76.3", ")", "imply", "signal_2_n", "more equal", "82.2", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "76.3", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", ">=", "82.2"]]}}} {"id": 5479, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "less", "than", "21.4", "happens", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "changed", "to", "16.5", "is", "detected", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "must", "be", "greater", "than", "4.6", "and", "smaller", "than", "5.9", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "21.4", ")", "and", "rise", "(", "signal_2_n", "math equal", "16.5", ")", "imply", "signal_3_n", "more", "4.6", "and", "signal_3_n", "less", "5.9", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "detected", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "<", "21.4", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["rise", "(", "signal_2_n", "==", "16.5", ")"]]}, " prop_3 ": {"span": [33, 49], "prop": [["signal_3_n", ">", "4.6"], ["signal_3_n", "<", "5.9"]]}}} {"id": 1393, "sentence": ["For", "each", "moment", "within", "45", "to", "46", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "greater", "than", "31.6", "and", "at", "most", "63.9", "continuously", ",", "and", "signal_2_n", "stays", "at", "least", "98.1", "consecutively", "."], "ltl": ["globally", "[45,46]", "(", "(", "signal_1_n", "more", "31.6", "and", "signal_1_n", "less equal", "63.9", ")", "and", "signal_2_n", "more equal", "98.1", ")"], "logic_sentence": ["For", "each", "moment", "within", "45", "to", "46", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "45", ":", "46", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 25], "prop": [["signal_1_n", ">", "31.6"], ["signal_1_n", "<=", "63.9"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_2_n", ">=", "98.1"]]}}} {"id": 3033, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "40.5", ",", "or", "the", "signal_2_n", "signal", "stays", "higher", "than", "29.4", ",", "then", "in", "response", "at", "the", "same", "time", "the", "mode", "of", "signal", "signal_3_n", "has", "to", "be", "signal_4_n", "or", "at", "the", "same", "time", "signal_5_n", "shall", "not", "be", "equal", "to", "33.3", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "40.5", "or", "signal_2_n", "more", "29.4", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "negation", "(", "signal_5_n", "math equal", "33.3", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_3", ")", "or", "at", "the", "same", "time", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "40.5"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", ">", "29.4"]]}, " prop_3 ": {"span": [30, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [44, 51], "prop": [["-", "(", "signal_5_n", "==", "33.3", ")"]]}}} {"id": 3034, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "83.2", ",", "or", "the", "value", "of", "signal", "signal_2_n", "remains", "higher", "than", "54.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "will", "have", "to", "be", "in", "signal_4_n", "at", "the", "same", "time", "point", "or", "without", "any", "delay", "signal_5_n", "must", "never", "be", "38.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "83.2", "or", "signal_2_n", "more", "54.0", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "negation", "(", "signal_5_n", "math equal", "38.9", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "or", "without", "any", "delay", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<=", "83.2"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", ">", "54.0"]]}, " prop_3 ": {"span": [33, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [51, 56], "prop": [["-", "(", "signal_5_n", "==", "38.9", ")"]]}}} {"id": 412, "sentence": ["For", "every", "moment", "within", "the", "first", "18", "to", "74", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "must", "be", "consecutively", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[18,74]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "18", "to", "74", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "18", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 423, "sentence": ["It", "is", "always", "the", "case", "that", "if", "there", "is", "eventually", "a", "certain", "moment", "within", "the", "next", "38", "to", "75", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "will", "be", "set", "to", "signal_2_n", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "first", "0", "to", "0", "time", "units", "the", "value", "of", "signal", "signal_3_n", "shall", "eventually", "get", "raised", "to", "no", "less", "than", "28.4", "."], "ltl": ["globally", "(", "finally", "[38,75]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,0]", "(", "rise", "(", "signal_3_n", "more equal", "28.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "there", "is", "eventually", "a", "certain", "moment", "within", "the", "next", "38", "to", "75", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "first", "0", "to", "0", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "38", ":", "75", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [24, 34], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [51, 65], "prop": [["rise", "(", "signal_3_n", ">=", "28.4", ")"]]}}} {"id": 5271, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_1_n", "signal", "is", "eventually", "larger", "than", "34.8", "."], "ltl": ["finally", "(", "signal_1_n", "more", "34.8", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["signal_1_n", ">", "34.8"]]}}} {"id": 2550, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "equals", "to", "48.8", ",", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "61.5", "then", "at", "the", "same", "time", "the", "signal_3_n", "signal", "shall", "never", "be", "less", "than", "47.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "48.8", "and", "signal_2_n", "more equal", "61.5", "imply", "negation", "(", "signal_3_n", "less", "47.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "48.8"]]}, " prop_2 ": {"span": [11, 21], "prop": [["signal_2_n", ">=", "61.5"]]}, " prop_3 ": {"span": [26, 35], "prop": [["-", "(", "signal_3_n", "<", "47.4", ")"]]}}} {"id": 1222, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "will", "uninterruptedly", "not", "be", "less", "than", "83.6", ",", "or", "consistently", "signal_2_n", "is", "never", "smaller", "than", "23.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "83.6", ")", "or", "negation", "(", "signal_2_n", "less", "23.8", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "(", "signal_1_n", "<", "83.6", ")"]]}, " prop_2 ": {"span": [22, 28], "prop": [["-", "(", "signal_2_n", "<", "23.8", ")"]]}}} {"id": 445, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "keeps", "less", "than", "25.9", "then", "after", "a", "certain", "time", "instant", "in", "the", "next", "89", "time", "units", ",", "for", "each", "moment", "within", "52", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "consecutively", "set", "to", "61.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "25.9", "imply", "finally", "[0,89]", "(", "globally", "[0,52]", "(", "signal_2_n", "math equal", "61.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "after", "a", "certain", "time", "instant", "in", "the", "next", "89", "time", "units", ",", "for", "each", "moment", "within", "52", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "89", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "25.9"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_2_n", "==", "61.5"]]}}} {"id": 4931, "sentence": ["Finally", "there", "is", "sometime", "within", "55", "time", "units", ",", "at", "which", "signal_1_n", "shall", "stay", "greater", "than", "74.3", "."], "ltl": ["finally", "[0,55]", "(", "signal_1_n", "more", "74.3", ")"], "logic_sentence": ["Finally", "there", "is", "sometime", "within", "55", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", ">", "74.3"]]}}} {"id": 1541, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "the", "signal_1_n", "signal", "keeps", "at", "most", "89.5", "consistently", ",", "and", "the", "signal_2_n", "signal", "shall", "continuously", "stay", "greater", "than", "8.2", "and", "no", "larger", "than", "14.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "89.5", "and", "(", "signal_2_n", "more", "8.2", "and", "signal_2_n", "less equal", "14.1", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "<=", "89.5"]]}, " prop_2 ": {"span": [17, 31], "prop": [["signal_2_n", ">", "8.2"], ["signal_2_n", "<=", "14.1"]]}}} {"id": 1120, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "equal", "to", "81.8", "then", "in", "response", "the", "state", "of", "signal_2_n", "shall", "never", "get", "set", "to", "signal_3_n", "then", "uninterruptedly", "this", "condition", "will", "be", "remaining", "for", "each", "time", "point", "during", "the", "first", "4", "to", "5", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "81.8", "imply", "globally", "[4,5]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "then", "uninterruptedly", "this", "condition", "will", "be", "remaining", "for", "each", "time", "point", "during", "the", "first", "4", "to", "5", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "4", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "81.8"]]}, " prop_2 ": {"span": [13, 23], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1779, "sentence": ["For", "every", "moment", "within", "65", "to", "97", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "keeps", "in", "signal_2_n", "continuously", "."], "ltl": ["globally", "[65,97]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "65", "to", "97", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "65", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 782, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "point", "starting", "between", "1", "to", "10", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "20.8", "needs", "to", "be", "detected", ",", "or", "finally", "signal_2_n", "should", "stay", "in", "signal_3_n", "."], "ltl": ["finally", "[1,10]", "(", "rise", "(", "signal_1_n", "more", "20.8", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "point", "starting", "between", "1", "to", "10", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_1", ")", "needs", "to", "be", "detected", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "1", ":", "10", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 30], "prop": [["rise", "(", "signal_1_n", ">", "20.8", ")"]]}, " prop_2 ": {"span": [37, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4791, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "becomes", "over", "81.6", "or", "signal_2_n", "is", "n't", "less", "than", "95.9", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_3_n", "signal", "needs", "to", "be", "less", "than", "83.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "81.6", ")", "or", "negation", "(", "signal_2_n", "less", "95.9", ")", "imply", "signal_3_n", "less", "83.3", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", ">", "81.6", ")"]]}, " prop_2 ": {"span": [10, 16], "prop": [["-", "(", "signal_2_n", "<", "95.9", ")"]]}, " prop_3 ": {"span": [24, 33], "prop": [["signal_3_n", "<", "83.3"]]}}} {"id": 1519, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "87.0", ",", "then", "in", "response", "for", "each", "moment", "during", "the", "next", "12", "to", "16", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "above", "10.2", "and", "less", "than", "20.8", "at", "a", "certain", "moment", "during", "the", "next", "42", "to", "99", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "87.0", "imply", "globally", "[12,16]", "(", "finally", "[42,99]", "(", "signal_2_n", "more", "10.2", "and", "signal_2_n", "less", "20.8", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "moment", "during", "the", "next", "12", "to", "16", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "12", ":", "16", "]", "(", "F", "[", "42", ":", "99", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<=", "87.0"]]}, " prop_2 ": {"span": [27, 53], "prop": [["signal_2_n", ">", "10.2"], ["signal_2_n", "<", "20.8"]]}}} {"id": 767, "sentence": ["There", "should", "be", "a", "certain", "moment", "during", "the", "first", "49", "time", "units", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal_1_n", "shifts", "to", "signal_2_n", "shall", "finally", "take", "place", "."], "ltl": ["finally", "[0,49]", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "during", "the", "first", "49", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "finally", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 4606, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "signal_1_n", "needs", "to", "be", "always", "greater", "than", "1.9", "and", "smaller", "than", "39.4", "or", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "1.9", "and", "signal_1_n", "less", "39.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", ">", "1.9"], ["signal_1_n", "<", "39.4"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 390, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "exceeds", "the", "threshold", "of", "63.0", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "63.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "63.0", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1606, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "83.7", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "a", "certain", "moment", "within", "the", "following", "58", "time", "units", ",", "after", "which", "signal_2_n", "will", "be", "above", "7.6", "and", "then", "be", "remaining", "like", "that", "consistently", "for", "every", "moment", "within", "12", "to", "14", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "83.7", ")", "imply", "finally", "[0,58]", "(", "globally", "[12,14]", "(", "signal_2_n", "more", "7.6", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "shall", "be", "a", "certain", "moment", "within", "the", "following", "58", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "58", "]", "(", "G", "[", "12", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "<", "83.7", ")"]]}, " prop_2 ": {"span": [36, 57], "prop": [["signal_2_n", ">", "7.6"]]}}} {"id": 882, "sentence": ["For", "each", "time", "point", "within", "8", "to", "37", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "remain", "equal", "to", "55.3", "consecutively", "."], "ltl": ["globally", "[8,37]", "(", "signal_1_n", "math equal", "55.3", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "8", "to", "37", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "8", ":", "37", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "55.3"]]}}} {"id": 2943, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "changes", "to", "69.4", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "3", "to", "21", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "69.4", ")", "imply", "finally", "[3,21]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "eventually", "a", "certain", "time", "point", "in", "the", "following", "3", "to", "21", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "3", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "69.4", ")"]]}, " prop_2 ": {"span": [42, 50], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 55, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "changed", "to", "36.1", "occurs", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "must", "be", "greater", "than", "45.2", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "36.1", ")", "imply", "signal_2_n", "more", "45.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["rise", "(", "signal_1_n", "==", "36.1", ")"]]}, " prop_2 ": {"span": [23, 37], "prop": [["signal_2_n", ">", "45.2"]]}}} {"id": 2519, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "no", "larger", "than", "12.6", "occurs", ",", "then", "in", "response", "there", "should", "be", "a", "certain", "moment", "during", "the", "subsequent", "26", "time", "units", "ultimately", ",", "at", "which", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "93.6", "continuously", "for", "each", "time", "point", "within", "the", "next", "15", "to", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "12.6", ")", "imply", "finally", "[0,26]", "(", "globally", "[15,87]", "(", "signal_2_n", "more equal", "93.6", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "there", "should", "be", "a", "certain", "moment", "during", "the", "subsequent", "26", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "15", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<=", "12.6", ")"]]}, " prop_2 ": {"span": [39, 61], "prop": [["signal_2_n", ">=", "93.6"]]}}} {"id": 1293, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal_1_n", "is", "above", "33.6", "and", "the", "value", "of", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "82.4", "then", "the", "signal_3_n", "signal", "needs", "to", "be", "consistently", "less", "than", "7.9", "for", "every", "moment", "during", "the", "next", "60", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "33.6", "and", "signal_2_n", "more equal", "82.4", "imply", "globally", "[0,60]", "(", "signal_3_n", "less", "7.9", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "60", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "33.6"]]}, " prop_2 ": {"span": [11, 22], "prop": [["signal_2_n", ">=", "82.4"]]}, " prop_3 ": {"span": [23, 42], "prop": [["signal_3_n", "<", "7.9"]]}}} {"id": 4418, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "1.9", "and", "no", "larger", "than", "2.8", "and", "then", "uninterruptedly", "continued", "like", "this", "for", "the", "last", "3", "time", "units", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "next", "29", "time", "units", ",", "finally", "there", "ought", "to", "exist", "a", "certain", "moment", "starting", "between", "14", "to", "21", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "64.9", "will", "not", "occur", "."], "ltl": ["globally", "(", "historically", "[0,3]", "(", "signal_1_n", "more equal", "1.9", "and", "signal_1_n", "less equal", "2.8", ")", "imply", "globally", "[0,29]", "(", "finally", "[14,21]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "64.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "next", "29", "time", "units", ",", "finally", "there", "ought", "to", "exist", "a", "certain", "moment", "starting", "between", "14", "to", "21", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "not", "occur", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "3", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "0", ":", "29", "]", "(", "F", "[", "14", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 28], "prop": [["signal_1_n", ">=", "1.9"], ["signal_1_n", "<=", "2.8"]]}, " prop_2 ": {"span": [66, 74], "prop": [["-", "fall", "(", "signal_2_n", "==", "64.9", ")"]]}}} {"id": 4128, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "gets", "to", "at", "most", "68.9", "happens", "or", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "equal", "to", "93.9", "occurs", ",", "then", "there", "has", "to", "exist", "a", "certain", "time", "instant", "within", "the", "following", "44", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal_3_n", "shall", "be", "equal", "to", "65.1", "and", "ought", "to", "stay", "like", "that", "consistently", "during", "the", "next", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "68.9", ")", "or", "rise", "(", "signal_2_n", "math equal", "93.9", ")", "imply", "finally", "[0,44]", "(", "globally", "[0,36]", "(", "signal_3_n", "math equal", "65.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "or", "the", "event", "that", "(", "prop_2", ")", "occurs", ",", "then", "there", "has", "to", "exist", "a", "certain", "time", "instant", "within", "the", "following", "44", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "44", "]", "(", "G", "[", "0", ":", "36", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<=", "68.9", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["rise", "(", "signal_2_n", "==", "93.9", ")"]]}, " prop_3 ": {"span": [49, 71], "prop": [["signal_3_n", "==", "65.1"]]}}} {"id": 4963, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "49", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "staying", "greater", "than", "or", "equal", "to", "10.9", "and", "at", "most", "16.2", "continuously", ",", "and", "the", "signal_2_n", "signal", "needs", "to", "stay", "less", "than", "or", "equal", "to", "96.9", "consistently", "."], "ltl": ["globally", "[0,49]", "(", "(", "signal_1_n", "more equal", "10.9", "and", "signal_1_n", "less equal", "16.2", ")", "and", "signal_2_n", "less equal", "96.9", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "49", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "49", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 29], "prop": [["signal_1_n", ">=", "10.9"], ["signal_1_n", "<=", "16.2"]]}, " prop_2 ": {"span": [31, 44], "prop": [["signal_2_n", "<=", "96.9"]]}}} {"id": 3566, "sentence": ["For", "each", "time", "point", "within", "the", "first", "30", "time", "units", "without", "interruption", "the", "state", "of", "signal_1_n", "must", "remain", "in", "signal_2_n", "or", "the", "signal_3_n", "signal", "ought", "to", "be", "26.3", "continuously", "."], "ltl": ["globally", "[0,30]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "26.3", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "30", "time", "units", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "30", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_3_n", "==", "26.3"]]}}} {"id": 1172, "sentence": ["Everytime", "when", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "will", "be", "staying", "like", "this", "consistently", "until", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "jumps", "to", "at", "least", "6.4", "will", "happen", "eventually", "at", "sometime", "in", "the", "future", ",", "then", "in", "response", "there", "needs", "to", "be", "a", "time", "in", "the", "following", "37", "time", "units", "eventually", ",", "after", "which", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "59.3", "and", "should", "consistently", "stay", "in", "this", "range", "for", "every", "time", "instant", "in", "the", "coming", "1", "to", "57", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "(", "rise", "(", "signal_3_n", "more equal", "6.4", ")", ")", "imply", "finally", "[0,37]", "(", "globally", "[1,57]", "(", "signal_4_n", "less equal", "59.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "there", "needs", "to", "be", "a", "time", "in", "the", "following", "37", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "should", "consistently", "stay", "in", "this", "range", "for", "every", "time", "instant", "in", "the", "coming", "1", "to", "57", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_1", ")", "->", "F", "[", "0", ":", "37", "]", "(", "G", "[", "1", ":", "57", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 35], "prop": [["signal_1_n", "==", "signal_2_n"], ["rise", "(", "signal_3_n", ">=", "6.4", ")"]]}, " prop_2 ": {"span": [55, 70], "prop": [["signal_4_n", "<=", "59.3"]]}}} {"id": 5528, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "43.1", ",", "then", "the", "following", "condition", "is", "true", ":", "immediately", "the", "mode", "of", "signal_2_n", "will", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.1", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "43.1"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1763, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "remains", "larger", "than", "17.6", "and", "less", "than", "41.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "mode", "of", "signal", "signal_2_n", "must", "never", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "17.6", "and", "signal_1_n", "less", "41.7", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "17.6"], ["signal_1_n", "<", "41.7"]]}, " prop_2 ": {"span": [26, 35], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 550, "sentence": ["For", "every", "time", "point", "within", "the", "first", "10", "to", "23", "time", "units", "uninterruptedly", "signal_1_n", "has", "to", "be", "97.9", "."], "ltl": ["globally", "[10,23]", "(", "signal_1_n", "math equal", "97.9", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "10", "to", "23", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "10", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["signal_1_n", "==", "97.9"]]}}} {"id": 5630, "sentence": ["When", "signal_1_n", "becomes", "not", "set", "to", "3.6", ",", "then", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "62", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "finally", "between", "35.4", "-LRB-", "closed", "-RRB-", "and", "50.8", "-LRB-", "closed", "-RRB-", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "3.6", ")", "imply", "finally", "[0,62]", "(", "signal_2_n", "more equal", "35.4", "and", "signal_2_n", "less equal", "50.8", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "62", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "62", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["fall", "(", "signal_1_n", "==", "3.6", ")"]]}, " prop_2 ": {"span": [25, 41], "prop": [["signal_2_n", ">=", "35.4"], ["signal_2_n", "<=", "50.8"]]}}} {"id": 900, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "32.0", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "coming", "18", "time", "units", ",", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "following", "22", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "73.4", "must", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "32.0", ")", "imply", "globally", "[0,18]", "(", "finally", "[0,22]", "(", "fall", "(", "signal_2_n", "math equal", "73.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "coming", "18", "time", "units", ",", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "following", "22", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "32.0", ")"]]}, " prop_2 ": {"span": [57, 66], "prop": [["fall", "(", "signal_2_n", "==", "73.4", ")"]]}}} {"id": 1534, "sentence": ["If", "the", "value", "of", "signal_1_n", "is", "above", "32.7", "and", "below", "44.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "signal_2_n", "sha", "n't", "be", "greater", "than", "or", "equal", "to", "90.8", "and", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "above", "74.0", "and", "lower", "than", "90.5", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "32.7", "and", "signal_1_n", "less", "44.4", "imply", "negation", "(", "signal_2_n", "more equal", "90.8", ")", "and", "(", "signal_3_n", "more", "74.0", "and", "signal_3_n", "less", "90.5", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", ">", "32.7"], ["signal_1_n", "<", "44.4"]]}, " prop_2 ": {"span": [23, 33], "prop": [["-", "(", "signal_2_n", ">=", "90.8", ")"]]}, " prop_3 ": {"span": [34, 49], "prop": [["signal_3_n", ">", "74.0"], ["signal_3_n", "<", "90.5"]]}}} {"id": 1939, "sentence": ["If", "the", "event", "that", "the", "state", "of", "signal_1_n", "changes", "to", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "signal_3_n", "shall", "not", "settle", "to", "7.8", ",", "or", "in", "no", "time", "signal_4_n", "will", "be", "79.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "math equal", "7.8", ")", "or", "signal_4_n", "math equal", "79.4", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", ",", "or", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["-", "(", "signal_3_n", "==", "7.8", ")"]]}, " prop_3 ": {"span": [35, 39], "prop": [["signal_4_n", "==", "79.4"]]}}} {"id": 1798, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "gets", "shifted", "to", "25.1", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "should", "be", "in", "the", "interval", "-LSB-", "7.7", ",", "19.6", "-RSB-", "then", "this", "scenario", "has", "to", "always", "hold", "for", "each", "moment", "in", "the", "coming", "81", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "25.1", ")", "imply", "globally", "[0,81]", "(", "signal_2_n", "more equal", "7.7", "and", "signal_2_n", "less equal", "19.6", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "scenario", "has", "to", "always", "hold", "for", "each", "moment", "in", "the", "coming", "81", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "81", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "25.1", ")"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_2_n", ">=", "7.7"], ["signal_2_n", "<=", "19.6"]]}}} {"id": 1398, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "ought", "to", "promptly", "stay", "less", "than", "or", "equal", "to", "93.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "93.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 42], "prop": [["signal_3_n", "<=", "93.5"]]}}} {"id": 537, "sentence": ["For", "the", "first", "5", "to", "22", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "remain", "equal", "to", "82.0", "consecutively", "."], "ltl": ["globally", "[5,22]", "(", "signal_1_n", "math equal", "82.0", ")"], "logic_sentence": ["For", "the", "first", "5", "to", "22", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "5", ":", "22", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", "==", "82.0"]]}}} {"id": 3107, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "2.2", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "signal_2_n", "should", "be", "28.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "2.2", ")", "imply", "signal_2_n", "math equal", "28.9", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "2.2", ")"]]}, " prop_2 ": {"span": [32, 36], "prop": [["signal_2_n", "==", "28.9"]]}}} {"id": 2890, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "81.9", "gets", "observed", ",", "then", "in", "response", "there", "will", "be", "a", "certain", "time", "point", "within", "2", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_2_n", "will", "be", "equal", "to", "83.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "81.9", ")", "imply", "finally", "[0,2]", "(", "signal_2_n", "math equal", "83.2", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "there", "will", "be", "a", "certain", "time", "point", "within", "2", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "81.9", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_2_n", "==", "83.2"]]}}} {"id": 2003, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "sometime", "in", "the", "future", ",", "for", "each", "moment", "during", "the", "coming", "90", "to", "97", "time", "units", ",", "signal_3_n", "will", "remain", "above", "26.4", "and", "less", "than", "51.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "[90,97]", "(", "signal_3_n", "more", "26.4", "and", "signal_3_n", "less", "51.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "sometime", "in", "the", "future", ",", "for", "each", "moment", "during", "the", "coming", "90", "to", "97", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "90", ":", "97", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["signal_3_n", ">", "26.4"], ["signal_3_n", "<", "51.1"]]}}} {"id": 4632, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "not", "at", "most", "86.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "next", "7", "to", "10", "time", "units", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "48", "to", "59", "time", "units", ",", "at", "which", "finally", "signal_2_n", "should", "stay", "greater", "than", "34.0", "and", "below", "45.4", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "86.1", ")", "imply", "globally", "[7,10]", "(", "finally", "[48,59]", "(", "signal_2_n", "more", "34.0", "and", "signal_2_n", "less", "45.4", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "next", "7", "to", "10", "time", "units", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "48", "to", "59", "time", "units", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "7", ":", "10", "]", "(", "F", "[", "48", ":", "59", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["-", "(", "signal_1_n", "<=", "86.1", ")"]]}, " prop_2 ": {"span": [53, 62], "prop": [["signal_2_n", ">", "34.0"], ["signal_2_n", "<", "45.4"]]}}} {"id": 6100, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "21.3", "takes", "place", "then", "in", "response", "the", "value", "of", "signal_2_n", "shall", "be", "less", "than", "or", "equal", "to", "33.4", "and", "this", "condition", "will", "have", "continued", "uninterruptedly", "during", "the", "elapsed", "55", "to", "61", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "21.3", ")", "imply", "historically", "[55,61]", "(", "signal_2_n", "less equal", "33.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "continued", "uninterruptedly", "during", "the", "elapsed", "55", "to", "61", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "55", ":", "61", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", "==", "21.3", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", "<=", "33.4"]]}}} {"id": 405, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "below", "11.2", "happens", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "signal_2_n", "signal", "should", "n't", "be", "less", "than", "19.5", "then", "this", "scenario", "shall", "keep", "uninterruptedly", "for", "every", "time", "instant", "in", "the", "subsequent", "74", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "11.2", ")", "imply", "finally", "(", "globally", "[0,74]", "(", "negation", "(", "signal_2_n", "less", "19.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "then", "this", "scenario", "shall", "keep", "uninterruptedly", "for", "every", "time", "instant", "in", "the", "subsequent", "74", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "<", "11.2", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["-", "(", "signal_2_n", "<", "19.5", ")"]]}}} {"id": 365, "sentence": ["In", "the", "first", "65", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "higher", "than", "81.8", "or", "the", "value", "of", "signal", "signal_2_n", "will", "be", "staying", "greater", "than", "or", "equal", "to", "75.5", "without", "interruption", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "more", "81.8", "or", "signal_2_n", "more equal", "75.5", ")"], "logic_sentence": ["In", "the", "first", "65", "time", "units", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", ">", "81.8"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_2_n", ">=", "75.5"]]}}} {"id": 5646, "sentence": ["The", "transition", "action", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "23.1", "must", "be", "observed", "eventually", "at", "a", "certain", "moment", "starting", "at", "most", "66", "time", "units", "."], "ltl": ["finally", "[0,66]", "(", "rise", "(", "signal_1_n", "less equal", "23.1", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "must", "be", "observed", "eventually", "at", "a", "certain", "moment", "starting", "at", "most", "66", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<=", "23.1", ")"]]}}} {"id": 4890, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "equal", "to", "35.1", ",", "and", "signal_2_n", "is", "higher", "than", "90.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "sometime", "during", "the", "following", "37", "time", "units", ",", "uninterruptedly", "the", "signal_3_n", "signal", "will", "not", "be", "53.3", "for", "every", "moment", "within", "61", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "35.1", "and", "signal_2_n", "more", "90.6", "imply", "finally", "[0,37]", "(", "globally", "[0,61]", "(", "negation", "(", "signal_3_n", "math equal", "53.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "sometime", "during", "the", "following", "37", "time", "units", ",", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "37", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "35.1"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", ">", "90.6"]]}, " prop_3 ": {"span": [43, 57], "prop": [["-", "(", "signal_3_n", "==", "53.3", ")"]]}}} {"id": 600, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "72.4", "happens", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_2_n", "signal", "must", "be", "no", "less", "than", "89.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "72.4", ")", "imply", "signal_2_n", "more equal", "89.8", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "72.4", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">=", "89.8"]]}}} {"id": 4641, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "becomes", "bigger", "than", "96.8", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "subsequent", "79", "time", "units", "at", "a", "time", "within", "the", "following", "65", "time", "units", ",", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "signal_3_n", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "96.8", ")", "imply", "globally", "[0,79]", "(", "finally", "[0,65]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "subsequent", "79", "time", "units", "at", "a", "time", "within", "the", "following", "65", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "79", "]", "(", "F", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["rise", "(", "signal_1_n", ">", "96.8", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1327, "sentence": ["Globally", ",", "if", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", ",", "then", "finally", "the", "scenario", "that", "signal_3_n", "starts", "deviating", "from", "24.4", "ought", "n't", "to", "happen", "at", "a", "certain", "time", "point", "during", "the", "first", "56", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,56]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "24.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "finally", "the", "scenario", "that", "(", "prop_2", ")", "ought", "n't", "to", "happen", "at", "a", "certain", "time", "point", "during", "the", "first", "56", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "56", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 22], "prop": [["-", "fall", "(", "signal_3_n", "==", "24.4", ")"]]}}} {"id": 6218, "sentence": ["For", "every", "moment", "in", "the", "first", "6", "time", "units", "consecutively", "the", "signal_1_n", "signal", "has", "to", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[0,6]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "6", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1912, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "83.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "the", "signal_4_n", "signal", "gets", "changed", "to", "signal_5_n", "will", "have", "to", "happen", "right", "away", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "83.6", "imply", "rise", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "right", "away", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 20], "prop": [["signal_3_n", "==", "83.6"]]}, " prop_3 ": {"span": [33, 40], "prop": [["rise", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 4635, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "n't", "less", "than", "or", "equal", "to", "59.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "coming", "3", "to", "19", "time", "units", "there", "has", "to", "finally", "exist", "a", "certain", "time", "point", "in", "the", "next", "2", "to", "18", "time", "units", ",", "at", "which", "signal_2_n", "should", "keep", "more", "than", "13.4", "and", "less", "than", "55.1", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "59.4", ")", "imply", "globally", "[3,19]", "(", "finally", "[2,18]", "(", "signal_2_n", "more", "13.4", "and", "signal_2_n", "less", "55.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "coming", "3", "to", "19", "time", "units", "there", "has", "to", "finally", "exist", "a", "certain", "time", "point", "in", "the", "next", "2", "to", "18", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "3", ":", "19", "]", "(", "F", "[", "2", ":", "18", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["-", "(", "signal_1_n", "<=", "59.4", ")"]]}, " prop_2 ": {"span": [59, 69], "prop": [["signal_2_n", ">", "13.4"], ["signal_2_n", "<", "55.1"]]}}} {"id": 5757, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "95.0", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "30.7", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "must", "be", "85.3", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "95.0", "or", "rise", "(", "signal_2_n", "less equal", "30.7", ")", "imply", "signal_3_n", "math equal", "85.3", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">=", "95.0"]]}, " prop_2 ": {"span": [21, 33], "prop": [["rise", "(", "signal_2_n", "<=", "30.7", ")"]]}, " prop_3 ": {"span": [43, 55], "prop": [["signal_3_n", "==", "85.3"]]}}} {"id": 2004, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "enters", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "over", "37.2", "and", "less", "than", "43.4", "and", "then", "will", "be", "remaining", "in", "this", "range", "consecutively", "during", "the", "subsequent", "15", "to", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "[15,97]", "(", "signal_3_n", "more", "37.2", "and", "signal_3_n", "less", "43.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "15", ":", "97", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 63], "prop": [["signal_3_n", ">", "37.2"], ["signal_3_n", "<", "43.4"]]}}} {"id": 4471, "sentence": ["On", "condition", "that", "the", "mode", "of", "signal_1_n", "is", "not", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "should", "be", "at", "least", "35.9", "and", "then", "will", "have", "to", "consistently", "stay", "in", "this", "range", "till", "there", "exists", "a", "certain", "moment", "within", "the", "next", "78", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "becomes", "greater", "than", "19.3", "will", "finally", "get", "detected", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "35.9", ")", "until", "[0,78]", "(", "rise", "(", "signal_4_n", "more", "19.3", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 68], "prop": [["signal_3_n", ">=", "35.9"], ["rise", "(", "signal_4_n", ">", "19.3", ")"]]}}} {"id": 6140, "sentence": ["In", "case", "that", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "shall", "remain", "less", "than", "or", "equal", "to", "63.3", "at", "the", "same", "time", "or", "instantly", "the", "signal_4_n", "signal", "should", "remain", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "63.3", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["In", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "or", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 32], "prop": [["signal_3_n", "<=", "63.3"]]}, " prop_3 ": {"span": [34, 41], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 6237, "sentence": ["Eventually", "there", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "15.4", "and", "smaller", "than", "76.0", "or", "the", "value", "of", "signal", "signal_2_n", "is", "above", "14.6", "and", "smaller", "than", "62.5", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "15.4", "and", "signal_1_n", "less", "76.0", ")", "or", "(", "signal_2_n", "more", "14.6", "and", "signal_2_n", "less", "62.5", ")", ")"], "logic_sentence": ["Eventually", "there", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 36], "prop": [["signal_1_n", ">=", "15.4"], ["signal_1_n", "<", "76.0"]]}, " prop_2 ": {"span": [37, 49], "prop": [["signal_2_n", ">", "14.6"], ["signal_2_n", "<", "62.5"]]}}} {"id": 3508, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "56.4", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "needs", "to", "equal", "to", "89.9", "continuously", "in", "the", "past", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "56.4", ")", "imply", "historically", "(", "signal_2_n", "math equal", "89.9", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", ">=", "56.4", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", "==", "89.9"]]}}} {"id": 5379, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "will", "always", "remain", "equal", "to", "91.4", "and", "without", "interruption", "the", "signal_2_n", "signal", "must", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "91.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "91.4"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 685, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "26", "to", "70", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "keeps", "higher", "than", "46.5", "and", "below", "76.4", "consecutively", ",", "or", "the", "signal_2_n", "signal", "will", "have", "to", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[26,70]", "(", "(", "signal_1_n", "more", "46.5", "and", "signal_1_n", "less", "76.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "26", "to", "70", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "26", ":", "70", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">", "46.5"], ["signal_1_n", "<", "76.4"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 639, "sentence": ["At", "sometime", "after", "at", "most", "5", "time", "units", ",", "ultimately", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "93.5", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "no", "more", "than", "11.7", "ultimately", "."], "ltl": ["finally", "[0,5]", "(", "signal_1_n", "more equal", "93.5", "and", "signal_2_n", "less equal", "11.7", ")"], "logic_sentence": ["At", "sometime", "after", "at", "most", "5", "time", "units", ",", "ultimately", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "5", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "93.5"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", "<=", "11.7"]]}}} {"id": 1187, "sentence": ["There", "shall", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "signal_1_n", "ought", "to", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 846, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "is", "changed", "to", "21.7", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "within", "the", "first", "58", "time", "units", "the", "mode", "of", "signal_2_n", "should", "never", "get", "changed", "to", "signal_3_n", "then", "this", "condition", "needs", "to", "hold", "during", "the", "following", "7", "to", "9", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "21.7", ")", "imply", "finally", "[0,58]", "(", "globally", "[7,9]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "within", "the", "first", "58", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "58", "]", "(", "G", "[", "7", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "21.7", ")"]]}, " prop_2 ": {"span": [33, 57], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6451, "sentence": ["When", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "19.5", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "n't", "in", "signal_3_n", "then", "in", "response", "the", "value", "of", "signal", "signal_5_n", "ought", "to", "remain", "above", "8.1", "and", "less", "than", "11.8", "ultimately", "at", "a", "certain", "moment", "within", "the", "first", "24", "time", "units", ",", "and", "before", "this", "uninterruptedly", "the", "signal_4_n", "signal", "must", "be", "set", "to", "81.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "19.5", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "(", "signal_4_n", "math equal", "81.6", ")", "until", "[0,24]", "(", "signal_5_n", "more", "8.1", "and", "signal_5_n", "less", "11.8", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "24", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">=", "19.5"]]}, " prop_2 ": {"span": [11, 20], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [23, 61], "prop": [["signal_5_n", ">", "8.1"], ["signal_5_n", "<", "11.8"], ["signal_4_n", "==", "81.6"]]}}} {"id": 913, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "between", "-LSB-", "29.4", ",", "89.7", "-RSB-", ",", "or", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "gets", "shifted", "to", "95.8", "will", "have", "to", "happen", "and", "the", "value", "of", "signal_5_n", "shall", "be", "above", "3.0", "and", "lower", "than", "57.9", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "29.4", "and", "signal_1_n", "less equal", "89.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "rise", "(", "signal_4_n", "math equal", "95.8", ")", "and", "(", "signal_5_n", "more", "3.0", "and", "signal_5_n", "less", "57.9", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">=", "29.4"], ["signal_1_n", "<=", "89.7"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [41, 48], "prop": [["rise", "(", "signal_4_n", "==", "95.8", ")"]]}, " prop_4 ": {"span": [53, 70], "prop": [["signal_5_n", ">", "3.0"], ["signal_5_n", "<", "57.9"]]}}} {"id": 3543, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "at", "least", "79.5", "takes", "place", "then", "in", "response", "consistently", "the", "signal_2_n", "signal", "ought", "to", "keep", "less", "than", "or", "equal", "to", "24.8", "until", "signal_3_n", "ultimately", "keeps", "no", "less", "than", "52.9", "and", "less", "than", "or", "equal", "to", "74.1", "at", "a", "certain", "time", "instant", "in", "the", "next", "4", "to", "69", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.5", ")", "imply", "(", "signal_2_n", "less equal", "24.8", ")", "until", "[4,69]", "(", "signal_3_n", "more equal", "52.9", "and", "signal_3_n", "less equal", "74.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "4", ":", "69", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", ">=", "79.5", ")"]]}, " prop_2 ": {"span": [28, 68], "prop": [["signal_2_n", "<=", "24.8"], ["signal_3_n", ">=", "52.9"], ["signal_3_n", "<=", "74.1"]]}}} {"id": 3259, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "39.7", "and", "the", "value", "of", "signal", "signal_2_n", "is", "bigger", "than", "75.7", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "time", "starting", "at", "most", "78", "time", "units", ",", "at", "which", "eventually", "signal_3_n", "must", "not", "get", "changed", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "39.7", "and", "signal_2_n", "more", "75.7", "imply", "finally", "[0,78]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "time", "starting", "at", "most", "78", "time", "units", ",", "at", "which", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "78", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "39.7"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", ">", "75.7"]]}, " prop_3 ": {"span": [46, 53], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2013, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", "signal_1_n", "ought", "n't", "to", "be", "less", "than", "58.2", ",", "and", "eventually", "the", "value", "of", "signal", "signal_2_n", "has", "to", "get", "to", "greater", "than", "or", "equal", "to", "62.2", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "less", "58.2", ")", "and", "rise", "(", "signal_2_n", "more equal", "62.2", ")", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["-", "(", "signal_1_n", "<", "58.2", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["rise", "(", "signal_2_n", ">=", "62.2", ")"]]}}} {"id": 6464, "sentence": ["If", "signal_1_n", "is", "at", "least", "7.3", "and", "less", "than", "11.3", "and", "then", "consecutively", "remains", "in", "this", "interval", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "the", "last", "3", "to", "5", "time", "units", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "shifted", "to", "signal_3_n", "wo", "n't", "take", "place", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "7.3", "and", "signal_1_n", "less", "11.3", ")", "imply", "historically", "[3,5]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "the", "last", "3", "to", "5", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "wo", "n't", "take", "place", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "hist|ically", "[", "3", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 26], "prop": [["signal_1_n", ">=", "7.3"], ["signal_1_n", "<", "11.3"]]}, " prop_2 ": {"span": [46, 53], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1317, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "15.1", "and", "lower", "than", "83.6", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "the", "subsequent", "83", "time", "units", ",", "the", "signal_2_n", "signal", "sha", "n't", "be", "equal", "to", "84.6", "then", "this", "scenario", "holds", "without", "interruption", "for", "the", "following", "5", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "15.1", "and", "signal_1_n", "less", "83.6", "imply", "finally", "[0,83]", "(", "globally", "[0,5]", "(", "negation", "(", "signal_2_n", "math equal", "84.6", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "the", "subsequent", "83", "time", "units", ",", "(", "prop_2", ")", "then", "this", "scenario", "holds", "without", "interruption", "for", "the", "following", "5", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "F", "[", "0", ":", "83", "]", "(", "G", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "15.1"], ["signal_1_n", "<", "83.6"]]}, " prop_2 ": {"span": [33, 42], "prop": [["-", "(", "signal_2_n", "==", "84.6", ")"]]}}} {"id": 207, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "85.1", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "ought", "to", "keep", "at", "most", "18.1", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.1", ")", "imply", "globally", "(", "signal_2_n", "less equal", "18.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "85.1", ")"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", "<=", "18.1"]]}}} {"id": 4958, "sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "28", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "get", "changed", "to", "80.0", "finally", "and", "the", "state", "of", "signal_2_n", "is", "in", "signal_3_n", "ultimately", "."], "ltl": ["finally", "[0,28]", "(", "rise", "(", "signal_1_n", "math equal", "80.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "28", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "==", "80.0", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5572, "sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "within", "4", "time", "units", ",", "at", "which", "signal_1_n", "will", "be", "ultimately", "greater", "than", "or", "equal", "to", "84.1", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "more equal", "84.1", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "moment", "within", "4", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", ">=", "84.1"]]}}} {"id": 2960, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "90.5", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "will", "instantly", "not", "be", "above", "86.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "90.5", ")", "imply", "negation", "(", "signal_2_n", "more", "86.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "90.5", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["-", "(", "signal_2_n", ">", "86.6", ")"]]}}} {"id": 8, "sentence": ["Globally", ",", "in", "case", "that", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "signal_1_n", "always", "stays", "no", "less", "than", "27.9", ",", "then", "after", "a", "time", "during", "the", "following", "10", "time", "units", "the", "signal_2_n", "signal", "should", "be", "signal_3_n", "and", "this", "condition", "will", "be", "continuing", "consistently", "for", "each", "time", "point", "within", "the", "following", "3", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "27.9", ")", "imply", "finally", "[0,10]", "(", "globally", "[0,3]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "then", "after", "a", "time", "during", "the", "following", "10", "time", "units", "(", "prop_2", ")", "and", "this", "condition", "will", "be", "continuing", "consistently", "for", "each", "time", "point", "within", "the", "following", "3", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "F", "[", "0", ":", "10", "]", "(", "G", "[", "0", ":", "3", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", ">=", "27.9"]]}, " prop_2 ": {"span": [33, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 84, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "49.3", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "has", "to", "be", "consecutively", "less", "than", "15.4", "till", "signal_3_n", "becomes", "equal", "to", "90.5", "ultimately", ",", "which", "should", "take", "place", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "49.3", ")", "imply", "(", "signal_2_n", "less", "15.4", ")", "until", "(", "rise", "(", "signal_3_n", "math equal", "90.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["rise", "(", "signal_1_n", ">=", "49.3", ")"]]}, " prop_2 ": {"span": [34, 69], "prop": [["signal_2_n", "<", "15.4"], ["rise", "(", "signal_3_n", "==", "90.5", ")"]]}}} {"id": 1017, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "becomes", "over", "69.3", "then", "the", "following", "condition", "is", "true", ":", "continuously", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "stay", "in", "signal_3_n", "until", "the", "value", "of", "signal", "signal_4_n", "will", "not", "jump", "to", "over", "64.2", ",", "which", "will", "have", "to", "eventually", "get", "detected", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "69.3", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "negation", "rise", "(", "signal_4_n", "more", "64.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "69.3", ")"]]}, " prop_2 ": {"span": [17, 57], "prop": [["signal_2_n", "==", "signal_3_n"], ["-", "rise", "(", "signal_4_n", ">", "64.2", ")"]]}}} {"id": 4105, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "signal_1_n", "signal", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "1.2", "and", "less", "than", "or", "equal", "to", "35.9", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.2", "and", "signal_1_n", "less equal", "35.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 27], "prop": [["signal_1_n", ">=", "1.2"], ["signal_1_n", "<=", "35.9"]]}}} {"id": 3525, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "keeps", "smaller", "than", "6.1", "and", "the", "value", "of", "signal", "signal_2_n", "is", "98.9", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "state", "of", "signal", "signal_3_n", "will", "have", "to", "become", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "6.1", "and", "signal_2_n", "math equal", "98.9", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "6.1"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "==", "98.9"]]}, " prop_3 ": {"span": [27, 37], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 725, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "2.3", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "n't", "in", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "40", "time", "units", "eventually", ",", "after", "which", "for", "every", "time", "point", "in", "the", "subsequent", "78", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_4_n", "must", "be", "set", "to", "23.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "2.3", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "[0,40]", "(", "globally", "[0,78]", "(", "signal_4_n", "math equal", "23.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "be", "a", "certain", "time", "point", "starting", "at", "most", "40", "time", "units", "eventually", ",", "after", "which", "for", "every", "time", "point", "in", "the", "subsequent", "78", "time", "units", ",", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "78", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "2.3"]]}, " prop_2 ": {"span": [18, 27], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [66, 76], "prop": [["signal_4_n", "==", "23.5"]]}}} {"id": 6285, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "n't", "at", "most", "94.6", ",", "and", "the", "value", "of", "signal_2_n", "keeps", "less", "than", "59.4", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "signal_3_n", "signal", "will", "have", "to", "be", "consistently", "set", "to", "33.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "94.6", ")", "and", "signal_2_n", "less", "59.4", "imply", "globally", "(", "signal_3_n", "math equal", "33.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "(", "signal_1_n", "<=", "94.6", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "<", "59.4"]]}, " prop_3 ": {"span": [42, 53], "prop": [["signal_3_n", "==", "33.5"]]}}} {"id": 637, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "27.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "must", "be", "a", "certain", "moment", "in", "the", "coming", "71", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "no", "less", "than", "60.3", "shall", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "27.2", ")", "imply", "finally", "[0,71]", "(", "rise", "(", "signal_2_n", "more equal", "60.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "must", "be", "a", "certain", "moment", "in", "the", "coming", "71", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "27.2", ")"]]}, " prop_2 ": {"span": [42, 53], "prop": [["rise", "(", "signal_2_n", ">=", "60.3", ")"]]}}} {"id": 208, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "93.7", "happens", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "59.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "93.7", ")", "imply", "signal_2_n", "more equal", "59.4", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "93.7", ")"]]}, " prop_2 ": {"span": [21, 34], "prop": [["signal_2_n", ">=", "59.4"]]}}} {"id": 1662, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "23.2", "happens", ",", "then", "the", "following", "condition", "holds", ":", "without", "interruption", "the", "value", "of", "signal_2_n", "wo", "n't", "be", "larger", "than", "87.1", "until", "the", "signal_3_n", "signal", "is", "above", "81.8", "and", "less", "than", "81.8", "ultimately", "at", "a", "certain", "moment", "during", "the", "following", "53", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.2", ")", "imply", "(", "negation", "(", "signal_2_n", "more", "87.1", ")", ")", "until", "[0,53]", "(", "signal_3_n", "more", "81.8", "and", "signal_3_n", "less", "81.8", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "53", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "==", "23.2", ")"]]}, " prop_2 ": {"span": [21, 53], "prop": [["-", "(", "signal_2_n", ">", "87.1", ")"], ["signal_3_n", ">", "81.8"], ["signal_3_n", "<", "81.8"]]}}} {"id": 867, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "finally", "signal_1_n", "shall", "be", "86.4", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "86.4", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 23], "prop": [["signal_1_n", "==", "86.4"]]}}} {"id": 1342, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "48.1", "is", "detected", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "less", "than", "99", "time", "units", "finally", "the", "signal_2_n", "signal", "must", "be", "lower", "than", "92.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "48.1", ")", "imply", "finally", "[0,99]", "(", "signal_2_n", "less", "92.6", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "less", "than", "99", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "48.1", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", "<", "92.6"]]}}} {"id": 3775, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "greater", "than", "31.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "the", "first", "65", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "is", "higher", "than", "12.4", "then", "this", "scenario", "will", "remain", "for", "every", "time", "point", "in", "the", "coming", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "31.0", "imply", "finally", "[0,65]", "(", "globally", "[0,44]", "(", "signal_2_n", "more", "12.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "within", "the", "first", "65", "time", "units", ",", "(", "prop_2", ")", "then", "this", "scenario", "will", "remain", "for", "every", "time", "point", "in", "the", "coming", "44", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "65", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">", "31.0"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", ">", "12.4"]]}}} {"id": 6405, "sentence": ["There", "ought", "to", "exist", "sometime", "after", "at", "most", "85", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "64.4", "eventually", "takes", "place", "."], "ltl": ["finally", "[0,85]", "(", "rise", "(", "signal_1_n", "math equal", "64.4", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "sometime", "after", "at", "most", "85", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "eventually", "takes", "place", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 26], "prop": [["rise", "(", "signal_1_n", "==", "64.4", ")"]]}}} {"id": 3039, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "84.0", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "2.4", "and", "no", "more", "than", "14.7", "or", "the", "signal_3_n", "signal", "needs", "to", "be", "instantly", "less", "than", "or", "equal", "to", "70.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "84.0", "imply", "(", "signal_2_n", "more equal", "2.4", "and", "signal_2_n", "less equal", "14.7", ")", "or", "signal_3_n", "less equal", "70.7", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "<=", "84.0"]]}, " prop_2 ": {"span": [23, 40], "prop": [["signal_2_n", ">=", "2.4"], ["signal_2_n", "<=", "14.7"]]}, " prop_3 ": {"span": [41, 54], "prop": [["signal_3_n", "<=", "70.7"]]}}} {"id": 1425, "sentence": ["For", "each", "moment", "in", "the", "first", "55", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "must", "keep", "less", "than", "or", "equal", "to", "62.2", ",", "or", "the", "value", "of", "signal_2_n", "will", "be", "always", "equaling", "to", "79.1", "."], "ltl": ["globally", "[0,55]", "(", "signal_1_n", "less equal", "62.2", "or", "signal_2_n", "math equal", "79.1", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "55", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "55", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", "<=", "62.2"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "79.1"]]}}} {"id": 2591, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "52.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "subsequent", "10", "to", "66", "time", "units", ",", "there", "needs", "to", "be", "ultimately", "a", "time", "in", "the", "future", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "within", "-LSB-", "23.0", ",", "33.2", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "52.1", ")", "imply", "globally", "[10,66]", "(", "finally", "(", "signal_2_n", "more equal", "23.0", "and", "signal_2_n", "less equal", "33.2", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "subsequent", "10", "to", "66", "time", "units", ",", "there", "needs", "to", "be", "ultimately", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "10", ":", "66", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["rise", "(", "signal_1_n", "<=", "52.1", ")"]]}, " prop_2 ": {"span": [52, 62], "prop": [["signal_2_n", ">=", "23.0"], ["signal_2_n", "<=", "33.2"]]}}} {"id": 4846, "sentence": ["Consecutively", "signal_1_n", "should", "remain", "in", "signal_2_n", "for", "every", "moment", "within", "9", "to", "11", "time", "units", "."], "ltl": ["globally", "[9,11]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "9", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1165, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "18.2", "and", "less", "than", "27.5", "or", "the", "signal_2_n", "signal", "is", "less", "than", "31.4", ",", "then", "the", "signal_3_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "35.1", "then", "this", "scenario", "will", "have", "to", "consistently", "keep", "for", "each", "time", "point", "in", "the", "next", "10", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "18.2", "and", "signal_1_n", "less", "27.5", ")", "or", "signal_2_n", "less", "31.4", "imply", "globally", "[0,10]", "(", "signal_3_n", "less equal", "35.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "then", "this", "scenario", "will", "have", "to", "consistently", "keep", "for", "each", "time", "point", "in", "the", "next", "10", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "10", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "18.2"], ["signal_1_n", "<", "27.5"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "<", "31.4"]]}, " prop_3 ": {"span": [32, 43], "prop": [["signal_3_n", "<=", "35.1"]]}}} {"id": 263, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "below", "14.1", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "first", "9", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "51", "time", "units", ",", "ultimately", "signal_2_n", "will", "become", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "14.1", ")", "imply", "globally", "[0,9]", "(", "finally", "[0,51]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "first", "9", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "51", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "9", "]", "(", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "<", "14.1", ")"]]}, " prop_2 ": {"span": [42, 46], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1773, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "n't", "greater", "than", "2.4", "or", "the", "mode", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_4_n", "should", "instantly", "not", "be", "equal", "to", "54.4", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "2.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "math equal", "54.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", ">", "2.4", ")"]]}, " prop_2 ": {"span": [17, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 42], "prop": [["-", "(", "signal_4_n", "==", "54.4", ")"]]}}} {"id": 383, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "88", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "94.2", "gets", "detected", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "be", "less", "than", "23.4", "eventually", "."], "ltl": ["finally", "[0,88]", "(", "rise", "(", "signal_1_n", "less equal", "94.2", ")", "and", "signal_2_n", "less", "23.4", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "88", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 30], "prop": [["rise", "(", "signal_1_n", "<=", "94.2", ")"]]}, " prop_2 ": {"span": [34, 45], "prop": [["signal_2_n", "<", "23.4"]]}}} {"id": 5135, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "84.7", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "begins", "deviating", "from", "signal_3_n", "ought", "to", "occur", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.7", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "right", "away", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "84.7", ")"]]}, " prop_2 ": {"span": [34, 43], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1315, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "cross", "78.3", "eventually", "at", "a", "certain", "time", "point", "within", "the", "first", "81", "to", "96", "time", "units", "."], "ltl": ["finally", "[81,96]", "(", "rise", "(", "signal_1_n", "more", "78.3", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "81", ":", "96", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["rise", "(", "signal_1_n", ">", "78.3", ")"]]}}} {"id": 3611, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "below", "60.5", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "next", "30", "time", "units", ",", "after", "which", "for", "each", "moment", "in", "the", "subsequent", "62", "time", "units", ",", "consistently", "signal_2_n", "will", "be", "19.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "60.5", "imply", "finally", "[0,30]", "(", "globally", "[0,62]", "(", "signal_2_n", "math equal", "19.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "next", "30", "time", "units", ",", "after", "which", "for", "each", "moment", "in", "the", "subsequent", "62", "time", "units", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "30", "]", "(", "G", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "60.5"]]}, " prop_2 ": {"span": [50, 54], "prop": [["signal_2_n", "==", "19.5"]]}}} {"id": 1423, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "lower", "than", "90.3", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "no", "more", "than", "22.9", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "90.3", ")", "imply", "signal_2_n", "less equal", "22.9", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 14], "prop": [["rise", "(", "signal_1_n", "<", "90.3", ")"]]}, " prop_2 ": {"span": [26, 43], "prop": [["signal_2_n", "<=", "22.9"]]}}} {"id": 110, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "35", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "set", "to", "10.9", "ought", "to", "be", "observed", "ultimately", "."], "ltl": ["finally", "[0,35]", "(", "rise", "(", "signal_1_n", "math equal", "10.9", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "35", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "be", "observed", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 28], "prop": [["rise", "(", "signal_1_n", "==", "10.9", ")"]]}}} {"id": 5655, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "equals", "to", "18.3", ",", "and", "the", "value", "of", "signal_2_n", "is", "larger", "than", "53.5", "and", "less", "than", "63.8", "then", "the", "following", "condition", "holds", ":", "at", "once", "the", "value", "of", "signal", "signal_3_n", "will", "be", "greater", "than", "or", "equal", "to", "27.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "18.3", "and", "(", "signal_2_n", "more", "53.5", "and", "signal_2_n", "less", "63.8", ")", "imply", "signal_3_n", "more equal", "27.7", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "18.3"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">", "53.5"], ["signal_2_n", "<", "63.8"]]}, " prop_3 ": {"span": [31, 44], "prop": [["signal_3_n", ">=", "27.7"]]}}} {"id": 2018, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "9.0", "gets", "detected", ",", "then", "in", "response", "eventually", "after", "sometime", "during", "the", "following", "3", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "should", "continuously", "remain", "at", "least", "16.0", "and", "less", "than", "or", "equal", "to", "59.5", "for", "each", "time", "instant", "in", "the", "following", "8", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "9.0", ")", "imply", "finally", "[0,3]", "(", "globally", "[0,8]", "(", "signal_2_n", "more equal", "16.0", "and", "signal_2_n", "less equal", "59.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "eventually", "after", "sometime", "during", "the", "following", "3", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "3", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "9.0", ")"]]}, " prop_2 ": {"span": [33, 61], "prop": [["signal_2_n", ">=", "16.0"], ["signal_2_n", "<=", "59.5"]]}}} {"id": 2618, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "at", "most", "75.4", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "at", "least", "54.2", "will", "happen", ",", "or", "at", "the", "same", "moment", "the", "state", "of", "signal", "signal_3_n", "will", "have", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "75.4", ")", "imply", "rise", "(", "signal_2_n", "more equal", "54.2", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "event", "that", "(", "prop_2", ")", "will", "happen", ",", "or", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<=", "75.4", ")"]]}, " prop_2 ": {"span": [35, 42], "prop": [["rise", "(", "signal_2_n", ">=", "54.2", ")"]]}, " prop_3 ": {"span": [50, 62], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 322, "sentence": ["Everytime", "when", "signal_1_n", "is", "50.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "must", "be", "above", "9.8", "and", "less", "than", "31.3", "and", "then", "this", "condition", "shall", "always", "keep", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "75", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "is", "eventually", "greater", "than", "or", "equal", "to", "31.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.2", "imply", "(", "signal_2_n", "more", "9.8", "and", "signal_2_n", "less", "31.3", ")", "until", "[0,75]", "(", "signal_3_n", "more equal", "31.4", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "shall", "always", "keep", "till", "at", "a", "certain", "time", "point", "in", "the", "first", "75", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "75", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 5], "prop": [["signal_1_n", "==", "50.2"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", ">", "9.8"], ["signal_2_n", "<", "31.3"]]}, " prop_3 ": {"span": [45, 58], "prop": [["signal_3_n", ">=", "31.4"]]}}} {"id": 3345, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "smaller", "than", "11.8", "then", "the", "value", "of", "signal_4_n", "ought", "to", "be", "lower", "than", "56.9", "and", "then", "this", "condition", "shall", "uninterruptedly", "continue", "for", "each", "time", "point", "in", "the", "coming", "87", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "11.8", "imply", "globally", "[0,87]", "(", "signal_4_n", "less", "56.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "and", "then", "this", "condition", "shall", "uninterruptedly", "continue", "for", "each", "time", "point", "in", "the", "coming", "87", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "87", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_3_n", "<", "11.8"]]}, " prop_3 ": {"span": [27, 37], "prop": [["signal_4_n", "<", "56.9"]]}}} {"id": 5532, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "85.1", "happens", "and", "the", "transition", "action", "that", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "90.7", "is", "observed", "then", "there", "must", "be", "finally", "sometime", "within", "35", "to", "77", "time", "units", ",", "at", "which", "for", "each", "time", "point", "in", "the", "subsequent", "17", "to", "31", "time", "units", "without", "interruption", "the", "value", "of", "signal_3_n", "has", "to", "stay", "higher", "than", "51.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "85.1", ")", "and", "rise", "(", "signal_2_n", "more equal", "90.7", ")", "imply", "finally", "[35,77]", "(", "globally", "[17,31]", "(", "signal_3_n", "more", "51.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "there", "must", "be", "finally", "sometime", "within", "35", "to", "77", "time", "units", ",", "at", "which", "for", "each", "time", "point", "in", "the", "subsequent", "17", "to", "31", "time", "units", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "35", ":", "77", "]", "(", "G", "[", "17", ":", "31", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "85.1", ")"]]}, " prop_2 ": {"span": [20, 29], "prop": [["rise", "(", "signal_2_n", ">=", "90.7", ")"]]}, " prop_3 ": {"span": [60, 70], "prop": [["signal_3_n", ">", "51.7"]]}}} {"id": 3085, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", "then", "in", "response", "after", "a", "time", "in", "the", "following", "86", "time", "units", "the", "value", "of", "signal_3_n", "will", "be", "above", "29.8", "and", "less", "than", "82.4", "consistently", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,86]", "(", "globally", "(", "signal_3_n", "more", "29.8", "and", "signal_3_n", "less", "82.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "after", "a", "time", "in", "the", "following", "86", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "86", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 49], "prop": [["signal_3_n", ">", "29.8"], ["signal_3_n", "<", "82.4"]]}}} {"id": 1294, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "bigger", "than", "44.4", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "47.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "uninterruptedly", "the", "value", "of", "signal_3_n", "will", "have", "to", "stay", "lower", "than", "72.4", "for", "each", "time", "instant", "during", "the", "first", "41", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "44.4", "and", "signal_2_n", "more equal", "47.4", "imply", "globally", "[0,41]", "(", "signal_3_n", "less", "72.4", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "41", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "44.4"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", ">=", "47.4"]]}, " prop_3 ": {"span": [30, 51], "prop": [["signal_3_n", "<", "72.4"]]}}} {"id": 5487, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "event", "that", "signal_1_n", "starts", "not", "equaling", "to", "97.3", "does", "not", "take", "place", "and", "the", "value", "of", "signal", "signal_2_n", "is", "equal", "to", "8.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "signal_3_n", "signal", "is", "n't", "less", "than", "22.5", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "97.3", ")", "and", "signal_2_n", "math equal", "8.1", "imply", "negation", "(", "signal_3_n", "less", "22.5", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "event", "that", "(", "prop_1", ")", "does", "not", "take", "place", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["-", "fall", "(", "signal_1_n", "==", "97.3", ")"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "8.1"]]}, " prop_3 ": {"span": [38, 46], "prop": [["-", "(", "signal_3_n", "<", "22.5", ")"]]}}} {"id": 816, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "54.6", "and", "then", "this", "condition", "shall", "last", "continuously", "till", "the", "state", "of", "signal_4_n", "is", "set", "to", "signal_5_n", ",", "which", "will", "have", "to", "be", "eventually", "observed", "at", "a", "certain", "moment", "starting", "between", "1", "to", "9", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "54.6", ")", "until", "[1,9]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "shall", "last", "continuously", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "1", ":", "9", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_3_n", "==", "54.6"]]}, " prop_3 ": {"span": [39, 66], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 2948, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "finally", "less", "than", "or", "equal", "to", "17.4", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "17.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 30], "prop": [["signal_1_n", "<=", "17.4"]]}}} {"id": 962, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "96.2", ",", "then", "at", "once", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "bigger", "than", "55.5", "must", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "96.2", "imply", "rise", "(", "signal_2_n", "more", "55.5", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "at", "once", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "<=", "96.2"]]}, " prop_2 ": {"span": [23, 31], "prop": [["rise", "(", "signal_2_n", ">", "55.5", ")"]]}}} {"id": 875, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "15.1", "gets", "detected", "then", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "13.4", "will", "simultaneously", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "15.1", ")", "imply", "rise", "(", "signal_2_n", "less equal", "13.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "scenario", "that", "(", "prop_2", ")", "will", "simultaneously", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "15.1", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["rise", "(", "signal_2_n", "<=", "13.4", ")"]]}}} {"id": 1090, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "42.6", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "85.1", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "42.6", ")", "imply", "signal_2_n", "math equal", "85.1", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "42.6", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "85.1"]]}}} {"id": 39, "sentence": ["For", "every", "time", "point", "within", "59", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "will", "be", "staying", "in", "signal_2_n", "all", "the", "time", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "59", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3571, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "should", "be", "2.2", "and", "then", "this", "scenario", "will", "sustain", "consistently", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "signal_3_n", "math equal", "2.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "sustain", "consistently", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_3_n", "==", "2.2"]]}}} {"id": 5722, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "less", "than", "11.3", "or", "the", "scenario", "that", "the", "signal_2_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "58.4", "is", "detected", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "sometime", "during", "the", "next", "22", "time", "units", "the", "state", "of", "signal", "signal_3_n", "is", "n't", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "11.3", "or", "rise", "(", "signal_2_n", "more equal", "58.4", ")", "imply", "finally", "[0,22]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "eventually", "at", "sometime", "during", "the", "next", "22", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "22", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["signal_1_n", "<", "11.3"]]}, " prop_2 ": {"span": [14, 25], "prop": [["rise", "(", "signal_2_n", ">=", "58.4", ")"]]}, " prop_3 ": {"span": [42, 50], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1336, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "after", "at", "most", "58", "time", "units", ",", "at", "which", "finally", "the", "state", "of", "signal", "signal_1_n", "must", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "after", "at", "most", "58", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5319, "sentence": ["In", "the", "case", "signal_1_n", "is", "8.4", "and", "the", "signal_2_n", "signal", "is", "at", "most", "19.8", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "first", "4", "time", "units", ",", "finally", "at", "a", "certain", "time", "instant", "during", "the", "coming", "37", "to", "68", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "72.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.4", "and", "signal_2_n", "less equal", "19.8", "imply", "globally", "[0,4]", "(", "finally", "[37,68]", "(", "signal_3_n", "less equal", "72.8", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "first", "4", "time", "units", ",", "finally", "at", "a", "certain", "time", "instant", "during", "the", "coming", "37", "to", "68", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "4", "]", "(", "F", "[", "37", ":", "68", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "8.4"]]}, " prop_2 ": {"span": [7, 14], "prop": [["signal_2_n", "<=", "19.8"]]}, " prop_3 ": {"span": [46, 59], "prop": [["signal_3_n", "<=", "72.8"]]}}} {"id": 6195, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "85.5", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "exist", "a", "certain", "moment", "after", "at", "most", "45", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "begins", "deviating", "from", "signal_3_n", "wo", "n't", "take", "place", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "85.5", ")", "imply", "finally", "[0,45]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "exist", "a", "certain", "moment", "after", "at", "most", "45", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "wo", "n't", "take", "place", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["fall", "(", "signal_1_n", "==", "85.5", ")"]]}, " prop_2 ": {"span": [47, 56], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1655, "sentence": ["For", "each", "time", "point", "within", "64", "time", "units", ",", "consecutively", "the", "value", "of", "signal_1_n", "will", "be", "staying", "at", "least", "35.6", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more equal", "35.6", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "64", "time", "units", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", ">=", "35.6"]]}}} {"id": 4639, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "larger", "than", "52.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "following", "34", "time", "units", ",", "there", "should", "ultimately", "exist", "a", "time", "during", "the", "following", "29", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "52.6", ")", "imply", "globally", "[0,34]", "(", "finally", "[0,29]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "following", "34", "time", "units", ",", "there", "should", "ultimately", "exist", "a", "time", "during", "the", "following", "29", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">", "52.6", ")"]]}, " prop_2 ": {"span": [56, 62], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3702, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "37.9", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "61.0", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "next", "19", "time", "units", "the", "event", "that", "signal_3_n", "increases", "to", "at", "least", "98.4", "will", "take", "place", "at", "a", "certain", "time", "point", "during", "the", "next", "85", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "37.9", "and", "signal_2_n", "more equal", "61.0", "imply", "globally", "[0,19]", "(", "finally", "[0,85]", "(", "rise", "(", "signal_3_n", "more equal", "98.4", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "next", "19", "time", "units", "the", "event", "that", "(", "prop_3", ")", "will", "take", "place", "at", "a", "certain", "time", "point", "during", "the", "next", "85", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "19", "]", "(", "F", "[", "0", ":", "85", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">=", "37.9"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", ">=", "61.0"]]}, " prop_3 ": {"span": [42, 48], "prop": [["rise", "(", "signal_3_n", ">=", "98.4", ")"]]}}} {"id": 1600, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "51.0", ",", "then", "at", "sometime", "after", "at", "most", "79", "time", "units", "the", "value", "of", "signal_2_n", "ought", "to", "be", "48.1", "and", "then", "shall", "consecutively", "hold", "like", "that", "within", "the", "following", "46", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "51.0", ")", "imply", "finally", "[0,79]", "(", "globally", "[0,46]", "(", "signal_2_n", "math equal", "48.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "at", "sometime", "after", "at", "most", "79", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", ">=", "51.0", ")"]]}, " prop_2 ": {"span": [30, 51], "prop": [["signal_2_n", "==", "48.1"]]}}} {"id": 3689, "sentence": ["There", "is", "a", "time", "after", "between", "0", "to", "11", "time", "units", ",", "at", "which", "eventually", "the", "signal_1_n", "signal", "is", "63.9", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "math equal", "63.9", ")"], "logic_sentence": ["There", "is", "a", "time", "after", "between", "0", "to", "11", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["signal_1_n", "==", "63.9"]]}}} {"id": 518, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "66.5", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "subsequent", "18", "time", "units", ",", "the", "mode", "of", "signal_2_n", "must", "be", "in", "signal_3_n", "ultimately", "at", "a", "time", "starting", "at", "most", "95", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "66.5", ")", "imply", "globally", "[0,18]", "(", "finally", "[0,95]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "in", "the", "subsequent", "18", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "66.5", ")"]]}, " prop_2 ": {"span": [37, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1346, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "96", "time", "units", ",", "eventually", "signal_1_n", "is", "less", "than", "81.3", "or", "the", "value", "of", "signal_2_n", "will", "be", "below", "64.6", "eventually", "."], "ltl": ["finally", "[0,96]", "(", "signal_1_n", "less", "81.3", "or", "signal_2_n", "less", "64.6", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "96", "time", "units", ",", "eventually", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "96", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "<", "81.3"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<", "64.6"]]}}} {"id": 534, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "keeps", "no", "less", "than", "72.8", ",", "or", "the", "value", "of", "signal_2_n", "is", "higher", "than", "12.2", "and", "less", "than", "42.1", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "the", "signal_3_n", "signal", "shall", "be", "greater", "than", "63.9", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "72.8", "or", "(", "signal_2_n", "more", "12.2", "and", "signal_2_n", "less", "42.1", ")", "imply", "signal_3_n", "more", "63.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">=", "72.8"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", ">", "12.2"], ["signal_2_n", "<", "42.1"]]}, " prop_3 ": {"span": [42, 50], "prop": [["signal_3_n", ">", "63.9"]]}}} {"id": 3502, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "4.6", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consistently", "the", "value", "of", "signal_2_n", "shall", "stay", "smaller", "than", "7.0", "until", "at", "a", "certain", "moment", "in", "the", "coming", "23", "time", "units", "eventually", "the", "mode", "of", "signal", "signal_3_n", "is", "n't", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "4.6", ")", "imply", "(", "signal_2_n", "less", "7.0", ")", "until", "[0,23]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "4.6", ")"]]}, " prop_2 ": {"span": [27, 56], "prop": [["signal_2_n", "<", "7.0"], ["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3410, "sentence": ["If", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "first", "100", "time", "units", ",", "there", "will", "exist", "a", "time", "within", "the", "following", "92", "time", "units", "ultimately", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,100]", "(", "finally", "[0,92]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "first", "100", "time", "units", ",", "there", "will", "exist", "a", "time", "within", "the", "following", "92", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "100", "]", "(", "F", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [47, 56], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 621, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "64.7", "and", "the", "signal_2_n", "signal", "stays", "greater", "than", "66.6", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "coming", "14", "to", "62", "time", "units", "the", "scenario", "that", "signal_3_n", "becomes", "greater", "than", "42.7", "has", "to", "occur", "finally", "at", "a", "certain", "time", "point", "after", "between", "13", "to", "17", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "64.7", "and", "signal_2_n", "more", "66.6", "imply", "globally", "[14,62]", "(", "finally", "[13,17]", "(", "rise", "(", "signal_3_n", "more", "42.7", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "coming", "14", "to", "62", "time", "units", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "occur", "finally", "at", "a", "certain", "time", "point", "after", "between", "13", "to", "17", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "14", ":", "62", "]", "(", "F", "[", "13", ":", "17", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "64.7"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", ">", "66.6"]]}, " prop_3 ": {"span": [37, 42], "prop": [["rise", "(", "signal_3_n", ">", "42.7", ")"]]}}} {"id": 2794, "sentence": ["The", "signal_1_n", "signal", "continuously", "keeps", "lower", "than", "2.6", "for", "every", "time", "instant", "within", "the", "first", "31", "to", "44", "time", "units", "."], "ltl": ["globally", "[31,44]", "(", "signal_1_n", "less", "2.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "31", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "<", "2.6"]]}}} {"id": 3705, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal_1_n", "stays", "no", "less", "than", "31.3", ",", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "60.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "first", "78", "time", "units", "at", "a", "certain", "moment", "within", "the", "next", "38", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "goes", "to", "at", "least", "5.3", "has", "to", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "31.3", "and", "signal_2_n", "more equal", "60.0", "imply", "globally", "[0,78]", "(", "finally", "[0,38]", "(", "rise", "(", "signal_3_n", "more equal", "5.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "first", "78", "time", "units", "at", "a", "certain", "moment", "within", "the", "next", "38", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "has", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "38", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">=", "31.3"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", ">=", "60.0"]]}, " prop_3 ": {"span": [58, 68], "prop": [["rise", "(", "signal_3_n", ">=", "5.3", ")"]]}}} {"id": 499, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "observed", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "16", "to", "64", "time", "units", ",", "signal_3_n", "shall", "ultimately", "not", "be", "above", "38.0", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[16,64]", "(", "finally", "(", "negation", "(", "signal_3_n", "more", "38.0", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "16", "to", "64", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "16", ":", "64", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 50], "prop": [["-", "(", "signal_3_n", ">", "38.0", ")"]]}}} {"id": 2852, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "within", "the", "interval", "-LRB-", "0.0", ",", "99.8", "-RRB-", "and", "the", "signal_2_n", "signal", "is", "no", "larger", "than", "8.2", ",", "then", "there", "should", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_3_n", "must", "n't", "be", "below", "12.1", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "0.0", "and", "signal_1_n", "less", "99.8", ")", "and", "signal_2_n", "less equal", "8.2", "imply", "finally", "(", "negation", "(", "signal_3_n", "less", "12.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "there", "should", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["signal_1_n", ">", "0.0"], ["signal_1_n", "<", "99.8"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_2_n", "<=", "8.2"]]}, " prop_3 ": {"span": [49, 59], "prop": [["-", "(", "signal_3_n", "<", "12.1", ")"]]}}} {"id": 5014, "sentence": ["At", "a", "certain", "time", "instant", "in", "less", "than", "6", "time", "units", "the", "transition", "action", "that", "signal_1_n", "rises", "above", "27.4", "should", "eventually", "get", "detected", ",", "and", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "ultimately", "more", "than", "70.7", "."], "ltl": ["finally", "[0,6]", "(", "rise", "(", "signal_1_n", "more", "27.4", ")", "and", "signal_2_n", "more", "70.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "less", "than", "6", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "eventually", "get", "detected", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 19], "prop": [["rise", "(", "signal_1_n", ">", "27.4", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">", "70.7"]]}}} {"id": 117, "sentence": ["For", "every", "moment", "within", "6", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "keep", "smaller", "than", "47.7", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "less", "than", "40.8", "."], "ltl": ["globally", "[0,6]", "(", "signal_1_n", "less", "47.7", "and", "signal_2_n", "less", "40.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "6", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<", "47.7"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "<", "40.8"]]}}} {"id": 4039, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "46.6", "gets", "detected", ",", "then", "in", "response", "simultaneously", "the", "scenario", "that", "signal_2_n", "drops", "to", "no", "more", "than", "77.9", "has", "to", "get", "observed", "and", "the", "signal_3_n", "signal", "needs", "to", "be", "higher", "than", "30.4", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "46.6", ")", "imply", "rise", "(", "signal_2_n", "less equal", "77.9", ")", "and", "signal_3_n", "more", "30.4", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "simultaneously", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "get", "observed", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "46.6", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["rise", "(", "signal_2_n", "<=", "77.9", ")"]]}, " prop_3 ": {"span": [34, 44], "prop": [["signal_3_n", ">", "30.4"]]}}} {"id": 6031, "sentence": ["There", "exists", "sometime", "within", "the", "first", "64", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "must", "be", "eventually", "in", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "must", "be", "ultimately", "less", "than", "or", "equal", "to", "43.8", "."], "ltl": ["finally", "[0,64]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "43.8", ")"], "logic_sentence": ["There", "exists", "sometime", "within", "the", "first", "64", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_3_n", "<=", "43.8"]]}}} {"id": 1951, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "46.9", "takes", "place", "then", "the", "mode", "of", "signal_2_n", "shall", "be", "in", "signal_3_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "46.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "46.9", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 947, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "to", "no", "larger", "than", "70.2", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "at", "least", "23.7", "must", "get", "observed", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "70.2", ")", "imply", "rise", "(", "signal_2_n", "more equal", "23.7", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "must", "get", "observed", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<=", "70.2", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["rise", "(", "signal_2_n", ">=", "23.7", ")"]]}}} {"id": 2075, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "will", "stay", "at", "most", "8.0", "consistently", "and", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "will", "keep", "no", "less", "than", "83.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "8.0", "and", "signal_2_n", "more equal", "83.2", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 30], "prop": [["signal_1_n", "<=", "8.0"], ["signal_2_n", ">=", "83.2"]]}}} {"id": 1406, "sentence": ["Eventually", "at", "a", "certain", "moment", "within", "10", "time", "units", "signal_1_n", "needs", "to", "be", "equal", "to", "21.8", "."], "ltl": ["finally", "[0,10]", "(", "signal_1_n", "math equal", "21.8", ")"], "logic_sentence": ["Eventually", "at", "a", "certain", "moment", "within", "10", "time", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "21.8"]]}}} {"id": 4267, "sentence": ["Uninterruptedly", "signal_1_n", "is", "never", "equal", "to", "43.6", "during", "the", "first", "86", "to", "97", "time", "units", "."], "ltl": ["globally", "[86,97]", "(", "negation", "(", "signal_1_n", "math equal", "43.6", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "86", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["-", "(", "signal_1_n", "==", "43.6", ")"]]}}} {"id": 1067, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "the", "signal_3_n", "signal", "shall", "be", "at", "least", "8.5", "and", "less", "than", "or", "equal", "to", "66.9", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "8.5", "and", "signal_3_n", "less equal", "66.9", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 33], "prop": [["signal_3_n", ">=", "8.5"], ["signal_3_n", "<=", "66.9"]]}}} {"id": 5585, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "then", "after", "a", "certain", "moment", "within", "the", "first", "95", "time", "units", ",", "consecutively", "the", "signal_3_n", "signal", "keeps", "greater", "than", "or", "equal", "to", "65.6", "and", "at", "most", "66.7", "for", "each", "time", "point", "during", "the", "following", "11", "to", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,95]", "(", "globally", "[11,50]", "(", "signal_3_n", "more equal", "65.6", "and", "signal_3_n", "less equal", "66.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "after", "a", "certain", "moment", "within", "the", "first", "95", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "11", ":", "50", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 54], "prop": [["signal_3_n", ">=", "65.6"], ["signal_3_n", "<=", "66.7"]]}}} {"id": 5241, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "without", "interruption", "signal_1_n", "is", "n't", "no", "larger", "than", "5.5", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "5.5", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["-", "(", "signal_1_n", "<=", "5.5", ")"]]}}} {"id": 5581, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "exceeds", "19.7", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "60", "time", "units", ",", "at", "a", "certain", "time", "point", "after", "at", "most", "67", "time", "units", ",", "the", "value", "of", "signal_2_n", "should", "be", "eventually", "at", "most", "39.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "19.7", ")", "imply", "globally", "[0,60]", "(", "finally", "[0,67]", "(", "signal_2_n", "less equal", "39.2", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "the", "coming", "60", "time", "units", ",", "at", "a", "certain", "time", "point", "after", "at", "most", "67", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 8], "prop": [["rise", "(", "signal_1_n", ">", "19.7", ")"]]}, " prop_2 ": {"span": [41, 51], "prop": [["signal_2_n", "<=", "39.2"]]}}} {"id": 537, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_1_n", "will", "be", "keeping", "no", "less", "than", "18.5", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "18.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">=", "18.5"]]}}} {"id": 6229, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "below", "8.6", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "coming", "18", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "91", "time", "units", ",", "the", "event", "that", "the", "mode", "of", "signal_2_n", "deviates", "from", "signal_3_n", "needs", "to", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "8.6", ")", "imply", "globally", "[0,18]", "(", "finally", "[0,91]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "coming", "18", "time", "units", "at", "a", "certain", "time", "instant", "during", "the", "subsequent", "91", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "8.6", ")"]]}, " prop_2 ": {"span": [49, 60], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4933, "sentence": ["The", "value", "of", "signal_1_n", "uninterruptedly", "keeps", "larger", "than", "95.6", "within", "the", "first", "75", "time", "units", "."], "ltl": ["globally", "[0,75]", "(", "signal_1_n", "more", "95.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "75", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 15], "prop": [["signal_1_n", ">", "95.6"]]}}} {"id": 4279, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "at", "most", "19.0", "happens", "or", "the", "signal_2_n", "signal", "stays", "less", "than", "or", "equal", "to", "95.2", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "remain", "greater", "than", "or", "equal", "to", "85.0", ",", "and", "at", "the", "same", "moment", "the", "state", "of", "signal_4_n", "should", "not", "be", "set", "to", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "19.0", ")", "or", "signal_2_n", "less equal", "95.2", "imply", "signal_3_n", "more equal", "85.0", "and", "negation", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "(", "prop_3", ")", ",", "and", "at", "the", "same", "moment", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<=", "19.0", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "<=", "95.2"]]}, " prop_3 ": {"span": [42, 56], "prop": [["signal_3_n", ">=", "85.0"]]}, " prop_4 ": {"span": [62, 72], "prop": [["-", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 6138, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "must", "stay", "less", "than", "or", "equal", "to", "87.1", "at", "the", "same", "time", "point", "or", "the", "mode", "of", "signal_4_n", "will", "be", "instantly", "set", "to", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "87.1", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 28], "prop": [["signal_3_n", "<=", "87.1"]]}, " prop_3 ": {"span": [29, 39], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1811, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "is", "observed", "then", "there", "should", "exist", "a", "certain", "time", "instant", "during", "the", "next", "14", "to", "18", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "should", "be", "at", "most", "59.5", ",", "before", "this", "the", "value", "of", "signal_3_n", "remains", "no", "less", "than", "59.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "59.4", ")", "until", "[14,18]", "(", "signal_4_n", "less equal", "59.5", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "there", "should", "exist", "a", "certain", "time", "instant", "during", "the", "next", "14", "to", "18", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", ",", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "14", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_4_n", "<=", "59.5"]]}, " prop_3 ": {"span": [45, 54], "prop": [["signal_3_n", ">=", "59.4"]]}}} {"id": 1064, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "decreases", "to", "no", "more", "than", "71.8", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "greater", "than", "21.6", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "71.8", ")", "imply", "signal_2_n", "more", "21.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", "<=", "71.8", ")"]]}, " prop_2 ": {"span": [32, 45], "prop": [["signal_2_n", ">", "21.6"]]}}} {"id": 4968, "sentence": ["In", "the", "case", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_3_n", "is", "n't", "at", "most", "92.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "negation", "(", "signal_3_n", "less equal", "92.9", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 27], "prop": [["-", "(", "signal_3_n", "<=", "92.9", ")"]]}}} {"id": 745, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "76.2", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "24.7", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "76.2", ")", "imply", "signal_2_n", "less equal", "24.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "76.2", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", "<=", "24.7"]]}}} {"id": 1536, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "above", "56.3", "and", "below", "65.2", ",", "then", "in", "response", "right", "away", "the", "value", "of", "signal_2_n", "is", "not", "at", "least", "22.3", ",", "and", "signal_3_n", "ought", "to", "be", "immediately", "larger", "than", "3.8", "and", "smaller", "than", "14.9", "."], "ltl": ["globally", "(", "signal_1_n", "more", "56.3", "and", "signal_1_n", "less", "65.2", "imply", "negation", "(", "signal_2_n", "more equal", "22.3", ")", "and", "(", "signal_3_n", "more", "3.8", "and", "signal_3_n", "less", "14.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "right", "away", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">", "56.3"], ["signal_1_n", "<", "65.2"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "(", "signal_2_n", ">=", "22.3", ")"]]}, " prop_3 ": {"span": [31, 43], "prop": [["signal_3_n", ">", "3.8"], ["signal_3_n", "<", "14.9"]]}}} {"id": 2181, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "most", "46.1", "gets", "observed", "or", "the", "signal_2_n", "signal", "is", "higher", "than", "33.2", "and", "less", "than", "84.0", "then", "for", "each", "moment", "in", "the", "first", "1", "to", "13", "time", "units", "ultimately", "there", "exists", "a", "certain", "time", "instant", "within", "the", "next", "90", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_3_n", "signal", "becomes", "greater", "than", "3.2", "should", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "46.1", ")", "or", "(", "signal_2_n", "more", "33.2", "and", "signal_2_n", "less", "84.0", ")", "imply", "globally", "[1,13]", "(", "finally", "[0,90]", "(", "rise", "(", "signal_3_n", "more", "3.2", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "or", "(", "prop_2", ")", "then", "for", "each", "moment", "in", "the", "first", "1", "to", "13", "time", "units", "ultimately", "there", "exists", "a", "certain", "time", "instant", "within", "the", "next", "90", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "1", ":", "13", "]", "(", "F", "[", "0", ":", "90", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<=", "46.1", ")"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", ">", "33.2"], ["signal_2_n", "<", "84.0"]]}, " prop_3 ": {"span": [60, 67], "prop": [["rise", "(", "signal_3_n", ">", "3.2", ")"]]}}} {"id": 917, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "first", "31", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "be", "ultimately", "set", "to", "signal_2_n", "or", "signal_3_n", "should", "be", "more", "than", "53.1", "ultimately", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "more", "53.1", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "in", "the", "first", "31", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_3_n", ">", "53.1"]]}}} {"id": 2049, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "8.5", "takes", "place", ",", "then", "in", "response", "there", "should", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "85.7", "and", "then", "ought", "to", "uninterruptedly", "remain", "in", "this", "interval", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "8.5", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "more equal", "85.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "there", "should", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "8.5", ")"]]}, " prop_2 ": {"span": [41, 68], "prop": [["signal_2_n", ">=", "85.7"]]}}} {"id": 4513, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "at", "least", "51.4", "gets", "observed", ",", "then", "in", "response", "the", "signal_2_n", "signal", "will", "be", "10.1", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "51.4", ")", "imply", "signal_2_n", "math equal", "10.1", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["rise", "(", "signal_1_n", ">=", "51.4", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", "==", "10.1"]]}}} {"id": 1631, "sentence": ["At", "a", "time", "during", "the", "first", "6", "to", "88", "time", "units", ",", "ultimately", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "and", "the", "signal_3_n", "signal", "will", "have", "to", "be", "equal", "to", "74.9", "ultimately", "."], "ltl": ["finally", "[6,88]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "74.9", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "6", "to", "88", "time", "units", ",", "ultimately", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "6", ":", "88", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", "==", "74.9"]]}}} {"id": 2173, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "shifts", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "24.4", "and", "then", "will", "keep", "like", "that", "consistently", "till", "eventually", "signal_4_n", "is", "n't", "no", "less", "than", "93.1", "at", "sometime", "within", "the", "coming", "100", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "24.4", ")", "until", "[0,100]", "(", "negation", "(", "signal_4_n", "more equal", "93.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "100", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 55], "prop": [["signal_3_n", "==", "24.4"], ["-", "(", "signal_4_n", ">=", "93.1", ")"]]}}} {"id": 2233, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "decreases", "below", "45.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "scenario", "that", "the", "signal_2_n", "signal", "starts", "deviating", "from", "1.7", "shall", "not", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.2", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "1.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "instantly", "the", "scenario", "that", "(", "prop_2", ")", "shall", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<", "45.2", ")"]]}, " prop_2 ": {"span": [32, 39], "prop": [["-", "fall", "(", "signal_2_n", "==", "1.7", ")"]]}}} {"id": 1343, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "falls", "below", "11.2", ",", "then", "the", "following", "condition", "holds", ":", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "less", "than", "91", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "be", "less", "than", "33.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "11.2", ")", "imply", "finally", "[0,91]", "(", "signal_2_n", "less", "33.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "less", "than", "91", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "11.2", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", "<", "33.2"]]}}} {"id": 2316, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "rises", "above", "66.1", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "always", "remain", "higher", "than", "29.7", "and", "below", "44.6", "for", "each", "moment", "in", "the", "following", "25", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "66.1", ")", "imply", "globally", "[0,25]", "(", "signal_2_n", "more", "29.7", "and", "signal_2_n", "less", "44.6", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "25", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", ">", "66.1", ")"]]}, " prop_2 ": {"span": [21, 42], "prop": [["signal_2_n", ">", "29.7"], ["signal_2_n", "<", "44.6"]]}}} {"id": 2742, "sentence": ["Globally", ",", "in", "case", "that", "the", "signal_1_n", "signal", "remains", "at", "most", "75.1", "and", "the", "value", "of", "signal", "signal_2_n", "stays", "less", "than", "31.0", ",", "then", "signal_3_n", "sha", "n't", "be", "signal_4_n", "and", "then", "this", "scenario", "ought", "to", "hold", "consecutively", "in", "the", "elapsed", "17", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "75.1", "and", "signal_2_n", "less", "31.0", "imply", "historically", "[0,17]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "and", "then", "this", "scenario", "ought", "to", "hold", "consecutively", "in", "the", "elapsed", "17", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "17", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "<=", "75.1"]]}, " prop_2 ": {"span": [13, 22], "prop": [["signal_2_n", "<", "31.0"]]}, " prop_3 ": {"span": [24, 29], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1144, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "n't", "at", "least", "91.7", "and", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "2.9", "and", "no", "larger", "than", "24.6", "then", "after", "a", "certain", "time", "instant", "during", "the", "first", "87", "time", "units", ",", "signal_3_n", "needs", "to", "be", "bigger", "than", "32.8", "and", "below", "92.4", "and", "consecutively", "this", "condition", "will", "hold", "for", "every", "time", "point", "within", "the", "coming", "34", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "91.7", ")", "and", "(", "signal_2_n", "more equal", "2.9", "and", "signal_2_n", "less equal", "24.6", ")", "imply", "finally", "[0,87]", "(", "globally", "[0,34]", "(", "signal_3_n", "more", "32.8", "and", "signal_3_n", "less", "92.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "after", "a", "certain", "time", "instant", "during", "the", "first", "87", "time", "units", ",", "(", "prop_3", ")", "and", "consecutively", "this", "condition", "will", "hold", "for", "every", "time", "point", "within", "the", "coming", "34", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "87", "]", "(", "G", "[", "0", ":", "34", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["-", "(", "signal_1_n", ">=", "91.7", ")"]]}, " prop_2 ": {"span": [16, 30], "prop": [["signal_2_n", ">=", "2.9"], ["signal_2_n", "<=", "24.6"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_3_n", ">", "32.8"], ["signal_3_n", "<", "92.4"]]}}} {"id": 5278, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "66.8", ",", "then", "in", "response", "ultimately", "after", "a", "certain", "moment", "during", "the", "following", "45", "time", "units", ",", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "and", "then", "shall", "consecutively", "remain", "like", "that", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "66.8", "imply", "finally", "[0,45]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "ultimately", "after", "a", "certain", "moment", "during", "the", "following", "45", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "45", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "66.8"]]}, " prop_2 ": {"span": [29, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 586, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "72.3", "then", "the", "following", "condition", "is", "true", ":", "signal_4_n", "ought", "to", "keep", "at", "least", "97.9", "at", "the", "same", "time", "instant", "and", "at", "the", "same", "time", "signal_5_n", "will", "be", "equal", "to", "81.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "72.3", "imply", "signal_4_n", "more equal", "97.9", "and", "signal_5_n", "math equal", "81.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_3_n", ">=", "72.3"]]}, " prop_3 ": {"span": [31, 54], "prop": [["signal_4_n", ">=", "97.9"], ["signal_5_n", "==", "81.3"]]}}} {"id": 4976, "sentence": ["Whenever", "signal_1_n", "is", "bigger", "than", "18.3", "and", "smaller", "than", "96.1", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "at", "most", "50.7", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "following", "19", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "next", "52", "time", "units", ",", "the", "signal_3_n", "signal", "should", "be", "ultimately", "larger", "than", "86.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "18.3", "and", "signal_1_n", "less", "96.1", ")", "and", "rise", "(", "signal_2_n", "less equal", "50.7", ")", "imply", "globally", "[0,19]", "(", "finally", "[0,52]", "(", "signal_3_n", "more", "86.0", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "following", "19", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "next", "52", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "19", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "18.3"], ["signal_1_n", "<", "96.1"]]}, " prop_2 ": {"span": [15, 25], "prop": [["rise", "(", "signal_2_n", "<=", "50.7", ")"]]}, " prop_3 ": {"span": [57, 66], "prop": [["signal_3_n", ">", "86.0"]]}}} {"id": 2057, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "46.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "no", "less", "than", "6.0", "and", "at", "most", "15.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "46.3", ")", "imply", "signal_2_n", "more equal", "6.0", "and", "signal_2_n", "less equal", "15.3", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "46.3", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">=", "6.0"], ["signal_2_n", "<=", "15.3"]]}}} {"id": 4555, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "14.4", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "is", "promptly", "within", "the", "range", "-LSB-", "2.8", ",", "6.8", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "14.4", ")", "imply", "signal_2_n", "more equal", "2.8", "and", "signal_2_n", "less equal", "6.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "14.4", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", ">=", "2.8"], ["signal_2_n", "<=", "6.8"]]}}} {"id": 5377, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "signal_1_n", "must", "be", "consistently", "34.6", ",", "and", "the", "state", "of", "signal_2_n", "will", "have", "to", "continuously", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "34.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["signal_1_n", "==", "34.6"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 983, "sentence": ["For", "every", "time", "point", "in", "the", "first", "32", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "75.6", "consistently", "and", "signal_2_n", "has", "to", "keep", "at", "least", "1.1", "and", "less", "than", "or", "equal", "to", "35.2", "uninterruptedly", "."], "ltl": ["globally", "[0,32]", "(", "signal_1_n", "more equal", "75.6", "and", "(", "signal_2_n", "more equal", "1.1", "and", "signal_2_n", "less equal", "35.2", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "32", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "32", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 25], "prop": [["signal_1_n", ">=", "75.6"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", ">=", "1.1"], ["signal_2_n", "<=", "35.2"]]}}} {"id": 2426, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "without", "interruption", "the", "mode", "of", "signal_1_n", "ought", "to", "be", "in", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "will", "always", "stay", "above", "7.1", "and", "below", "13.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "7.1", "and", "signal_3_n", "less", "13.3", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_3_n", ">", "7.1"], ["signal_3_n", "<", "13.3"]]}}} {"id": 507, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "61.2", "occurs", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "in", "the", "coming", "64", "time", "units", ",", "for", "every", "moment", "within", "the", "next", "61", "time", "units", ",", "the", "state", "of", "signal", "signal_2_n", "should", "be", "consecutively", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "61.2", ")", "imply", "finally", "[0,64]", "(", "globally", "[0,61]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "in", "the", "coming", "64", "time", "units", ",", "for", "every", "moment", "within", "the", "next", "61", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "61.2", ")"]]}, " prop_2 ": {"span": [44, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1955, "sentence": ["For", "each", "moment", "in", "the", "first", "4", "to", "54", "time", "units", "continuously", "the", "mode", "of", "signal_1_n", "must", "not", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[4,54]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "4", "to", "54", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 841, "sentence": ["For", "every", "time", "point", "in", "the", "first", "11", "to", "71", "time", "units", ",", "consecutively", "signal_1_n", "ought", "to", "keep", "in", "signal_2_n", "or", "the", "signal_3_n", "signal", "should", "consistently", "stay", "above", "4.4", "and", "less", "than", "74.6", "."], "ltl": ["globally", "[11,71]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "4.4", "and", "signal_3_n", "less", "74.6", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "11", "to", "71", "time", "units", ",", "consecutively", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "11", ":", "71", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", ">", "4.4"], ["signal_3_n", "<", "74.6"]]}}} {"id": 427, "sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "31", "to", "59", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "26.7", "shall", "finally", "happen", "."], "ltl": ["finally", "[31,59]", "(", "rise", "(", "signal_1_n", "less equal", "26.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "starting", "between", "31", "to", "59", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "shall", "finally", "happen", "."], "logic_ltl": ["F", "[", "31", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["rise", "(", "signal_1_n", "<=", "26.7", ")"]]}}} {"id": 665, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "67", "to", "98", "time", "units", "eventually", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "70.7", "should", "be", "observed", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "18.4", "and", "at", "most", "48.1", "ultimately", "."], "ltl": ["finally", "[67,98]", "(", "rise", "(", "signal_1_n", "math equal", "70.7", ")", "and", "(", "signal_2_n", "more equal", "18.4", "and", "signal_2_n", "less equal", "48.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "67", "to", "98", "time", "units", "eventually", "the", "event", "that", "(", "prop_1", ")", "should", "be", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "67", ":", "98", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["rise", "(", "signal_1_n", "==", "70.7", ")"]]}, " prop_2 ": {"span": [27, 45], "prop": [["signal_2_n", ">=", "18.4"], ["signal_2_n", "<=", "48.1"]]}}} {"id": 2033, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "larger", "than", "35.1", "occurs", ",", "then", "for", "every", "time", "instant", "within", "51", "time", "units", ",", "eventually", "at", "a", "time", "within", "the", "coming", "74", "time", "units", ",", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "90.3", "needs", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "35.1", ")", "imply", "globally", "[0,51]", "(", "finally", "[0,74]", "(", "rise", "(", "signal_2_n", "less equal", "90.3", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "every", "time", "instant", "within", "51", "time", "units", ",", "eventually", "at", "a", "time", "within", "the", "coming", "74", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "51", "]", "(", "F", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["rise", "(", "signal_1_n", "<=", "35.1", ")"]]}, " prop_2 ": {"span": [44, 57], "prop": [["rise", "(", "signal_2_n", "<=", "90.3", ")"]]}}} {"id": 3158, "sentence": ["For", "every", "time", "point", "in", "the", "first", "29", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "no", "less", "than", "8.0", "and", "less", "than", "or", "equal", "to", "9.7", "uninterruptedly", "and", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "[0,29]", "(", "(", "signal_1_n", "more equal", "8.0", "and", "signal_1_n", "less equal", "9.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "29", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "29", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 31], "prop": [["signal_1_n", ">=", "8.0"], ["signal_1_n", "<=", "9.7"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2992, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "95", "time", "units", ",", "the", "signal_1_n", "signal", "will", "have", "to", "be", "higher", "than", "33.3", "and", "less", "than", "37.9", "consecutively", "."], "ltl": ["globally", "[0,95]", "(", "signal_1_n", "more", "33.3", "and", "signal_1_n", "less", "37.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "95", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "95", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">", "33.3"], ["signal_1_n", "<", "37.9"]]}}} {"id": 1910, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "12.8", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "coming", "11", "to", "91", "time", "units", "at", "a", "certain", "moment", "in", "the", "subsequent", "5", "to", "52", "time", "units", ",", "eventually", "the", "mode", "of", "signal", "signal_2_n", "is", "changed", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "12.8", ")", "imply", "globally", "[11,91]", "(", "finally", "[5,52]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "coming", "11", "to", "91", "time", "units", "at", "a", "certain", "moment", "in", "the", "subsequent", "5", "to", "52", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "91", "]", "(", "F", "[", "5", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "12.8", ")"]]}, " prop_2 ": {"span": [51, 60], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1813, "sentence": ["For", "each", "moment", "within", "68", "to", "94", "time", "units", "the", "value", "of", "signal_1_n", "should", "remain", "no", "more", "than", "24.5", "uninterruptedly", "or", "without", "interruption", "the", "value", "of", "signal_2_n", "needs", "to", "equal", "to", "16.1", "."], "ltl": ["globally", "[68,94]", "(", "signal_1_n", "less equal", "24.5", "or", "signal_2_n", "math equal", "16.1", ")"], "logic_sentence": ["For", "each", "moment", "within", "68", "to", "94", "time", "units", "(", "prop_1", ")", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "68", ":", "94", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<=", "24.5"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "16.1"]]}}} {"id": 4154, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "deviates", "from", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "next", "20", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "52", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "signal_3_n", "gets", "changed", "to", "30.3", "has", "to", "happen", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,20]", "(", "finally", "[0,52]", "(", "rise", "(", "signal_3_n", "math equal", "30.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "next", "20", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "52", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [58, 63], "prop": [["rise", "(", "signal_3_n", "==", "30.3", ")"]]}}} {"id": 5971, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "after", "between", "2", "to", "57", "time", "units", ",", "at", "which", "eventually", "the", "mode", "of", "signal_1_n", "shall", "be", "signal_2_n", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "set", "to", "74.8", "needs", "to", "occur", "."], "ltl": ["finally", "[2,57]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "math equal", "74.8", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "after", "between", "2", "to", "57", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "occur", "."], "logic_ltl": ["F", "[", "2", ":", "57", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 41], "prop": [["rise", "(", "signal_3_n", "==", "74.8", ")"]]}}} {"id": 274, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "below", "62.6", ",", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "less", "than", "44.7", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "needs", "to", "promptly", "remain", "less", "than", "or", "equal", "to", "66.0", "."], "ltl": ["globally", "(", "signal_1_n", "less", "62.6", "and", "rise", "(", "signal_2_n", "less", "44.7", ")", "imply", "signal_3_n", "less equal", "66.0", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "<", "62.6"]]}, " prop_2 ": {"span": [14, 22], "prop": [["rise", "(", "signal_2_n", "<", "44.7", ")"]]}, " prop_3 ": {"span": [32, 43], "prop": [["signal_3_n", "<=", "66.0"]]}}} {"id": 3715, "sentence": ["The", "signal_1_n", "signal", "must", "never", "be", "in", "signal_2_n", "for", "each", "time", "instant", "within", "4", "time", "units", "."], "ltl": ["globally", "[0,4]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 15, "sentence": ["Uninterruptedly", "the", "state", "of", "signal", "signal_1_n", "will", "not", "be", "set", "to", "signal_2_n", "for", "every", "moment", "within", "the", "first", "20", "time", "units", "."], "ltl": ["globally", "[0,20]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 4881, "sentence": ["At", "sometime", "within", "the", "first", "47", "time", "units", ",", "eventually", "the", "signal_1_n", "signal", "will", "have", "to", "be", "less", "than", "26.4", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "less", "26.4", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "47", "time", "units", ",", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "26.4"]]}}} {"id": 530, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "above", "61.0", "occurs", "then", "in", "response", "in", "no", "time", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "61.0", "ought", "never", "to", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "61.0", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "61.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "in", "no", "time", "the", "scenario", "that", "(", "prop_2", ")", "ought", "never", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "61.0", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["-", "fall", "(", "signal_2_n", "==", "61.0", ")"]]}}} {"id": 2760, "sentence": ["For", "every", "time", "point", "within", "the", "first", "92", "time", "units", ",", "continuously", "the", "value", "of", "signal_1_n", "remains", "below", "30.5", "or", "the", "value", "of", "signal", "signal_2_n", "must", "keep", "equal", "to", "41.4", "consistently", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "less", "30.5", "or", "signal_2_n", "math equal", "41.4", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "92", "time", "units", ",", "continuously", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "<", "30.5"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "41.4"]]}}} {"id": 595, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "0.1", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "90", "time", "units", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "and", "then", "remains", "like", "this", "all", "the", "time", "for", "each", "time", "point", "during", "the", "next", "12", "to", "16", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "0.1", ")", "imply", "finally", "[0,90]", "(", "globally", "[12,16]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "90", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "90", "]", "(", "G", "[", "12", ":", "16", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "0.1", ")"]]}, " prop_2 ": {"span": [32, 63], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1440, "sentence": ["The", "signal_1_n", "signal", "should", "finally", "keep", "greater", "than", "or", "equal", "to", "22.3", "and", "less", "than", "or", "equal", "to", "60.0", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "22.3", "and", "signal_1_n", "less equal", "60.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 31], "prop": [["signal_1_n", ">=", "22.3"], ["signal_1_n", "<=", "60.0"]]}}} {"id": 1557, "sentence": ["For", "each", "moment", "within", "69", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "remaining", "above", "95.8", "continuously", ",", "and", "the", "value", "of", "signal_2_n", "needs", "to", "stay", "greater", "than", "96.6", "uninterruptedly", "."], "ltl": ["globally", "[0,69]", "(", "signal_1_n", "more", "95.8", "and", "signal_2_n", "more", "96.6", ")"], "logic_sentence": ["For", "each", "moment", "within", "69", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "69", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "95.8"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "96.6"]]}}} {"id": 3957, "sentence": ["At", "a", "certain", "moment", "starting", "between", "81", "to", "90", "time", "units", ",", "finally", "signal_1_n", "should", "be", "greater", "than", "48.0", "."], "ltl": ["finally", "[81,90]", "(", "signal_1_n", "more", "48.0", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "between", "81", "to", "90", "time", "units", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "81", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", ">", "48.0"]]}}} {"id": 2472, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "signal_1_n", "needs", "to", "remain", "greater", "than", "or", "equal", "to", "1.6", "and", "less", "than", "or", "equal", "to", "12.9", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.6", "and", "signal_1_n", "less equal", "12.9", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 26], "prop": [["signal_1_n", ">=", "1.6"], ["signal_1_n", "<=", "12.9"]]}}} {"id": 2862, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "99.2", ",", "then", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "for", "every", "moment", "in", "the", "coming", "40", "time", "units", ",", "signal_2_n", "will", "stay", "greater", "than", "or", "equal", "to", "47.0", "."], "ltl": ["globally", "(", "signal_1_n", "less", "99.2", "imply", "finally", "(", "globally", "[0,40]", "(", "signal_2_n", "more equal", "47.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "for", "every", "moment", "in", "the", "coming", "40", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "99.2"]]}, " prop_2 ": {"span": [41, 50], "prop": [["signal_2_n", ">=", "47.0"]]}}} {"id": 4073, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "remains", "equal", "to", "90.2", ",", "and", "the", "transition", "action", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "37.3", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "ultimately", "exist", "sometime", "starting", "at", "most", "14", "time", "units", ",", "after", "which", "signal_3_n", "is", "signal_4_n", "and", "will", "have", "to", "remain", "on", "this", "state", "uninterruptedly", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.2", "and", "rise", "(", "signal_2_n", "less equal", "37.3", ")", "imply", "finally", "[0,14]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "will", "have", "to", "ultimately", "exist", "sometime", "starting", "at", "most", "14", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "will", "have", "to", "remain", "on", "this", "state", "uninterruptedly", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "14", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "90.2"]]}, " prop_2 ": {"span": [16, 25], "prop": [["rise", "(", "signal_2_n", "<=", "37.3", ")"]]}, " prop_3 ": {"span": [49, 52], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4686, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "gets", "to", "at", "least", "15.8", "takes", "place", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "uninterruptedly", "the", "signal_2_n", "signal", "ought", "to", "stay", "in", "signal_3_n", "for", "every", "time", "instant", "within", "the", "subsequent", "21", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "15.8", ")", "imply", "finally", "(", "globally", "[0,21]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">=", "15.8", ")"]]}, " prop_2 ": {"span": [29, 47], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3361, "sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "85", "time", "units", ",", "signal_1_n", "has", "to", "be", "in", "signal_2_n", "finally", "or", "the", "value", "of", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "24.1", "and", "at", "most", "82.4", "eventually", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "24.1", "and", "signal_3_n", "less equal", "82.4", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "after", "at", "most", "85", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 38], "prop": [["signal_3_n", ">=", "24.1"], ["signal_3_n", "<=", "82.4"]]}}} {"id": 1827, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "73", "to", "91", "time", "units", "the", "value", "of", "signal_1_n", "shall", "be", "always", "greater", "than", "or", "equal", "to", "1.3", "and", "less", "than", "or", "equal", "to", "8.0", "or", "the", "signal_2_n", "signal", "should", "uninterruptedly", "keep", "no", "less", "than", "71.3", "."], "ltl": ["globally", "[73,91]", "(", "(", "signal_1_n", "more equal", "1.3", "and", "signal_1_n", "less equal", "8.0", ")", "or", "signal_2_n", "more equal", "71.3", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "73", "to", "91", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "73", ":", "91", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 32], "prop": [["signal_1_n", ">=", "1.3"], ["signal_1_n", "<=", "8.0"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_2_n", ">=", "71.3"]]}}} {"id": 4044, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "29.2", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "signal_4_n", "shall", "continuously", "remain", "on", "37.2", "for", "each", "time", "point", "during", "the", "coming", "22", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "29.2", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "globally", "[0,22]", "(", "signal_4_n", "math equal", "37.2", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "is", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "22", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "29.2"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 58], "prop": [["signal_4_n", "==", "37.2"]]}}} {"id": 380, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "signal_1_n", "is", "above", "2.8", "and", "smaller", "than", "3.1", ",", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "65.0", ",", "then", "there", "shall", "ultimately", "exist", "a", "certain", "moment", "within", "43", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "shall", "be", "equal", "to", "85.1", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.8", "and", "signal_1_n", "less", "3.1", ")", "or", "signal_2_n", "more equal", "65.0", "imply", "finally", "[0,43]", "(", "signal_3_n", "math equal", "85.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "there", "shall", "ultimately", "exist", "a", "certain", "moment", "within", "43", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", ">", "2.8"], ["signal_1_n", "<", "3.1"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", ">=", "65.0"]]}, " prop_3 ": {"span": [46, 55], "prop": [["signal_3_n", "==", "85.1"]]}}} {"id": 91, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "state", "of", "signal", "signal_1_n", "ought", "to", "remain", "in", "signal_2_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6041, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "74.4", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "is", "31.9", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "74.4", ")", "imply", "signal_2_n", "math equal", "31.9", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "74.4", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "31.9"]]}}} {"id": 5703, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "54.0", "takes", "place", "eventually", "at", "a", "time", "within", "9", "to", "59", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "following", "29", "time", "units", ",", "the", "value", "of", "signal_2_n", "should", "be", "eventually", "between", "-LSB-", "15.7", ",", "16.2", "-RSB-", "."], "ltl": ["globally", "(", "finally", "[9,59]", "(", "fall", "(", "signal_1_n", "math equal", "54.0", ")", ")", "imply", "finally", "[0,29]", "(", "signal_2_n", "more equal", "15.7", "and", "signal_2_n", "less equal", "16.2", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "eventually", "at", "a", "time", "within", "9", "to", "59", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "time", "during", "the", "following", "29", "time", "units", ",", "(", "prop_2", ")", "-RSB-", "."], "logic_ltl": ["G", "(", "F", "[", "9", ":", "59", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "29", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "54.0", ")"]]}, " prop_2 ": {"span": [43, 55], "prop": [["signal_2_n", ">=", "15.7"], ["signal_2_n", "<=", "16.2"]]}}} {"id": 1019, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "8.8", "is", "detected", "then", "in", "response", "uninterruptedly", "the", "signal_2_n", "signal", "shall", "be", "in", "signal_3_n", "until", "the", "signal_4_n", "signal", "wo", "n't", "increase", "above", "20.9", ",", "which", "should", "finally", "get", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "8.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "negation", "rise", "(", "signal_4_n", "more", "20.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "8.8", ")"]]}, " prop_2 ": {"span": [17, 51], "prop": [["signal_2_n", "==", "signal_3_n"], ["-", "rise", "(", "signal_4_n", ">", "20.9", ")"]]}}} {"id": 1643, "sentence": ["If", "the", "signal_1_n", "signal", "is", "above", "5.3", "and", "below", "59.3", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "following", "44", "time", "units", "at", "sometime", "during", "the", "coming", "98", "time", "units", "the", "signal_2_n", "signal", "shall", "be", "at", "least", "71.2", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "5.3", "and", "signal_1_n", "less", "59.3", "imply", "globally", "[0,44]", "(", "finally", "[0,98]", "(", "signal_2_n", "more equal", "71.2", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "during", "the", "following", "44", "time", "units", "at", "sometime", "during", "the", "coming", "98", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "44", "]", "(", "F", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "5.3"], ["signal_1_n", "<", "59.3"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_2_n", ">=", "71.2"]]}}} {"id": 4318, "sentence": ["The", "signal_1_n", "signal", "shall", "be", "equal", "to", "68.9", "between", "2", "to", "63", "time", "units", "."], "ltl": ["globally", "[2,63]", "(", "signal_1_n", "math equal", "68.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "2", ":", "63", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 14], "prop": [["signal_1_n", "==", "68.9"]]}}} {"id": 671, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "state", "of", "signal_3_n", "will", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2244, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "does", "n't", "take", "place", "and", "the", "state", "of", "signal_3_n", "is", "not", "set", "to", "signal_4_n", ",", "then", "in", "response", "the", "state", "of", "signal_5_n", "will", "have", "to", "be", "set", "to", "signal_6_n", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "does", "n't", "take", "place", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [31, 46], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 581, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "be", "larger", "than", "11.9", "and", "less", "than", "14.3", "finally", "at", "a", "certain", "moment", "during", "the", "first", "22", "time", "units", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "more", "11.9", "and", "signal_1_n", "less", "14.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 25], "prop": [["signal_1_n", ">", "11.9"], ["signal_1_n", "<", "14.3"]]}}} {"id": 774, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "signal_1_n", "falls", "below", "44.8", "is", "observed", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "simulation", "ends", "at", "sometime", "within", "the", "subsequent", "0", "to", "14", "time", "units", "finally", "the", "value", "of", "signal_2_n", "ought", "n't", "to", "be", "less", "than", "or", "equal", "to", "46.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.8", ")", "imply", "globally", "(", "finally", "[0,14]", "(", "negation", "(", "signal_2_n", "less equal", "46.4", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "till", "the", "simulation", "ends", "at", "sometime", "within", "the", "subsequent", "0", "to", "14", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "44.8", ")"]]}, " prop_2 ": {"span": [39, 53], "prop": [["-", "(", "signal_2_n", "<=", "46.4", ")"]]}}} {"id": 1480, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "45.7", ",", "then", "in", "no", "time", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "6.0", "takes", "place", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "45.7", ")", "imply", "rise", "(", "signal_2_n", "more equal", "6.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "no", "time", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "45.7", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["rise", "(", "signal_2_n", ">=", "6.0", ")"]]}}} {"id": 1249, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "74.0", "is", "observed", ",", "then", "ultimately", "at", "sometime", "starting", "at", "most", "30", "time", "units", "signal_2_n", "must", "uninterruptedly", "remain", "in", "signal_3_n", "for", "each", "time", "point", "within", "the", "coming", "18", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "74.0", ")", "imply", "finally", "[0,30]", "(", "globally", "[0,18]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "ultimately", "at", "sometime", "starting", "at", "most", "30", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "30", "]", "(", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["rise", "(", "signal_1_n", "<=", "74.0", ")"]]}, " prop_2 ": {"span": [35, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4161, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "70", "time", "units", "uninterruptedly", "signal_1_n", "will", "keep", "in", "signal_2_n", ",", "and", "uninterruptedly", "the", "value", "of", "signal_3_n", "will", "be", "remaining", "on", "3.4", "."], "ltl": ["globally", "[0,70]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "3.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "70", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "70", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_3_n", "==", "3.4"]]}}} {"id": 1426, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "drops", "below", "6.4", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "immediately", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "62.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "6.4", ")", "imply", "signal_2_n", "less equal", "62.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 15], "prop": [["rise", "(", "signal_1_n", "<", "6.4", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "<=", "62.5"]]}}} {"id": 4626, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "82", "time", "units", "the", "state", "of", "signal_1_n", "should", "be", "ultimately", "signal_2_n", "."], "ltl": ["finally", "[0,82]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "82", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3966, "sentence": ["At", "a", "certain", "time", "point", "starting", "between", "32", "to", "33", "time", "units", "signal_1_n", "will", "have", "to", "keep", "greater", "than", "or", "equal", "to", "6.6", "and", "no", "more", "than", "30.7", "ultimately", "."], "ltl": ["finally", "[32,33]", "(", "signal_1_n", "more equal", "6.6", "and", "signal_1_n", "less equal", "30.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "between", "32", "to", "33", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "32", ":", "33", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 29], "prop": [["signal_1_n", ">=", "6.6"], ["signal_1_n", "<=", "30.7"]]}}} {"id": 1511, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "23.1", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "be", "ultimately", "sometime", "during", "the", "first", "96", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "higher", "than", "86.2", ",", "and", "till", "then", "signal_2_n", "shall", "be", "consecutively", "larger", "than", "31.9", "and", "less", "than", "52.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.1", ")", "imply", "(", "signal_2_n", "more", "31.9", "and", "signal_2_n", "less", "52.4", ")", "until", "[0,96]", "(", "signal_3_n", "more", "86.2", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "be", "ultimately", "sometime", "during", "the", "first", "96", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "23.1", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["signal_3_n", ">", "86.2"]]}, " prop_3 ": {"span": [49, 60], "prop": [["signal_2_n", ">", "31.9"], ["signal_2_n", "<", "52.4"]]}}} {"id": 2488, "sentence": ["At", "sometime", "in", "the", "first", "19", "to", "27", "time", "units", ",", "the", "scenario", "that", "signal_1_n", "becomes", "equal", "to", "17.1", "should", "get", "detected", "ultimately", ",", "or", "finally", "signal_2_n", "should", "remain", "on", "28.2", "."], "ltl": ["finally", "[19,27]", "(", "rise", "(", "signal_1_n", "math equal", "17.1", ")", "or", "signal_2_n", "math equal", "28.2", ")"], "logic_sentence": ["At", "sometime", "in", "the", "first", "19", "to", "27", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "should", "get", "detected", "ultimately", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "19", ":", "27", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 19], "prop": [["rise", "(", "signal_1_n", "==", "17.1", ")"]]}, " prop_2 ": {"span": [26, 31], "prop": [["signal_2_n", "==", "28.2"]]}}} {"id": 5872, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "81.6", "occurs", ",", "then", "for", "each", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "eventually", "less", "than", "30.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "81.6", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "less", "30.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "each", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", ",", "there", "needs", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "<", "81.6", ")"]]}, " prop_2 ": {"span": [48, 60], "prop": [["signal_2_n", "<", "30.2"]]}}} {"id": 1703, "sentence": ["If", "within", "the", "elapsed", "45", "time", "units", ",", "without", "interruption", "signal_1_n", "has", "remained", "in", "signal_2_n", "then", "in", "response", "there", "needs", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "following", "94", "time", "units", ",", "at", "which", "signal_3_n", "ought", "to", "be", "signal_4_n", "and", "then", "this", "condition", "will", "hold", "without", "interruption", "for", "the", "next", "85", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,45]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,94]", "(", "globally", "[0,85]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "within", "the", "elapsed", "45", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "then", "in", "response", "there", "needs", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "following", "94", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "hold", "without", "interruption", "for", "the", "next", "85", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "45", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "94", "]", "(", "G", "[", "0", ":", "85", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [35, 40], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4831, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "smaller", "than", "95.9", "or", "the", "signal_2_n", "signal", "is", "smaller", "than", "98.9", "then", "in", "the", "future", "before", "the", "simulation", "ends", ",", "consecutively", "the", "state", "of", "signal", "signal_3_n", "must", "never", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "95.9", "or", "signal_2_n", "less", "98.9", "imply", "globally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "the", "future", "before", "the", "simulation", "ends", ",", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "95.9"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "<", "98.9"]]}, " prop_3 ": {"span": [32, 41], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2407, "sentence": ["For", "every", "moment", "in", "the", "first", "10", "to", "10", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "needs", "to", "be", "uninterruptedly", "in", "signal_2_n", "."], "ltl": ["globally", "[10,10]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "10", "to", "10", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "10", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 353, "sentence": ["Everytime", "when", "signal_1_n", "is", "equal", "to", "20.4", ",", "then", "for", "each", "time", "point", "in", "the", "first", "65", "time", "units", ",", "there", "will", "have", "to", "be", "eventually", "a", "time", "after", "at", "most", "66", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "bigger", "than", "92.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "20.4", "imply", "globally", "[0,65]", "(", "finally", "[0,66]", "(", "signal_2_n", "more", "92.7", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "for", "each", "time", "point", "in", "the", "first", "65", "time", "units", ",", "there", "will", "have", "to", "be", "eventually", "a", "time", "after", "at", "most", "66", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "65", "]", "(", "F", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", "==", "20.4"]]}, " prop_2 ": {"span": [37, 45], "prop": [["signal_2_n", ">", "92.7"]]}}} {"id": 3354, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "57.2", "is", "observed", ",", "then", "for", "every", "time", "point", "within", "the", "first", "51", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "11", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "shifted", "to", "signal_3_n", "needs", "to", "happen", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "57.2", ")", "imply", "globally", "[0,51]", "(", "finally", "[0,11]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "every", "time", "point", "within", "the", "first", "51", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "11", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "happen", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "51", "]", "(", "F", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", ">", "57.2", ")"]]}, " prop_2 ": {"span": [45, 52], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1843, "sentence": ["The", "signal_1_n", "signal", "must", "remain", "less", "than", "38.4", "uninterruptedly", "for", "each", "time", "instant", "within", "the", "first", "28", "to", "76", "time", "units", "."], "ltl": ["globally", "[28,76]", "(", "signal_1_n", "less", "38.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "28", ":", "76", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "<", "38.4"]]}}} {"id": 6079, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "keep", "at", "least", "33.9", "consecutively", "till", "there", "will", "exist", "a", "certain", "time", "point", "in", "less", "than", "56", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_4_n", "will", "be", "greater", "than", "or", "equal", "to", "1.2", "and", "at", "most", "6.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "33.9", ")", "until", "[0,56]", "(", "signal_4_n", "more equal", "1.2", "and", "signal_4_n", "less equal", "6.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "56", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 76], "prop": [["signal_3_n", ">=", "33.9"], ["signal_4_n", ">=", "1.2"], ["signal_4_n", "<=", "6.3"]]}}} {"id": 294, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "10.5", "shall", "happen", "and", "without", "any", "delay", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "begins", "deviating", "from", "58.8", "will", "never", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "10.5", ")", "and", "negation", "fall", "(", "signal_4_n", "math equal", "58.8", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "happen", "and", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "never", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 44], "prop": [["rise", "(", "signal_3_n", ">=", "10.5", ")"]]}, " prop_3 ": {"span": [54, 61], "prop": [["-", "fall", "(", "signal_4_n", "==", "58.8", ")"]]}}} {"id": 294, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "below", "94.9", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "after", "which", "the", "signal_2_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "29.6", "and", "then", "has", "to", "keep", "like", "this", "all", "the", "time", "in", "the", "subsequent", "24", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "94.9", ")", "imply", "finally", "(", "globally", "[0,24]", "(", "signal_2_n", "more equal", "29.6", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "finally", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "24", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "<", "94.9", ")"]]}, " prop_2 ": {"span": [38, 66], "prop": [["signal_2_n", ">=", "29.6"]]}}} {"id": 2854, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "within", "the", "interval", "-LRB-", "28.1", ",", "32.7", "-RRB-", "and", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "64.6", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_3_n", "should", "not", "be", "below", "63.1", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "28.1", "and", "signal_1_n", "less", "32.7", ")", "and", "signal_2_n", "less equal", "64.6", "imply", "finally", "(", "negation", "(", "signal_3_n", "less", "63.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "28.1"], ["signal_1_n", "<", "32.7"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "<=", "64.6"]]}, " prop_3 ": {"span": [53, 59], "prop": [["-", "(", "signal_3_n", "<", "63.1", ")"]]}}} {"id": 5576, "sentence": ["There", "will", "be", "sometime", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "ultimately", "greater", "than", "or", "equal", "to", "49.0", "."], "ltl": ["finally", "[0,27]", "(", "signal_1_n", "more equal", "49.0", ")"], "logic_sentence": ["There", "will", "be", "sometime", "starting", "at", "most", "27", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">=", "49.0"]]}}} {"id": 304, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "bigger", "than", "22.0", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "22.0", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_3_n", ">", "22.0"]]}}} {"id": 494, "sentence": ["In", "the", "case", "in", "the", "next", "10", "time", "units", "signal_1_n", "is", "continuously", "not", "in", "signal_2_n", "then", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "instant", "during", "the", "next", "64", "time", "units", ",", "at", "which", "within", "the", "following", "96", "time", "units", "consecutively", "the", "value", "of", "signal_3_n", "will", "keep", "at", "least", "3.0", "and", "less", "than", "or", "equal", "to", "60.3", "."], "ltl": ["globally", "(", "globally", "[0,10]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "finally", "[0,64]", "(", "globally", "[0,96]", "(", "signal_3_n", "more equal", "3.0", "and", "signal_3_n", "less equal", "60.3", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "in", "the", "next", "10", "time", "units", "(", "prop_1", ")", "then", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "instant", "during", "the", "next", "64", "time", "units", ",", "at", "which", "within", "the", "following", "96", "time", "units", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "0", ":", "10", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "64", "]", "(", "G", "[", "0", ":", "96", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 57], "prop": [["signal_3_n", ">=", "3.0"], ["signal_3_n", "<=", "60.3"]]}}} {"id": 4732, "sentence": ["For", "every", "moment", "within", "46", "time", "units", "the", "signal_1_n", "signal", "has", "to", "consecutively", "keep", "less", "than", "86.2", "."], "ltl": ["globally", "[0,46]", "(", "signal_1_n", "less", "86.2", ")"], "logic_sentence": ["For", "every", "moment", "within", "46", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<", "86.2"]]}}} {"id": 107, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "larger", "than", "25.7", "and", "below", "38.9", ",", "or", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_4_n", "ought", "to", "be", "above", "64.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "25.7", "and", "signal_1_n", "less", "38.9", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "64.7", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">", "25.7"], ["signal_1_n", "<", "38.9"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 46], "prop": [["signal_4_n", ">", "64.7"]]}}} {"id": 567, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "below", "40.7", "gets", "observed", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "at", "once", "the", "signal_4_n", "signal", "will", "be", "higher", "than", "33.0", "and", "less", "than", "39.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "40.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "33.0", "and", "signal_4_n", "less", "39.8", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "40.7", ")"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [28, 40], "prop": [["signal_4_n", ">", "33.0"], ["signal_4_n", "<", "39.8"]]}}} {"id": 3413, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "5.9", "takes", "place", ",", "then", "in", "response", "signal_2_n", "shall", "not", "be", "less", "than", "66.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "5.9", ")", "imply", "negation", "(", "signal_2_n", "less", "66.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "5.9", ")"]]}, " prop_2 ": {"span": [20, 27], "prop": [["-", "(", "signal_2_n", "<", "66.3", ")"]]}}} {"id": 62, "sentence": ["Globally", ",", "in", "case", "that", "the", "following", "condition", "is", "not", "true", ":", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "the", "signal_1_n", "signal", "has", "always", "not", "been", "at", "least", "9.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "a", "time", "in", "the", "next", "46", "time", "units", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "52.5", "and", "then", "needs", "to", "hold", "like", "that", "all", "the", "time", "for", "each", "moment", "within", "19", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "more equal", "9.6", ")", ")", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,19]", "(", "signal_2_n", "less equal", "52.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "following", "condition", "is", "not", "true", ":", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "a", "time", "in", "the", "next", "46", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [21, 31], "prop": [["-", "(", "signal_1_n", ">=", "9.6", ")"]]}, " prop_2 ": {"span": [50, 78], "prop": [["signal_2_n", "<=", "52.5"]]}}} {"id": 4222, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "below", "53.8", "is", "observed", ",", "then", "in", "response", "there", "ought", "to", "be", "sometime", "during", "the", "next", "37", "time", "units", ",", "after", "which", "for", "every", "time", "point", "within", "the", "coming", "43", "to", "82", "time", "units", "signal_2_n", "has", "to", "consistently", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "53.8", ")", "imply", "finally", "[0,37]", "(", "globally", "[43,82]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "there", "ought", "to", "be", "sometime", "during", "the", "next", "37", "time", "units", ",", "after", "which", "for", "every", "time", "point", "within", "the", "coming", "43", "to", "82", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "37", "]", "(", "G", "[", "43", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<", "53.8", ")"]]}, " prop_2 ": {"span": [44, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3411, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "coming", "32", "time", "units", ",", "at", "sometime", "in", "the", "following", "96", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "should", "be", "set", "to", "signal_4_n", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,32]", "(", "finally", "[0,96]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "coming", "32", "time", "units", ",", "at", "sometime", "in", "the", "following", "96", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "32", "]", "(", "F", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [48, 59], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1515, "sentence": ["Uninterruptedly", "the", "value", "of", "signal_1_n", "should", "be", "greater", "than", "90.7", "for", "each", "moment", "during", "the", "first", "54", "to", "71", "time", "units", "."], "ltl": ["globally", "[54,71]", "(", "signal_1_n", "more", "90.7", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "54", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 21], "prop": [["signal_1_n", ">", "90.7"]]}}} {"id": 632, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", ",", "the", "state", "of", "signal", "signal_3_n", "ought", "n't", "to", "be", "in", "signal_4_n", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [33, 52], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 301, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "continuously", "the", "mode", "of", "signal", "signal_1_n", "shall", "remain", "in", "signal_2_n", "and", "signal_3_n", "has", "to", "be", "consistently", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1333, "sentence": ["There", "should", "be", "ultimately", "a", "time", "within", "74", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[0,74]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "should", "be", "ultimately", "a", "time", "within", "74", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4219, "sentence": ["Globally", ",", "whenever", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "has", "to", "remain", "equal", "to", "32.8", "all", "the", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "math equal", "32.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 41], "prop": [["signal_3_n", "==", "32.8"]]}}} {"id": 313, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "63.0", "is", "detected", "or", "signal_2_n", "is", "higher", "than", "8.5", "and", "less", "than", "or", "equal", "to", "57.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "signal_3_n", "signal", "shall", "be", "above", "13.1", "and", "lower", "than", "34.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "63.0", ")", "or", "(", "signal_2_n", "more", "8.5", "and", "signal_2_n", "less equal", "57.5", ")", "imply", "signal_3_n", "more", "13.1", "and", "signal_3_n", "less", "34.3", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "63.0", ")"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_2_n", ">", "8.5"], ["signal_2_n", "<=", "57.5"]]}, " prop_3 ": {"span": [42, 53], "prop": [["signal_3_n", ">", "13.1"], ["signal_3_n", "<", "34.3"]]}}} {"id": 1521, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "84.2", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "next", "1", "to", "49", "time", "units", ",", "there", "will", "be", "a", "time", "in", "the", "subsequent", "18", "to", "43", "time", "units", ",", "at", "which", "signal_2_n", "ultimately", "remains", "higher", "than", "22.0", "and", "less", "than", "29.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "84.2", "imply", "globally", "[1,49]", "(", "finally", "[18,43]", "(", "signal_2_n", "more", "22.0", "and", "signal_2_n", "less", "29.7", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "next", "1", "to", "49", "time", "units", ",", "there", "will", "be", "a", "time", "in", "the", "subsequent", "18", "to", "43", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "49", "]", "(", "F", "[", "18", ":", "43", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "84.2"]]}, " prop_2 ": {"span": [47, 57], "prop": [["signal_2_n", ">", "22.0"], ["signal_2_n", "<", "29.7"]]}}} {"id": 1255, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "stays", "greater", "than", "29.3", "and", "below", "30.9", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "equal", "to", "14.6", "occurs", "then", "signal_3_n", "shall", "be", "41.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "29.3", "and", "signal_1_n", "less", "30.9", ")", "and", "rise", "(", "signal_2_n", "math equal", "14.6", ")", "imply", "signal_3_n", "math equal", "41.6", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "occurs", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">", "29.3"], ["signal_1_n", "<", "30.9"]]}, " prop_2 ": {"span": [17, 26], "prop": [["rise", "(", "signal_2_n", "==", "14.6", ")"]]}, " prop_3 ": {"span": [28, 35], "prop": [["signal_3_n", "==", "41.6"]]}}} {"id": 4322, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "is", "detected", ",", "then", "at", "the", "same", "moment", "signal_3_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "30.2", "and", "less", "than", "or", "equal", "to", "40.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "30.2", "and", "signal_3_n", "less equal", "40.2", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 40], "prop": [["signal_3_n", ">=", "30.2"], ["signal_3_n", "<=", "40.2"]]}}} {"id": 109, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "larger", "than", "14.6", "and", "below", "41.6", ",", "or", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_4_n", "signal", "has", "to", "be", "immediately", "higher", "than", "39.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "14.6", "and", "signal_1_n", "less", "41.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "39.2", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">", "14.6"], ["signal_1_n", "<", "41.6"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 40], "prop": [["signal_4_n", ">", "39.2"]]}}} {"id": 5267, "sentence": ["The", "value", "of", "signal", "signal_1_n", "must", "be", "eventually", "over", "75.8", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "more", "75.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">", "75.8"]]}}} {"id": 1877, "sentence": ["The", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "62.4", "will", "happen", "ultimately", "at", "sometime", "within", "the", "first", "11", "to", "20", "time", "units", "."], "ltl": ["finally", "[11,20]", "(", "rise", "(", "signal_1_n", "less", "62.4", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "will", "happen", "ultimately", "at", "sometime", "within", "the", "first", "11", "to", "20", "time", "units", "."], "logic_ltl": ["F", "[", "11", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<", "62.4", ")"]]}}} {"id": 5645, "sentence": ["There", "shall", "exist", "a", "certain", "moment", "in", "less", "than", "33", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "80.5", "needs", "to", "get", "observed", "."], "ltl": ["finally", "[0,33]", "(", "rise", "(", "signal_1_n", "less equal", "80.5", ")", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "moment", "in", "less", "than", "33", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 30], "prop": [["rise", "(", "signal_1_n", "<=", "80.5", ")"]]}}} {"id": 6143, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "should", "stay", "higher", "than", "66.0", "and", "below", "66.8", "for", "each", "moment", "during", "the", "first", "48", "to", "73", "time", "units", "."], "ltl": ["globally", "[48,73]", "(", "signal_1_n", "more", "66.0", "and", "signal_1_n", "less", "66.8", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "48", ":", "73", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 24], "prop": [["signal_1_n", ">", "66.0"], ["signal_1_n", "<", "66.8"]]}}} {"id": 2724, "sentence": ["Within", "47", "time", "units", ",", "signal_1_n", "will", "be", "equal", "to", "97.6", "consecutively", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "smaller", "than", "27.7", "uninterruptedly", "."], "ltl": ["globally", "[0,47]", "(", "signal_1_n", "math equal", "97.6", "and", "signal_2_n", "less", "27.7", ")"], "logic_sentence": ["Within", "47", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "==", "97.6"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_2_n", "<", "27.7"]]}}} {"id": 638, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "29", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "84.0", "finally", "and", "finally", "signal_2_n", "should", "be", "at", "most", "49.5", "."], "ltl": ["finally", "[0,29]", "(", "signal_1_n", "more equal", "84.0", "and", "signal_2_n", "less equal", "49.5", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "29", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "29", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 33], "prop": [["signal_1_n", ">=", "84.0"], ["signal_2_n", "<=", "49.5"]]}}} {"id": 5834, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "to", "no", "more", "than", "52.4", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "subsequent", "11", "time", "units", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "signal_2_n", "shall", "be", "finally", "at", "least", "78.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "52.4", ")", "imply", "globally", "[0,11]", "(", "finally", "(", "signal_2_n", "more equal", "78.8", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "subsequent", "11", "time", "units", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["rise", "(", "signal_1_n", "<=", "52.4", ")"]]}, " prop_2 ": {"span": [44, 51], "prop": [["signal_2_n", ">=", "78.8"]]}}} {"id": 3562, "sentence": ["During", "the", "first", "23", "time", "units", "consecutively", "the", "mode", "of", "signal", "signal_1_n", "shall", "be", "in", "signal_2_n", "or", "signal_3_n", "is", "71.1", "consecutively", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "71.1", ")"], "logic_sentence": ["During", "the", "first", "23", "time", "units", "consecutively", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 21], "prop": [["signal_3_n", "==", "71.1"]]}}} {"id": 3503, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "gets", "shifted", "to", "31.7", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_3_n", "will", "not", "be", "in", "signal_4_n", "at", "a", "time", "within", "the", "coming", "18", "time", "units", ",", "and", "until", "then", "signal_2_n", "has", "to", "consistently", "stay", "smaller", "than", "42.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "31.7", ")", "imply", "(", "signal_2_n", "less", "42.1", ")", "until", "[0,18]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "31.7", ")"]]}, " prop_2 ": {"span": [20, 38], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [42, 50], "prop": [["signal_2_n", "<", "42.1"]]}}} {"id": 4912, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "increases", "to", "no", "less", "than", "88.3", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "equal", "to", "16.6", "and", "must", "hold", "like", "this", "uninterruptedly", "till", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "97", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "is", "ultimately", "greater", "than", "or", "equal", "to", "40.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "88.3", ")", "imply", "(", "signal_2_n", "math equal", "16.6", ")", "until", "[0,97]", "(", "signal_3_n", "more equal", "40.4", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", ">=", "88.3", ")"]]}, " prop_2 ": {"span": [21, 63], "prop": [["signal_2_n", "==", "16.6"], ["signal_3_n", ">=", "40.4"]]}}} {"id": 2920, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "51.0", "and", "signal_2_n", "is", "equal", "to", "13.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "next", "30", "time", "units", ",", "there", "should", "exist", "sometime", "in", "the", "future", ",", "at", "which", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "is", "changed", "to", "8.4", "ought", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "51.0", "and", "signal_2_n", "math equal", "13.1", "imply", "globally", "[0,30]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "8.4", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "next", "30", "time", "units", ",", "there", "should", "exist", "sometime", "in", "the", "future", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "30", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "51.0"]]}, " prop_2 ": {"span": [16, 21], "prop": [["signal_2_n", "==", "13.1"]]}, " prop_3 ": {"span": [57, 65], "prop": [["rise", "(", "signal_3_n", "==", "8.4", ")"]]}}} {"id": 2031, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "continuously", "the", "state", "of", "signal_1_n", "should", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 801, "sentence": ["There", "will", "have", "to", "be", "sometime", "starting", "between", "62", "to", "70", "time", "units", ",", "at", "which", "signal_1_n", "shall", "be", "above", "8.8", "and", "less", "than", "12.2", "finally", ",", "and", "eventually", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "at", "most", "28.4", "happens", "."], "ltl": ["finally", "[62,70]", "(", "(", "signal_1_n", "more", "8.8", "and", "signal_1_n", "less", "12.2", ")", "and", "rise", "(", "signal_2_n", "less equal", "28.4", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "sometime", "starting", "between", "62", "to", "70", "time", "units", ",", "at", "which", "(", "prop_1", ")", "finally", ",", "and", "eventually", "the", "event", "that", "(", "prop_2", ")", "happens", "."], "logic_ltl": ["F", "[", "62", ":", "70", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", ">", "8.8"], ["signal_1_n", "<", "12.2"]]}, " prop_2 ": {"span": [32, 42], "prop": [["rise", "(", "signal_2_n", "<=", "28.4", ")"]]}}} {"id": 514, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "observed", "then", "the", "signal_3_n", "signal", "shall", "be", "equal", "to", "86.6", "then", "this", "condition", "needs", "to", "remain", "consecutively", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "historically", "(", "signal_3_n", "math equal", "86.6", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "then", "(", "prop_2", ")", "then", "this", "condition", "needs", "to", "remain", "consecutively", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_3_n", "==", "86.6"]]}}} {"id": 1112, "sentence": ["Globally", ",", "while", "signal_1_n", "settles", "to", "30.7", "or", "the", "signal_2_n", "signal", "is", "smaller", "than", "58.3", ",", "then", "for", "every", "moment", "during", "the", "first", "77", "time", "units", "eventually", "the", "event", "that", "the", "state", "of", "signal_3_n", "gets", "set", "to", "signal_4_n", "ought", "to", "be", "observed", "at", "a", "time", "within", "the", "subsequent", "96", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "30.7", "or", "signal_2_n", "less", "58.3", "imply", "globally", "[0,77]", "(", "finally", "[0,96]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "for", "every", "moment", "during", "the", "first", "77", "time", "units", "eventually", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "be", "observed", "at", "a", "time", "within", "the", "subsequent", "96", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "77", "]", "(", "F", "[", "0", ":", "96", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "30.7"]]}, " prop_2 ": {"span": [8, 15], "prop": [["signal_2_n", "<", "58.3"]]}, " prop_3 ": {"span": [30, 38], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2169, "sentence": ["For", "each", "time", "point", "within", "the", "first", "6", "time", "units", ",", "signal_1_n", "will", "stay", "below", "86.4", "without", "interruption", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "remain", "less", "than", "65.8", "consecutively", "."], "ltl": ["globally", "[0,6]", "(", "signal_1_n", "less", "86.4", "and", "signal_2_n", "less", "65.8", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "6", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "<", "86.4"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", "<", "65.8"]]}}} {"id": 10, "sentence": ["When", "signal_1_n", "remains", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "the", "first", "20", "time", "units", ",", "the", "state", "of", "signal_3_n", "shall", "be", "signal_4_n", "and", "will", "continue", "like", "that", "consistently", "for", "every", "time", "instant", "in", "the", "following", "39", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,20]", "(", "globally", "[0,39]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "the", "first", "20", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 880, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "76.3", "happens", "then", "after", "a", "certain", "time", "point", "in", "the", "first", "8", "to", "18", "time", "units", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "be", "signal_3_n", "and", "this", "condition", "will", "sustain", "consistently", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "76.3", ")", "imply", "finally", "[8,18]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "after", "a", "certain", "time", "point", "in", "the", "first", "8", "to", "18", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "8", ":", "18", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "==", "76.3", ")"]]}, " prop_2 ": {"span": [36, 58], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 356, "sentence": ["Whenever", "signal_1_n", "is", "4.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "following", "79", "time", "units", "there", "has", "to", "exist", "a", "time", "within", "the", "coming", "31", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_2_n", "will", "be", "bigger", "than", "63.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "4.1", "imply", "globally", "[0,79]", "(", "finally", "[0,31]", "(", "signal_2_n", "more", "63.4", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "following", "79", "time", "units", "there", "has", "to", "exist", "a", "time", "within", "the", "coming", "31", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "79", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "4.1"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", ">", "63.4"]]}}} {"id": 3784, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "crosses", "the", "threshold", "of", "49.8", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "sometime", "during", "the", "coming", "27", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_3_n", "goes", "lower", "than", "67.5", "has", "to", "be", "observed", ",", "till", "then", "the", "value", "of", "signal_2_n", "has", "to", "be", "always", "less", "than", "13.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "49.8", ")", "imply", "(", "signal_2_n", "less", "13.4", ")", "until", "[0,27]", "(", "rise", "(", "signal_3_n", "less", "67.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "must", "be", "sometime", "during", "the", "coming", "27", "time", "units", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "has", "to", "be", "observed", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "49.8", ")"]]}, " prop_2 ": {"span": [40, 48], "prop": [["rise", "(", "signal_3_n", "<", "67.5", ")"]]}, " prop_3 ": {"span": [55, 66], "prop": [["signal_2_n", "<", "13.4"]]}}} {"id": 464, "sentence": ["Consistently", "the", "signal_1_n", "signal", "will", "be", "remaining", "equal", "to", "85.6", "in", "the", "future", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "85.6", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "==", "85.6"]]}}} {"id": 602, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "26.8", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "between", "20.4", "-LRB-", "closed", "-RRB-", "and", "58.1", "-LRB-", "closed", "-RRB-", "simultaneously", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "starts", "deviating", "from", "72.2", "should", "be", "observed", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "26.8", ")", "imply", "(", "signal_2_n", "more equal", "20.4", "and", "signal_2_n", "less equal", "58.1", ")", "and", "fall", "(", "signal_3_n", "math equal", "72.2", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "be", "observed", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "26.8", ")"]]}, " prop_2 ": {"span": [22, 40], "prop": [["signal_2_n", ">=", "20.4"], ["signal_2_n", "<=", "58.1"]]}, " prop_3 ": {"span": [45, 53], "prop": [["fall", "(", "signal_3_n", "==", "72.2", ")"]]}}} {"id": 3393, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "14.1", "happens", ",", "then", "within", "7", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "always", "remain", "at", "least", "0.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "14.1", ")", "imply", "globally", "[0,7]", "(", "signal_2_n", "more equal", "0.8", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "within", "7", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "14.1", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", ">=", "0.8"]]}}} {"id": 2260, "sentence": ["Continuously", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "62.9", "will", "never", "occur", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "62.9", ")", ")"], "logic_sentence": ["Continuously", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "never", "occur", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["-", "rise", "(", "signal_1_n", ">=", "62.9", ")"]]}}} {"id": 3062, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "above", "45.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", "at", "a", "time", "within", "the", "subsequent", "2", "to", "63", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "45.2", "imply", "finally", "[2,63]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "2", ":", "63", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "45.2"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4206, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "91.6", "gets", "detected", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "there", "has", "to", "exist", "a", "certain", "moment", "within", "the", "first", "37", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "falls", "below", "13.4", "occurs", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "91.6", ")", "imply", "globally", "(", "finally", "[0,37]", "(", "rise", "(", "signal_2_n", "less", "13.4", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "there", "has", "to", "exist", "a", "certain", "moment", "within", "the", "first", "37", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "91.6", ")"]]}, " prop_2 ": {"span": [51, 55], "prop": [["rise", "(", "signal_2_n", "<", "13.4", ")"]]}}} {"id": 3344, "sentence": ["In", "the", "case", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", ",", "and", "signal_3_n", "is", "less", "than", "32.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_4_n", "will", "be", "below", "4.1", "and", "then", "will", "have", "to", "remain", "like", "that", "without", "interruption", "for", "each", "moment", "within", "38", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "32.2", "imply", "globally", "[0,38]", "(", "signal_4_n", "less", "4.1", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "38", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_3_n", "<", "32.2"]]}, " prop_3 ": {"span": [26, 51], "prop": [["signal_4_n", "<", "4.1"]]}}} {"id": 367, "sentence": ["Globally", ",", "when", "signal_1_n", "keeps", "at", "least", "30.4", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "within", "the", "coming", "75", "time", "units", ",", "after", "which", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "17.2", "and", "at", "most", "57.1", "and", "then", "this", "scenario", "shall", "sustain", "without", "interruption", "for", "each", "time", "instant", "in", "the", "coming", "79", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "30.4", "imply", "finally", "[0,75]", "(", "globally", "[0,79]", "(", "signal_2_n", "more equal", "17.2", "and", "signal_2_n", "less equal", "57.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "be", "eventually", "a", "certain", "moment", "within", "the", "coming", "75", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "shall", "sustain", "without", "interruption", "for", "each", "time", "instant", "in", "the", "coming", "79", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "75", "]", "(", "G", "[", "0", ":", "79", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", ">=", "30.4"]]}, " prop_2 ": {"span": [33, 46], "prop": [["signal_2_n", ">=", "17.2"], ["signal_2_n", "<=", "57.1"]]}}} {"id": 6, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "is", "at", "most", "64.3", ",", "then", "in", "response", "there", "ultimately", "exists", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "for", "each", "time", "instant", "within", "34", "to", "68", "time", "units", ",", "consistently", "the", "value", "of", "signal_4_n", "needs", "to", "keep", "higher", "than", "2.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "64.3", "imply", "finally", "(", "globally", "[34,68]", "(", "signal_4_n", "more", "2.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "there", "ultimately", "exists", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "for", "each", "time", "instant", "within", "34", "to", "68", "time", "units", ",", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "34", ":", "68", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_3_n", "<=", "64.3"]]}, " prop_3 ": {"span": [56, 66], "prop": [["signal_4_n", ">", "2.3"]]}}} {"id": 1727, "sentence": ["For", "every", "time", "instant", "within", "11", "to", "58", "time", "units", ",", "signal_1_n", "will", "keep", "more", "than", "9.2", "and", "smaller", "than", "78.6", "without", "interruption", ",", "and", "continuously", "the", "signal_2_n", "signal", "needs", "to", "keep", "no", "less", "than", "26.4", "."], "ltl": ["globally", "[11,58]", "(", "(", "signal_1_n", "more", "9.2", "and", "signal_1_n", "less", "78.6", ")", "and", "signal_2_n", "more equal", "26.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "11", "to", "58", "time", "units", ",", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "11", ":", "58", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">", "9.2"], ["signal_1_n", "<", "78.6"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", ">=", "26.4"]]}}} {"id": 4640, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "12.0", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "60", "time", "units", ",", "at", "a", "time", "within", "32", "time", "units", "signal_2_n", "will", "be", "in", "signal_3_n", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "12.0", ")", "imply", "globally", "[0,60]", "(", "finally", "[0,32]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "60", "time", "units", ",", "at", "a", "time", "within", "32", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "12.0", ")"]]}, " prop_2 ": {"span": [40, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 155, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "52.0", "takes", "place", ",", "then", "the", "mode", "of", "signal_2_n", "wo", "n't", "be", "in", "signal_3_n", "and", "this", "scenario", "has", "to", "uninterruptedly", "keep", "within", "the", "elapsed", "9", "to", "90", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "52.0", ")", "imply", "historically", "[9,90]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "(", "prop_2", ")", "and", "this", "scenario", "has", "to", "uninterruptedly", "keep", "within", "the", "elapsed", "9", "to", "90", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "9", ":", "90", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", ">=", "52.0", ")"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1641, "sentence": ["When", "the", "signal_1_n", "signal", "enters", "signal_2_n", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "coming", "28", "time", "units", ",", "signal_3_n", "ought", "to", "be", "larger", "than", "10.6", "and", "less", "than", "63.1", "and", "will", "have", "to", "always", "stay", "in", "this", "interval", "for", "every", "time", "instant", "in", "the", "following", "39", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,28]", "(", "globally", "[0,39]", "(", "signal_3_n", "more", "10.6", "and", "signal_3_n", "less", "63.1", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "coming", "28", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "28", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 52], "prop": [["signal_3_n", ">", "10.6"], ["signal_3_n", "<", "63.1"]]}}} {"id": 4910, "sentence": ["Consecutively", "the", "value", "of", "signal_1_n", "will", "stay", "greater", "than", "or", "equal", "to", "47.8", "and", "less", "than", "58.3", "for", "at", "least", "77", "time", "units", "."], "ltl": ["globally", "[0,77]", "(", "signal_1_n", "more equal", "47.8", "and", "signal_1_n", "less", "58.3", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "77", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 23], "prop": [["signal_1_n", ">=", "47.8"], ["signal_1_n", "<", "58.3"]]}}} {"id": 689, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", "and", "has", "been", "consistently", "keeping", "like", "this", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "67", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "following", "8", "time", "units", "signal_3_n", "shall", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "[0,67]", "(", "finally", "[0,8]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "coming", "67", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "following", "8", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "[", "0", ":", "67", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 32], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [62, 67], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2360, "sentence": ["When", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "must", "be", "simultaneously", "above", "74.6", "and", "smaller", "than", "76.6", "and", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "27.5", "must", "simultaneously", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "74.6", "and", "signal_3_n", "less", "76.6", ")", "and", "rise", "(", "signal_4_n", "less equal", "27.5", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "simultaneously", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", ">", "74.6"], ["signal_3_n", "<", "76.6"]]}, " prop_3 ": {"span": [36, 47], "prop": [["rise", "(", "signal_4_n", "<=", "27.5", ")"]]}}} {"id": 5266, "sentence": ["While", "signal_1_n", "is", "lower", "than", "8.8", "then", "in", "response", "for", "every", "time", "point", "within", "21", "to", "57", "time", "units", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "finally", ",", "at", "which", "the", "state", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "8.8", "imply", "globally", "[21,57]", "(", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "point", "within", "21", "to", "57", "time", "units", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "21", ":", "57", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "8.8"]]}, " prop_2 ": {"span": [36, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5085, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "at", "most", "13.9", "happens", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "23.4", "and", "no", "larger", "than", "24.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "13.9", ")", "imply", "signal_2_n", "more equal", "23.4", "and", "signal_2_n", "less equal", "24.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "<=", "13.9", ")"]]}, " prop_2 ": {"span": [30, 48], "prop": [["signal_2_n", ">=", "23.4"], ["signal_2_n", "<=", "24.3"]]}}} {"id": 4432, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "at", "least", "80.5", "happens", ",", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "the", "signal_2_n", "signal", "must", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "80.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", ">=", "80.5", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4453, "sentence": ["At", "a", "time", "during", "the", "first", "69", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "larger", "than", "38.3", "eventually", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "18.3", "must", "be", "observed", "."], "ltl": ["finally", "[0,69]", "(", "signal_1_n", "more", "38.3", "and", "rise", "(", "signal_2_n", "less equal", "18.3", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "69", "time", "units", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "69", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "38.3"]]}, " prop_2 ": {"span": [26, 38], "prop": [["rise", "(", "signal_2_n", "<=", "18.3", ")"]]}}} {"id": 787, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "equal", "to", "8.8", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "has", "to", "immediately", "keep", "in", "-LRB-", "37.4", ",", "87.5", "-RRB-", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.8", "imply", "signal_2_n", "more", "37.4", "and", "signal_2_n", "less", "87.5", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "8.8"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", ">", "37.4"], ["signal_2_n", "<", "87.5"]]}}} {"id": 4434, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "88.3", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "has", "to", "be", "set", "to", "signal_3_n", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "88.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "88.3", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6422, "sentence": ["For", "every", "time", "point", "in", "the", "first", "6", "to", "30", "time", "units", "the", "signal_1_n", "signal", "shall", "keep", "in", "the", "open", "interval", "-LRB-", "4.4", ",", "8.1", "-RRB-", "all", "the", "time", ",", "and", "consecutively", "the", "mode", "of", "signal", "signal_2_n", "must", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[6,30]", "(", "(", "signal_1_n", "more", "4.4", "and", "signal_1_n", "less", "8.1", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "6", "to", "30", "time", "units", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "6", ":", "30", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 29], "prop": [["signal_1_n", ">", "4.4"], ["signal_1_n", "<", "8.1"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5643, "sentence": ["There", "shall", "finally", "exist", "a", "certain", "moment", "within", "92", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "77.1", "shall", "be", "observed", "."], "ltl": ["finally", "[0,92]", "(", "rise", "(", "signal_1_n", "less equal", "77.1", ")", ")"], "logic_sentence": ["There", "shall", "finally", "exist", "a", "certain", "moment", "within", "92", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "be", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 30], "prop": [["rise", "(", "signal_1_n", "<=", "77.1", ")"]]}}} {"id": 1833, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "becomes", "not", "set", "to", "6.1", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "does", "n't", "go", "below", "7.7", "and", "this", "scenario", "remains", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "6.1", ")", "imply", "globally", "(", "negation", "fall", "(", "signal_2_n", "more equal", "7.7", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "remains", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "6.1", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["-", "fall", "(", "signal_2_n", ">=", "7.7", ")"]]}}} {"id": 4082, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "stays", "smaller", "than", "36.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "stay", "less", "than", "or", "equal", "to", "86.3", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "less", "36.6", "imply", "signal_2_n", "less equal", "86.3", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "<", "36.6"]]}, " prop_2 ": {"span": [18, 38], "prop": [["signal_2_n", "<=", "86.3"]]}}} {"id": 141, "sentence": ["For", "the", "first", "88", "time", "units", ",", "the", "signal_1_n", "signal", "continuously", "stays", "within", "-LSB-", "49.9", ",", "58.2", "-RSB-", "."], "ltl": ["globally", "[0,88]", "(", "signal_1_n", "more equal", "49.9", "and", "signal_1_n", "less equal", "58.2", ")"], "logic_sentence": ["For", "the", "first", "88", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">=", "49.9"], ["signal_1_n", "<=", "58.2"]]}}} {"id": 4108, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "7.3", "then", "at", "a", "certain", "moment", "within", "the", "first", "18", "time", "units", "the", "state", "of", "signal_2_n", "needs", "to", "eventually", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "7.3", "imply", "finally", "[0,18]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "at", "a", "certain", "moment", "within", "the", "first", "18", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "<=", "7.3"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5034, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "larger", "than", "51.5", "takes", "place", ",", "then", "for", "each", "time", "point", "within", "the", "next", "8", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "next", "53", "time", "units", ",", "the", "value", "of", "signal_2_n", "needs", "to", "be", "higher", "than", "21.1", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.5", ")", "imply", "globally", "[0,8]", "(", "finally", "[0,53]", "(", "signal_2_n", "more", "21.1", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "time", "point", "within", "the", "next", "8", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "next", "53", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">", "51.5", ")"]]}, " prop_2 ": {"span": [40, 51], "prop": [["signal_2_n", ">", "21.1"]]}}} {"id": 3589, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "bigger", "than", "55.0", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "first", "51", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "must", "be", "93.3", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "55.0", ")", "imply", "finally", "[0,51]", "(", "signal_2_n", "math equal", "93.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "first", "51", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">", "55.0", ")"]]}, " prop_2 ": {"span": [44, 53], "prop": [["signal_2_n", "==", "93.3"]]}}} {"id": 2908, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "smaller", "than", "52.5", "then", "in", "response", "ultimately", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "for", "each", "time", "instant", "within", "the", "subsequent", "67", "time", "units", "the", "value", "of", "signal_2_n", "shall", "remain", "at", "least", "4.7", "and", "less", "than", "or", "equal", "to", "8.1", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "less", "52.5", "imply", "finally", "(", "globally", "[0,67]", "(", "signal_2_n", "more equal", "4.7", "and", "signal_2_n", "less equal", "8.1", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "in", "response", "ultimately", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "after", "which", "for", "each", "time", "instant", "within", "the", "subsequent", "67", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "<", "52.5"]]}, " prop_2 ": {"span": [40, 57], "prop": [["signal_2_n", ">=", "4.7"], ["signal_2_n", "<=", "8.1"]]}}} {"id": 1784, "sentence": ["For", "every", "time", "point", "during", "the", "first", "11", "time", "units", ",", "the", "value", "of", "signal_1_n", "has", "to", "keep", "equal", "to", "90.6", "uninterruptedly", ",", "and", "the", "state", "of", "signal_2_n", "will", "be", "staying", "in", "signal_3_n", "."], "ltl": ["globally", "[0,11]", "(", "signal_1_n", "math equal", "90.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "11", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "90.6"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1489, "sentence": ["If", "eventually", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal_2_n", "will", "be", "less", "than", "or", "equal", "to", "74.2", ",", "and", "before", "that", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "will", "remain", "equal", "to", "67.2", ",", "then", "in", "response", "the", "signal_3_n", "signal", "has", "to", "be", "greater", "than", "or", "equal", "to", "33.0", "and", "has", "to", "always", "continue", "like", "this", "for", "the", "subsequent", "0", "to", "1", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "67.2", ")", "until", "(", "signal_2_n", "less equal", "74.2", ")", "imply", "globally", "[0,1]", "(", "signal_3_n", "more equal", "33.0", ")", ")"], "logic_sentence": ["If", "eventually", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "and", "before", "that", "without", "interruption", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "(", "prop_1", ")", "->", "G", "[", "0", ":", "1", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_2_n", "<=", "74.2"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_1_n", "==", "67.2"]]}, " prop_3 ": {"span": [45, 72], "prop": [["signal_3_n", ">=", "33.0"]]}}} {"id": 703, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "the", "signal_3_n", "signal", "ought", "to", "be", "no", "less", "than", "85.1", "and", "must", "continue", "like", "this", "consistently", "for", "each", "time", "instant", "within", "the", "following", "25", "to", "55", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[25,55]", "(", "signal_3_n", "more equal", "85.1", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "25", ":", "55", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 45], "prop": [["signal_3_n", ">=", "85.1"]]}}} {"id": 2743, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "keeps", "no", "more", "than", "19.4", "and", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "40.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "continuously", "the", "state", "of", "signal", "signal_3_n", "should", "not", "be", "in", "signal_4_n", "during", "the", "last", "29", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "19.4", "and", "signal_2_n", "less", "40.2", "imply", "historically", "[0,29]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "29", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<=", "19.4"]]}, " prop_2 ": {"span": [14, 23], "prop": [["signal_2_n", "<", "40.2"]]}, " prop_3 ": {"span": [33, 49], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1657, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "state", "of", "signal", "signal_1_n", "must", "be", "in", "signal_2_n", "consistently", "or", "continuously", "the", "value", "of", "signal_3_n", "must", "be", "greater", "than", "22.3", "and", "smaller", "than", "83.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "22.3", "and", "signal_3_n", "less", "83.7", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_1", "&", "prop_1", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 32], "prop": [["signal_1_n", "==", "signal_2_n"], ["signal_3_n", ">", "22.3"], ["signal_3_n", "<", "83.7"]]}}} {"id": 848, "sentence": ["There", "ought", "to", "exist", "a", "time", "within", "5", "to", "24", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "ought", "to", "finally", "get", "detected", "."], "ltl": ["finally", "[5,24]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "time", "within", "5", "to", "24", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "ought", "to", "finally", "get", "detected", "."], "logic_ltl": ["F", "[", "5", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 26], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1488, "sentence": ["Globally", ",", "everytime", "when", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "value", "of", "signal_2_n", "will", "be", "no", "more", "than", "80.2", "eventually", ",", "and", "before", "this", "the", "value", "of", "signal", "signal_1_n", "will", "equal", "to", "70.2", "all", "the", "time", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "greater", "than", "or", "equal", "to", "84.0", "and", "then", "uninterruptedly", "this", "condition", "remains", "within", "20", "to", "21", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "70.2", ")", "until", "(", "signal_2_n", "less equal", "80.2", ")", "imply", "globally", "[20,21]", "(", "signal_3_n", "more equal", "84.0", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "and", "before", "this", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "then", "uninterruptedly", "this", "condition", "remains", "within", "20", "to", "21", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "(", "prop_1", ")", "->", "G", "[", "20", ":", "21", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_2_n", "<=", "80.2"]]}, " prop_2 ": {"span": [32, 44], "prop": [["signal_1_n", "==", "70.2"]]}, " prop_3 ": {"span": [52, 63], "prop": [["signal_3_n", ">=", "84.0"]]}}} {"id": 2178, "sentence": ["If", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "5.3", "takes", "place", "or", "the", "signal_2_n", "signal", "is", "higher", "than", "2.7", "and", "less", "than", "9.6", "then", "for", "each", "time", "instant", "within", "the", "following", "19", "to", "21", "time", "units", ",", "there", "shall", "be", "a", "certain", "moment", "during", "the", "first", "47", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "needs", "to", "get", "above", "8.3", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "5.3", ")", "or", "(", "signal_2_n", "more", "2.7", "and", "signal_2_n", "less", "9.6", ")", "imply", "globally", "[19,21]", "(", "finally", "[0,47]", "(", "rise", "(", "signal_3_n", "more", "8.3", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "or", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "within", "the", "following", "19", "to", "21", "time", "units", ",", "there", "shall", "be", "a", "certain", "moment", "during", "the", "first", "47", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "19", ":", "21", "]", "(", "F", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<=", "5.3", ")"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", ">", "2.7"], ["signal_2_n", "<", "9.6"]]}, " prop_3 ": {"span": [58, 68], "prop": [["rise", "(", "signal_3_n", ">", "8.3", ")"]]}}} {"id": 66, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "66.7", "gets", "detected", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "below", "32.4", "has", "to", "take", "place", "or", "signal_3_n", "will", "have", "to", "be", "above", "28.0", "and", "less", "than", "98.6", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "66.7", ")", "imply", "rise", "(", "signal_2_n", "less", "32.4", ")", "or", "(", "signal_3_n", "more", "28.0", "and", "signal_3_n", "less", "98.6", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "at", "the", "same", "time", "point", "the", "event", "that", "(", "prop_2", ")", "has", "to", "take", "place", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", "<=", "66.7", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["rise", "(", "signal_2_n", "<", "32.4", ")"]]}, " prop_3 ": {"span": [42, 54], "prop": [["signal_3_n", ">", "28.0"], ["signal_3_n", "<", "98.6"]]}}} {"id": 2220, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "equal", "to", "74.6", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "at", "a", "certain", "moment", "during", "the", "coming", "24", "to", "31", "time", "units", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "23.2", "will", "have", "to", "happen", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "74.6", "imply", "globally", "(", "finally", "[24,31]", "(", "rise", "(", "signal_2_n", "more equal", "23.2", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "at", "a", "certain", "moment", "during", "the", "coming", "24", "to", "31", "time", "units", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "24", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "74.6"]]}, " prop_2 ": {"span": [44, 56], "prop": [["rise", "(", "signal_2_n", ">=", "23.2", ")"]]}}} {"id": 4265, "sentence": ["For", "each", "moment", "in", "the", "first", "59", "time", "units", ",", "signal_1_n", "must", "be", "60.9", "or", "the", "signal_2_n", "signal", "is", "at", "most", "36.6", "consecutively", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "math equal", "60.9", "or", "signal_2_n", "less equal", "36.6", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "59", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["signal_1_n", "==", "60.9"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "<=", "36.6"]]}}} {"id": 839, "sentence": ["At", "sometime", "in", "the", "first", "74", "time", "units", ",", "finally", "the", "value", "of", "signal_1_n", "needs", "to", "keep", "greater", "than", "or", "equal", "to", "82.5", "and", "lower", "than", "86.5", ",", "and", "signal_2_n", "should", "be", "eventually", "larger", "than", "14.6", "."], "ltl": ["finally", "[0,74]", "(", "(", "signal_1_n", "more equal", "82.5", "and", "signal_1_n", "less", "86.5", ")", "and", "signal_2_n", "more", "14.6", ")"], "logic_sentence": ["At", "sometime", "in", "the", "first", "74", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">=", "82.5"], ["signal_1_n", "<", "86.5"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", ">", "14.6"]]}}} {"id": 2022, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "38.8", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "coming", "9", "to", "94", "time", "units", ",", "after", "which", "in", "the", "future", ",", "the", "value", "of", "signal_2_n", "ought", "to", "stay", "at", "least", "45.5", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "38.8", ")", "imply", "finally", "[9,94]", "(", "globally", "(", "signal_2_n", "more equal", "45.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "coming", "9", "to", "94", "time", "units", ",", "after", "which", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "9", ":", "94", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">=", "38.8", ")"]]}, " prop_2 ": {"span": [51, 62], "prop": [["signal_2_n", ">=", "45.5"]]}}} {"id": 402, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "decreases", "below", "44.6", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "for", "each", "moment", "in", "the", "next", "67", "time", "units", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "wo", "n't", "be", "less", "than", "38.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "44.6", ")", "imply", "finally", "(", "globally", "[0,67]", "(", "negation", "(", "signal_2_n", "less", "38.3", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "for", "each", "moment", "in", "the", "next", "67", "time", "units", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<", "44.6", ")"]]}, " prop_2 ": {"span": [46, 57], "prop": [["-", "(", "signal_2_n", "<", "38.3", ")"]]}}} {"id": 3018, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "74", "time", "units", "without", "interruption", "the", "value", "of", "signal_1_n", "should", "not", "be", "smaller", "than", "39.4", "."], "ltl": ["globally", "[0,74]", "(", "negation", "(", "signal_1_n", "less", "39.4", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "74", "time", "units", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["-", "(", "signal_1_n", "<", "39.4", ")"]]}}} {"id": 3084, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "time", "instant", "within", "the", "coming", "60", "time", "units", "the", "value", "of", "signal_3_n", "is", "more", "than", "68.3", "and", "below", "68.7", "and", "then", "shall", "continue", "like", "that", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,60]", "(", "globally", "(", "signal_3_n", "more", "68.3", "and", "signal_3_n", "less", "68.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "time", "instant", "within", "the", "coming", "60", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "60", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 60], "prop": [["signal_3_n", ">", "68.3"], ["signal_3_n", "<", "68.7"]]}}} {"id": 1687, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "has", "to", "keep", "no", "less", "than", "78.1", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "78.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", ">=", "78.1"]]}}} {"id": 50, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "6.0", "happens", "then", "without", "any", "delay", "the", "transition", "action", "that", "the", "state", "of", "signal_2_n", "is", "shifted", "to", "signal_3_n", "will", "never", "get", "observed", "and", "the", "scenario", "that", "the", "value", "of", "signal_4_n", "shifts", "to", "88.6", "will", "get", "observed", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "6.0", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "and", "rise", "(", "signal_4_n", "math equal", "88.6", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "never", "get", "observed", "and", "the", "scenario", "that", "(", "prop_3", ")", "will", "get", "observed", "at", "the", "same", "moment", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "6.0", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [37, 44], "prop": [["rise", "(", "signal_4_n", "==", "88.6", ")"]]}}} {"id": 192, "sentence": ["If", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "42.6", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_2_n", "signal", "is", "less", "than", "33.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "42.6", ")", "imply", "signal_2_n", "less", "33.1", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["rise", "(", "signal_1_n", "<=", "42.6", ")"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "<", "33.1"]]}}} {"id": 1634, "sentence": ["For", "the", "first", "10", "time", "units", "signal_1_n", "will", "have", "to", "uninterruptedly", "keep", "no", "less", "than", "22.2", "and", "less", "than", "or", "equal", "to", "95.1", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "more equal", "22.2", "and", "signal_1_n", "less equal", "95.1", ")"], "logic_sentence": ["For", "the", "first", "10", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 23], "prop": [["signal_1_n", ">=", "22.2"], ["signal_1_n", "<=", "95.1"]]}}} {"id": 4504, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "less", "than", "71.0", "then", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "consecutively", "until", "finally", "the", "mode", "of", "signal_4_n", "stays", "in", "signal_5_n", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "48", "to", "53", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "71.0", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[48,53]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "48", ":", "53", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "71.0"]]}, " prop_2 ": {"span": [16, 47], "prop": [["signal_2_n", "==", "signal_3_n"], ["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1089, "sentence": ["At", "a", "time", "during", "the", "first", "63", "time", "units", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "67.6", "finally", ",", "and", "finally", "the", "signal_2_n", "signal", "has", "to", "be", "no", "less", "than", "25.6", "."], "ltl": ["finally", "[0,63]", "(", "signal_1_n", "more equal", "67.6", "and", "signal_2_n", "more equal", "25.6", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "63", "time", "units", "(", "prop_1", ")", ",", "and", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "63", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">=", "67.6"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">=", "25.6"]]}}} {"id": 3666, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "increases", "above", "15.3", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "shall", "be", "no", "less", "than", "66.0", "and", "at", "most", "69.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "15.3", ")", "imply", "signal_2_n", "more equal", "66.0", "and", "signal_2_n", "less equal", "69.5", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", ">", "15.3", ")"]]}, " prop_2 ": {"span": [17, 31], "prop": [["signal_2_n", ">=", "66.0"], ["signal_2_n", "<=", "69.5"]]}}} {"id": 1206, "sentence": ["There", "ought", "to", "eventually", "exist", "sometime", "in", "less", "than", "18", "time", "units", ",", "at", "which", "signal_1_n", "is", "equal", "to", "36.5", ",", "or", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["finally", "[0,18]", "(", "signal_1_n", "math equal", "36.5", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "ought", "to", "eventually", "exist", "sometime", "in", "less", "than", "18", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "18", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["signal_1_n", "==", "36.5"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 511, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "becomes", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "first", "64", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "72.8", "and", "this", "scenario", "will", "have", "to", "last", "uninterruptedly", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,64]", "(", "globally", "(", "signal_3_n", "math equal", "72.8", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "first", "64", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "this", "scenario", "will", "have", "to", "last", "uninterruptedly", "in", "the", "future", "until", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["signal_3_n", "==", "72.8"]]}}} {"id": 1990, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "changes", "to", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "a", "time", "in", "the", "future", "eventually", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal_3_n", "becomes", "signal_4_n", "must", "not", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "shall", "exist", "a", "time", "in", "the", "future", "eventually", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 49], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3961, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "0", "to", "5", "time", "units", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "finally", "greater", "than", "86.7", "."], "ltl": ["finally", "[0,5]", "(", "signal_1_n", "more", "86.7", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "0", "to", "5", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "5", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">", "86.7"]]}}} {"id": 58, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "signal_1_n", "shifts", "to", "57.4", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "ultimately", "at", "a", "certain", "moment", "in", "the", "first", "5", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "57.4", ")", "imply", "finally", "[0,5]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "5", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 16], "prop": [["rise", "(", "signal_1_n", "==", "57.4", ")"]]}, " prop_2 ": {"span": [24, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6270, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "or", "equal", "to", "44.1", "has", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "more equal", "44.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [54, 68], "prop": [["rise", "(", "signal_3_n", ">=", "44.1", ")"]]}}} {"id": 731, "sentence": ["On", "condition", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "20.2", "then", "for", "each", "moment", "in", "the", "subsequent", "79", "time", "units", "at", "a", "certain", "time", "instant", "after", "at", "most", "33", "time", "units", ",", "the", "signal_2_n", "signal", "must", "n't", "be", "smaller", "than", "61.5", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.2", "imply", "globally", "[0,79]", "(", "finally", "[0,33]", "(", "negation", "(", "signal_2_n", "less", "61.5", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "79", "]", "(", "F", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 32], "prop": [["signal_1_n", "<=", "20.2"]]}, " prop_2 ": {"span": [33, 43], "prop": [["-", "(", "signal_2_n", "<", "61.5", ")"]]}}} {"id": 817, "sentence": ["The", "value", "of", "signal_1_n", "must", "remain", "no", "larger", "than", "56.5", "continuously", "for", "every", "time", "instant", "in", "the", "first", "35", "to", "48", "time", "units", "."], "ltl": ["globally", "[35,48]", "(", "signal_1_n", "less equal", "56.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "35", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "<=", "56.5"]]}}} {"id": 4396, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "bigger", "than", "20.6", ",", "or", "signal_2_n", "is", "in", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_4_n", "will", "stay", "at", "25.9", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "20.6", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "math equal", "25.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "20.6"]]}, " prop_2 ": {"span": [17, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [28, 37], "prop": [["signal_4_n", "==", "25.9"]]}}} {"id": 5270, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "the", "value", "of", "signal_1_n", "will", "be", "larger", "than", "1.1", "."], "ltl": ["finally", "(", "signal_1_n", "more", "1.1", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", ">", "1.1"]]}}} {"id": 547, "sentence": ["For", "each", "time", "point", "in", "the", "first", "4", "to", "8", "time", "units", ",", "the", "signal_1_n", "signal", "should", "continuously", "stay", "equal", "to", "2.9", "."], "ltl": ["globally", "[4,8]", "(", "signal_1_n", "math equal", "2.9", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "4", "to", "8", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "2.9"]]}}} {"id": 2861, "sentence": ["For", "each", "moment", "within", "the", "first", "35", "time", "units", ",", "signal_1_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "9.4", "all", "the", "time", "."], "ltl": ["globally", "[0,35]", "(", "signal_1_n", "less equal", "9.4", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "35", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "35", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", "<=", "9.4"]]}}} {"id": 4485, "sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "the", "first", "26", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "must", "eventually", "keep", "no", "less", "than", "36.4", ",", "or", "signal_2_n", "has", "to", "be", "finally", "less", "than", "73.4", "."], "ltl": ["finally", "[0,26]", "(", "signal_1_n", "more equal", "36.4", "or", "signal_2_n", "less", "73.4", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "time", "in", "the", "first", "26", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "26", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">=", "36.4"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "<", "73.4"]]}}} {"id": 3330, "sentence": ["There", "shall", "exist", "a", "certain", "time", "point", "after", "at", "most", "64", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "0.3", "will", "get", "detected", "."], "ltl": ["finally", "[0,64]", "(", "rise", "(", "signal_1_n", "less equal", "0.3", ")", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "point", "after", "at", "most", "64", "time", "units", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_1", ")", "will", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 31], "prop": [["rise", "(", "signal_1_n", "<=", "0.3", ")"]]}}} {"id": 3244, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "remains", "greater", "than", "or", "equal", "to", "53.1", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "36.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "coming", "43", "time", "units", ",", "signal_4_n", "is", "lower", "than", "27.0", "eventually", ",", "till", "then", "uninterruptedly", "signal_3_n", "must", "be", "set", "to", "95.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "53.1", "or", "signal_2_n", "less equal", "36.9", "imply", "(", "signal_3_n", "math equal", "95.6", ")", "until", "[0,43]", "(", "signal_4_n", "less", "27.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "coming", "43", "time", "units", ",", "(", "prop_3", ")", ",", "till", "then", "uninterruptedly", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "53.1"]]}, " prop_2 ": {"span": [14, 25], "prop": [["signal_2_n", "<=", "36.9"]]}, " prop_3 ": {"span": [45, 51], "prop": [["signal_4_n", "<", "27.0"]]}, " prop_4 ": {"span": [55, 61], "prop": [["signal_3_n", "==", "95.6"]]}}} {"id": 1832, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "28.8", "is", "detected", ",", "then", "the", "signal_2_n", "signal", "does", "not", "become", "below", "31.9", "and", "this", "condition", "will", "have", "to", "always", "continue", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "28.8", ")", "imply", "globally", "(", "negation", "fall", "(", "signal_2_n", "more equal", "31.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "to", "always", "continue", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "28.8", ")"]]}, " prop_2 ": {"span": [20, 28], "prop": [["-", "fall", "(", "signal_2_n", ">=", "31.9", ")"]]}}} {"id": 133, "sentence": ["For", "each", "moment", "in", "the", "first", "96", "time", "units", ",", "the", "signal_1_n", "signal", "must", "be", "consecutively", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[0,96]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "96", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "96", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 197, "sentence": ["There", "has", "to", "exist", "sometime", "starting", "between", "1", "to", "92", "time", "units", ",", "at", "which", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "86.9", "and", "no", "larger", "than", "91.4", "ultimately", ",", "or", "the", "value", "of", "signal", "signal_2_n", "has", "to", "finally", "go", "to", "at", "most", "53.5", "."], "ltl": ["finally", "[1,92]", "(", "(", "signal_1_n", "more equal", "86.9", "and", "signal_1_n", "less equal", "91.4", ")", "or", "rise", "(", "signal_2_n", "less equal", "53.5", ")", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "starting", "between", "1", "to", "92", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "1", ":", "92", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 29], "prop": [["signal_1_n", ">=", "86.9"], ["signal_1_n", "<=", "91.4"]]}, " prop_2 ": {"span": [31, 44], "prop": [["rise", "(", "signal_2_n", "<=", "53.5", ")"]]}}} {"id": 4242, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "37.5", "occurs", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "39.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "37.5", ")", "imply", "signal_2_n", "more equal", "39.5", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "37.5", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "39.5"]]}}} {"id": 169, "sentence": ["For", "each", "moment", "within", "86", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "should", "not", "be", "above", "48.4", "or", "the", "value", "of", "signal", "signal_2_n", "must", "remain", "higher", "than", "44.8", "and", "less", "than", "64.5", "all", "the", "time", "."], "ltl": ["globally", "[0,86]", "(", "negation", "(", "signal_1_n", "more", "48.4", ")", "or", "(", "signal_2_n", "more", "44.8", "and", "signal_2_n", "less", "64.5", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "86", "time", "units", ",", "consistently", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["-", "(", "signal_1_n", ">", "48.4", ")"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", ">", "44.8"], ["signal_2_n", "<", "64.5"]]}}} {"id": 2382, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "changes", "to", "signal_2_n", "does", "n't", "happen", ",", "and", "the", "mode", "of", "signal_3_n", "is", "in", "signal_4_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "signal_5_n", "signal", "will", "have", "to", "be", "equal", "to", "77.8", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "signal_5_n", "math equal", "77.8", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "happen", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [37, 47], "prop": [["signal_5_n", "==", "77.8"]]}}} {"id": 204, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "72.2", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "value", "of", "signal_2_n", "will", "be", "65.6", "and", "the", "value", "of", "signal_3_n", "has", "to", "be", "simultaneously", "shifted", "to", "56.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "72.2", ")", "imply", "signal_2_n", "math equal", "65.6", "and", "rise", "(", "signal_3_n", "math equal", "56.9", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<=", "72.2", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", "==", "65.6"]]}, " prop_3 ": {"span": [36, 47], "prop": [["rise", "(", "signal_3_n", "==", "56.9", ")"]]}}} {"id": 5564, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "exceeds", "68.6", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "instant", "in", "the", "next", "91", "time", "units", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "and", "then", "this", "condition", "will", "hold", "consistently", "for", "each", "time", "instant", "in", "the", "subsequent", "14", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "68.6", ")", "imply", "finally", "[0,91]", "(", "globally", "[0,14]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "instant", "in", "the", "next", "91", "time", "units", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "hold", "consistently", "for", "each", "time", "instant", "in", "the", "subsequent", "14", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "91", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "68.6", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5902, "sentence": ["For", "every", "time", "point", "in", "the", "first", "10", "time", "units", "continuously", "the", "state", "of", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "10", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5114, "sentence": ["At", "a", "time", "in", "less", "than", "1", "time", "units", ",", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "above", "8.1", "has", "to", "be", "detected", "ultimately", ",", "and", "signal_2_n", "is", "ultimately", "larger", "than", "9.3", "and", "smaller", "than", "24.5", "."], "ltl": ["finally", "[0,1]", "(", "rise", "(", "signal_1_n", "more", "8.1", ")", "and", "(", "signal_2_n", "more", "9.3", "and", "signal_2_n", "less", "24.5", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "less", "than", "1", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "be", "detected", "ultimately", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "1", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["rise", "(", "signal_1_n", ">", "8.1", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", ">", "9.3"], ["signal_2_n", "<", "24.5"]]}}} {"id": 5519, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal_1_n", "keeps", "higher", "than", "94.4", "and", "the", "signal_2_n", "signal", "is", "no", "more", "than", "81.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "has", "to", "stay", "no", "larger", "than", "6.1", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more", "94.4", "and", "signal_2_n", "less equal", "81.7", "imply", "signal_3_n", "less equal", "6.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", ">", "94.4"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "<=", "81.7"]]}, " prop_3 ": {"span": [34, 50], "prop": [["signal_3_n", "<=", "6.1"]]}}} {"id": 1693, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "state", "of", "signal_1_n", "is", "always", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1676, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "at", "least", "84.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "ultimately", "a", "certain", "moment", "in", "less", "than", "64", "time", "units", ",", "after", "which", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "mode", "of", "signal_2_n", "must", "uninterruptedly", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.1", ")", "imply", "finally", "[0,64]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "ultimately", "a", "certain", "moment", "in", "less", "than", "64", "time", "units", ",", "after", "which", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["rise", "(", "signal_1_n", ">=", "84.1", ")"]]}, " prop_2 ": {"span": [55, 64], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 7, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "65.1", "and", "this", "scenario", "has", "been", "consistently", "remaining", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "a", "time", "in", "less", "than", "98", "time", "units", "the", "mode", "of", "signal_2_n", "must", "be", "in", "signal_3_n", "and", "will", "be", "uninterruptedly", "keeping", "like", "that", "for", "each", "time", "point", "in", "the", "coming", "11", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "65.1", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,11]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "this", "scenario", "has", "been", "consistently", "remaining", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "a", "time", "in", "less", "than", "98", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["signal_1_n", ">=", "65.1"]]}, " prop_2 ": {"span": [47, 72], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3459, "sentence": ["There", "needs", "to", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "first", "54", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "at", "most", "20.7", "."], "ltl": ["finally", "[0,54]", "(", "signal_1_n", "less equal", "20.7", ")"], "logic_sentence": ["There", "needs", "to", "ultimately", "exist", "a", "certain", "time", "point", "during", "the", "first", "54", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["signal_1_n", "<=", "20.7"]]}}} {"id": 5331, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "at", "most", "73.1", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "has", "to", "keep", "equal", "to", "16.1", "uninterruptedly", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "73.1", "imply", "globally", "(", "signal_2_n", "math equal", "16.1", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "73.1"]]}, " prop_2 ": {"span": [17, 35], "prop": [["signal_2_n", "==", "16.1"]]}}} {"id": 30, "sentence": ["For", "each", "moment", "within", "the", "first", "12", "to", "72", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "stay", "no", "less", "than", "15.0", "."], "ltl": ["globally", "[12,72]", "(", "signal_1_n", "more equal", "15.0", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "12", "to", "72", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "12", ":", "72", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 26], "prop": [["signal_1_n", ">=", "15.0"]]}}} {"id": 6388, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "83.3", ",", "and", "signal_2_n", "is", "larger", "than", "42.8", "and", "below", "54.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "signal_3_n", "ought", "to", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "83.3", "and", "(", "signal_2_n", "more", "42.8", "and", "signal_2_n", "less", "54.3", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "83.3"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", ">", "42.8"], ["signal_2_n", "<", "54.3"]]}, " prop_3 ": {"span": [39, 44], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 61, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "greater", "than", "31.8", "and", "this", "condition", "will", "always", "hold", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "has", "to", "be", "over", "15.9", "and", "less", "than", "26.1", "and", "then", "needs", "to", "uninterruptedly", "remain", "in", "this", "interval", "until", "at", "a", "certain", "time", "instant", "in", "the", "following", "95", "time", "units", "signal_3_n", "is", "n't", "no", "less", "than", "40.9", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "31.8", ")", "imply", "(", "signal_2_n", "more", "15.9", "and", "signal_2_n", "less", "26.1", ")", "until", "[0,95]", "(", "negation", "(", "signal_3_n", "more equal", "40.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "this", "condition", "will", "always", "hold", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">", "31.8"]]}, " prop_2 ": {"span": [34, 72], "prop": [["signal_2_n", ">", "15.9"], ["signal_2_n", "<", "26.1"], ["-", "(", "signal_3_n", ">=", "40.9", ")"]]}}} {"id": 3817, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "shifts", "to", "80.8", "happens", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "and", "this", "scenario", "will", "have", "to", "hold", "uninterruptedly", "till", "signal_4_n", "will", "be", "changed", "to", "36.6", ",", "which", "will", "have", "to", "happen", "at", "a", "certain", "time", "instant", "within", "10", "to", "31", "time", "units", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "80.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[10,31]", "(", "rise", "(", "signal_4_n", "math equal", "36.6", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "have", "to", "hold", "uninterruptedly", "till", "(", "prop_3", ")", ",", "which", "will", "have", "to", "happen", "at", "a", "certain", "time", "instant", "within", "10", "to", "31", "time", "units", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "10", ":", "31", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "80.8", ")"]]}, " prop_2 ": {"span": [18, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 39], "prop": [["rise", "(", "signal_4_n", "==", "36.6", ")"]]}}} {"id": 3129, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "larger", "than", "8.9", ",", "and", "signal_2_n", "is", "less", "than", "67.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "a", "time", "within", "19", "time", "units", "the", "signal_3_n", "signal", "has", "to", "be", "larger", "than", "5.8", "and", "below", "42.2", "and", "this", "scenario", "sustains", "consecutively", "for", "each", "time", "instant", "during", "the", "following", "29", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "8.9", "and", "signal_2_n", "less", "67.5", "imply", "finally", "[0,19]", "(", "globally", "[0,29]", "(", "signal_3_n", "more", "5.8", "and", "signal_3_n", "less", "42.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "a", "time", "within", "19", "time", "units", "(", "prop_3", ")", "and", "this", "scenario", "sustains", "consecutively", "for", "each", "time", "instant", "during", "the", "following", "29", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "19", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["signal_1_n", ">", "8.9"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_2_n", "<", "67.5"]]}, " prop_3 ": {"span": [34, 46], "prop": [["signal_3_n", ">", "5.8"], ["signal_3_n", "<", "42.2"]]}}} {"id": 3687, "sentence": ["There", "should", "be", "sometime", "after", "between", "36", "to", "95", "time", "units", ",", "at", "which", "signal_1_n", "needs", "to", "be", "eventually", "equal", "to", "69.4", "."], "ltl": ["finally", "[36,95]", "(", "signal_1_n", "math equal", "69.4", ")"], "logic_sentence": ["There", "should", "be", "sometime", "after", "between", "36", "to", "95", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "36", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "69.4"]]}}} {"id": 1691, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "has", "to", "stay", "at", "least", "70.1", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "70.1", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">=", "70.1"]]}}} {"id": 4773, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "higher", "than", "60.4", "then", "consistently", "this", "condition", "will", "remain", "in", "the", "future", "before", "the", "simulation", "ends", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "next", "59", "time", "units", "consecutively", "the", "value", "of", "signal_2_n", "shall", "be", "above", "89.4", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "60.4", ")", "imply", "globally", "[0,59]", "(", "signal_2_n", "more", "89.4", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "consistently", "this", "condition", "will", "remain", "in", "the", "future", "before", "the", "simulation", "ends", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "within", "the", "next", "59", "time", "units", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "G", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", ">", "60.4"]]}, " prop_2 ": {"span": [43, 51], "prop": [["signal_2_n", ">", "89.4"]]}}} {"id": 5743, "sentence": ["There", "should", "exist", "a", "time", "after", "at", "most", "14", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "16.4", "ought", "to", "eventually", "take", "place", "."], "ltl": ["finally", "[0,14]", "(", "rise", "(", "signal_1_n", "less", "16.4", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "after", "at", "most", "14", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "eventually", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "14", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["rise", "(", "signal_1_n", "<", "16.4", ")"]]}}} {"id": 917, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "over", "85.4", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "shall", "consecutively", "remain", "less", "than", "or", "equal", "to", "30.2", "until", "the", "mode", "of", "signal_3_n", "is", "n't", "changed", "to", "signal_4_n", ",", "which", "will", "be", "observed", "at", "sometime", "during", "the", "coming", "49", "time", "units", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "85.4", ")", "imply", "(", "signal_2_n", "less equal", "30.2", ")", "until", "[0,49]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", ">", "85.4", ")"]]}, " prop_2 ": {"span": [22, 59], "prop": [["signal_2_n", "<=", "30.2"], ["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 976, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "above", "23.4", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "should", "be", "39.6", "and", "will", "have", "to", "continue", "like", "that", "consistently", "until", "there", "will", "be", "eventually", "a", "certain", "moment", "in", "less", "than", "71", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "falls", "to", "less", "than", "or", "equal", "to", "31.5", "is", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "23.4", ")", "imply", "(", "signal_2_n", "math equal", "39.6", ")", "until", "[0,71]", "(", "rise", "(", "signal_3_n", "less equal", "31.5", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">", "23.4", ")"]]}, " prop_2 ": {"span": [21, 71], "prop": [["signal_2_n", "==", "39.6"], ["rise", "(", "signal_3_n", "<=", "31.5", ")"]]}}} {"id": 499, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "78.0", "gets", "observed", "then", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "consistently", "equal", "to", "74.1", "till", "finally", "at", "sometime", "in", "the", "subsequent", "91", "time", "units", ",", "the", "value", "of", "signal_3_n", "is", "lower", "than", "83.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.0", ")", "imply", "(", "signal_2_n", "math equal", "74.1", ")", "until", "[0,91]", "(", "signal_3_n", "less", "83.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", ">", "78.0", ")"]]}, " prop_2 ": {"span": [20, 51], "prop": [["signal_2_n", "==", "74.1"], ["signal_3_n", "<", "83.7"]]}}} {"id": 1419, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "has", "been", "always", "keeping", "larger", "than", "20.7", "for", "the", "last", "47", "time", "units", "then", "there", "is", "sometime", "in", "the", "following", "15", "time", "units", "eventually", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "be", "bigger", "than", "0.6", "and", "at", "most", "3.1", "then", "consistently", "this", "condition", "must", "last", "for", "each", "moment", "in", "the", "coming", "73", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,47]", "(", "signal_1_n", "more", "20.7", ")", "imply", "finally", "[0,15]", "(", "globally", "[0,73]", "(", "signal_2_n", "more", "0.6", "and", "signal_2_n", "less equal", "3.1", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "there", "is", "sometime", "in", "the", "following", "15", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "then", "consistently", "this", "condition", "must", "last", "for", "each", "moment", "in", "the", "coming", "73", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "47", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "15", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", ">", "20.7"]]}, " prop_2 ": {"span": [33, 47], "prop": [["signal_2_n", ">", "0.6"], ["signal_2_n", "<=", "3.1"]]}}} {"id": 1545, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "45", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_1_n", "should", "be", "at", "least", "23.9", "and", "the", "signal_2_n", "signal", "shall", "uninterruptedly", "keep", "above", "11.4", "."], "ltl": ["globally", "[0,45]", "(", "signal_1_n", "more equal", "23.9", "and", "signal_2_n", "more", "11.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "45", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "45", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", ">=", "23.9"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", ">", "11.4"]]}}} {"id": 500, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "51.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "the", "signal_2_n", "signal", "shall", "be", "set", "to", "95.4", "till", "signal_3_n", "is", "smaller", "than", "11.0", "ultimately", "at", "sometime", "within", "the", "coming", "43", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "51.0", ")", "imply", "(", "signal_2_n", "math equal", "95.4", ")", "until", "[0,43]", "(", "signal_3_n", "less", "11.0", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", ">", "51.0", ")"]]}, " prop_2 ": {"span": [23, 46], "prop": [["signal_2_n", "==", "95.4"], ["signal_3_n", "<", "11.0"]]}}} {"id": 5633, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "97.6", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "first", "86", "time", "units", "there", "has", "to", "be", "ultimately", "a", "certain", "moment", "in", "the", "subsequent", "64", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal_2_n", "changes", "to", "signal_3_n", "should", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "97.6", ")", "imply", "globally", "[0,86]", "(", "finally", "[0,64]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "first", "86", "time", "units", "there", "has", "to", "be", "ultimately", "a", "certain", "moment", "in", "the", "subsequent", "64", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "should", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "86", "]", "(", "F", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "97.6", ")"]]}, " prop_2 ": {"span": [51, 58], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 459, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "21.2", "is", "observed", ",", "then", "in", "response", "the", "value", "of", "signal_2_n", "should", "be", "lower", "than", "89.9", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "21.2", ")", "imply", "signal_2_n", "less", "89.9", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "21.2", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "<", "89.9"]]}}} {"id": 3931, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "lower", "than", "7.0", "happens", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "equal", "to", "25.4", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "7.0", ")", "imply", "signal_2_n", "math equal", "25.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["rise", "(", "signal_1_n", "<", "7.0", ")"]]}, " prop_2 ": {"span": [30, 45], "prop": [["signal_2_n", "==", "25.4"]]}}} {"id": 4031, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "99.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "during", "the", "following", "42", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_4_n", "has", "to", "be", "set", "to", "signal_5_n", ",", "and", "until", "then", "the", "mode", "of", "signal", "signal_2_n", "will", "have", "to", "consistently", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "99.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,42]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "during", "the", "following", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "99.8", ")"]]}, " prop_2 ": {"span": [39, 49], "prop": [["signal_4_n", "==", "signal_5_n"]]}, " prop_3 ": {"span": [53, 65], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6088, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "bigger", "than", "95.9", "gets", "observed", ",", "then", "in", "response", "signal_2_n", "shall", "be", "less", "than", "or", "equal", "to", "20.4", "consecutively", "until", "the", "value", "of", "signal_3_n", "increases", "to", "at", "least", "56.7", "eventually", ",", "which", "will", "have", "to", "get", "detected", "at", "a", "certain", "moment", "in", "the", "subsequent", "11", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "95.9", ")", "imply", "(", "signal_2_n", "less equal", "20.4", ")", "until", "[0,11]", "(", "rise", "(", "signal_3_n", "more equal", "56.7", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "95.9", ")"]]}, " prop_2 ": {"span": [21, 59], "prop": [["signal_2_n", "<=", "20.4"], ["rise", "(", "signal_3_n", ">=", "56.7", ")"]]}}} {"id": 2358, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "shifts", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_3_n", "must", "be", "over", "7.0", "and", "less", "than", "12.0", ",", "and", "right", "away", "the", "scenario", "that", "signal_4_n", "gets", "to", "less", "than", "or", "equal", "to", "47.8", "shall", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "7.0", "and", "signal_3_n", "less", "12.0", ")", "and", "rise", "(", "signal_4_n", "less equal", "47.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", ",", "and", "right", "away", "the", "scenario", "that", "(", "prop_3", ")", "shall", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_3_n", ">", "7.0"], ["signal_3_n", "<", "12.0"]]}, " prop_3 ": {"span": [50, 59], "prop": [["rise", "(", "signal_4_n", "<=", "47.8", ")"]]}}} {"id": 3812, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "the", "signal_1_n", "signal", "has", "to", "stay", "equal", "to", "81.5", ",", "and", "continuously", "signal_2_n", "ought", "to", "stay", "larger", "than", "40.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "81.5", "and", "signal_2_n", "more", "40.3", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "consecutively", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "81.5"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_2_n", ">", "40.3"]]}}} {"id": 1189, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "state", "of", "signal_1_n", "ought", "to", "be", "ultimately", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1357, "sentence": ["There", "will", "have", "to", "be", "ultimately", "a", "time", "starting", "at", "most", "100", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "1.6", "must", "get", "observed", "."], "ltl": ["finally", "[0,100]", "(", "rise", "(", "signal_1_n", "more", "1.6", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "ultimately", "a", "time", "starting", "at", "most", "100", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 29], "prop": [["rise", "(", "signal_1_n", ">", "1.6", ")"]]}}} {"id": 1201, "sentence": ["At", "a", "certain", "time", "instant", "within", "82", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "greater", "than", "1.2", "and", "less", "than", "or", "equal", "to", "14.5", "ultimately", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "higher", "than", "26.7", "eventually", "."], "ltl": ["finally", "[0,82]", "(", "(", "signal_1_n", "more", "1.2", "and", "signal_1_n", "less equal", "14.5", ")", "and", "signal_2_n", "more", "26.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "82", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 27], "prop": [["signal_1_n", ">", "1.2"], ["signal_1_n", "<=", "14.5"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", ">", "26.7"]]}}} {"id": 4419, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "has", "been", "remaining", "greater", "than", "or", "equal", "to", "25.4", "and", "less", "than", "or", "equal", "to", "47.1", "uninterruptedly", "within", "the", "last", "51", "time", "units", ",", "then", "in", "response", "for", "every", "time", "point", "within", "36", "time", "units", ",", "finally", "at", "a", "certain", "moment", "starting", "between", "45", "to", "78", "time", "units", ",", "the", "scenario", "that", "signal_2_n", "becomes", "not", "set", "to", "55.0", "ought", "n't", "to", "take", "place", "."], "ltl": ["globally", "(", "historically", "[0,51]", "(", "signal_1_n", "more equal", "25.4", "and", "signal_1_n", "less equal", "47.1", ")", "imply", "globally", "[0,36]", "(", "finally", "[45,78]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "55.0", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "point", "within", "36", "time", "units", ",", "finally", "at", "a", "certain", "moment", "starting", "between", "45", "to", "78", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "ought", "n't", "to", "take", "place", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "51", "]", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "0", ":", "36", "]", "(", "F", "[", "45", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 30], "prop": [["signal_1_n", ">=", "25.4"], ["signal_1_n", "<=", "47.1"]]}, " prop_2 ": {"span": [59, 65], "prop": [["-", "fall", "(", "signal_2_n", "==", "55.0", ")"]]}}} {"id": 426, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "signal_1_n", "drops", "to", "no", "more", "than", "20.7", "will", "be", "finally", "observed", ",", "or", "the", "signal_2_n", "signal", "is", "n't", "no", "larger", "than", "96.9", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "20.7", ")", "or", "negation", "(", "signal_2_n", "less equal", "96.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "event", "that", "(", "prop_1", ")", "will", "be", "finally", "observed", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["rise", "(", "signal_1_n", "<=", "20.7", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["-", "(", "signal_2_n", "<=", "96.9", ")"]]}}} {"id": 1721, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "is", "greater", "than", "96.2", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "50.2", ",", "then", "the", "signal_3_n", "signal", "shall", "be", "promptly", "63.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "96.2", "and", "signal_2_n", "math equal", "50.2", "imply", "signal_3_n", "math equal", "63.6", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">", "96.2"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "==", "50.2"]]}, " prop_3 ": {"span": [20, 27], "prop": [["signal_3_n", "==", "63.6"]]}}} {"id": 1087, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "becomes", "below", "1.0", "takes", "place", ",", "then", "in", "response", "signal_2_n", "ought", "to", "equal", "to", "65.2", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "1.0", ")", "imply", "signal_2_n", "math equal", "65.2", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "1.0", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", "==", "65.2"]]}}} {"id": 6149, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "78.0", "occurs", "or", "signal_2_n", "is", "greater", "than", "5.9", "and", "below", "18.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "must", "be", "above", "9.1", "and", "below", "54.1", "right", "away", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "78.0", ")", "or", "(", "signal_2_n", "more", "5.9", "and", "signal_2_n", "less", "18.7", ")", "imply", "signal_3_n", "more", "9.1", "and", "signal_3_n", "less", "54.1", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "78.0", ")"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", ">", "5.9"], ["signal_2_n", "<", "18.7"]]}, " prop_3 ": {"span": [33, 43], "prop": [["signal_3_n", ">", "9.1"], ["signal_3_n", "<", "54.1"]]}}} {"id": 4190, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "36.2", "happens", ",", "then", "for", "each", "time", "point", "in", "the", "following", "42", "time", "units", "there", "will", "have", "to", "finally", "exist", "a", "certain", "moment", "starting", "at", "most", "32", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "18.1", "ought", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "36.2", ")", "imply", "globally", "[0,42]", "(", "finally", "[0,32]", "(", "rise", "(", "signal_2_n", "more equal", "18.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "time", "point", "in", "the", "following", "42", "time", "units", "there", "will", "have", "to", "finally", "exist", "a", "certain", "moment", "starting", "at", "most", "32", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "36.2", ")"]]}, " prop_2 ": {"span": [52, 63], "prop": [["rise", "(", "signal_2_n", ">=", "18.1", ")"]]}}} {"id": 5451, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "56.0", "is", "observed", ",", "then", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "larger", "than", "2.7", "and", "less", "than", "4.2", "and", "then", "consecutively", "this", "condition", "has", "to", "keep", "till", "at", "sometime", "after", "between", "58", "to", "70", "time", "units", ",", "finally", "signal_3_n", "wo", "n't", "be", "at", "most", "95.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "56.0", ")", "imply", "(", "signal_2_n", "more", "2.7", "and", "signal_2_n", "less", "4.2", ")", "until", "[58,70]", "(", "negation", "(", "signal_3_n", "less equal", "95.0", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "has", "to", "keep", "till", "at", "sometime", "after", "between", "58", "to", "70", "time", "units", ",", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "58", ":", "70", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "56.0", ")"]]}, " prop_2 ": {"span": [16, 31], "prop": [["signal_2_n", ">", "2.7"], ["signal_2_n", "<", "4.2"]]}, " prop_3 ": {"span": [51, 58], "prop": [["-", "(", "signal_3_n", "<=", "95.0", ")"]]}}} {"id": 932, "sentence": ["At", "a", "time", "within", "the", "first", "79", "time", "units", ",", "eventually", "the", "signal_1_n", "signal", "ought", "to", "be", "equal", "to", "96.5", ",", "and", "the", "signal_2_n", "signal", "shall", "be", "at", "least", "33.6", "and", "less", "than", "or", "equal", "to", "50.5", "."], "ltl": ["finally", "[0,79]", "(", "signal_1_n", "math equal", "96.5", "and", "(", "signal_2_n", "more equal", "33.6", "and", "signal_2_n", "less equal", "50.5", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "79", "time", "units", ",", "eventually", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "79", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "96.5"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", ">=", "33.6"], ["signal_2_n", "<=", "50.5"]]}}} {"id": 93, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "below", "58.0", "or", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "24.5", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "40.6", "and", "less", "than", "or", "equal", "to", "46.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "less", "58.0", "or", "signal_2_n", "more equal", "24.5", "imply", "signal_3_n", "more equal", "40.6", "and", "signal_3_n", "less equal", "46.3", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "58.0"]]}, " prop_2 ": {"span": [12, 24], "prop": [["signal_2_n", ">=", "24.5"]]}, " prop_3 ": {"span": [31, 51], "prop": [["signal_3_n", ">=", "40.6"], ["signal_3_n", "<=", "46.3"]]}}} {"id": 162, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "in", "the", "first", "9", "to", "100", "time", "units", ",", "the", "value", "of", "signal_3_n", "will", "not", "be", "at", "most", "63.0", "and", "consecutively", "this", "scenario", "has", "to", "last", "for", "each", "time", "point", "within", "the", "coming", "39", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[9,100]", "(", "globally", "[0,39]", "(", "negation", "(", "signal_3_n", "less equal", "63.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "time", "in", "the", "first", "9", "to", "100", "time", "units", ",", "(", "prop_2", ")", "and", "consecutively", "this", "scenario", "has", "to", "last", "for", "each", "time", "point", "within", "the", "coming", "39", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "9", ":", "100", "]", "(", "G", "[", "0", ":", "39", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 45], "prop": [["-", "(", "signal_3_n", "<=", "63.0", ")"]]}}} {"id": 1814, "sentence": ["Within", "47", "to", "52", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "be", "always", "no", "more", "than", "56.8", "or", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "stay", "at", "3.7", "without", "interruption", "."], "ltl": ["globally", "[47,52]", "(", "signal_1_n", "less equal", "56.8", "or", "signal_2_n", "math equal", "3.7", ")"], "logic_sentence": ["Within", "47", "to", "52", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "47", ":", "52", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "<=", "56.8"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", "==", "3.7"]]}}} {"id": 268, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "20.0", "is", "detected", ",", "then", "in", "response", "after", "sometime", "within", "the", "first", "88", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "must", "not", "be", "below", "27.3", "and", "then", "this", "condition", "ought", "to", "consecutively", "remain", "for", "each", "moment", "within", "the", "following", "67", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "20.0", ")", "imply", "finally", "[0,88]", "(", "globally", "[0,67]", "(", "negation", "(", "signal_2_n", "less", "27.3", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "after", "sometime", "within", "the", "first", "88", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "condition", "ought", "to", "consecutively", "remain", "for", "each", "moment", "within", "the", "following", "67", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "20.0", ")"]]}, " prop_2 ": {"span": [32, 42], "prop": [["-", "(", "signal_2_n", "<", "27.3", ")"]]}}} {"id": 426, "sentence": ["When", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "becomes", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "subsequent", "21", "time", "units", ",", "finally", "at", "sometime", "after", "at", "most", "100", "time", "units", "the", "value", "of", "signal_3_n", "must", "be", "no", "less", "than", "19.6", "and", "less", "than", "or", "equal", "to", "45.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,21]", "(", "finally", "[0,100]", "(", "signal_3_n", "more equal", "19.6", "and", "signal_3_n", "less equal", "45.4", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "subsequent", "21", "time", "units", ",", "finally", "at", "sometime", "after", "at", "most", "100", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "21", "]", "(", "F", "[", "0", ":", "100", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 56], "prop": [["signal_3_n", ">=", "19.6"], ["signal_3_n", "<=", "45.4"]]}}} {"id": 4874, "sentence": ["At", "sometime", "within", "the", "first", "83", "time", "units", "the", "signal_1_n", "signal", "shall", "be", "below", "13.5", "eventually", ",", "and", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "over", "4.5", "finally", "."], "ltl": ["finally", "[0,83]", "(", "signal_1_n", "less", "13.5", "and", "signal_2_n", "more", "4.5", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "83", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "83", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "<", "13.5"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", ">", "4.5"]]}}} {"id": 811, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "31.2", "and", "less", "than", "61.9", ",", "then", "signal_2_n", "must", "be", "at", "least", "81.4", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "31.2", "and", "signal_1_n", "less", "61.9", "imply", "signal_2_n", "more equal", "81.4", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "31.2"], ["signal_1_n", "<", "61.9"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", ">=", "81.4"]]}}} {"id": 2502, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "increases", "above", "92.8", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "next", "20", "to", "42", "time", "units", ",", "at", "a", "time", "during", "the", "subsequent", "80", "time", "units", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "deviates", "from", "3.2", "ought", "to", "take", "place", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "92.8", ")", "imply", "globally", "[20,42]", "(", "finally", "[0,80]", "(", "fall", "(", "signal_2_n", "math equal", "3.2", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "next", "20", "to", "42", "time", "units", ",", "at", "a", "time", "during", "the", "subsequent", "80", "time", "units", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "take", "place", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "20", ":", "42", "]", "(", "F", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "92.8", ")"]]}, " prop_2 ": {"span": [43, 51], "prop": [["fall", "(", "signal_2_n", "==", "3.2", ")"]]}}} {"id": 435, "sentence": ["In", "the", "first", "2", "to", "2", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "uninterruptedly", "keep", "less", "than", "or", "equal", "to", "75.0", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "stays", "in", "signal_3_n", "consecutively", "."], "ltl": ["globally", "[2,2]", "(", "signal_1_n", "less equal", "75.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "first", "2", "to", "2", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "2", ":", "2", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 23], "prop": [["signal_1_n", "<=", "75.0"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 590, "sentence": ["Within", "73", "time", "units", "the", "state", "of", "signal", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "all", "the", "time", ",", "and", "the", "value", "of", "signal", "signal_3_n", "must", "never", "be", "less", "than", "63.9", "."], "ltl": ["globally", "[0,73]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "less", "63.9", ")", ")"], "logic_sentence": ["Within", "73", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "73", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 32], "prop": [["-", "(", "signal_3_n", "<", "63.9", ")"]]}}} {"id": 2993, "sentence": ["For", "more", "than", "51", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "needs", "to", "keep", "above", "52.5", "and", "below", "58.1", "."], "ltl": ["globally", "[0,51]", "(", "signal_1_n", "more", "52.5", "and", "signal_1_n", "less", "58.1", ")"], "logic_sentence": ["For", "more", "than", "51", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "51", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", ">", "52.5"], ["signal_1_n", "<", "58.1"]]}}} {"id": 4208, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "gets", "equal", "to", "51.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "event", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "32.4", "shall", "take", "place", "and", "promptly", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "80.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.6", ")", "imply", "rise", "(", "signal_2_n", "more equal", "32.4", ")", "and", "signal_3_n", "math equal", "80.0", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "event", "that", "(", "prop_2", ")", "shall", "take", "place", "and", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "==", "51.6", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["rise", "(", "signal_2_n", ">=", "32.4", ")"]]}, " prop_3 ": {"span": [44, 52], "prop": [["signal_3_n", "==", "80.0"]]}}} {"id": 4684, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "34.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "the", "state", "of", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "consistently", "this", "scenario", "must", "continue", "for", "every", "moment", "during", "the", "subsequent", "79", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "34.1", ")", "imply", "finally", "(", "globally", "[0,79]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "(", "prop_2", ")", "then", "consistently", "this", "scenario", "must", "continue", "for", "every", "moment", "during", "the", "subsequent", "79", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "34.1", ")"]]}, " prop_2 ": {"span": [36, 47], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6280, "sentence": ["There", "ought", "to", "be", "finally", "a", "certain", "time", "instant", "starting", "between", "19", "to", "24", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "stay", "at", "most", "18.6", "."], "ltl": ["finally", "[19,24]", "(", "signal_1_n", "less equal", "18.6", ")"], "logic_sentence": ["There", "ought", "to", "be", "finally", "a", "certain", "time", "instant", "starting", "between", "19", "to", "24", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "19", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 30], "prop": [["signal_1_n", "<=", "18.6"]]}}} {"id": 6025, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "changes", "to", "25.5", "is", "not", "observed", "and", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "greater", "than", "or", "equal", "to", "38.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "next", "57", "to", "58", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "is", "higher", "than", "33.1", "and", "less", "than", "or", "equal", "to", "84.0", "and", "shall", "always", "stay", "like", "this", "for", "each", "time", "instant", "within", "the", "subsequent", "10", "to", "19", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "25.5", ")", "and", "rise", "(", "signal_2_n", "more equal", "38.2", ")", "imply", "finally", "[57,58]", "(", "globally", "[10,19]", "(", "signal_3_n", "more", "33.1", "and", "signal_3_n", "less equal", "84.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "within", "the", "next", "57", "to", "58", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", "and", "shall", "always", "stay", "like", "this", "for", "each", "time", "instant", "within", "the", "subsequent", "10", "to", "19", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "57", ":", "58", "]", "(", "G", "[", "10", ":", "19", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "rise", "(", "signal_1_n", "==", "25.5", ")"]]}, " prop_2 ": {"span": [21, 34], "prop": [["rise", "(", "signal_2_n", ">=", "38.2", ")"]]}, " prop_3 ": {"span": [61, 77], "prop": [["signal_3_n", ">", "33.1"], ["signal_3_n", "<=", "84.0"]]}}} {"id": 240, "sentence": ["During", "the", "first", "20", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "continuously", "remain", "less", "than", "13.2", ",", "and", "uninterruptedly", "the", "state", "of", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "[0,20]", "(", "signal_1_n", "less", "13.2", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["During", "the", "first", "20", "time", "units", ",", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "20", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<", "13.2"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1514, "sentence": ["There", "shall", "be", "a", "certain", "moment", "within", "the", "first", "86", "time", "units", ",", "at", "which", "ultimately", "signal_1_n", "will", "be", "below", "12.5", "or", "the", "event", "that", "signal_2_n", "becomes", "at", "most", "69.8", "ought", "to", "get", "detected", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "less", "12.5", "or", "rise", "(", "signal_2_n", "less equal", "69.8", ")", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "within", "the", "first", "86", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 21], "prop": [["signal_1_n", "<", "12.5"]]}, " prop_2 ": {"span": [25, 30], "prop": [["rise", "(", "signal_2_n", "<=", "69.8", ")"]]}}} {"id": 691, "sentence": ["Whenever", "consistently", "signal_1_n", "was", "not", "in", "signal_2_n", "in", "the", "past", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "subsequent", "29", "time", "units", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "first", "62", "time", "units", "finally", ",", "at", "which", "the", "mode", "of", "signal_3_n", "ought", "to", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "[0,29]", "(", "finally", "[0,62]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Whenever", "consistently", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "time", "instant", "in", "the", "subsequent", "29", "time", "units", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "first", "62", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "[", "0", ":", "29", "]", "(", "F", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 10], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 913, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "22.4", "and", "signal_2_n", "is", "less", "than", "30.2", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "10", "time", "units", ",", "at", "a", "certain", "moment", "in", "less", "than", "3", "time", "units", ",", "the", "scenario", "that", "the", "signal_3_n", "signal", "gets", "equal", "to", "16.1", "will", "have", "to", "ultimately", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "22.4", "and", "signal_2_n", "less", "30.2", "imply", "globally", "[0,10]", "(", "finally", "[0,3]", "(", "rise", "(", "signal_3_n", "math equal", "16.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "10", "time", "units", ",", "at", "a", "certain", "moment", "in", "less", "than", "3", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "ultimately", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "10", "]", "(", "F", "[", "0", ":", "3", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "22.4"]]}, " prop_2 ": {"span": [16, 21], "prop": [["signal_2_n", "<", "30.2"]]}, " prop_3 ": {"span": [53, 60], "prop": [["rise", "(", "signal_3_n", "==", "16.1", ")"]]}}} {"id": 273, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "n't", "no", "larger", "than", "86.4", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "most", "57.4", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "shall", "never", "be", "no", "more", "than", "51.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "86.4", ")", "and", "signal_2_n", "less equal", "57.4", "imply", "negation", "(", "signal_3_n", "less equal", "51.3", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["-", "(", "signal_1_n", "<=", "86.4", ")"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", "<=", "57.4"]]}, " prop_3 ": {"span": [30, 42], "prop": [["-", "(", "signal_3_n", "<=", "51.3", ")"]]}}} {"id": 566, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "is", "equal", "to", "70.8", ",", "and", "the", "value", "of", "signal_2_n", "gets", "changed", "to", "74.9", "then", "in", "response", "the", "state", "of", "signal_3_n", "must", "not", "enter", "signal_4_n", "and", "consistently", "this", "scenario", "continues", "until", "the", "value", "of", "signal_5_n", "is", "finally", "greater", "than", "23.9", "and", "smaller", "than", "32.8", "at", "a", "certain", "time", "point", "in", "the", "next", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "70.8", "and", "rise", "(", "signal_2_n", "math equal", "74.9", ")", "imply", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,89]", "(", "signal_5_n", "more", "23.9", "and", "signal_5_n", "less", "32.8", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "and", "consistently", "this", "scenario", "continues", "until", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "89", "]", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "==", "70.8"]]}, " prop_2 ": {"span": [15, 23], "prop": [["rise", "(", "signal_2_n", "==", "74.9", ")"]]}, " prop_3 ": {"span": [26, 34], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [40, 64], "prop": [["signal_5_n", ">", "23.9"], ["signal_5_n", "<", "32.8"]]}}} {"id": 4702, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "signal_2_n", "occurs", "then", "in", "no", "time", "the", "state", "of", "signal", "signal_3_n", "will", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1575, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "54.6", "is", "detected", "then", "in", "response", "there", "shall", "finally", "exist", "a", "certain", "moment", "within", "the", "first", "70", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "must", "be", "signal_3_n", "and", "then", "this", "scenario", "must", "last", "uninterruptedly", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "54.6", ")", "imply", "finally", "[0,70]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "there", "shall", "finally", "exist", "a", "certain", "moment", "within", "the", "first", "70", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "must", "last", "uninterruptedly", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "70", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", "<=", "54.6", ")"]]}, " prop_2 ": {"span": [37, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1821, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "81.6", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "be", "immediately", "greater", "than", "56.4", "and", "below", "97.7", "and", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "starts", "deviating", "from", "28.5", "will", "have", "to", "be", "observed", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "81.6", ")", "imply", "(", "signal_2_n", "more", "56.4", "and", "signal_2_n", "less", "97.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "28.5", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "be", "observed", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "81.6", ")"]]}, " prop_2 ": {"span": [27, 41], "prop": [["signal_2_n", ">", "56.4"], ["signal_2_n", "<", "97.7"]]}, " prop_3 ": {"span": [45, 53], "prop": [["fall", "(", "signal_3_n", "==", "28.5", ")"]]}}} {"id": 1556, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "43.6", "is", "n't", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "coming", "18", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "ought", "to", "be", "no", "larger", "than", "13.8", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "43.6", ")", "imply", "finally", "[0,18]", "(", "signal_2_n", "less equal", "13.8", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "n't", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "coming", "18", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["-", "rise", "(", "signal_1_n", ">=", "43.6", ")"]]}, " prop_2 ": {"span": [47, 58], "prop": [["signal_2_n", "<=", "13.8"]]}}} {"id": 1781, "sentence": ["The", "state", "of", "signal", "signal_1_n", "shall", "stay", "in", "signal_2_n", "all", "the", "time", "for", "each", "time", "point", "during", "the", "first", "48", "to", "66", "time", "units", "."], "ltl": ["globally", "[48,66]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "48", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1159, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "24", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "remains", "over", "35.2", "and", "lower", "than", "41.1", "uninterruptedly", "."], "ltl": ["globally", "[0,24]", "(", "signal_1_n", "more", "35.2", "and", "signal_1_n", "less", "41.1", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "24", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", ">", "35.2"], ["signal_1_n", "<", "41.1"]]}}} {"id": 310, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "becomes", "lower", "than", "9.3", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "34.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "9.3", ")", "imply", "signal_2_n", "more equal", "34.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "<", "9.3", ")"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_2_n", ">=", "34.9"]]}}} {"id": 5589, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "set", "to", "29.4", "consistently", ",", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "uninterruptedly", "95.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "29.4", "and", "signal_2_n", "math equal", "95.2", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", "==", "29.4"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "95.2"]]}}} {"id": 1210, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "92", "to", "96", "time", "units", ",", "signal_1_n", "needs", "to", "keep", "greater", "than", "or", "equal", "to", "5.0", "and", "less", "than", "or", "equal", "to", "58.1", "uninterruptedly", "."], "ltl": ["globally", "[92,96]", "(", "signal_1_n", "more equal", "5.0", "and", "signal_1_n", "less equal", "58.1", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "92", "to", "96", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "92", ":", "96", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 31], "prop": [["signal_1_n", ">=", "5.0"], ["signal_1_n", "<=", "58.1"]]}}} {"id": 1151, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "37.0", "happens", "then", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "72.1", "and", "smaller", "than", "94.2", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "37.0", ")", "imply", "signal_2_n", "more equal", "72.1", "and", "signal_2_n", "less", "94.2", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "37.0", ")"]]}, " prop_2 ": {"span": [12, 32], "prop": [["signal_2_n", ">=", "72.1"], ["signal_2_n", "<", "94.2"]]}}} {"id": 1757, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "68.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "24", "time", "units", "there", "needs", "to", "be", "a", "time", "after", "at", "most", "4", "time", "units", ",", "at", "which", "ultimately", "the", "signal_2_n", "signal", "should", "be", "less", "than", "22.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.2", "imply", "globally", "[0,24]", "(", "finally", "[0,4]", "(", "signal_2_n", "less", "22.8", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "24", "time", "units", "there", "needs", "to", "be", "a", "time", "after", "at", "most", "4", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "24", "]", "(", "F", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "68.2"]]}, " prop_2 ": {"span": [45, 53], "prop": [["signal_2_n", "<", "22.8"]]}}} {"id": 562, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "54.1", "and", "the", "scenario", "that", "signal_2_n", "becomes", "equal", "to", "37.6", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "the", "state", "of", "signal_3_n", "changes", "to", "signal_4_n", "never", "gets", "observed", "till", "the", "value", "of", "signal", "signal_5_n", "is", "above", "41.4", "and", "less", "than", "74.9", ",", "which", "ought", "to", "be", "observed", "at", "sometime", "during", "the", "subsequent", "17", "time", "units", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "54.1", "and", "rise", "(", "signal_2_n", "math equal", "37.6", ")", "imply", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", "until", "[0,17]", "(", "signal_5_n", "more", "41.4", "and", "signal_5_n", "less", "74.9", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "scenario", "that", "(", "prop_3", ")", "never", "gets", "observed", "till", "(", "prop_4", ")", ",", "which", "ought", "to", "be", "observed", "at", "sometime", "during", "the", "subsequent", "17", "time", "units", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "17", "]", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 9], "prop": [["signal_1_n", "==", "54.1"]]}, " prop_2 ": {"span": [13, 18], "prop": [["rise", "(", "signal_2_n", "==", "37.6", ")"]]}, " prop_3 ": {"span": [29, 36], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_4 ": {"span": [40, 52], "prop": [["signal_5_n", ">", "41.4"], ["signal_5_n", "<", "74.9"]]}}} {"id": 4009, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "should", "be", "at", "least", "52.0", "and", "less", "than", "or", "equal", "to", "90.8", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "52.0", "and", "signal_3_n", "less equal", "90.8", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 44], "prop": [["signal_3_n", ">=", "52.0"], ["signal_3_n", "<=", "90.8"]]}}} {"id": 2053, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "12.5", "and", "less", "than", "or", "equal", "to", "59.4", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "above", "94.4", "right", "away", ",", "and", "the", "signal_3_n", "signal", "must", "be", "at", "least", "17.0", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "12.5", "and", "signal_1_n", "less equal", "59.4", "imply", "signal_2_n", "more", "94.4", "and", "signal_3_n", "more equal", "17.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", ">=", "12.5"], ["signal_1_n", "<=", "59.4"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_2_n", ">", "94.4"]]}, " prop_3 ": {"span": [45, 57], "prop": [["signal_3_n", ">=", "17.0"]]}}} {"id": 188, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "93.6", ",", "and", "the", "value", "of", "signal", "signal_2_n", "remains", "on", "57.5", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "sometime", "in", "the", "next", "38", "time", "units", "for", "every", "time", "point", "during", "the", "subsequent", "24", "time", "units", ",", "the", "value", "of", "signal_3_n", "has", "to", "uninterruptedly", "remain", "greater", "than", "or", "equal", "to", "9.3", "and", "less", "than", "or", "equal", "to", "74.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "93.6", "and", "signal_2_n", "math equal", "57.5", "imply", "finally", "[0,38]", "(", "globally", "[0,24]", "(", "signal_3_n", "more equal", "9.3", "and", "signal_3_n", "less equal", "74.9", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "sometime", "in", "the", "next", "38", "time", "units", "for", "every", "time", "point", "during", "the", "subsequent", "24", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "38", "]", "(", "G", "[", "0", ":", "24", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "93.6"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "57.5"]]}, " prop_3 ": {"span": [53, 74], "prop": [["signal_3_n", ">=", "9.3"], ["signal_3_n", "<=", "74.9"]]}}} {"id": 607, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "66.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "next", "75", "time", "units", ",", "the", "value", "of", "signal_2_n", "will", "have", "to", "settle", "to", "71.5", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "45", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "66.7", "imply", "globally", "[0,75]", "(", "finally", "[0,45]", "(", "signal_2_n", "math equal", "71.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "next", "75", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "75", "]", "(", "F", "[", "0", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "66.7"]]}, " prop_2 ": {"span": [29, 51], "prop": [["signal_2_n", "==", "71.5"]]}}} {"id": 3178, "sentence": ["If", "the", "event", "that", "signal_1_n", "decreases", "below", "73.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "is", "signal_3_n", "instantly", ",", "or", "instantly", "the", "value", "of", "signal", "signal_4_n", "must", "be", "above", "21.0", "and", "less", "than", "52.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "73.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "or", "(", "signal_4_n", "more", "21.0", "and", "signal_4_n", "less", "52.4", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "or", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "<", "73.3", ")"]]}, " prop_2 ": {"span": [19, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 39], "prop": [["signal_4_n", ">", "21.0"], ["signal_4_n", "<", "52.4"]]}}} {"id": 1686, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "13.4", "then", "in", "response", "for", "every", "moment", "in", "the", "next", "32", "time", "units", ",", "there", "must", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "becomes", "greater", "than", "44.3", "will", "have", "to", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "13.4", "imply", "globally", "[0,32]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "44.3", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "in", "response", "for", "every", "moment", "in", "the", "next", "32", "time", "units", ",", "there", "must", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "32", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "13.4"]]}, " prop_2 ": {"span": [41, 46], "prop": [["rise", "(", "signal_2_n", ">", "44.3", ")"]]}}} {"id": 1452, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "41", "to", "81", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "above", "15.6", "and", "smaller", "than", "29.4", "consistently", "or", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "less", "than", "65.0", "."], "ltl": ["globally", "[41,81]", "(", "(", "signal_1_n", "more", "15.6", "and", "signal_1_n", "less", "29.4", ")", "or", "signal_2_n", "less", "65.0", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "41", "to", "81", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "41", ":", "81", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 39], "prop": [["signal_1_n", ">", "15.6"], ["signal_1_n", "<", "29.4"], ["signal_2_n", "<", "65.0"]]}}} {"id": 4613, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "signal_2_n", "never", "occurs", "until", "the", "signal_3_n", "signal", "exceeds", "71.5", "eventually", ",", "which", "takes", "place", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "certain", "moment", "starting", "at", "most", "88", "time", "units", "for", "the", "subsequent", "53", "time", "units", ",", "signal_4_n", "shall", "remain", "lower", "than", "12.6", "consecutively", "."], "ltl": ["globally", "(", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "until", "(", "rise", "(", "signal_3_n", "more", "71.5", ")", ")", "imply", "finally", "[0,88]", "(", "globally", "[0,53]", "(", "signal_4_n", "less", "12.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "never", "occurs", "until", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "after", "a", "certain", "moment", "starting", "at", "most", "88", "time", "units", "for", "the", "subsequent", "53", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 38], "prop": [["rise", "(", "signal_3_n", ">", "71.5", ")"]]}, " prop_3 ": {"span": [65, 72], "prop": [["signal_4_n", "<", "12.6"]]}}} {"id": 1064, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "signal_1_n", "will", "be", "always", "remaining", "larger", "than", "29.7", "or", "the", "value", "of", "signal_2_n", "will", "be", "continuously", "keeping", "less", "than", "56.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "29.7", "or", "signal_2_n", "less", "56.3", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">", "29.7"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", "<", "56.3"]]}}} {"id": 1240, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "increases", "above", "91.9", "is", "detected", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "in", "the", "coming", "89", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "no", "larger", "than", "41.2", "and", "then", "will", "have", "to", "hold", "like", "this", "uninterruptedly", "for", "every", "moment", "during", "the", "subsequent", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "91.9", ")", "imply", "finally", "[0,89]", "(", "globally", "[0,73]", "(", "signal_2_n", "less equal", "41.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "in", "the", "coming", "89", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "89", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", ">", "91.9", ")"]]}, " prop_2 ": {"span": [39, 68], "prop": [["signal_2_n", "<=", "41.2"]]}}} {"id": 662, "sentence": ["At", "a", "certain", "moment", "starting", "between", "1", "to", "58", "time", "units", "ultimately", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "4.2", "will", "have", "to", "be", "detected", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "4.2", "and", "at", "most", "42.1", "."], "ltl": ["finally", "[1,58]", "(", "rise", "(", "signal_1_n", "math equal", "4.2", ")", "and", "(", "signal_2_n", "more equal", "4.2", "and", "signal_2_n", "less equal", "42.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "between", "1", "to", "58", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "be", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "1", ":", "58", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["rise", "(", "signal_1_n", "==", "4.2", ")"]]}, " prop_2 ": {"span": [28, 47], "prop": [["signal_2_n", ">=", "4.2"], ["signal_2_n", "<=", "42.1"]]}}} {"id": 3849, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "83.1", ",", "then", "in", "response", "simultaneously", "signal_2_n", "should", "be", "in", "signal_3_n", "and", "the", "state", "of", "signal_4_n", "will", "be", "in", "signal_5_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "83.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", ">=", "83.1", ")"]]}, " prop_2 ": {"span": [21, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [27, 40], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1819, "sentence": ["There", "will", "be", "sometime", "within", "86", "to", "86", "time", "units", ",", "at", "which", "ultimately", "the", "mode", "of", "signal_1_n", "shall", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[86,86]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "be", "sometime", "within", "86", "to", "86", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "86", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3184, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "14", "to", "22", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "needs", "to", "continuously", "stay", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "uninterruptedly", "not", "equal", "to", "42.9", "."], "ltl": ["globally", "[14,22]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "math equal", "42.9", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "14", "to", "22", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "14", ":", "22", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 36], "prop": [["-", "(", "signal_3_n", "==", "42.9", ")"]]}}} {"id": 27, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "5", "to", "21", "time", "units", ",", "signal_1_n", "should", "continuously", "remain", "greater", "than", "or", "equal", "to", "9.1", "."], "ltl": ["globally", "[5,21]", "(", "signal_1_n", "more equal", "9.1", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "5", "to", "21", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "5", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", ">=", "9.1"]]}}} {"id": 631, "sentence": ["For", "every", "moment", "in", "the", "first", "44", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "equal", "to", "76.5", "consistently", "and", "consistently", "the", "value", "of", "signal", "signal_2_n", "should", "equal", "to", "71.1", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "math equal", "76.5", "and", "signal_2_n", "math equal", "71.1", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "44", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 31], "prop": [["signal_1_n", "==", "76.5"], ["signal_2_n", "==", "71.1"]]}}} {"id": 421, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "5.3", "is", "detected", "and", "the", "event", "that", "the", "mode", "of", "signal_2_n", "enters", "signal_3_n", "does", "not", "occur", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "next", "1", "time", "units", ",", "signal_4_n", "will", "have", "to", "be", "finally", "larger", "than", "32.8", "and", "less", "than", "63.5", "at", "a", "time", "within", "the", "subsequent", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.3", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,1]", "(", "finally", "[0,36]", "(", "signal_4_n", "more", "32.8", "and", "signal_4_n", "less", "63.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "and", "the", "event", "that", "(", "prop_2", ")", "does", "not", "occur", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "within", "the", "next", "1", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "1", "]", "(", "F", "[", "0", ":", "36", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "5.3", ")"]]}, " prop_2 ": {"span": [21, 27], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [49, 71], "prop": [["signal_4_n", ">", "32.8"], ["signal_4_n", "<", "63.5"]]}}} {"id": 3440, "sentence": ["There", "shall", "exist", "a", "certain", "moment", "starting", "at", "most", "95", "time", "units", "ultimately", ",", "at", "which", "signal_1_n", "ought", "to", "be", "larger", "than", "29.7", "and", "below", "45.5", "."], "ltl": ["finally", "[0,95]", "(", "signal_1_n", "more", "29.7", "and", "signal_1_n", "less", "45.5", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "moment", "starting", "at", "most", "95", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "95", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">", "29.7"], ["signal_1_n", "<", "45.5"]]}}} {"id": 1537, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "without", "interruption", "the", "signal_1_n", "signal", "shall", "keep", "no", "more", "than", "59.9", ",", "and", "consecutively", "the", "signal_2_n", "signal", "will", "have", "to", "keep", "larger", "than", "40.8", "and", "less", "than", "or", "equal", "to", "76.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "59.9", "and", "(", "signal_2_n", "more", "40.8", "and", "signal_2_n", "less equal", "76.1", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "without", "interruption", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<=", "59.9"]]}, " prop_2 ": {"span": [23, 40], "prop": [["signal_2_n", ">", "40.8"], ["signal_2_n", "<=", "76.1"]]}}} {"id": 6099, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "changes", "to", "15.7", "gets", "observed", "then", "in", "the", "past", "3", "to", "4", "time", "units", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "less", "than", "or", "equal", "to", "87.3", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "15.7", ")", "imply", "historically", "[3,4]", "(", "signal_2_n", "less equal", "87.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "the", "past", "3", "to", "4", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "3", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "15.7", ")"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_2_n", "<=", "87.3"]]}}} {"id": 1860, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "consecutively", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "86.0", "should", "not", "get", "observed", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "86.0", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "consecutively", "the", "scenario", "that", "(", "prop_1", ")", "should", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["-", "fall", "(", "signal_1_n", "==", "86.0", ")"]]}}} {"id": 392, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "below", "69.6", "or", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "equal", "to", "39.7", "takes", "place", ",", "then", "for", "every", "time", "point", "in", "the", "subsequent", "45", "time", "units", "the", "signal_3_n", "signal", "has", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "96.0", "at", "a", "certain", "moment", "after", "at", "most", "78", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "69.6", "or", "rise", "(", "signal_2_n", "math equal", "39.7", ")", "imply", "globally", "[0,45]", "(", "finally", "[0,78]", "(", "signal_3_n", "more equal", "96.0", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "for", "every", "time", "point", "in", "the", "subsequent", "45", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "45", "]", "(", "F", "[", "0", ":", "78", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "69.6"]]}, " prop_2 ": {"span": [15, 23], "prop": [["rise", "(", "signal_2_n", "==", "39.7", ")"]]}, " prop_3 ": {"span": [37, 60], "prop": [["signal_3_n", ">=", "96.0"]]}}} {"id": 379, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "above", "2.3", "and", "smaller", "than", "43.6", ",", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "84.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "eventually", "a", "certain", "time", "point", "in", "the", "subsequent", "43", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "31.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "2.3", "and", "signal_1_n", "less", "43.6", ")", "or", "signal_2_n", "more equal", "84.9", "imply", "finally", "[0,43]", "(", "signal_3_n", "math equal", "31.3", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "eventually", "a", "certain", "time", "point", "in", "the", "subsequent", "43", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "F", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "2.3"], ["signal_1_n", "<", "43.6"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", ">=", "84.9"]]}, " prop_3 ": {"span": [49, 58], "prop": [["signal_3_n", "==", "31.3"]]}}} {"id": 5113, "sentence": ["At", "sometime", "within", "the", "first", "20", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "finally", "jump", "to", "larger", "than", "99.2", "and", "eventually", "the", "signal_2_n", "signal", "ought", "to", "be", "above", "19.6", "and", "less", "than", "26.7", "."], "ltl": ["finally", "[0,20]", "(", "rise", "(", "signal_1_n", "more", "99.2", ")", "and", "(", "signal_2_n", "more", "19.6", "and", "signal_2_n", "less", "26.7", ")", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "20", "time", "units", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["rise", "(", "signal_1_n", ">", "99.2", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">", "19.6"], ["signal_2_n", "<", "26.7"]]}}} {"id": 1063, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "without", "interruption", "signal_1_n", "remains", "above", "66.9", "or", "consistently", "the", "value", "of", "signal", "signal_2_n", "will", "stay", "below", "18.1", "."], "ltl": ["globally", "(", "signal_1_n", "more", "66.9", "or", "signal_2_n", "less", "18.1", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "without", "interruption", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["signal_1_n", ">", "66.9"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", "<", "18.1"]]}}} {"id": 563, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "lower", "than", "29.5", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "29", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "equal", "to", "67.6", "and", "then", "should", "uninterruptedly", "stay", "like", "this", "for", "every", "moment", "in", "the", "following", "91", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "29.5", ")", "imply", "finally", "[0,29]", "(", "globally", "[0,91]", "(", "signal_2_n", "math equal", "67.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "29", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "should", "uninterruptedly", "stay", "like", "this", "for", "every", "moment", "in", "the", "following", "91", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "29", "]", "(", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<", "29.5", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "67.6"]]}}} {"id": 967, "sentence": ["Between", "6", "to", "33", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "keep", "at", "most", "34.0", "all", "the", "time", "and", "the", "mode", "of", "signal_2_n", "should", "not", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[6,33]", "(", "signal_1_n", "less equal", "34.0", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Between", "6", "to", "33", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "6", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "34.0"]]}, " prop_2 ": {"span": [20, 29], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 6176, "sentence": ["The", "transition", "action", "that", "signal_1_n", "becomes", "below", "37.0", "needs", "to", "finally", "get", "observed", "at", "sometime", "in", "the", "future", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "37.0", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "finally", "get", "observed", "at", "sometime", "in", "the", "future", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["rise", "(", "signal_1_n", "<", "37.0", ")"]]}}} {"id": 1448, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "leaves", "signal_2_n", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "has", "to", "be", "less", "than", "49.8", "then", "this", "condition", "must", "always", "remain", "for", "every", "time", "instant", "within", "22", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,22]", "(", "signal_3_n", "less", "49.8", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "then", "this", "condition", "must", "always", "remain", "for", "every", "time", "instant", "within", "22", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_3_n", "<", "49.8"]]}}} {"id": 309, "sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "after", "at", "most", "40", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "91.4", "will", "have", "to", "be", "detected", "."], "ltl": ["finally", "[0,40]", "(", "rise", "(", "signal_1_n", "more", "91.4", ")", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "moment", "after", "at", "most", "40", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "be", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "40", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 27], "prop": [["rise", "(", "signal_1_n", ">", "91.4", ")"]]}}} {"id": 3992, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "must", "be", "eventually", "set", "to", "signal_2_n", "at", "a", "certain", "time", "instant", "in", "the", "first", "24", "to", "57", "time", "units", "."], "ltl": ["finally", "[24,57]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "24", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1441, "sentence": ["There", "shall", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "eventually", "stay", "greater", "than", "or", "equal", "to", "12.5", "and", "less", "than", "or", "equal", "to", "22.2", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "12.5", "and", "signal_1_n", "less equal", "22.2", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 39], "prop": [["signal_1_n", ">=", "12.5"], ["signal_1_n", "<=", "22.2"]]}}} {"id": 5962, "sentence": ["The", "value", "of", "signal_1_n", "should", "consistently", "stay", "greater", "than", "or", "equal", "to", "97.1", "within", "the", "first", "7", "time", "units", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "more equal", "97.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", ">=", "97.1"]]}}} {"id": 3428, "sentence": ["For", "more", "than", "0", "time", "units", "continuously", "the", "signal_1_n", "signal", "needs", "to", "stay", "less", "than", "or", "equal", "to", "20.9", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "less equal", "20.9", ")"], "logic_sentence": ["For", "more", "than", "0", "time", "units", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "20.9"]]}}} {"id": 929, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "most", "51.4", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "be", "below", "34.7", "and", "then", "always", "continued", "like", "this", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "51.4", ")", "imply", "historically", "(", "signal_2_n", "less", "34.7", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "51.4", ")"]]}, " prop_2 ": {"span": [26, 50], "prop": [["signal_2_n", "<", "34.7"]]}}} {"id": 5511, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "larger", "than", "64.1", "or", "the", "signal_2_n", "signal", "is", "in", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "finally", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "16", "to", "33", "time", "units", ",", "after", "which", "the", "value", "of", "signal_4_n", "must", "n't", "be", "greater", "than", "or", "equal", "to", "97.7", "and", "must", "consistently", "keep", "like", "that", "for", "each", "time", "instant", "during", "the", "next", "59", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "64.1", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[16,33]", "(", "globally", "[0,59]", "(", "negation", "(", "signal_4_n", "more equal", "97.7", ")", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "finally", "there", "needs", "to", "exist", "a", "certain", "time", "point", "during", "the", "first", "16", "to", "33", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "16", ":", "33", "]", "(", "G", "[", "0", ":", "59", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">", "64.1"]]}, " prop_2 ": {"span": [10, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 71], "prop": [["-", "(", "signal_4_n", ">=", "97.7", ")"]]}}} {"id": 2799, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "85.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "settles", "to", "45.4", "and", "then", "this", "scenario", "has", "to", "sustain", "for", "the", "elapsed", "2", "to", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "85.7", "imply", "historically", "[2,44]", "(", "signal_2_n", "math equal", "45.4", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "has", "to", "sustain", "for", "the", "elapsed", "2", "to", "44", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "2", ":", "44", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "85.7"]]}, " prop_2 ": {"span": [18, 22], "prop": [["signal_2_n", "==", "45.4"]]}}} {"id": 4169, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "signal_2_n", ",", "or", "signal_3_n", "is", "equal", "to", "49.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_4_n", "should", "be", "77.1", "and", "consecutively", "this", "condition", "will", "be", "remaining", "within", "the", "next", "46", "to", "58", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "49.1", "imply", "globally", "[46,58]", "(", "signal_4_n", "math equal", "77.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "and", "consecutively", "this", "condition", "will", "be", "remaining", "within", "the", "next", "46", "to", "58", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "46", ":", "58", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_3_n", "==", "49.1"]]}, " prop_3 ": {"span": [25, 29], "prop": [["signal_4_n", "==", "77.1"]]}}} {"id": 6003, "sentence": ["Globally", ",", "whenever", "signal_1_n", "is", "equal", "to", "41.4", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "changes", "to", "59.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "shall", "promptly", "settle", "to", "72.5", ",", "or", "the", "state", "of", "signal_4_n", "should", "be", "promptly", "in", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "41.4", "and", "rise", "(", "signal_2_n", "math equal", "59.3", ")", "imply", "signal_3_n", "math equal", "72.5", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", ",", "or", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "41.4"]]}, " prop_2 ": {"span": [13, 19], "prop": [["rise", "(", "signal_2_n", "==", "59.3", ")"]]}, " prop_3 ": {"span": [30, 36], "prop": [["signal_3_n", "==", "72.5"]]}, " prop_4 ": {"span": [38, 47], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 373, "sentence": ["For", "every", "moment", "within", "62", "time", "units", "the", "signal_1_n", "signal", "will", "be", "remaining", "greater", "than", "72.0", "continuously", "and", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "78.8", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "more", "72.0", "and", "signal_2_n", "more", "78.8", ")"], "logic_sentence": ["For", "every", "moment", "within", "62", "time", "units", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">", "72.0"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", ">", "78.8"]]}}} {"id": 1382, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "not", "larger", "than", "99.0", ",", "or", "the", "signal_2_n", "signal", "is", "equal", "to", "7.4", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "61.6", "promptly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "99.0", ")", "or", "signal_2_n", "math equal", "7.4", "imply", "signal_3_n", "less equal", "61.6", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["-", "(", "signal_1_n", ">", "99.0", ")"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "==", "7.4"]]}, " prop_3 ": {"span": [28, 39], "prop": [["signal_3_n", "<=", "61.6"]]}}} {"id": 1798, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "stays", "in", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "subsequent", "5", "to", "8", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "84.4", "and", "consistently", "this", "condition", "will", "have", "to", "keep", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[5,8]", "(", "globally", "(", "signal_3_n", "less equal", "84.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "point", "in", "the", "subsequent", "5", "to", "8", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "and", "consistently", "this", "condition", "will", "have", "to", "keep", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "5", ":", "8", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [38, 51], "prop": [["signal_3_n", "<=", "84.4"]]}}} {"id": 1479, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "no", "less", "than", "56.1", "occurs", "and", "signal_2_n", "remains", "at", "least", "23.8", ",", "then", "without", "any", "delay", "the", "value", "of", "signal_3_n", "needs", "to", "be", "higher", "than", "15.3", "and", "less", "than", "86.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "56.1", ")", "and", "signal_2_n", "more equal", "23.8", "imply", "signal_3_n", "more", "15.3", "and", "signal_3_n", "less", "86.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "and", "(", "prop_2", ")", ",", "then", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", ">=", "56.1", ")"]]}, " prop_2 ": {"span": [23, 28], "prop": [["signal_2_n", ">=", "23.8"]]}, " prop_3 ": {"span": [33, 47], "prop": [["signal_3_n", ">", "15.3"], ["signal_3_n", "<", "86.0"]]}}} {"id": 5118, "sentence": ["For", "each", "time", "point", "in", "the", "first", "43", "time", "units", ",", "without", "interruption", "signal_1_n", "must", "keep", "in", "signal_2_n", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "43", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2593, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "less", "than", "57.1", ",", "or", "the", "value", "of", "signal_2_n", "is", "10.2", "then", "the", "value", "of", "signal_3_n", "will", "promptly", "stay", "higher", "than", "84.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "57.1", "or", "signal_2_n", "math equal", "10.2", "imply", "signal_3_n", "more", "84.9", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "57.1"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_2_n", "==", "10.2"]]}, " prop_3 ": {"span": [20, 30], "prop": [["signal_3_n", ">", "84.9"]]}}} {"id": 2521, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "79.7", "takes", "place", ",", "then", "in", "response", "at", "sometime", "within", "the", "coming", "23", "time", "units", "for", "each", "moment", "within", "the", "next", "75", "to", "75", "time", "units", "the", "value", "of", "signal", "signal_2_n", "must", "keep", "greater", "than", "or", "equal", "to", "65.0", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "79.7", ")", "imply", "finally", "[0,23]", "(", "globally", "[75,75]", "(", "signal_2_n", "more equal", "65.0", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "at", "sometime", "within", "the", "coming", "23", "time", "units", "for", "each", "moment", "within", "the", "next", "75", "to", "75", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "23", "]", "(", "G", "[", "75", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["rise", "(", "signal_1_n", "<=", "79.7", ")"]]}, " prop_2 ": {"span": [43, 57], "prop": [["signal_2_n", ">=", "65.0"]]}}} {"id": 188, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "66.9", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "should", "not", "be", "less", "than", "or", "equal", "to", "39.7", "and", "then", "must", "keep", "like", "this", "consistently", "until", "ultimately", "the", "mode", "of", "signal", "signal_3_n", "is", "n't", "signal_4_n", ",", "which", "will", "have", "to", "be", "detected", "at", "a", "certain", "moment", "in", "less", "than", "29", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "66.9", ")", "imply", "(", "negation", "(", "signal_2_n", "less equal", "39.7", ")", ")", "until", "[0,29]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["rise", "(", "signal_1_n", ">=", "66.9", ")"]]}, " prop_2 ": {"span": [31, 79], "prop": [["-", "(", "signal_2_n", "<=", "39.7", ")"], ["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4930, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "44", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "remain", "larger", "than", "8.4", "."], "ltl": ["finally", "[0,44]", "(", "signal_1_n", "more", "8.4", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "point", "in", "less", "than", "44", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", ">", "8.4"]]}}} {"id": 5080, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "67.6", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "97.8", "then", "in", "response", "during", "the", "subsequent", "23", "to", "66", "time", "units", ",", "continuously", "the", "state", "of", "signal", "signal_3_n", "should", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "67.6", "or", "signal_2_n", "less equal", "97.8", "imply", "globally", "[23,66]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "during", "the", "subsequent", "23", "to", "66", "time", "units", ",", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "23", ":", "66", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "67.6"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_2_n", "<=", "97.8"]]}, " prop_3 ": {"span": [35, 44], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1002, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "79.7", "happens", ",", "then", "for", "each", "moment", "during", "the", "subsequent", "85", "time", "units", ",", "there", "exists", "a", "certain", "time", "point", "during", "the", "coming", "7", "to", "54", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "below", "31.6", "needs", "to", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.7", ")", "imply", "globally", "[0,85]", "(", "finally", "[7,54]", "(", "rise", "(", "signal_2_n", "less", "31.6", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "each", "moment", "during", "the", "subsequent", "85", "time", "units", ",", "there", "exists", "a", "certain", "time", "point", "during", "the", "coming", "7", "to", "54", "time", "units", ",", "at", "which", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "85", "]", "(", "F", "[", "7", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "79.7", ")"]]}, " prop_2 ": {"span": [52, 60], "prop": [["rise", "(", "signal_2_n", "<", "31.6", ")"]]}}} {"id": 392, "sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "10", "time", "units", ",", "at", "which", "the", "mode", "of", "signal_1_n", "should", "be", "eventually", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "will", "not", "increase", "above", "56.0", "."], "ltl": ["finally", "[0,10]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "rise", "(", "signal_3_n", "more", "56.0", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "time", "in", "the", "first", "10", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 34], "prop": [["-", "rise", "(", "signal_3_n", ">", "56.0", ")"]]}}} {"id": 86, "sentence": ["When", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "28.2", "happens", ",", "then", "in", "response", "ultimately", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "is", "changed", "to", "18.6", "will", "get", "observed", ",", "and", "till", "then", "the", "value", "of", "signal", "signal_2_n", "must", "consecutively", "stay", "lower", "than", "15.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.2", ")", "imply", "(", "signal_2_n", "less", "15.1", ")", "until", "(", "rise", "(", "signal_3_n", "math equal", "18.6", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "ultimately", "there", "must", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "get", "observed", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", ">=", "28.2", ")"]]}, " prop_2 ": {"span": [43, 52], "prop": [["rise", "(", "signal_3_n", "==", "18.6", ")"]]}, " prop_3 ": {"span": [59, 70], "prop": [["signal_2_n", "<", "15.1"]]}}} {"id": 1568, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal", "signal_1_n", "keeps", "at", "least", "28.4", "and", "less", "than", "or", "equal", "to", "88.4", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "starts", "not", "equaling", "to", "59.7", "gets", "observed", ",", "then", "in", "response", "signal_3_n", "has", "to", "be", "greater", "than", "5.8", "and", "lower", "than", "10.8", "and", "then", "will", "be", "consecutively", "remaining", "like", "that", "until", "ultimately", "there", "is", "a", "time", "within", "the", "subsequent", "28", "to", "89", "time", "units", ",", "at", "which", "signal_4_n", "is", "above", "30.1", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "28.4", "and", "signal_1_n", "less equal", "88.4", ")", "and", "fall", "(", "signal_2_n", "math equal", "59.7", ")", "imply", "(", "signal_3_n", "more", "5.8", "and", "signal_3_n", "less", "10.8", ")", "until", "[28,89]", "(", "signal_4_n", "more", "30.1", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "28", ":", "89", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 19], "prop": [["signal_1_n", ">=", "28.4"], ["signal_1_n", "<=", "88.4"]]}, " prop_2 ": {"span": [24, 32], "prop": [["fall", "(", "signal_2_n", "==", "59.7", ")"]]}, " prop_3 ": {"span": [38, 78], "prop": [["signal_3_n", ">", "5.8"], ["signal_3_n", "<", "10.8"], ["signal_4_n", ">", "30.1"]]}}} {"id": 1983, "sentence": ["There", "shall", "eventually", "exist", "sometime", "within", "55", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "set", "to", "17.7", "."], "ltl": ["finally", "[0,55]", "(", "signal_1_n", "math equal", "17.7", ")"], "logic_sentence": ["There", "shall", "eventually", "exist", "sometime", "within", "55", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "17.7"]]}}} {"id": 6298, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", ",", "then", "right", "away", "signal_3_n", "shall", "become", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 25], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2478, "sentence": ["Within", "56", "time", "units", "consistently", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "equal", "to", "35.2", "."], "ltl": ["globally", "[0,56]", "(", "signal_1_n", "math equal", "35.2", ")"], "logic_sentence": ["Within", "56", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["signal_1_n", "==", "35.2"]]}}} {"id": 926, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "increases", "above", "50.9", "is", "observed", ",", "then", "in", "response", "promptly", "signal_2_n", "should", "be", "no", "less", "than", "40.2", "and", "less", "than", "or", "equal", "to", "50.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "50.9", ")", "imply", "signal_2_n", "more equal", "40.2", "and", "signal_2_n", "less equal", "50.3", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "50.9", ")"]]}, " prop_2 ": {"span": [21, 35], "prop": [["signal_2_n", ">=", "40.2"], ["signal_2_n", "<=", "50.3"]]}}} {"id": 5046, "sentence": ["While", "the", "state", "of", "signal_1_n", "is", "not", "shifted", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "54", "time", "units", ",", "there", "is", "a", "certain", "time", "point", "in", "the", "coming", "37", "time", "units", ",", "at", "which", "eventually", "the", "signal_3_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "1.0", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,54]", "(", "finally", "[0,37]", "(", "signal_3_n", "more equal", "1.0", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "54", "time", "units", ",", "there", "is", "a", "certain", "time", "point", "in", "the", "coming", "37", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "54", "]", "(", "F", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [45, 56], "prop": [["signal_3_n", ">=", "1.0"]]}}} {"id": 6096, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "5.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "exist", "a", "certain", "moment", "during", "the", "following", "45", "to", "71", "time", "units", "finally", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "should", "be", "greater", "than", "or", "equal", "to", "51.9", "and", "at", "most", "61.5", "then", "this", "condition", "has", "to", "last", "uninterruptedly", "in", "the", "next", "65", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "5.8", ")", "imply", "finally", "[45,71]", "(", "globally", "[0,65]", "(", "signal_2_n", "more equal", "51.9", "and", "signal_2_n", "less equal", "61.5", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "exist", "a", "certain", "moment", "during", "the", "following", "45", "to", "71", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "then", "this", "condition", "has", "to", "last", "uninterruptedly", "in", "the", "next", "65", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "45", ":", "71", "]", "(", "G", "[", "0", ":", "65", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["-", "(", "signal_1_n", "<=", "5.8", ")"]]}, " prop_2 ": {"span": [40, 57], "prop": [["signal_2_n", ">=", "51.9"], ["signal_2_n", "<=", "61.5"]]}}} {"id": 6121, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "51.0", "is", "detected", ",", "then", "in", "response", "at", "the", "same", "time", "the", "signal_2_n", "signal", "should", "be", "above", "16.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "51.0", ")", "imply", "signal_2_n", "more", "16.6", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "51.0", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", ">", "16.6"]]}}} {"id": 469, "sentence": ["For", "each", "time", "instant", "within", "81", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "staying", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "always", "stay", "less", "than", "41.8", "."], "ltl": ["globally", "[0,81]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "41.8", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "81", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_3_n", "<", "41.8"]]}}} {"id": 2177, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "at", "most", "8.2", "gets", "detected", ",", "or", "the", "signal_2_n", "signal", "remains", "greater", "than", "59.9", "and", "below", "60.5", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "next", "16", "to", "76", "time", "units", "the", "scenario", "that", "signal_3_n", "becomes", "more", "than", "51.1", "finally", "happens", "at", "a", "certain", "time", "point", "within", "the", "following", "28", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "8.2", ")", "or", "(", "signal_2_n", "more", "59.9", "and", "signal_2_n", "less", "60.5", ")", "imply", "globally", "[16,76]", "(", "finally", "[0,28]", "(", "rise", "(", "signal_3_n", "more", "51.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "during", "the", "next", "16", "to", "76", "time", "units", "the", "scenario", "that", "(", "prop_3", ")", "finally", "happens", "at", "a", "certain", "time", "point", "within", "the", "following", "28", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "16", ":", "76", "]", "(", "F", "[", "0", ":", "28", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "<=", "8.2", ")"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", ">", "59.9"], ["signal_2_n", "<", "60.5"]]}, " prop_3 ": {"span": [49, 54], "prop": [["rise", "(", "signal_3_n", ">", "51.1", ")"]]}}} {"id": 32, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "the", "signal_1_n", "signal", "needs", "to", "stay", "at", "6.6", "consistently", ",", "and", "uninterruptedly", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_2_n", "is", "changed", "to", "signal_3_n", "is", "not", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "6.6", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "and", "uninterruptedly", "the", "scenario", "that", "(", "prop_2", ")", "is", "not", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "6.6"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3559, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "not", "82.8", "and", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "the", "state", "of", "signal", "signal_4_n", "ought", "to", "uninterruptedly", "stay", "in", "signal_5_n", "during", "the", "last", "22", "to", "31", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "82.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[22,31]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "22", ":", "31", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "82.8", ")"]]}, " prop_2 ": {"span": [10, 14], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [16, 35], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 468, "sentence": ["For", "every", "moment", "in", "the", "first", "10", "time", "units", ",", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "should", "remain", "less", "than", "69.0", "without", "interruption", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "69.0", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "10", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 30], "prop": [["signal_3_n", "<", "69.0"]]}}} {"id": 2617, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "at", "most", "74.2", "is", "observed", "then", "in", "response", "the", "event", "that", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "28.0", "ought", "to", "get", "detected", "without", "any", "delay", ",", "or", "the", "state", "of", "signal", "signal_3_n", "will", "be", "immediately", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "74.2", ")", "imply", "rise", "(", "signal_2_n", "more equal", "28.0", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "get", "detected", "without", "any", "delay", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "74.2", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["rise", "(", "signal_2_n", ">=", "28.0", ")"]]}, " prop_3 ": {"span": [41, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 130, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "signal_2_n", "or", "signal_3_n", "is", "less", "than", "or", "equal", "to", "69.6", "then", "in", "response", "in", "no", "time", "the", "value", "of", "signal_4_n", "ought", "to", "be", "greater", "than", "46.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "69.6", "imply", "signal_4_n", "more", "46.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_3_n", "<=", "69.6"]]}, " prop_3 ": {"span": [26, 36], "prop": [["signal_4_n", ">", "46.7"]]}}} {"id": 41, "sentence": ["Whenever", "within", "the", "last", "5", "to", "38", "time", "units", "uninterruptedly", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "became", "at", "least", "6.6", "has", "not", "occurred", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "must", "be", "no", "less", "than", "25.7", "and", "no", "more", "than", "55.8", "and", "then", "has", "to", "keep", "like", "this", "without", "interruption", "within", "the", "elapsed", "96", "time", "units", "."], "ltl": ["globally", "(", "historically", "[5,38]", "(", "negation", "rise", "(", "signal_1_n", "more equal", "6.6", ")", ")", "imply", "historically", "[0,96]", "(", "signal_2_n", "more equal", "25.7", "and", "signal_2_n", "less equal", "55.8", ")", ")"], "logic_sentence": ["Whenever", "within", "the", "last", "5", "to", "38", "time", "units", "uninterruptedly", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "not", "occurred", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "5", ":", "38", "]", "(", "prop_1", ")", "->", "hist|ically", "[", "0", ":", "96", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["-", "rise", "(", "signal_1_n", ">=", "6.6", ")"]]}, " prop_2 ": {"span": [32, 61], "prop": [["signal_2_n", ">=", "25.7"], ["signal_2_n", "<=", "55.8"]]}}} {"id": 1126, "sentence": ["There", "shall", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "not", "be", "more", "than", "11.6", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "11.6", ")", ")"], "logic_sentence": ["There", "shall", "eventually", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 30], "prop": [["-", "(", "signal_1_n", ">", "11.6", ")"]]}}} {"id": 2885, "sentence": ["At", "sometime", "within", "the", "first", "39", "to", "53", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "17.1", "and", "less", "than", "or", "equal", "to", "71.1", "eventually", "and", "the", "value", "of", "signal", "signal_2_n", "eventually", "stays", "less", "than", "83.3", "."], "ltl": ["finally", "[39,53]", "(", "(", "signal_1_n", "more equal", "17.1", "and", "signal_1_n", "less equal", "71.1", ")", "and", "signal_2_n", "less", "83.3", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "39", "to", "53", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "39", ":", "53", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 33], "prop": [["signal_1_n", ">=", "17.1"], ["signal_1_n", "<=", "71.1"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", "<", "83.3"]]}}} {"id": 5625, "sentence": ["For", "each", "moment", "within", "23", "time", "units", "consistently", "the", "state", "of", "signal_1_n", "shall", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "23", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4590, "sentence": ["At", "sometime", "within", "the", "first", "90", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "eventually", "and", "the", "state", "of", "signal_3_n", "is", "eventually", "in", "signal_4_n", "."], "ltl": ["finally", "[0,90]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "90", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "90", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4888, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "equal", "to", "73.4", "and", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "75.2", "then", "ultimately", "at", "a", "certain", "time", "point", "within", "the", "first", "70", "time", "units", "signal_3_n", "will", "continuously", "not", "be", "equal", "to", "20.1", "for", "each", "time", "instant", "within", "the", "subsequent", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "73.4", "and", "signal_2_n", "more", "75.2", "imply", "finally", "[0,70]", "(", "globally", "[0,89]", "(", "negation", "(", "signal_3_n", "math equal", "20.1", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "ultimately", "at", "a", "certain", "time", "point", "within", "the", "first", "70", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "70", "]", "(", "G", "[", "0", ":", "89", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "73.4"]]}, " prop_2 ": {"span": [12, 21], "prop": [["signal_2_n", ">", "75.2"]]}, " prop_3 ": {"span": [34, 52], "prop": [["-", "(", "signal_3_n", "==", "20.1", ")"]]}}} {"id": 923, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_1_n", "shall", "be", "ultimately", "less", "than", "81.8", "."], "ltl": ["finally", "(", "signal_1_n", "less", "81.8", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["signal_1_n", "<", "81.8"]]}}} {"id": 3550, "sentence": ["Continuously", "the", "value", "of", "signal", "signal_1_n", "will", "be", "remaining", "greater", "than", "or", "equal", "to", "75.3", "for", "every", "moment", "within", "the", "first", "0", "time", "units", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "more equal", "75.3", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", ">=", "75.3"]]}}} {"id": 2582, "sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "29", "to", "78", "time", "units", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "ought", "n't", "to", "happen", "."], "ltl": ["finally", "[29,78]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "29", "to", "78", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "ought", "n't", "to", "happen", "."], "logic_ltl": ["F", "[", "29", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 337, "sentence": ["The", "signal_1_n", "signal", "stays", "in", "signal_2_n", "for", "each", "time", "point", "during", "the", "first", "54", "time", "units", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 618, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "increases", "above", "77.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "66", "time", "units", ",", "signal_2_n", "shall", "be", "continuously", "19.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "77.2", ")", "imply", "globally", "[0,66]", "(", "signal_2_n", "math equal", "19.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "within", "66", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "66", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", ">", "77.2", ")"]]}, " prop_2 ": {"span": [29, 34], "prop": [["signal_2_n", "==", "19.3"]]}}} {"id": 1547, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "78.5", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "must", "be", "bigger", "than", "93.5", "and", "then", "this", "scenario", "uninterruptedly", "holds", "for", "each", "time", "instant", "in", "the", "coming", "69", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.5", ")", "imply", "globally", "[0,69]", "(", "signal_2_n", "more", "93.5", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "this", "scenario", "uninterruptedly", "holds", "for", "each", "time", "instant", "in", "the", "coming", "69", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "78.5", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_2_n", ">", "93.5"]]}}} {"id": 520, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "23.2", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "to", "at", "most", "11.0", "ought", "to", "occur", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "23.2", ")", "imply", "rise", "(", "signal_2_n", "less equal", "11.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "ought", "to", "occur", "in", "no", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", ">=", "23.2", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["rise", "(", "signal_2_n", "<=", "11.0", ")"]]}}} {"id": 3170, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "gets", "observed", "then", "in", "response", "at", "sometime", "in", "the", "next", "86", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "has", "to", "remain", "less", "than", "or", "equal", "to", "6.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,86]", "(", "signal_3_n", "less equal", "6.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "at", "sometime", "in", "the", "next", "86", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "86", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 45], "prop": [["signal_3_n", "<=", "6.7"]]}}} {"id": 3548, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "98.1", "consistently", "for", "every", "time", "instant", "within", "12", "time", "units", "."], "ltl": ["globally", "[0,12]", "(", "signal_1_n", "more equal", "98.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "12", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">=", "98.1"]]}}} {"id": 6086, "sentence": ["At", "a", "time", "within", "65", "to", "72", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "greater", "than", "29.2", "and", "lower", "than", "48.7", "finally", "."], "ltl": ["finally", "[65,72]", "(", "signal_1_n", "more", "29.2", "and", "signal_1_n", "less", "48.7", ")"], "logic_sentence": ["At", "a", "time", "within", "65", "to", "72", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "65", ":", "72", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 26], "prop": [["signal_1_n", ">", "29.2"], ["signal_1_n", "<", "48.7"]]}}} {"id": 2234, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "below", "54.1", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "begins", "deviating", "from", "62.1", "ought", "never", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "54.1", ")", "imply", "negation", "fall", "(", "signal_2_n", "math equal", "62.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "right", "away", "the", "event", "that", "(", "prop_2", ")", "ought", "never", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "<", "54.1", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["-", "fall", "(", "signal_2_n", "==", "62.1", ")"]]}}} {"id": 608, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "signal_1_n", "shall", "stay", "less", "than", "or", "equal", "to", "42.8", ",", "and", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "stay", "at", "most", "70.7", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "42.8", "and", "signal_2_n", "less equal", "70.7", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "42.8"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<=", "70.7"]]}}} {"id": 3457, "sentence": ["Ultimately", "signal_1_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "74.2", "at", "sometime", "during", "the", "first", "42", "time", "units", "."], "ltl": ["finally", "[0,42]", "(", "signal_1_n", "less equal", "74.2", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "<=", "74.2"]]}}} {"id": 319, "sentence": ["For", "each", "time", "point", "in", "the", "first", "37", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "needs", "to", "stay", "less", "than", "or", "equal", "to", "9.6", ",", "or", "the", "signal_2_n", "signal", "ought", "to", "keep", "equal", "to", "61.0", "consistently", "."], "ltl": ["globally", "[0,37]", "(", "signal_1_n", "less equal", "9.6", "or", "signal_2_n", "math equal", "61.0", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "37", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "37", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<=", "9.6"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "61.0"]]}}} {"id": 5024, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "0", "to", "11", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "above", "33.2", "and", "below", "53.4", "or", "the", "value", "of", "signal", "signal_2_n", "should", "be", "ultimately", "equal", "to", "39.7", "."], "ltl": ["finally", "[0,11]", "(", "(", "signal_1_n", "more", "33.2", "and", "signal_1_n", "less", "53.4", ")", "or", "signal_2_n", "math equal", "39.7", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "0", "to", "11", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", ">", "33.2"], ["signal_1_n", "<", "53.4"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "==", "39.7"]]}}} {"id": 5806, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "74.6", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "shall", "exist", "sometime", "within", "7", "time", "units", ",", "after", "which", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "18.2", "and", "then", "this", "scenario", "needs", "to", "uninterruptedly", "last", "for", "each", "moment", "within", "14", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "74.6", ")", "imply", "finally", "[0,7]", "(", "globally", "[0,14]", "(", "signal_2_n", "more equal", "18.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "shall", "exist", "sometime", "within", "7", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "scenario", "needs", "to", "uninterruptedly", "last", "for", "each", "moment", "within", "14", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "7", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["fall", "(", "signal_1_n", "==", "74.6", ")"]]}, " prop_2 ": {"span": [43, 53], "prop": [["signal_2_n", ">=", "18.2"]]}}} {"id": 6092, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "is", "not", "less", "than", "or", "equal", "to", "20.3", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "first", "1", "to", "4", "time", "units", ",", "after", "which", "during", "the", "coming", "76", "time", "units", ",", "signal_2_n", "shall", "keep", "between", "4.0", "-LRB-", "closed", "-RRB-", "and", "47.8", "-LRB-", "closed", "-RRB-", "uninterruptedly", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "20.3", ")", "imply", "finally", "[1,4]", "(", "globally", "[0,76]", "(", "signal_2_n", "more equal", "4.0", "and", "signal_2_n", "less equal", "47.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "shall", "be", "a", "certain", "time", "point", "in", "the", "first", "1", "to", "4", "time", "units", ",", "after", "which", "during", "the", "coming", "76", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "1", ":", "4", "]", "(", "G", "[", "0", ":", "76", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["-", "(", "signal_1_n", "<=", "20.3", ")"]]}, " prop_2 ": {"span": [48, 62], "prop": [["signal_2_n", ">=", "4.0"], ["signal_2_n", "<=", "47.8"]]}}} {"id": 3819, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "40.1", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "the", "signal_2_n", "signal", "is", "set", "to", "signal_3_n", "till", "the", "value", "of", "signal", "signal_4_n", "gets", "changed", "to", "37.4", ",", "which", "will", "have", "to", "take", "place", "at", "a", "time", "within", "the", "following", "5", "to", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "40.1", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[5,51]", "(", "rise", "(", "signal_4_n", "math equal", "37.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "5", ":", "51", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "40.1", ")"]]}, " prop_2 ": {"span": [26, 61], "prop": [["signal_2_n", "==", "signal_3_n"], ["rise", "(", "signal_4_n", "==", "37.4", ")"]]}}} {"id": 4643, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "deviates", "from", "17.6", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "following", "55", "time", "units", "finally", ",", "at", "which", "the", "signal_2_n", "signal", "should", "be", "equal", "to", "72.5", "and", "then", "will", "stay", "like", "that", "without", "interruption", "for", "every", "moment", "within", "7", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "17.6", ")", "imply", "finally", "[0,55]", "(", "globally", "[0,7]", "(", "signal_2_n", "math equal", "72.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "following", "55", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["fall", "(", "signal_1_n", "==", "17.6", ")"]]}, " prop_2 ": {"span": [37, 60], "prop": [["signal_2_n", "==", "72.5"]]}}} {"id": 791, "sentence": ["For", "every", "time", "point", "during", "the", "first", "4", "to", "30", "time", "units", "the", "value", "of", "signal", "signal_1_n", "should", "stay", "less", "than", "or", "equal", "to", "41.8", "consistently", ",", "and", "the", "signal_2_n", "signal", "must", "be", "less", "than", "72.9", "all", "the", "time", "."], "ltl": ["globally", "[4,30]", "(", "signal_1_n", "less equal", "41.8", "and", "signal_2_n", "less", "72.9", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "4", "to", "30", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "4", ":", "30", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["signal_1_n", "<=", "41.8"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", "<", "72.9"]]}}} {"id": 2759, "sentence": ["Within", "the", "first", "27", "time", "units", ",", "signal_1_n", "has", "to", "keep", "below", "34.7", "consistently", "or", "the", "value", "of", "signal", "signal_2_n", "should", "consecutively", "remain", "equal", "to", "78.5", "."], "ltl": ["globally", "[0,27]", "(", "signal_1_n", "less", "34.7", "or", "signal_2_n", "math equal", "78.5", ")"], "logic_sentence": ["Within", "the", "first", "27", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "27", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "34.7"]]}, " prop_2 ": {"span": [15, 26], "prop": [["signal_2_n", "==", "78.5"]]}}} {"id": 630, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "be", "set", "to", "43.2", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "43.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "43.2"]]}}} {"id": 1576, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "31.7", "is", "detected", "then", "at", "a", "certain", "moment", "during", "the", "first", "32", "time", "units", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "signal_2_n", "must", "always", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "31.7", ")", "imply", "finally", "[0,32]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "at", "a", "certain", "moment", "during", "the", "first", "32", "time", "units", "in", "the", "future", "until", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", "<=", "31.7", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6338, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "36.2", "gets", "observed", "then", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "simultaneously", "set", "to", "63.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "36.2", ")", "imply", "signal_2_n", "math equal", "63.1", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", ">=", "36.2", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "==", "63.1"]]}}} {"id": 344, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "5.3", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "next", "2", "to", "2", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "be", "below", "14.6", "ultimately", "at", "sometime", "during", "the", "following", "79", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "5.3", "imply", "globally", "[2,2]", "(", "finally", "[0,79]", "(", "signal_2_n", "less", "14.6", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "next", "2", "to", "2", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "2", "]", "(", "F", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "==", "5.3"]]}, " prop_2 ": {"span": [29, 46], "prop": [["signal_2_n", "<", "14.6"]]}}} {"id": 799, "sentence": ["Consistently", "the", "mode", "of", "signal", "signal_1_n", "must", "remain", "in", "signal_2_n", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1005, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "at", "least", "63.9", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "8", "time", "units", "there", "shall", "be", "a", "certain", "moment", "after", "between", "1", "to", "96", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "below", "5.4", "will", "be", "detected", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "63.9", ")", "imply", "globally", "[0,8]", "(", "finally", "[1,96]", "(", "rise", "(", "signal_2_n", "less", "5.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "8", "time", "units", "there", "shall", "be", "a", "certain", "moment", "after", "between", "1", "to", "96", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "be", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "1", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">=", "63.9", ")"]]}, " prop_2 ": {"span": [56, 64], "prop": [["rise", "(", "signal_2_n", "<", "5.4", ")"]]}}} {"id": 5624, "sentence": ["The", "state", "of", "signal_1_n", "will", "be", "keeping", "in", "signal_2_n", "consecutively", "for", "every", "time", "point", "within", "59", "time", "units", "."], "ltl": ["globally", "[0,59]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6077, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_4_n", "stays", "at", "least", "17.0", "and", "no", "more", "than", "44.0", "eventually", "at", "a", "certain", "moment", "in", "the", "first", "26", "time", "units", ",", "and", "till", "then", "continuously", "signal_3_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "14.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "14.5", ")", "until", "[0,26]", "(", "signal_4_n", "more equal", "17.0", "and", "signal_4_n", "less equal", "44.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "and", "till", "then", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "26", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 51], "prop": [["signal_4_n", ">=", "17.0"], ["signal_4_n", "<=", "44.0"]]}, " prop_3 ": {"span": [56, 66], "prop": [["signal_3_n", ">=", "14.5"]]}}} {"id": 473, "sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "63", "time", "units", ",", "signal_1_n", "ought", "to", "be", "eventually", "less", "than", "or", "equal", "to", "99.2", "or", "the", "signal_2_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "50.2", "."], "ltl": ["finally", "[0,63]", "(", "signal_1_n", "less equal", "99.2", "or", "signal_2_n", "more equal", "50.2", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "less", "than", "63", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "63", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<=", "99.2"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", ">=", "50.2"]]}}} {"id": 802, "sentence": ["Continuously", "signal_1_n", "will", "have", "to", "keep", "below", "70.4", "for", "every", "time", "instant", "in", "the", "first", "60", "time", "units", "."], "ltl": ["globally", "[0,60]", "(", "signal_1_n", "less", "70.4", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "60", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "<", "70.4"]]}}} {"id": 5709, "sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "98", "time", "units", ",", "finally", "the", "signal_1_n", "signal", "must", "be", "at", "least", "38.5", "and", "at", "most", "53.0", "and", "signal_2_n", "ought", "to", "stay", "in", "signal_3_n", "ultimately", "."], "ltl": ["finally", "[0,98]", "(", "(", "signal_1_n", "more equal", "38.5", "and", "signal_1_n", "less equal", "53.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "the", "first", "98", "time", "units", ",", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "98", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", ">=", "38.5"], ["signal_1_n", "<=", "53.0"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2196, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "39.6", "is", "detected", "then", "immediately", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "12.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "39.6", ")", "imply", "signal_2_n", "more", "12.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "39.6", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", ">", "12.0"]]}}} {"id": 3391, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "not", "greater", "than", "or", "equal", "to", "88.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "will", "have", "to", "be", "immediately", "less", "than", "or", "equal", "to", "20.0", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "88.6", ")", "imply", "signal_2_n", "less equal", "20.0", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["-", "(", "signal_1_n", ">=", "88.6", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", "<=", "20.0"]]}}} {"id": 338, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "51.2", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "first", "25", "time", "units", ",", "at", "a", "certain", "moment", "during", "the", "next", "29", "time", "units", "finally", "the", "transition", "action", "that", "signal_2_n", "shifts", "to", "23.4", "must", "n't", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "51.2", ")", "imply", "globally", "[0,25]", "(", "finally", "[0,29]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "23.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "first", "25", "time", "units", ",", "at", "a", "certain", "moment", "during", "the", "next", "29", "time", "units", "finally", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "n't", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "25", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["rise", "(", "signal_1_n", "<=", "51.2", ")"]]}, " prop_2 ": {"span": [53, 57], "prop": [["-", "rise", "(", "signal_2_n", "==", "23.4", ")"]]}}} {"id": 6177, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "13.0", "and", "less", "than", "or", "equal", "to", "82.5", ",", "then", "in", "response", "for", "each", "time", "point", "within", "18", "time", "units", "finally", "at", "sometime", "during", "the", "coming", "77", "time", "units", ",", "the", "signal_2_n", "signal", "needs", "to", "stay", "smaller", "than", "9.8", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "13.0", "and", "signal_1_n", "less equal", "82.5", "imply", "globally", "[0,18]", "(", "finally", "[0,77]", "(", "signal_2_n", "less", "9.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "point", "within", "18", "time", "units", "finally", "at", "sometime", "during", "the", "coming", "77", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "F", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 20], "prop": [["signal_1_n", ">=", "13.0"], ["signal_1_n", "<=", "82.5"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "<", "9.8"]]}}} {"id": 297, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "59.9", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "instantly", "signal_2_n", "shall", "never", "be", "less", "than", "or", "equal", "to", "51.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "59.9", ")", "imply", "negation", "(", "signal_2_n", "less equal", "51.4", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "59.9", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["-", "(", "signal_2_n", "<=", "51.4", ")"]]}}} {"id": 3876, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "72.9", ",", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "42.2", "and", "less", "than", "43.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "first", "3", "to", "20", "time", "units", "ultimately", "at", "a", "time", "in", "less", "than", "15", "time", "units", ",", "the", "event", "that", "signal_3_n", "becomes", "larger", "than", "62.0", "shall", "not", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.9", "and", "(", "signal_2_n", "more equal", "42.2", "and", "signal_2_n", "less", "43.6", ")", "imply", "globally", "[3,20]", "(", "finally", "[0,15]", "(", "negation", "rise", "(", "signal_3_n", "more", "62.0", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "first", "3", "to", "20", "time", "units", "ultimately", "at", "a", "time", "in", "less", "than", "15", "time", "units", ",", "the", "event", "that", "(", "prop_3", ")", "shall", "not", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "3", ":", "20", "]", "(", "F", "[", "0", ":", "15", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "72.9"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_2_n", ">=", "42.2"], ["signal_2_n", "<", "43.6"]]}, " prop_3 ": {"span": [57, 62], "prop": [["-", "rise", "(", "signal_3_n", ">", "62.0", ")"]]}}} {"id": 4467, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "not", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "must", "be", "no", "less", "than", "28.5", "and", "then", "has", "to", "consistently", "remain", "like", "that", "until", "there", "ultimately", "exists", "a", "certain", "moment", "within", "69", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_4_n", "gets", "more", "than", "66.2", "is", "detected", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "28.5", ")", "until", "[0,69]", "(", "rise", "(", "signal_4_n", "more", "66.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "69", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 62], "prop": [["signal_3_n", ">=", "28.5"], ["rise", "(", "signal_4_n", ">", "66.2", ")"]]}}} {"id": 164, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "42", "to", "85", "time", "units", ",", "after", "which", "signal_3_n", "shall", "not", "be", "less", "than", "or", "equal", "to", "56.1", "and", "uninterruptedly", "this", "condition", "must", "continue", "for", "every", "time", "point", "in", "the", "coming", "82", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[42,85]", "(", "globally", "[0,82]", "(", "negation", "(", "signal_3_n", "less equal", "56.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "during", "the", "next", "42", "to", "85", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "uninterruptedly", "this", "condition", "must", "continue", "for", "every", "time", "point", "in", "the", "coming", "82", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "42", ":", "85", "]", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["-", "(", "signal_3_n", "<=", "56.1", ")"]]}}} {"id": 427, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "0.9", "occurs", "then", "there", "needs", "to", "exist", "a", "time", "within", "the", "first", "22", "time", "units", "finally", ",", "after", "which", "consistently", "the", "signal_2_n", "signal", "ought", "to", "remain", "within", "the", "range", "-LSB-", "0.5", ",", "0.8", "-RSB-", "for", "each", "moment", "during", "the", "next", "49", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "0.9", ")", "imply", "finally", "[0,22]", "(", "globally", "[0,49]", "(", "signal_2_n", "more equal", "0.5", "and", "signal_2_n", "less equal", "0.8", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "there", "needs", "to", "exist", "a", "time", "within", "the", "first", "22", "time", "units", "finally", ",", "after", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "22", "]", "(", "G", "[", "0", ":", "49", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "0.9", ")"]]}, " prop_2 ": {"span": [36, 59], "prop": [["signal_2_n", ">=", "0.5"], ["signal_2_n", "<=", "0.8"]]}}} {"id": 5514, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "65.4", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "first", "22", "time", "units", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", "the", "value", "of", "signal_2_n", "must", "be", "69.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "65.4", ")", "imply", "globally", "[0,22]", "(", "finally", "(", "signal_2_n", "math equal", "69.5", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "for", "each", "time", "point", "during", "the", "first", "22", "time", "units", "finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "22", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", "<=", "65.4", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_2_n", "==", "69.5"]]}}} {"id": 918, "sentence": ["At", "a", "time", "within", "45", "time", "units", ",", "the", "state", "of", "signal_1_n", "should", "ultimately", "remain", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "eventually", "larger", "than", "78.1", "."], "ltl": ["finally", "[0,45]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "more", "78.1", ")"], "logic_sentence": ["At", "a", "time", "within", "45", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "45", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_3_n", ">", "78.1"]]}}} {"id": 2099, "sentence": ["There", "needs", "to", "be", "finally", "sometime", "in", "the", "first", "43", "to", "61", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "smaller", "than", "59.0", "."], "ltl": ["finally", "[43,61]", "(", "signal_1_n", "less", "59.0", ")"], "logic_sentence": ["There", "needs", "to", "be", "finally", "sometime", "in", "the", "first", "43", "to", "61", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "43", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", "<", "59.0"]]}}} {"id": 812, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "40.2", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "17", "time", "units", ",", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "31", "to", "86", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "less", "than", "45.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "40.2", ")", "imply", "globally", "[0,17]", "(", "finally", "[31,86]", "(", "signal_2_n", "less", "45.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "17", "time", "units", ",", "there", "will", "have", "to", "finally", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "31", "to", "86", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "31", ":", "86", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "40.2", ")"]]}, " prop_2 ": {"span": [51, 59], "prop": [["signal_2_n", "<", "45.9"]]}}} {"id": 2151, "sentence": ["Whenever", "signal_1_n", "is", "greater", "than", "7.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "shall", "be", "simultaneously", "greater", "than", "or", "equal", "to", "30.5", "and", "less", "than", "or", "equal", "to", "53.8", ",", "or", "at", "once", "the", "transition", "action", "that", "signal_3_n", "increases", "to", "greater", "than", "or", "equal", "to", "17.0", "will", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "7.6", "imply", "(", "signal_2_n", "more equal", "30.5", "and", "signal_2_n", "less equal", "53.8", ")", "or", "rise", "(", "signal_3_n", "more equal", "17.0", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "or", "at", "once", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", ">", "7.6"]]}, " prop_2 ": {"span": [15, 32], "prop": [["signal_2_n", ">=", "30.5"], ["signal_2_n", "<=", "53.8"]]}, " prop_3 ": {"span": [40, 49], "prop": [["rise", "(", "signal_3_n", ">=", "17.0", ")"]]}}} {"id": 288, "sentence": ["The", "signal_1_n", "signal", "should", "keep", "in", "signal_2_n", "all", "the", "time", "for", "each", "time", "instant", "in", "the", "first", "25", "time", "units", "."], "ltl": ["globally", "[0,25]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 3676, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "13.0", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "is", "finally", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "is", "shifted", "to", "98.4", "must", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "13.0", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_2_n", "math equal", "98.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "is", "finally", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "13.0", ")"]]}, " prop_2 ": {"span": [58, 65], "prop": [["rise", "(", "signal_2_n", "==", "98.4", ")"]]}}} {"id": 4575, "sentence": ["There", "needs", "to", "eventually", "exist", "a", "time", "after", "at", "most", "59", "time", "units", ",", "at", "which", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,59]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "needs", "to", "eventually", "exist", "a", "time", "after", "at", "most", "59", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2936, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "lower", "than", "45.8", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "next", "45", "to", "54", "time", "units", ",", "there", "ought", "to", "eventually", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "n't", "greater", "than", "or", "equal", "to", "83.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.8", ")", "imply", "globally", "[45,54]", "(", "finally", "(", "negation", "(", "signal_2_n", "more equal", "83.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "next", "45", "to", "54", "time", "units", ",", "there", "ought", "to", "eventually", "exist", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "45", ":", "54", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "<", "45.8", ")"]]}, " prop_2 ": {"span": [57, 69], "prop": [["-", "(", "signal_2_n", ">=", "83.9", ")"]]}}} {"id": 651, "sentence": ["While", "signal_1_n", "is", "lower", "than", "67.5", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "43", "time", "units", ",", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "63.3", "eventually", "at", "a", "certain", "moment", "during", "the", "coming", "32", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "67.5", "imply", "globally", "[0,43]", "(", "finally", "[0,32]", "(", "signal_2_n", "more", "63.3", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "<", "67.5"]]}, " prop_2 ": {"span": [19, 40], "prop": [["signal_2_n", ">", "63.3"]]}}} {"id": 2996, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "be", "higher", "than", "26.4", "and", "less", "than", "57.2", "consecutively", "for", "each", "time", "instant", "within", "the", "first", "49", "time", "units", "."], "ltl": ["globally", "[0,49]", "(", "signal_1_n", "more", "26.4", "and", "signal_1_n", "less", "57.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "49", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 25], "prop": [["signal_1_n", ">", "26.4"], ["signal_1_n", "<", "57.2"]]}}} {"id": 372, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "18", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "always", "keep", "greater", "than", "39.7", ",", "and", "consecutively", "signal_2_n", "will", "have", "to", "remain", "bigger", "than", "63.2", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "more", "39.7", "and", "signal_2_n", "more", "63.2", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "18", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", ">", "39.7"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_2_n", ">", "63.2"]]}}} {"id": 2180, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "most", "18.1", "gets", "observed", "or", "the", "signal_2_n", "signal", "is", "higher", "than", "72.9", "and", "less", "than", "76.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "first", "2", "to", "10", "time", "units", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "crosses", "the", "threshold", "of", "94.5", "ought", "to", "be", "detected", "finally", "at", "a", "certain", "time", "point", "within", "the", "next", "22", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "18.1", ")", "or", "(", "signal_2_n", "more", "72.9", "and", "signal_2_n", "less", "76.5", ")", "imply", "globally", "[2,10]", "(", "finally", "[0,22]", "(", "rise", "(", "signal_3_n", "more", "94.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "within", "the", "first", "2", "to", "10", "time", "units", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "be", "detected", "finally", "at", "a", "certain", "time", "point", "within", "the", "next", "22", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "2", ":", "10", "]", "(", "F", "[", "0", ":", "22", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", "<=", "18.1", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_2_n", ">", "72.9"], ["signal_2_n", "<", "76.5"]]}, " prop_3 ": {"span": [59, 69], "prop": [["rise", "(", "signal_3_n", ">", "94.5", ")"]]}}} {"id": 4080, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "rises", "to", "no", "less", "than", "88.2", "happens", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "in", "response", "the", "value", "of", "signal_4_n", "must", "be", "no", "less", "than", "5.1", "and", "less", "than", "6.3", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "88.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "5.1", "and", "signal_4_n", "less", "6.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", ">=", "88.2", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [35, 53], "prop": [["signal_4_n", ">=", "5.1"], ["signal_4_n", "<", "6.3"]]}}} {"id": 4993, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "85.7", "is", "observed", ",", "then", "the", "signal_2_n", "signal", "has", "to", "be", "less", "than", "or", "equal", "to", "8.0", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "85.7", ")", "imply", "signal_2_n", "less equal", "8.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", "<=", "85.7", ")"]]}, " prop_2 ": {"span": [25, 41], "prop": [["signal_2_n", "<=", "8.0"]]}}} {"id": 974, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "more", "than", "16.6", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "eventually", "exist", "a", "certain", "time", "instant", "within", "the", "first", "21", "time", "units", ",", "at", "which", "the", "event", "that", "signal_3_n", "gets", "to", "no", "more", "than", "4.9", "has", "to", "happen", ",", "before", "this", "the", "signal_2_n", "signal", "has", "to", "be", "always", "equal", "to", "32.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "16.6", ")", "imply", "(", "signal_2_n", "math equal", "32.5", ")", "until", "[0,21]", "(", "rise", "(", "signal_3_n", "less equal", "4.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "shall", "eventually", "exist", "a", "certain", "time", "instant", "within", "the", "first", "21", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "has", "to", "happen", ",", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "21", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "16.6", ")"]]}, " prop_2 ": {"span": [46, 53], "prop": [["rise", "(", "signal_3_n", "<=", "4.9", ")"]]}, " prop_3 ": {"span": [59, 69], "prop": [["signal_2_n", "==", "32.5"]]}}} {"id": 3790, "sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "81", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "no", "larger", "than", "51.9", "must", "n't", "happen", "ultimately", "."], "ltl": ["finally", "[0,81]", "(", "negation", "fall", "(", "signal_1_n", "more", "51.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "the", "first", "81", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "must", "n't", "happen", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["-", "fall", "(", "signal_1_n", ">", "51.9", ")"]]}}} {"id": 1545, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "at", "least", "90.3", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "shall", "be", "simultaneously", "within", "the", "range", "-LSB-", "32.8", ",", "98.1", "-RSB-", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "90.3", ")", "imply", "signal_2_n", "more equal", "32.8", "and", "signal_2_n", "less equal", "98.1", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "90.3", ")"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", ">=", "32.8"], ["signal_2_n", "<=", "98.1"]]}}} {"id": 4290, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "uninterruptedly", "the", "mode", "of", "signal_1_n", "needs", "to", "be", "set", "to", "signal_2_n", "and", "the", "mode", "of", "signal", "signal_3_n", "has", "to", "remain", "in", "signal_4_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1497, "sentence": ["For", "every", "time", "point", "in", "the", "first", "18", "time", "units", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "will", "stay", "greater", "than", "or", "equal", "to", "14.6", "and", "less", "than", "or", "equal", "to", "38.8", ",", "and", "the", "signal_2_n", "signal", "will", "be", "uninterruptedly", "remaining", "in", "the", "interval", "-LRB-", "5.3", ",", "6.5", "-RRB-", "."], "ltl": ["globally", "[0,18]", "(", "(", "signal_1_n", "more equal", "14.6", "and", "signal_1_n", "less equal", "38.8", ")", "and", "(", "signal_2_n", "more", "5.3", "and", "signal_2_n", "less", "6.5", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "18", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 32], "prop": [["signal_1_n", ">=", "14.6"], ["signal_1_n", "<=", "38.8"]]}, " prop_2 ": {"span": [34, 49], "prop": [["signal_2_n", ">", "5.3"], ["signal_2_n", "<", "6.5"]]}}} {"id": 255, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "simultaneously", "the", "value", "of", "signal", "signal_3_n", "shall", "stay", "equal", "to", "22.3", ",", "and", "at", "the", "same", "time", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "74.9", "and", "at", "most", "87.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "22.3", "and", "(", "signal_4_n", "more equal", "74.9", "and", "signal_4_n", "less equal", "87.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "simultaneously", "(", "prop_2", ")", ",", "and", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_3_n", "==", "22.3"]]}, " prop_3 ": {"span": [33, 51], "prop": [["signal_4_n", ">=", "74.9"], ["signal_4_n", "<=", "87.6"]]}}} {"id": 4413, "sentence": ["If", "the", "state", "of", "signal", "signal_1_n", "was", "in", "signal_2_n", "continuously", "in", "the", "past", "since", "the", "beginning", "of", "the", "execution", ",", "then", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "equal", "to", "98.7", "and", "uninterruptedly", "this", "condition", "will", "be", "holding", "till", "the", "value", "of", "signal", "signal_4_n", "goes", "to", "no", "more", "than", "90.2", ",", "which", "must", "ultimately", "get", "detected", "at", "a", "certain", "moment", "after", "between", "59", "to", "84", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "98.7", ")", "until", "[59,84]", "(", "rise", "(", "signal_4_n", "less equal", "90.2", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "and", "uninterruptedly", "this", "condition", "will", "be", "holding", "till", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "59", ":", "84", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", "==", "98.7"]]}, " prop_3 ": {"span": [39, 67], "prop": [["rise", "(", "signal_4_n", "<=", "90.2", ")"]]}}} {"id": 205, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "0.1", "gets", "detected", ",", "then", "the", "signal_2_n", "signal", "needs", "to", "be", "equal", "to", "77.0", "in", "no", "time", ",", "and", "the", "scenario", "that", "the", "signal_3_n", "signal", "is", "shifted", "to", "86.3", "takes", "place", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "0.1", ")", "imply", "signal_2_n", "math equal", "77.0", "and", "rise", "(", "signal_3_n", "math equal", "86.3", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "(", "prop_2", ")", ",", "and", "the", "scenario", "that", "(", "prop_3", ")", "takes", "place", "at", "the", "same", "time", "instant", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", "<=", "0.1", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["signal_2_n", "==", "77.0"]]}, " prop_3 ": {"span": [40, 47], "prop": [["rise", "(", "signal_3_n", "==", "86.3", ")"]]}}} {"id": 3232, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "below", "8.3", "is", "detected", "then", "signal_2_n", "is", "larger", "than", "67.7", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "8.3", ")", "imply", "signal_2_n", "more", "67.7", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "8.3", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["signal_2_n", ">", "67.7"]]}}} {"id": 549, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_3_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "51.4", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "51.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["signal_3_n", "<=", "51.4"]]}}} {"id": 5642, "sentence": ["Ultimately", "there", "must", "be", "a", "certain", "moment", "during", "the", "first", "59", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "drops", "to", "at", "most", "62.6", "will", "be", "observed", "."], "ltl": ["finally", "[0,59]", "(", "rise", "(", "signal_1_n", "less equal", "62.6", ")", ")"], "logic_sentence": ["Ultimately", "there", "must", "be", "a", "certain", "moment", "during", "the", "first", "59", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "will", "be", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "59", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 25], "prop": [["rise", "(", "signal_1_n", "<=", "62.6", ")"]]}}} {"id": 823, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "64.8", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "changes", "to", "signal_3_n", "needs", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "64.8", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "64.8", ")"]]}, " prop_2 ": {"span": [39, 47], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1604, "sentence": ["At", "sometime", "during", "the", "first", "82", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "47.7", "."], "ltl": ["finally", "[0,82]", "(", "signal_1_n", "math equal", "47.7", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "82", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "82", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "47.7"]]}}} {"id": 816, "sentence": ["Whenever", "the", "signal_1_n", "signal", "shifts", "to", "25.1", "then", "in", "response", "for", "every", "moment", "within", "8", "time", "units", ",", "there", "needs", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "first", "39", "to", "42", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "will", "have", "to", "be", "less", "than", "0.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "25.1", ")", "imply", "globally", "[0,8]", "(", "finally", "[39,42]", "(", "signal_2_n", "less", "0.3", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "there", "needs", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "first", "39", "to", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "39", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["rise", "(", "signal_1_n", "==", "25.1", ")"]]}, " prop_2 ": {"span": [37, 47], "prop": [["signal_2_n", "<", "0.3"]]}}} {"id": 2000, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "4.9", "and", "less", "than", "61.0", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "lower", "than", "80.2", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "4.9", "and", "signal_1_n", "less", "61.0", "imply", "signal_2_n", "less", "80.2", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 17], "prop": [["signal_1_n", ">=", "4.9"], ["signal_1_n", "<", "61.0"]]}, " prop_2 ": {"span": [18, 34], "prop": [["signal_2_n", "<", "80.2"]]}}} {"id": 88, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "9", "to", "32", "time", "units", ",", "the", "value", "of", "signal_1_n", "must", "be", "greater", "than", "87.9", "finally", "."], "ltl": ["finally", "[9,32]", "(", "signal_1_n", "more", "87.9", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "9", "to", "32", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "9", ":", "32", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", ">", "87.9"]]}}} {"id": 190, "sentence": ["In", "the", "case", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "32.3", ",", "and", "the", "value", "of", "signal", "signal_2_n", "equals", "to", "49.7", ",", "then", "finally", "at", "a", "certain", "time", "point", "after", "at", "most", "27", "time", "units", "signal_3_n", "remains", "greater", "than", "or", "equal", "to", "3.8", "and", "at", "most", "42.4", "continuously", "for", "each", "time", "point", "in", "the", "next", "37", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "32.3", "and", "signal_2_n", "math equal", "49.7", "imply", "finally", "[0,27]", "(", "globally", "[0,37]", "(", "signal_3_n", "more equal", "3.8", "and", "signal_3_n", "less equal", "42.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "finally", "at", "a", "certain", "time", "point", "after", "at", "most", "27", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "27", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "32.3"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", "==", "49.7"]]}, " prop_3 ": {"span": [35, 58], "prop": [["signal_3_n", ">=", "3.8"], ["signal_3_n", "<=", "42.4"]]}}} {"id": 450, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "23", "time", "units", "consecutively", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "23", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 4872, "sentence": ["At", "a", "certain", "moment", "after", "at", "most", "75", "time", "units", "finally", "the", "value", "of", "signal", "signal_1_n", "must", "be", "smaller", "than", "0.2", ",", "and", "the", "signal_2_n", "signal", "must", "be", "ultimately", "more", "than", "8.2", "."], "ltl": ["finally", "[0,75]", "(", "signal_1_n", "less", "0.2", "and", "signal_2_n", "more", "8.2", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "at", "most", "75", "time", "units", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "75", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "0.2"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", ">", "8.2"]]}}} {"id": 2110, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "keeps", "equal", "to", "60.4", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "64", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "be", "bigger", "than", "74.6", ",", "and", "before", "this", "the", "value", "of", "signal_2_n", "should", "be", "always", "at", "least", "4.0", "and", "less", "than", "or", "equal", "to", "37.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "60.4", "imply", "(", "signal_2_n", "more equal", "4.0", "and", "signal_2_n", "less equal", "37.9", ")", "until", "[0,64]", "(", "signal_3_n", "more", "74.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "has", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "64", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "60.4"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_3_n", ">", "74.6"]]}, " prop_3 ": {"span": [55, 72], "prop": [["signal_2_n", ">=", "4.0"], ["signal_2_n", "<=", "37.9"]]}}} {"id": 4203, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "below", "2.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "ultimately", "at", "a", "certain", "moment", "in", "the", "coming", "87", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "gets", "smaller", "than", "17.1", "shall", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.0", ")", "imply", "globally", "(", "finally", "[0,87]", "(", "rise", "(", "signal_2_n", "less", "17.1", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "ultimately", "at", "a", "certain", "moment", "in", "the", "coming", "87", "time", "units", ",", "the", "scenario", "that", "(", "prop_2", ")", "shall", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<", "2.0", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["rise", "(", "signal_2_n", "<", "17.1", ")"]]}}} {"id": 5453, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "then", "the", "mode", "of", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "and", "needs", "to", "continue", "like", "this", "without", "interruption", "for", "every", "time", "point", "during", "the", "next", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,44]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 150, "sentence": ["For", "the", "first", "25", "time", "units", ",", "uninterruptedly", "the", "mode", "of", "signal_1_n", "will", "not", "be", "signal_2_n", "."], "ltl": ["globally", "[0,25]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["For", "the", "first", "25", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "25", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 310, "sentence": ["There", "exists", "a", "certain", "moment", "starting", "at", "most", "10", "time", "units", ",", "at", "which", "ultimately", "signal_1_n", "shall", "jump", "to", "larger", "than", "26.8", "."], "ltl": ["finally", "[0,10]", "(", "rise", "(", "signal_1_n", "more", "26.8", ")", ")"], "logic_sentence": ["There", "exists", "a", "certain", "moment", "starting", "at", "most", "10", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["rise", "(", "signal_1_n", ">", "26.8", ")"]]}}} {"id": 1982, "sentence": ["There", "exists", "a", "certain", "moment", "in", "less", "than", "3", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "be", "equal", "to", "58.7", "."], "ltl": ["finally", "[0,3]", "(", "signal_1_n", "math equal", "58.7", ")"], "logic_sentence": ["There", "exists", "a", "certain", "moment", "in", "less", "than", "3", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", "==", "58.7"]]}}} {"id": 943, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "stays", "larger", "than", "30.0", "and", "less", "than", "48.7", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "value", "of", "signal", "signal_2_n", "should", "stay", "at", "31.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "30.0", "and", "signal_1_n", "less", "48.7", "imply", "signal_2_n", "math equal", "31.7", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">", "30.0"], ["signal_1_n", "<", "48.7"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "31.7"]]}}} {"id": 21, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "subsequent", "4", "to", "7", "time", "units", ",", "after", "which", "signal_3_n", "shall", "stay", "at", "7.4", "consecutively", "for", "each", "time", "point", "during", "the", "coming", "14", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[4,7]", "(", "globally", "[0,14]", "(", "signal_3_n", "math equal", "7.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "subsequent", "4", "to", "7", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "4", ":", "7", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [43, 59], "prop": [["signal_3_n", "==", "7.4"]]}}} {"id": 652, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "no", "more", "than", "49.4", "and", "the", "signal_2_n", "signal", "is", "larger", "than", "28.5", "and", "below", "38.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "13", "time", "units", ",", "the", "scenario", "that", "the", "signal_3_n", "signal", "becomes", "larger", "than", "80.7", "must", "get", "observed", "finally", "at", "a", "certain", "moment", "after", "between", "21", "to", "25", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "49.4", "and", "(", "signal_2_n", "more", "28.5", "and", "signal_2_n", "less", "38.0", ")", "imply", "globally", "[0,13]", "(", "finally", "[21,25]", "(", "rise", "(", "signal_3_n", "more", "80.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "subsequent", "13", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "must", "get", "observed", "finally", "at", "a", "certain", "moment", "after", "between", "21", "to", "25", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "13", "]", "(", "F", "[", "21", ":", "25", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "<=", "49.4"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", ">", "28.5"], ["signal_2_n", "<", "38.0"]]}, " prop_3 ": {"span": [50, 57], "prop": [["rise", "(", "signal_3_n", ">", "80.7", ")"]]}}} {"id": 1499, "sentence": ["For", "every", "time", "point", "within", "58", "time", "units", ",", "signal_1_n", "needs", "to", "stay", "greater", "than", "or", "equal", "to", "10.6", "and", "at", "most", "45.0", "continuously", ",", "and", "the", "signal_2_n", "signal", "needs", "to", "be", "greater", "than", "30.4", "and", "below", "60.6", "consistently", "."], "ltl": ["globally", "[0,58]", "(", "(", "signal_1_n", "more equal", "10.6", "and", "signal_1_n", "less equal", "45.0", ")", "and", "(", "signal_2_n", "more", "30.4", "and", "signal_2_n", "less", "60.6", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "58", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "58", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 24], "prop": [["signal_1_n", ">=", "10.6"], ["signal_1_n", "<=", "45.0"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">", "30.4"], ["signal_2_n", "<", "60.6"]]}}} {"id": 462, "sentence": ["Everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "29.1", "is", "observed", "and", "signal_2_n", "is", "n't", "greater", "than", "or", "equal", "to", "10.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "first", "27", "to", "30", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "within", "the", "next", "0", "to", "21", "time", "units", ",", "at", "which", "the", "state", "of", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.1", ")", "and", "negation", "(", "signal_2_n", "more equal", "10.7", ")", "imply", "globally", "[27,30]", "(", "finally", "[0,21]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "first", "27", "to", "30", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "within", "the", "next", "0", "to", "21", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "27", ":", "30", "]", "(", "F", "[", "0", ":", "21", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", ">=", "29.1", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "(", "signal_2_n", ">=", "10.7", ")"]]}, " prop_3 ": {"span": [66, 77], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3875, "sentence": ["When", "the", "signal_1_n", "signal", "is", "8.4", ",", "and", "the", "signal_2_n", "signal", "is", "no", "less", "than", "0.6", "and", "less", "than", "40.7", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "3", "to", "60", "time", "units", "there", "will", "exist", "a", "certain", "moment", "within", "the", "coming", "100", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "signal_3_n", "increases", "above", "93.1", "must", "not", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.4", "and", "(", "signal_2_n", "more equal", "0.6", "and", "signal_2_n", "less", "40.7", ")", "imply", "globally", "[3,60]", "(", "finally", "[0,100]", "(", "negation", "rise", "(", "signal_3_n", "more", "93.1", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "3", "to", "60", "time", "units", "there", "will", "exist", "a", "certain", "moment", "within", "the", "coming", "100", "time", "units", ",", "at", "which", "finally", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "3", ":", "60", "]", "(", "F", "[", "0", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "8.4"]]}, " prop_2 ": {"span": [8, 20], "prop": [["signal_2_n", ">=", "0.6"], ["signal_2_n", "<", "40.7"]]}, " prop_3 ": {"span": [60, 64], "prop": [["-", "rise", "(", "signal_3_n", ">", "93.1", ")"]]}}} {"id": 5527, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "stays", "equal", "to", "62.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "has", "to", "be", "simultaneously", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "62.4", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "62.4"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 323, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "8.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "exist", "sometime", "within", "the", "first", "65", "time", "units", ",", "at", "which", "signal_3_n", "must", "be", "ultimately", "greater", "than", "or", "equal", "to", "77.8", ",", "before", "this", "the", "signal_2_n", "signal", "will", "keep", "between", "the", "interval", "-LRB-", "10.7", ",", "18.9", "-RRB-", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.2", "imply", "(", "signal_2_n", "more", "10.7", "and", "signal_2_n", "less", "18.9", ")", "until", "[0,65]", "(", "signal_3_n", "more equal", "77.8", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "exist", "sometime", "within", "the", "first", "65", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "this", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "8.2"]]}, " prop_2 ": {"span": [36, 46], "prop": [["signal_3_n", ">=", "77.8"]]}, " prop_3 ": {"span": [49, 63], "prop": [["signal_2_n", ">", "10.7"], ["signal_2_n", "<", "18.9"]]}}} {"id": 1069, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "signal_1_n", "should", "be", "larger", "than", "35.7", "consecutively", ",", "and", "the", "state", "of", "signal_2_n", "needs", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "35.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">", "35.7"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2924, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "stays", "equal", "to", "52.9", ",", "and", "the", "value", "of", "signal_2_n", "becomes", "no", "larger", "than", "97.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "next", "3", "time", "units", ",", "the", "scenario", "that", "the", "signal_3_n", "signal", "increases", "above", "31.5", "is", "observed", "at", "a", "certain", "moment", "after", "at", "most", "98", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "52.9", "and", "rise", "(", "signal_2_n", "less equal", "97.7", ")", "imply", "globally", "[0,3]", "(", "finally", "[0,98]", "(", "rise", "(", "signal_3_n", "more", "31.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "next", "3", "time", "units", ",", "the", "scenario", "that", "(", "prop_3", ")", "is", "observed", "at", "a", "certain", "moment", "after", "at", "most", "98", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "3", "]", "(", "F", "[", "0", ":", "98", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["signal_1_n", "==", "52.9"]]}, " prop_2 ": {"span": [12, 21], "prop": [["rise", "(", "signal_2_n", "<=", "97.7", ")"]]}, " prop_3 ": {"span": [45, 51], "prop": [["rise", "(", "signal_3_n", ">", "31.5", ")"]]}}} {"id": 3480, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "stays", "at", "10.2", "and", "signal_2_n", "does", "n't", "drop", "to", "at", "most", "1.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "75", "time", "units", ",", "there", "should", "be", "a", "certain", "moment", "during", "the", "first", "23", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_3_n", "signal", "becomes", "above", "38.3", "will", "have", "to", "happen", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "10.2", "and", "negation", "fall", "(", "signal_2_n", "more", "1.1", ")", "imply", "globally", "[0,75]", "(", "finally", "[0,23]", "(", "rise", "(", "signal_3_n", "more", "38.3", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "subsequent", "75", "time", "units", ",", "there", "should", "be", "a", "certain", "moment", "during", "the", "first", "23", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "75", "]", "(", "F", "[", "0", ":", "23", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "10.2"]]}, " prop_2 ": {"span": [9, 17], "prop": [["-", "fall", "(", "signal_2_n", ">", "1.1", ")"]]}, " prop_3 ": {"span": [56, 62], "prop": [["rise", "(", "signal_3_n", ">", "38.3", ")"]]}}} {"id": 5959, "sentence": ["It", "is", "always", "the", "case", "that", "if", "at", "sometime", "in", "the", "first", "57", "time", "units", ",", "ultimately", "signal_2_n", "will", "be", "less", "than", "13.1", ",", "and", "until", "then", "the", "signal_1_n", "signal", "is", "continuously", "55.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "a", "certain", "time", "point", "during", "the", "first", "7", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "ultimately", "above", "7.1", "and", "at", "most", "47.1", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "55.1", ")", "until", "[0,57]", "(", "signal_2_n", "less", "13.1", ")", "imply", "finally", "[0,7]", "(", "signal_3_n", "more", "7.1", "and", "signal_3_n", "less equal", "47.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "at", "sometime", "in", "the", "first", "57", "time", "units", ",", "ultimately", "(", "prop_1", ")", ",", "and", "until", "then", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "is", "a", "certain", "time", "point", "during", "the", "first", "7", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "[", "0", ":", "57", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "7", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 23], "prop": [["signal_2_n", "<", "13.1"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_1_n", "==", "55.1"]]}, " prop_3 ": {"span": [56, 72], "prop": [["signal_3_n", ">", "7.1"], ["signal_3_n", "<=", "47.1"]]}}} {"id": 260, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "93", "time", "units", ",", "the", "mode", "of", "signal_1_n", "stays", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "has", "to", "remain", "within", "-LSB-", "75.2", ",", "86.7", "-RSB-", "uninterruptedly", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "75.2", "and", "signal_3_n", "less equal", "86.7", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "93", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 35], "prop": [["signal_3_n", ">=", "75.2"], ["signal_3_n", "<=", "86.7"]]}}} {"id": 871, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "equal", "to", "85.9", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "85.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "85.9"]]}}} {"id": 5504, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "shifted", "to", "43.4", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "must", "be", "instantly", "no", "less", "than", "60.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "43.4", ")", "imply", "signal_2_n", "more equal", "60.9", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "43.4", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", ">=", "60.9"]]}}} {"id": 540, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "remains", "less", "than", "49.5", "or", "signal_2_n", "is", "signal_3_n", "then", "in", "response", "the", "value", "of", "signal", "signal_4_n", "should", "be", "greater", "than", "or", "equal", "to", "30.6", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "less", "49.5", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "30.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "49.5"]]}, " prop_2 ": {"span": [16, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [22, 40], "prop": [["signal_4_n", ">=", "30.6"]]}}} {"id": 6412, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "set", "to", "51.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "in", "the", "coming", "76", "to", "76", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "consecutively", "not", "be", "equal", "to", "85.7", "for", "the", "subsequent", "2", "to", "6", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "51.9", "imply", "finally", "[76,76]", "(", "globally", "[2,6]", "(", "negation", "(", "signal_2_n", "math equal", "85.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "time", "in", "the", "coming", "76", "to", "76", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "76", ":", "76", "]", "(", "G", "[", "2", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "51.9"]]}, " prop_2 ": {"span": [34, 53], "prop": [["-", "(", "signal_2_n", "==", "85.7", ")"]]}}} {"id": 189, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "no", "more", "than", "98.5", ",", "and", "signal_2_n", "stays", "at", "20.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "has", "to", "ultimately", "exist", "a", "time", "within", "79", "time", "units", ",", "at", "which", "signal_3_n", "needs", "to", "be", "at", "least", "42.5", "and", "less", "than", "or", "equal", "to", "86.1", "then", "this", "scenario", "remains", "for", "every", "time", "point", "within", "the", "following", "16", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "98.5", "and", "signal_2_n", "math equal", "20.2", "imply", "finally", "[0,79]", "(", "globally", "[0,16]", "(", "signal_3_n", "more equal", "42.5", "and", "signal_3_n", "less equal", "86.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "has", "to", "ultimately", "exist", "a", "time", "within", "79", "time", "units", ",", "at", "which", "(", "prop_3", ")", "then", "this", "scenario", "remains", "for", "every", "time", "point", "within", "the", "following", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "0", ":", "16", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<=", "98.5"]]}, " prop_2 ": {"span": [16, 20], "prop": [["signal_2_n", "==", "20.2"]]}, " prop_3 ": {"span": [42, 56], "prop": [["signal_3_n", ">=", "42.5"], ["signal_3_n", "<=", "86.1"]]}}} {"id": 3257, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "72.7", ",", "and", "the", "value", "of", "signal_2_n", "is", "greater", "than", "10.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_3_n", "changes", "to", "signal_4_n", "wo", "n't", "take", "place", "at", "a", "certain", "moment", "within", "the", "next", "43", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.7", "and", "signal_2_n", "more", "10.3", "imply", "finally", "[0,43]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "the", "scenario", "that", "(", "prop_3", ")", "wo", "n't", "take", "place", "at", "a", "certain", "moment", "within", "the", "next", "43", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "43", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "72.7"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", ">", "10.3"]]}, " prop_3 ": {"span": [33, 41], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 1217, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "10.9", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "will", "be", "greater", "than", "5.1", "and", "below", "8.0", "and", "remains", "like", "that", "consistently", "till", "at", "sometime", "in", "the", "coming", "86", "time", "units", ",", "the", "signal_3_n", "signal", "is", "eventually", "smaller", "than", "24.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "10.9", ")", "imply", "(", "signal_2_n", "more", "5.1", "and", "signal_2_n", "less", "8.0", ")", "until", "[0,86]", "(", "signal_3_n", "less", "24.0", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "remains", "like", "that", "consistently", "till", "at", "sometime", "in", "the", "coming", "86", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "86", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "10.9", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "5.1"], ["signal_2_n", "<", "8.0"]]}, " prop_3 ": {"span": [45, 53], "prop": [["signal_3_n", "<", "24.0"]]}}} {"id": 2769, "sentence": ["Uninterruptedly", "the", "value", "of", "signal_1_n", "needs", "to", "remain", "on", "15.6", "for", "each", "time", "point", "within", "the", "first", "60", "time", "units", "."], "ltl": ["globally", "[0,60]", "(", "signal_1_n", "math equal", "15.6", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "60", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "==", "15.6"]]}}} {"id": 153, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "9.2", "takes", "place", ",", "then", "for", "the", "last", "9", "to", "20", "time", "units", ",", "without", "interruption", "the", "mode", "of", "signal", "signal_2_n", "was", "never", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "9.2", ")", "imply", "historically", "[9,20]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "the", "last", "9", "to", "20", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "9", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "9.2", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4519, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "4.1", "and", "less", "than", "or", "equal", "to", "5.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more equal", "4.1", "and", "signal_3_n", "less equal", "5.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [50, 68], "prop": [["signal_3_n", ">=", "4.1"], ["signal_3_n", "<=", "5.0"]]}}} {"id": 5228, "sentence": ["At", "sometime", "starting", "at", "most", "13", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "finally", "greater", "than", "or", "equal", "to", "68.9", ",", "and", "eventually", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,13]", "(", "signal_1_n", "more equal", "68.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "13", "time", "units", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "13", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", ">=", "68.9"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5999, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "59.3", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "59.3", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", "<=", "59.3"]]}}} {"id": 1142, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "not", "greater", "than", "or", "equal", "to", "68.1", ",", "and", "the", "value", "of", "signal_2_n", "is", "no", "less", "than", "8.7", "and", "no", "larger", "than", "47.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "time", "during", "the", "next", "55", "time", "units", ",", "after", "which", "signal_3_n", "must", "be", "above", "6.5", "and", "less", "than", "85.8", "and", "will", "continuously", "stay", "like", "that", "for", "every", "moment", "within", "the", "coming", "13", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "68.1", ")", "and", "(", "signal_2_n", "more equal", "8.7", "and", "signal_2_n", "less equal", "47.7", ")", "imply", "finally", "[0,55]", "(", "globally", "[0,13]", "(", "signal_3_n", "more", "6.5", "and", "signal_3_n", "less", "85.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "time", "during", "the", "next", "55", "time", "units", ",", "after", "which", "(", "prop_3", ")", "and", "will", "continuously", "stay", "like", "that", "for", "every", "moment", "within", "the", "coming", "13", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "55", "]", "(", "G", "[", "0", ":", "13", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["-", "(", "signal_1_n", ">=", "68.1", ")"]]}, " prop_2 ": {"span": [17, 31], "prop": [["signal_2_n", ">=", "8.7"], ["signal_2_n", "<=", "47.7"]]}, " prop_3 ": {"span": [54, 63], "prop": [["signal_3_n", ">", "6.5"], ["signal_3_n", "<", "85.8"]]}}} {"id": 1418, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "62", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "always", "remain", "greater", "than", "or", "equal", "to", "10.9", ",", "and", "the", "value", "of", "signal_2_n", "shall", "be", "always", "greater", "than", "or", "equal", "to", "18.4", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "more equal", "10.9", "and", "signal_2_n", "more equal", "18.4", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "62", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">=", "10.9"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">=", "18.4"]]}}} {"id": 604, "sentence": ["At", "a", "time", "within", "85", "time", "units", ",", "the", "value", "of", "signal_1_n", "does", "n't", "become", "not", "set", "to", "96.7", "eventually", ",", "and", "the", "signal_2_n", "signal", "must", "be", "at", "least", "4.9", "finally", "."], "ltl": ["finally", "[0,85]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "96.7", ")", "and", "signal_2_n", "more equal", "4.9", ")"], "logic_sentence": ["At", "a", "time", "within", "85", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["-", "fall", "(", "signal_1_n", "==", "96.7", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">=", "4.9"]]}}} {"id": 2703, "sentence": ["For", "at", "least", "0", "time", "units", ",", "the", "signal_1_n", "signal", "must", "stay", "in", "signal_2_n", "all", "the", "time", "."], "ltl": ["globally", "[0,0]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "at", "least", "0", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "0", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5307, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "deviates", "from", "signal_2_n", "takes", "place", ",", "then", "uninterruptedly", "the", "value", "of", "signal_3_n", "will", "keep", "larger", "than", "36.4", "for", "each", "time", "instant", "during", "the", "subsequent", "58", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,58]", "(", "signal_3_n", "more", "36.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 38], "prop": [["signal_3_n", ">", "36.4"]]}}} {"id": 5897, "sentence": ["Finally", "there", "will", "have", "to", "exist", "sometime", "within", "the", "first", "74", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "higher", "than", "56.0", "."], "ltl": ["finally", "[0,74]", "(", "signal_1_n", "more", "56.0", ")"], "logic_sentence": ["Finally", "there", "will", "have", "to", "exist", "sometime", "within", "the", "first", "74", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", ">", "56.0"]]}}} {"id": 1261, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "leaves", "signal_2_n", "does", "not", "get", "observed", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "equal", "to", "45.2", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "45.2", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "get", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 8], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 33], "prop": [["signal_3_n", "==", "45.2"]]}}} {"id": 4356, "sentence": ["Whenever", "signal_1_n", "is", "less", "than", "86.5", "or", "the", "signal_2_n", "signal", "is", "less", "than", "36.2", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "needs", "to", "be", "larger", "than", "0.5", "and", "smaller", "than", "47.3", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "less", "86.5", "or", "signal_2_n", "less", "36.2", "imply", "signal_3_n", "more", "0.5", "and", "signal_3_n", "less", "47.3", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "86.5"]]}, " prop_2 ": {"span": [7, 14], "prop": [["signal_2_n", "<", "36.2"]]}, " prop_3 ": {"span": [22, 39], "prop": [["signal_3_n", ">", "0.5"], ["signal_3_n", "<", "47.3"]]}}} {"id": 5477, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "less", "than", "62.3", "happens", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "shifts", "to", "81.4", "occurs", "then", "without", "any", "delay", "the", "value", "of", "signal_3_n", "should", "be", "higher", "than", "44.7", "and", "less", "than", "65.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "62.3", ")", "and", "rise", "(", "signal_2_n", "math equal", "81.4", ")", "imply", "signal_3_n", "more", "44.7", "and", "signal_3_n", "less", "65.8", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "<", "62.3", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["rise", "(", "signal_2_n", "==", "81.4", ")"]]}, " prop_3 ": {"span": [30, 43], "prop": [["signal_3_n", ">", "44.7"], ["signal_3_n", "<", "65.8"]]}}} {"id": 825, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "26.9", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "event", "that", "the", "state", "of", "signal", "signal_2_n", "changes", "to", "signal_3_n", "gets", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "26.9", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "event", "that", "(", "prop_2", ")", "gets", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["rise", "(", "signal_1_n", "==", "26.9", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2790, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "keep", "no", "less", "than", "50.0", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "50.0", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">=", "50.0"]]}}} {"id": 5229, "sentence": ["At", "sometime", "starting", "at", "most", "35", "time", "units", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "30.2", "and", "the", "state", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "ultimately", "."], "ltl": ["finally", "[0,35]", "(", "signal_1_n", "more equal", "30.2", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "35", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">=", "30.2"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1196, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "5.4", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "26.3", "without", "interruption", "for", "every", "time", "instant", "within", "the", "next", "72", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "5.4", ")", "imply", "globally", "[0,72]", "(", "signal_2_n", "more", "26.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", ">=", "5.4", ")"]]}, " prop_2 ": {"span": [31, 54], "prop": [["signal_2_n", ">", "26.3"]]}}} {"id": 4071, "sentence": ["For", "each", "time", "point", "within", "9", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "must", "keep", "greater", "than", "88.0", "all", "the", "time", "and", "the", "signal_2_n", "signal", "needs", "to", "be", "continuously", "greater", "than", "90.9", "."], "ltl": ["globally", "[0,9]", "(", "signal_1_n", "more", "88.0", "and", "signal_2_n", "more", "90.9", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "9", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "88.0"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">", "90.9"]]}}} {"id": 1366, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "at", "least", "81.4", "gets", "detected", "then", "in", "response", "signal_2_n", "is", "immediately", "equal", "to", "51.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "81.4", ")", "imply", "signal_2_n", "math equal", "51.0", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["rise", "(", "signal_1_n", ">=", "81.4", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "51.0"]]}}} {"id": 471, "sentence": ["For", "every", "time", "point", "in", "the", "first", "76", "time", "units", "without", "interruption", "signal_1_n", "ought", "to", "keep", "in", "signal_2_n", "and", "signal_3_n", "is", "uninterruptedly", "less", "than", "56.8", "."], "ltl": ["globally", "[0,76]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "56.8", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "76", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "76", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_3_n", "<", "56.8"]]}}} {"id": 2728, "sentence": ["There", "must", "exist", "a", "time", "in", "the", "future", ",", "at", "which", "finally", "signal_1_n", "must", "be", "signal_2_n", "and", "ultimately", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "becomes", "greater", "than", "26.0", "will", "take", "place", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "more", "26.0", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "time", "in", "the", "future", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 29], "prop": [["rise", "(", "signal_3_n", ">", "26.0", ")"]]}}} {"id": 2006, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "gets", "observed", "then", "there", "should", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "signal_3_n", "should", "keep", "larger", "than", "10.2", "and", "lower", "than", "12.5", "consistently", "for", "every", "time", "point", "during", "the", "next", "69", "to", "96", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "[69,96]", "(", "signal_3_n", "more", "10.2", "and", "signal_3_n", "less", "12.5", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "there", "should", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "69", ":", "96", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 57], "prop": [["signal_3_n", ">", "10.2"], ["signal_3_n", "<", "12.5"]]}}} {"id": 4535, "sentence": ["The", "value", "of", "signal", "signal_1_n", "has", "to", "stay", "no", "larger", "than", "27.2", "continuously", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "27.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "<=", "27.2"]]}}} {"id": 3818, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "95.7", "is", "detected", "then", "at", "a", "certain", "moment", "within", "the", "coming", "3", "to", "13", "time", "units", ",", "ultimately", "the", "event", "that", "the", "signal_4_n", "signal", "is", "changed", "to", "69.3", "needs", "to", "be", "observed", ",", "and", "till", "then", "the", "mode", "of", "signal_2_n", "remains", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "95.7", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[3,13]", "(", "rise", "(", "signal_4_n", "math equal", "69.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "at", "a", "certain", "moment", "within", "the", "coming", "3", "to", "13", "time", "units", ",", "ultimately", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "be", "observed", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "3", ":", "13", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "95.7", ")"]]}, " prop_2 ": {"span": [37, 44], "prop": [["rise", "(", "signal_4_n", "==", "69.3", ")"]]}, " prop_3 ": {"span": [52, 61], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1098, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "94.9", "does", "n't", "get", "detected", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "greater", "than", "70.8", "gets", "observed", "then", "in", "response", "the", "value", "of", "signal_3_n", "shall", "be", "no", "less", "than", "51.2", "and", "then", "consecutively", "stay", "like", "that", "for", "each", "time", "point", "during", "the", "subsequent", "30", "time", "units", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "94.9", ")", "and", "rise", "(", "signal_2_n", "more", "70.8", ")", "imply", "globally", "[0,30]", "(", "signal_3_n", "more equal", "51.2", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "get", "detected", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "observed", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "30", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["-", "fall", "(", "signal_1_n", ">", "94.9", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["rise", "(", "signal_2_n", ">", "70.8", ")"]]}, " prop_3 ": {"span": [39, 65], "prop": [["signal_3_n", ">=", "51.2"]]}}} {"id": 1329, "sentence": ["If", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "ought", "to", "exist", "a", "certain", "moment", "during", "the", "coming", "81", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "deviates", "from", "36.4", "should", "not", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,81]", "(", "negation", "fall", "(", "signal_3_n", "math equal", "36.4", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "ought", "to", "exist", "a", "certain", "moment", "during", "the", "coming", "81", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "not", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [45, 52], "prop": [["-", "fall", "(", "signal_3_n", "==", "36.4", ")"]]}}} {"id": 6110, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "85.9", "is", "observed", "then", "the", "value", "of", "signal_2_n", "must", "be", "eventually", "set", "to", "37.5", "at", "sometime", "in", "the", "future", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "85.9", ")", "imply", "finally", "(", "signal_2_n", "math equal", "37.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "85.9", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", "==", "37.5"]]}}} {"id": 453, "sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "47", "time", "units", ",", "at", "which", "ultimately", "the", "signal_1_n", "signal", "ought", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "47", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1129, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "25.5", ",", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "48.7", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "first", "32", "time", "units", ",", "there", "needs", "to", "be", "sometime", "starting", "at", "most", "49", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal_3_n", "ought", "n't", "to", "be", "equal", "to", "37.0", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "25.5", "or", "rise", "(", "signal_2_n", "less equal", "48.7", ")", "imply", "globally", "[0,32]", "(", "finally", "[0,49]", "(", "negation", "(", "signal_3_n", "math equal", "37.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "within", "the", "first", "32", "time", "units", ",", "there", "needs", "to", "be", "sometime", "starting", "at", "most", "49", "time", "units", ",", "at", "which", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "32", "]", "(", "F", "[", "0", ":", "49", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["signal_1_n", "<=", "25.5"]]}, " prop_2 ": {"span": [23, 34], "prop": [["rise", "(", "signal_2_n", "<=", "48.7", ")"]]}, " prop_3 ": {"span": [68, 79], "prop": [["-", "(", "signal_3_n", "==", "37.0", ")"]]}}} {"id": 2789, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "keep", "greater", "than", "or", "equal", "to", "48.3", "uninterruptedly", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "48.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">=", "48.3"]]}}} {"id": 5172, "sentence": ["As", "soon", "as", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "is", "signal_4_n", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 22], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5712, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "97", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "keep", "below", "27.5", "consistently", ",", "or", "without", "interruption", "the", "mode", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,97]", "(", "signal_1_n", "less", "27.5", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "97", "time", "units", ",", "(", "prop_1", ")", ",", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "<", "27.5"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1868, "sentence": ["Globally", ",", "when", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", ",", "or", "the", "value", "of", "signal_3_n", "is", "n't", "less", "than", "78.8", "then", "in", "response", "there", "ultimately", "exists", "a", "certain", "moment", "within", "the", "next", "59", "time", "units", ",", "after", "which", "signal_4_n", "will", "be", "staying", "lower", "than", "96.7", "continuously", "within", "the", "subsequent", "21", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "(", "signal_3_n", "less", "78.8", ")", "imply", "finally", "[0,59]", "(", "globally", "[0,21]", "(", "signal_4_n", "less", "96.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "in", "response", "there", "ultimately", "exists", "a", "certain", "moment", "within", "the", "next", "59", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "59", "]", "(", "G", "[", "0", ":", "21", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 21], "prop": [["-", "(", "signal_3_n", "<", "78.8", ")"]]}, " prop_3 ": {"span": [39, 53], "prop": [["signal_4_n", "<", "96.7"]]}}} {"id": 378, "sentence": ["Eventually", "the", "value", "of", "signal_1_n", "needs", "to", "be", "no", "less", "than", "19.7", "and", "at", "most", "20.5", "at", "a", "certain", "time", "point", "in", "the", "first", "51", "time", "units", "."], "ltl": ["finally", "[0,51]", "(", "signal_1_n", "more equal", "19.7", "and", "signal_1_n", "less equal", "20.5", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "51", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 27], "prop": [["signal_1_n", ">=", "19.7"], ["signal_1_n", "<=", "20.5"]]}}} {"id": 794, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_1_n", "wo", "n't", "be", "bigger", "than", "71.3", "eventually", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "more", "71.3", ")", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["-", "(", "signal_1_n", ">", "71.3", ")"]]}}} {"id": 2505, "sentence": ["In", "case", "that", "the", "signal_1_n", "signal", "jumps", "to", "larger", "than", "94.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "15", "to", "62", "time", "units", ",", "there", "shall", "be", "a", "certain", "moment", "during", "the", "following", "62", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "starts", "deviating", "from", "2.7", "will", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "94.1", ")", "imply", "globally", "[15,62]", "(", "finally", "[0,62]", "(", "fall", "(", "signal_2_n", "math equal", "2.7", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "first", "15", "to", "62", "time", "units", ",", "there", "shall", "be", "a", "certain", "moment", "during", "the", "following", "62", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "15", ":", "62", "]", "(", "F", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", ">", "94.1", ")"]]}, " prop_2 ": {"span": [52, 59], "prop": [["fall", "(", "signal_2_n", "==", "2.7", ")"]]}}} {"id": 1559, "sentence": ["For", "each", "time", "point", "within", "93", "time", "units", "the", "signal_1_n", "signal", "will", "be", "uninterruptedly", "keeping", "larger", "than", "56.6", "and", "signal_2_n", "stays", "above", "70.1", "without", "interruption", "."], "ltl": ["globally", "[0,93]", "(", "signal_1_n", "more", "56.6", "and", "signal_2_n", "more", "70.1", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "93", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "56.6"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", ">", "70.1"]]}}} {"id": 227, "sentence": ["The", "value", "of", "signal_1_n", "has", "to", "be", "no", "less", "than", "74.4", "all", "the", "time", "for", "every", "moment", "in", "the", "first", "2", "time", "units", "."], "ltl": ["globally", "[0,2]", "(", "signal_1_n", "more equal", "74.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", ">=", "74.4"]]}}} {"id": 1127, "sentence": ["As", "soon", "as", "signal_1_n", "is", "at", "most", "79.3", "or", "the", "scenario", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "36.2", "is", "detected", ",", "then", "in", "response", "for", "each", "moment", "within", "25", "time", "units", ",", "ultimately", "there", "ought", "to", "be", "a", "time", "in", "the", "next", "1", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "ought", "not", "to", "be", "7.9", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "79.3", "or", "rise", "(", "signal_2_n", "less equal", "36.2", ")", "imply", "globally", "[0,25]", "(", "finally", "[0,1]", "(", "negation", "(", "signal_3_n", "math equal", "7.9", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "or", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", ",", "then", "in", "response", "for", "each", "moment", "within", "25", "time", "units", ",", "ultimately", "there", "ought", "to", "be", "a", "time", "in", "the", "next", "1", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "25", "]", "(", "F", "[", "0", ":", "1", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<=", "79.3"]]}, " prop_2 ": {"span": [12, 21], "prop": [["rise", "(", "signal_2_n", "<=", "36.2", ")"]]}, " prop_3 ": {"span": [51, 60], "prop": [["-", "(", "signal_3_n", "==", "7.9", ")"]]}}} {"id": 3442, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "61.8", "takes", "place", ",", "then", "in", "response", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "at", "most", "98.5", "occurs", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "61.8", ")", "imply", "rise", "(", "signal_2_n", "less equal", "98.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "the", "scenario", "that", "(", "prop_2", ")", "occurs", "at", "the", "same", "moment", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<", "61.8", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["rise", "(", "signal_2_n", "<=", "98.5", ")"]]}}} {"id": 550, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "4", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "be", "always", "keeping", "equal", "to", "47.8", "and", "consistently", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "raised", "above", "69.4", "does", "n't", "happen", "."], "ltl": ["globally", "[0,4]", "(", "signal_1_n", "math equal", "47.8", "and", "negation", "rise", "(", "signal_2_n", "more", "69.4", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "4", "time", "units", "(", "prop_1", ")", "and", "consistently", "the", "scenario", "that", "(", "prop_2", ")", "does", "n't", "happen", "."], "logic_ltl": ["G", "[", "0", ":", "4", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", "==", "47.8"]]}, " prop_2 ": {"span": [27, 36], "prop": [["-", "rise", "(", "signal_2_n", ">", "69.4", ")"]]}}} {"id": 2491, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "after", "between", "18", "to", "51", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "30.9", "must", "be", "observed", ",", "or", "the", "value", "of", "signal_2_n", "will", "remain", "on", "67.5", "."], "ltl": ["finally", "[18,51]", "(", "rise", "(", "signal_1_n", "math equal", "30.9", ")", "or", "signal_2_n", "math equal", "67.5", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "after", "between", "18", "to", "51", "time", "units", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "must", "be", "observed", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "18", ":", "51", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 29], "prop": [["rise", "(", "signal_1_n", "==", "30.9", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", "==", "67.5"]]}}} {"id": 21, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "sometime", "during", "the", "subsequent", "63", "time", "units", "the", "value", "of", "signal_3_n", "shall", "be", "69.3", "then", "uninterruptedly", "this", "condition", "must", "remain", "in", "the", "subsequent", "41", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,63]", "(", "globally", "[0,41]", "(", "signal_3_n", "math equal", "69.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "at", "sometime", "during", "the", "subsequent", "63", "time", "units", "(", "prop_2", ")", "then", "uninterruptedly", "this", "condition", "must", "remain", "in", "the", "subsequent", "41", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "63", "]", "(", "G", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [36, 43], "prop": [["signal_3_n", "==", "69.3"]]}}} {"id": 3268, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "lower", "than", "39.9", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "first", "16", "time", "units", ",", "finally", "there", "will", "exist", "sometime", "starting", "at", "most", "32", "time", "units", ",", "at", "which", "the", "value", "of", "signal_2_n", "should", "remain", "greater", "than", "55.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "39.9", ")", "imply", "globally", "[0,16]", "(", "finally", "[0,32]", "(", "signal_2_n", "more", "55.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "first", "16", "time", "units", ",", "finally", "there", "will", "exist", "sometime", "starting", "at", "most", "32", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "16", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "39.9", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["signal_2_n", ">", "55.9"]]}}} {"id": 557, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "stays", "at", "most", "6.7", "then", "the", "following", "condition", "sha", "n't", "be", "true", ":", "the", "value", "of", "signal", "signal_2_n", "is", "n't", "less", "than", "or", "equal", "to", "69.1", "and", "this", "scenario", "will", "uninterruptedly", "remain", "until", "the", "value", "of", "signal_3_n", "is", "equal", "to", "25.9", ",", "which", "is", "detected", "at", "a", "certain", "time", "instant", "in", "the", "next", "24", "time", "units", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "6.7", "imply", "negation", "(", "(", "negation", "(", "signal_2_n", "less equal", "69.1", ")", ")", "until", "[0,24]", "(", "signal_3_n", "math equal", "25.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "sha", "n't", "be", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "uninterruptedly", "remain", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "(", "prop_2", ")", "U", "[", "0", ":", "24", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<=", "6.7"]]}, " prop_2 ": {"span": [19, 32], "prop": [["-", "(", "signal_2_n", "<=", "69.1", ")"]]}, " prop_3 ": {"span": [39, 63], "prop": [["signal_3_n", "==", "25.9"]]}}} {"id": 6029, "sentence": ["There", "must", "be", "a", "certain", "time", "instant", "within", "the", "first", "49", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "be", "eventually", "in", "signal_2_n", ",", "or", "signal_3_n", "will", "have", "to", "be", "no", "more", "than", "92.0", "."], "ltl": ["finally", "[0,49]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "92.0", ")"], "logic_sentence": ["There", "must", "be", "a", "certain", "time", "instant", "within", "the", "first", "49", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_3_n", "<=", "92.0"]]}}} {"id": 197, "sentence": ["For", "every", "time", "point", "in", "the", "first", "11", "time", "units", "without", "interruption", "the", "value", "of", "signal_1_n", "will", "have", "to", "keep", "no", "less", "than", "28.3", "and", "less", "than", "or", "equal", "to", "44.1", "."], "ltl": ["globally", "[0,11]", "(", "signal_1_n", "more equal", "28.3", "and", "signal_1_n", "less equal", "44.1", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "11", "time", "units", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 31], "prop": [["signal_1_n", ">=", "28.3"], ["signal_1_n", "<=", "44.1"]]}}} {"id": 1996, "sentence": ["For", "each", "time", "point", "within", "97", "time", "units", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "65.0", "consistently", ",", "and", "consistently", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[0,97]", "(", "signal_1_n", "more equal", "65.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "97", "time", "units", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">=", "65.0"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5952, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "equal", "to", "16.8", ",", "or", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "signal_4_n", "will", "not", "be", "less", "than", "or", "equal", "to", "74.0", "and", "then", "this", "condition", "must", "continue", "consecutively", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.8", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "(", "negation", "(", "signal_4_n", "less equal", "74.0", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "must", "continue", "consecutively", "in", "the", "future", "till", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "16.8"]]}, " prop_2 ": {"span": [11, 15], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [22, 32], "prop": [["-", "(", "signal_4_n", "<=", "74.0", ")"]]}}} {"id": 2410, "sentence": ["Without", "interruption", "the", "state", "of", "signal", "signal_1_n", "keeps", "in", "signal_2_n", "for", "each", "moment", "in", "the", "first", "42", "to", "46", "time", "units", "."], "ltl": ["globally", "[42,46]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "42", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 904, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "48.9", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "the", "value", "of", "signal_2_n", "is", "equal", "to", "6.6", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "48.9", ")", "imply", "signal_2_n", "math equal", "6.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "48.9", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", "==", "6.6"]]}}} {"id": 3169, "sentence": ["Globally", ",", "whenever", "the", "state", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "sometime", "in", "the", "following", "29", "time", "units", ",", "at", "which", "signal_3_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "86.8", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,29]", "(", "signal_3_n", "less equal", "86.8", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "sometime", "in", "the", "following", "29", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_3_n", "<=", "86.8"]]}}} {"id": 1204, "sentence": ["There", "must", "exist", "a", "certain", "time", "point", "in", "the", "first", "59", "time", "units", "ultimately", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "equal", "to", "29.6", "or", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,59]", "(", "signal_1_n", "math equal", "29.6", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "point", "in", "the", "first", "59", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "59", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "29.6"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2291, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "bigger", "than", "49.0", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "4.2", "and", "less", "than", "or", "equal", "to", "4.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "49.0", ")", "imply", "signal_2_n", "more", "4.2", "and", "signal_2_n", "less equal", "4.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", ">", "49.0", ")"]]}, " prop_2 ": {"span": [32, 48], "prop": [["signal_2_n", ">", "4.2"], ["signal_2_n", "<=", "4.8"]]}}} {"id": 3644, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "remains", "larger", "than", "10.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "mode", "of", "signal", "signal_2_n", "must", "never", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "10.6", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", ">", "10.6"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2443, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "stays", "below", "81.4", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "the", "mode", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "for", "every", "moment", "within", "35", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "81.4", "imply", "globally", "[0,35]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "<", "81.4"]]}, " prop_2 ": {"span": [21, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 514, "sentence": ["If", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "11", "to", "19", "time", "units", ",", "at", "which", "the", "event", "that", "the", "state", "of", "signal_3_n", "shifts", "to", "signal_4_n", "needs", "to", "take", "place", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[11,19]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "11", "to", "19", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "11", ":", "19", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 48], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5833, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "at", "most", "55.6", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "45", "time", "units", "there", "will", "exist", "sometime", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "42.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "55.6", ")", "imply", "globally", "[0,45]", "(", "finally", "(", "signal_2_n", "more equal", "42.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "45", "time", "units", "there", "will", "exist", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "45", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "55.6", ")"]]}, " prop_2 ": {"span": [47, 61], "prop": [["signal_2_n", ">=", "42.4"]]}}} {"id": 4428, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "signal_2_n", "happens", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "signal_3_n", "signal", "keeps", "more", "than", "62.8", "and", "less", "than", "99.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "62.8", "and", "signal_3_n", "less", "99.9", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", ">", "62.8"], ["signal_3_n", "<", "99.9"]]}}} {"id": 629, "sentence": ["For", "each", "time", "point", "in", "the", "first", "87", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "should", "be", "equal", "to", "39.1", "and", "without", "interruption", "signal_2_n", "will", "equal", "to", "13.8", "."], "ltl": ["globally", "[0,87]", "(", "signal_1_n", "math equal", "39.1", "and", "signal_2_n", "math equal", "13.8", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "87", "time", "units", ",", "continuously", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "39.1"]]}, " prop_2 ": {"span": [25, 30], "prop": [["signal_2_n", "==", "13.8"]]}}} {"id": 1305, "sentence": ["In", "the", "case", "signal_1_n", "is", "90.6", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "100.0", "happens", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "subsequent", "73", "time", "units", ",", "signal_3_n", "will", "have", "to", "be", "no", "less", "than", "16.7", "and", "less", "than", "71.8", "ultimately", "at", "sometime", "during", "the", "next", "65", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.6", "or", "fall", "(", "signal_2_n", "math equal", "100.0", ")", "imply", "globally", "[0,73]", "(", "finally", "[0,65]", "(", "signal_3_n", "more equal", "16.7", "and", "signal_3_n", "less", "71.8", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "subsequent", "73", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "0", ":", "65", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "90.6"]]}, " prop_2 ": {"span": [12, 20], "prop": [["fall", "(", "signal_2_n", "==", "100.0", ")"]]}, " prop_3 ": {"span": [38, 60], "prop": [["signal_3_n", ">=", "16.7"], ["signal_3_n", "<", "71.8"]]}}} {"id": 64, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "75.7", "is", "detected", ",", "then", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "less", "than", "12.7", "shall", "immediately", "take", "place", ",", "or", "instantly", "the", "signal_3_n", "signal", "is", "higher", "than", "14.5", "and", "less", "than", "88.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "75.7", ")", "imply", "rise", "(", "signal_2_n", "less", "12.7", ")", "or", "(", "signal_3_n", "more", "14.5", "and", "signal_3_n", "less", "88.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "scenario", "that", "(", "prop_2", ")", "shall", "immediately", "take", "place", ",", "or", "instantly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "75.7", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["rise", "(", "signal_2_n", "<", "12.7", ")"]]}, " prop_3 ": {"span": [44, 55], "prop": [["signal_3_n", ">", "14.5"], ["signal_3_n", "<", "88.6"]]}}} {"id": 698, "sentence": ["Eventually", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "42", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "at", "least", "15.7", "and", "less", "than", "76.9", "."], "ltl": ["finally", "[0,42]", "(", "signal_1_n", "more equal", "15.7", "and", "signal_1_n", "less", "76.9", ")"], "logic_sentence": ["Eventually", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "the", "first", "42", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 32], "prop": [["signal_1_n", ">=", "15.7"], ["signal_1_n", "<", "76.9"]]}}} {"id": 5657, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "84.7", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "is", "instantly", "not", "greater", "than", "60.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "84.7", ")", "imply", "negation", "(", "signal_2_n", "more", "60.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "==", "84.7", ")"]]}, " prop_2 ": {"span": [29, 39], "prop": [["-", "(", "signal_2_n", ">", "60.5", ")"]]}}} {"id": 5784, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "71.8", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "must", "be", "immediately", "greater", "than", "72.7", "and", "below", "74.7", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "starts", "not", "equaling", "to", "67.9", "will", "be", "observed", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "71.8", ")", "imply", "(", "signal_2_n", "more", "72.7", "and", "signal_2_n", "less", "74.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "67.9", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "be", "observed", "right", "away", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", ">=", "71.8", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", ">", "72.7"], ["signal_2_n", "<", "74.7"]]}, " prop_3 ": {"span": [45, 55], "prop": [["fall", "(", "signal_3_n", "==", "67.9", ")"]]}}} {"id": 1660, "sentence": ["Ultimately", "the", "value", "of", "signal_1_n", "shall", "be", "below", "78.1", "at", "a", "certain", "time", "point", "during", "the", "first", "8", "time", "units", "."], "ltl": ["finally", "[0,8]", "(", "signal_1_n", "less", "78.1", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "8", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "<", "78.1"]]}}} {"id": 1106, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "63.2", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "changes", "to", "55.6", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_3_n", "wo", "n't", "get", "set", "to", "17.4", "then", "this", "scenario", "will", "have", "to", "hold", "consistently", "for", "each", "moment", "during", "the", "coming", "6", "to", "16", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "63.2", "and", "rise", "(", "signal_2_n", "math equal", "55.6", ")", "imply", "globally", "[6,16]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "17.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "then", "this", "scenario", "will", "have", "to", "hold", "consistently", "for", "each", "moment", "during", "the", "coming", "6", "to", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "6", ":", "16", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">=", "63.2"]]}, " prop_2 ": {"span": [24, 30], "prop": [["rise", "(", "signal_2_n", "==", "55.6", ")"]]}, " prop_3 ": {"span": [40, 47], "prop": [["-", "rise", "(", "signal_3_n", "==", "17.4", ")"]]}}} {"id": 3608, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "is", "below", "63.4", ",", "then", "there", "has", "to", "be", "a", "certain", "moment", "within", "the", "next", "76", "time", "units", ",", "after", "which", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "50.7", "and", "then", "this", "condition", "will", "have", "to", "remain", "without", "interruption", "for", "each", "time", "instant", "in", "the", "following", "18", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "63.4", "imply", "finally", "[0,76]", "(", "globally", "[0,18]", "(", "signal_2_n", "math equal", "50.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "there", "has", "to", "be", "a", "certain", "moment", "within", "the", "next", "76", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "have", "to", "remain", "without", "interruption", "for", "each", "time", "instant", "in", "the", "following", "18", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "76", "]", "(", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "63.4"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "50.7"]]}}} {"id": 4372, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "73.7", "is", "detected", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "shall", "exist", "a", "certain", "moment", "within", "the", "following", "19", "to", "55", "time", "units", ",", "at", "which", "eventually", "signal_2_n", "is", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "73.7", ")", "imply", "globally", "(", "finally", "[19,55]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "shall", "exist", "a", "certain", "moment", "within", "the", "following", "19", "to", "55", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "19", ":", "55", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["rise", "(", "signal_1_n", "==", "73.7", ")"]]}, " prop_2 ": {"span": [51, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5288, "sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "57", "to", "73", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "no", "less", "than", "0.6", "and", "less", "than", "or", "equal", "to", "9.1", "eventually", "."], "ltl": ["finally", "[57,73]", "(", "signal_1_n", "more equal", "0.6", "and", "signal_1_n", "less equal", "9.1", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "57", "to", "73", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "57", ":", "73", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 38], "prop": [["signal_1_n", ">=", "0.6"], ["signal_1_n", "<=", "9.1"]]}}} {"id": 208, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "changed", "to", "6.1", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "the", "value", "of", "signal_2_n", "should", "keep", "less", "than", "or", "equal", "to", "54.1", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "6.1", ")", "imply", "globally", "(", "signal_2_n", "less equal", "54.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "6.1", ")"]]}, " prop_2 ": {"span": [26, 47], "prop": [["signal_2_n", "<=", "54.1"]]}}} {"id": 453, "sentence": ["There", "must", "be", "a", "time", "in", "the", "future", ",", "at", "which", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "11.3", "takes", "place", "finally", "or", "eventually", "the", "mode", "of", "signal_2_n", "shall", "be", "in", "signal_3_n", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "math equal", "11.3", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "must", "be", "a", "time", "in", "the", "future", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "finally", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["rise", "(", "signal_1_n", "==", "11.3", ")"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1564, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "equal", "to", "76.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "be", "immediately", "bigger", "than", "73.5", ",", "and", "simultaneously", "the", "signal_3_n", "signal", "shall", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "76.6", "imply", "signal_2_n", "more", "73.5", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "76.6"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", ">", "73.5"]]}, " prop_3 ": {"span": [32, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4053, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "changes", "to", "9.5", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "10.4", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "9.5", ")", "imply", "signal_2_n", "more equal", "10.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["rise", "(", "signal_1_n", "==", "9.5", ")"]]}, " prop_2 ": {"span": [24, 38], "prop": [["signal_2_n", ">=", "10.4"]]}}} {"id": 5506, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "44.5", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "is", "instantly", "at", "least", "65.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "44.5", ")", "imply", "signal_2_n", "more equal", "65.4", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "44.5", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_2_n", ">=", "65.4"]]}}} {"id": 4107, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "at", "most", "79.5", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "first", "51", "time", "units", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "finally", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "79.5", "imply", "finally", "[0,51]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "first", "51", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "51", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<=", "79.5"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5094, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "below", "22.0", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "stays", "at", "10.6", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "22.0", ")", "imply", "signal_2_n", "math equal", "10.6", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "22.0", ")"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", "==", "10.6"]]}}} {"id": 2990, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "drops", "to", "at", "most", "96.5", "then", "at", "the", "same", "time", "instant", "the", "mode", "of", "signal_2_n", "should", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "96.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<=", "96.5", ")"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6311, "sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "the", "value", "of", "signal_1_n", "will", "be", "less", "than", "94.1", "."], "ltl": ["finally", "(", "signal_1_n", "less", "94.1", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [20, 29], "prop": [["signal_1_n", "<", "94.1"]]}}} {"id": 2919, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "46.4", "and", "signal_2_n", "is", "equal", "to", "47.5", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "next", "69", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "eventually", "the", "event", "that", "signal_3_n", "shifts", "to", "50.7", "shall", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "46.4", "and", "signal_2_n", "math equal", "47.5", "imply", "globally", "[0,69]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "50.7", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "next", "69", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "eventually", "the", "event", "that", "(", "prop_3", ")", "shall", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "69", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "46.4"]]}, " prop_2 ": {"span": [16, 21], "prop": [["signal_2_n", "==", "47.5"]]}, " prop_3 ": {"span": [65, 69], "prop": [["rise", "(", "signal_3_n", "==", "50.7", ")"]]}}} {"id": 391, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "26.2", "then", "in", "response", "eventually", "after", "a", "certain", "time", "instant", "within", "the", "first", "96", "time", "units", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "and", "then", "must", "remain", "like", "this", "consistently", "within", "the", "following", "37", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "26.2", "imply", "finally", "[0,96]", "(", "globally", "[0,37]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "in", "response", "eventually", "after", "a", "certain", "time", "instant", "within", "the", "first", "96", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "96", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", ">=", "26.2"]]}, " prop_2 ": {"span": [32, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5534, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "19.1", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "27.0", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "time", "within", "25", "to", "82", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "consistently", "stays", "larger", "than", "9.7", "within", "the", "subsequent", "29", "to", "38", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "19.1", ")", "and", "rise", "(", "signal_2_n", "more equal", "27.0", ")", "imply", "finally", "[25,82]", "(", "globally", "[29,38]", "(", "signal_3_n", "more", "9.7", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "there", "needs", "to", "exist", "a", "time", "within", "25", "to", "82", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "25", ":", "82", "]", "(", "G", "[", "29", ":", "38", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "19.1", ")"]]}, " prop_2 ": {"span": [16, 28], "prop": [["rise", "(", "signal_2_n", ">=", "27.0", ")"]]}, " prop_3 ": {"span": [52, 69], "prop": [["signal_3_n", ">", "9.7"]]}}} {"id": 3836, "sentence": ["Ultimately", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "less", "than", "100", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "98.5", "."], "ltl": ["finally", "[0,100]", "(", "signal_1_n", "more", "98.5", ")"], "logic_sentence": ["Ultimately", "there", "will", "have", "to", "exist", "a", "certain", "moment", "in", "less", "than", "100", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", ">", "98.5"]]}}} {"id": 772, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "70.4", "is", "observed", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "at", "a", "certain", "time", "point", "during", "the", "next", "28", "to", "83", "time", "units", ",", "ultimately", "the", "value", "of", "signal_2_n", "wo", "n't", "be", "less", "than", "or", "equal", "to", "59.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "70.4", ")", "imply", "globally", "(", "finally", "[28,83]", "(", "negation", "(", "signal_2_n", "less equal", "59.4", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "at", "a", "certain", "time", "point", "during", "the", "next", "28", "to", "83", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "28", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "<", "70.4", ")"]]}, " prop_2 ": {"span": [47, 60], "prop": [["-", "(", "signal_2_n", "<=", "59.4", ")"]]}}} {"id": 102, "sentence": ["For", "every", "moment", "within", "the", "first", "19", "to", "52", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "shall", "stay", "greater", "than", "or", "equal", "to", "44.9", "and", "less", "than", "or", "equal", "to", "80.0", ",", "and", "the", "value", "of", "signal", "signal_2_n", "keeps", "no", "more", "than", "12.7", "consecutively", "."], "ltl": ["globally", "[19,52]", "(", "(", "signal_1_n", "more equal", "44.9", "and", "signal_1_n", "less equal", "80.0", ")", "and", "signal_2_n", "less equal", "12.7", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "19", "to", "52", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "19", ":", "52", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 32], "prop": [["signal_1_n", ">=", "44.9"], ["signal_1_n", "<=", "80.0"]]}, " prop_2 ": {"span": [34, 45], "prop": [["signal_2_n", "<=", "12.7"]]}}} {"id": 2928, "sentence": ["There", "will", "be", "sometime", "in", "the", "first", "16", "to", "51", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "below", "58.3", "eventually", "."], "ltl": ["finally", "[16,51]", "(", "signal_1_n", "less", "58.3", ")"], "logic_sentence": ["There", "will", "be", "sometime", "in", "the", "first", "16", "to", "51", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "16", ":", "51", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["signal_1_n", "<", "58.3"]]}}} {"id": 3394, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "2.9", "happens", "then", "consecutively", "the", "signal_2_n", "signal", "ought", "to", "keep", "greater", "than", "or", "equal", "to", "61.5", "for", "each", "time", "point", "within", "the", "next", "16", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "2.9", ")", "imply", "globally", "[0,16]", "(", "signal_2_n", "more equal", "61.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "2.9", ")"]]}, " prop_2 ": {"span": [22, 44], "prop": [["signal_2_n", ">=", "61.5"]]}}} {"id": 341, "sentence": ["Eventually", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "first", "78", "to", "92", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "will", "have", "to", "happen", "."], "ltl": ["finally", "[78,92]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Eventually", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "first", "78", "to", "92", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "have", "to", "happen", "."], "logic_ltl": ["F", "[", "78", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [24, 34], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 6155, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal_1_n", "is", "signal_2_n", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "37.3", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "following", "70", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "ought", "to", "be", "at", "least", "61.8", "and", "smaller", "than", "71.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "37.3", "imply", "finally", "[0,70]", "(", "signal_4_n", "more equal", "61.8", "and", "signal_4_n", "less", "71.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "eventually", "exist", "a", "certain", "time", "instant", "in", "the", "following", "70", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "70", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_3_n", "<=", "37.3"]]}, " prop_3 ": {"span": [51, 64], "prop": [["signal_4_n", ">=", "61.8"], ["signal_4_n", "<", "71.0"]]}}} {"id": 1021, "sentence": ["While", "signal_1_n", "is", "above", "29.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "less", "than", "8", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_2_n", "shall", "keep", "less", "than", "4.9", "for", "every", "time", "instant", "within", "the", "following", "71", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "29.1", "imply", "finally", "[0,8]", "(", "globally", "[0,71]", "(", "signal_2_n", "less", "4.9", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "in", "less", "than", "8", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "8", "]", "(", "G", "[", "0", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", ">", "29.1"]]}, " prop_2 ": {"span": [25, 45], "prop": [["signal_2_n", "<", "4.9"]]}}} {"id": 2276, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "74", "time", "units", ",", "the", "signal_1_n", "signal", "will", "consecutively", "stay", "less", "than", "or", "equal", "to", "73.7", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "be", "keeping", "greater", "than", "or", "equal", "to", "33.7", "and", "at", "most", "70.6", "without", "interruption", "."], "ltl": ["globally", "[0,74]", "(", "signal_1_n", "less equal", "73.7", "and", "(", "signal_2_n", "more equal", "33.7", "and", "signal_2_n", "less equal", "70.6", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "74", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "74", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<=", "73.7"]]}, " prop_2 ": {"span": [25, 45], "prop": [["signal_2_n", ">=", "33.7"], ["signal_2_n", "<=", "70.6"]]}}} {"id": 4945, "sentence": ["Finally", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "62.8", "needs", "to", "get", "detected", "at", "a", "certain", "moment", "in", "less", "than", "70", "time", "units", "."], "ltl": ["finally", "[0,70]", "(", "fall", "(", "signal_1_n", "math equal", "62.8", ")", ")"], "logic_sentence": ["Finally", "the", "transition", "action", "that", "(", "prop_1", ")", "needs", "to", "get", "detected", "at", "a", "certain", "moment", "in", "less", "than", "70", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["fall", "(", "signal_1_n", "==", "62.8", ")"]]}}} {"id": 692, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "59.8", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "49.4", "eventually", "at", "a", "certain", "time", "instant", "within", "the", "following", "43", "to", "71", "time", "units", ",", "and", "before", "that", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "consistently", "stay", "greater", "than", "67.6", "and", "below", "83.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "59.8", "imply", "(", "signal_2_n", "more", "67.6", "and", "signal_2_n", "less", "83.2", ")", "until", "[43,71]", "(", "signal_3_n", "math equal", "49.4", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "before", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "43", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["signal_1_n", "==", "59.8"]]}, " prop_2 ": {"span": [19, 39], "prop": [["signal_3_n", "==", "49.4"]]}, " prop_3 ": {"span": [43, 58], "prop": [["signal_2_n", ">", "67.6"], ["signal_2_n", "<", "83.2"]]}}} {"id": 4929, "sentence": ["There", "will", "exist", "sometime", "during", "the", "first", "19", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "remain", "above", "55.4", "."], "ltl": ["finally", "[0,19]", "(", "signal_1_n", "more", "55.4", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "during", "the", "first", "19", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", ">", "55.4"]]}}} {"id": 8, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "97.7", ",", "then", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "coming", "91", "time", "units", ",", "the", "event", "that", "signal_2_n", "starts", "deviating", "from", "signal_3_n", "will", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "less", "97.7", "imply", "globally", "(", "finally", "[0,91]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "coming", "91", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "will", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "97.7"]]}, " prop_2 ": {"span": [42, 47], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3521, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "69.4", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "following", "54", "time", "units", ",", "the", "mode", "of", "signal_2_n", "will", "be", "finally", "set", "to", "signal_3_n", "at", "a", "time", "in", "the", "following", "62", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "69.4", "imply", "globally", "[0,54]", "(", "finally", "[0,62]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "during", "the", "following", "54", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "54", "]", "(", "F", "[", "0", ":", "62", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<=", "69.4"]]}, " prop_2 ": {"span": [34, 53], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1367, "sentence": ["Globally", ",", "in", "case", "that", "there", "exists", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_1_n", "is", "ultimately", "greater", "than", "61.2", "and", "below", "90.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "20.2", "and", "less", "than", "or", "equal", "to", "47.1", "and", "then", "uninterruptedly", "this", "scenario", "needs", "to", "last", "until", "signal_3_n", "is", "35.7", "finally", "at", "a", "certain", "moment", "during", "the", "subsequent", "55", "time", "units", "."], "ltl": ["globally", "(", "finally", "(", "signal_1_n", "more", "61.2", "and", "signal_1_n", "less", "90.8", ")", "imply", "(", "signal_2_n", "more equal", "20.2", "and", "signal_2_n", "less equal", "47.1", ")", "until", "[0,55]", "(", "signal_3_n", "math equal", "35.7", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "there", "exists", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "scenario", "needs", "to", "last", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "F", "(", "prop_1", "&", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "55", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [20, 29], "prop": [["signal_1_n", ">", "61.2"], ["signal_1_n", "<", "90.8"]]}, " prop_2 ": {"span": [39, 58], "prop": [["signal_2_n", ">=", "20.2"], ["signal_2_n", "<=", "47.1"]]}, " prop_3 ": {"span": [67, 81], "prop": [["signal_3_n", "==", "35.7"]]}}} {"id": 2314, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "above", "72.4", "is", "detected", "then", "in", "response", "for", "every", "time", "point", "in", "the", "coming", "52", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "keeps", "larger", "than", "2.6", "and", "smaller", "than", "56.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "72.4", ")", "imply", "globally", "[0,52]", "(", "signal_2_n", "more", "2.6", "and", "signal_2_n", "less", "56.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "for", "every", "time", "point", "in", "the", "coming", "52", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "72.4", ")"]]}, " prop_2 ": {"span": [28, 41], "prop": [["signal_2_n", ">", "2.6"], ["signal_2_n", "<", "56.4"]]}}} {"id": 629, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "equal", "to", "43.2", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "have", "to", "be", "larger", "than", "3.2", "and", "less", "than", "22.2", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "43.2", ")", "imply", "signal_2_n", "more", "3.2", "and", "signal_2_n", "less", "22.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", "==", "43.2", ")"]]}, " prop_2 ": {"span": [26, 42], "prop": [["signal_2_n", ">", "3.2"], ["signal_2_n", "<", "22.2"]]}}} {"id": 1138, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "lower", "than", "87.0", "then", "without", "interruption", "the", "mode", "of", "signal_2_n", "needs", "to", "stay", "in", "signal_3_n", "for", "each", "time", "point", "in", "the", "following", "31", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "87.0", "imply", "globally", "[0,31]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "87.0"]]}, " prop_2 ": {"span": [15, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5272, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "keeps", "in", "signal_2_n", "and", "the", "signal_3_n", "signal", "is", "smaller", "than", "74.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "is", "a", "certain", "time", "instant", "within", "the", "first", "31", "time", "units", ",", "at", "which", "for", "every", "time", "instant", "during", "the", "subsequent", "44", "time", "units", "uninterruptedly", "signal_4_n", "shall", "remain", "no", "less", "than", "22.7", "and", "no", "more", "than", "50.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less", "74.9", "imply", "finally", "[0,31]", "(", "globally", "[0,44]", "(", "signal_4_n", "more equal", "22.7", "and", "signal_4_n", "less equal", "50.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "is", "a", "certain", "time", "instant", "within", "the", "first", "31", "time", "units", ",", "at", "which", "for", "every", "time", "instant", "during", "the", "subsequent", "44", "time", "units", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "31", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_3_n", "<", "74.9"]]}, " prop_3 ": {"span": [54, 66], "prop": [["signal_4_n", ">=", "22.7"], ["signal_4_n", "<=", "50.5"]]}}} {"id": 3964, "sentence": ["Ultimately", "there", "has", "to", "be", "a", "time", "during", "the", "first", "52", "to", "55", "time", "units", ",", "at", "which", "signal_1_n", "is", "at", "least", "46.7", "and", "no", "more", "than", "54.1", "."], "ltl": ["finally", "[52,55]", "(", "signal_1_n", "more equal", "46.7", "and", "signal_1_n", "less equal", "54.1", ")"], "logic_sentence": ["Ultimately", "there", "has", "to", "be", "a", "time", "during", "the", "first", "52", "to", "55", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "52", ":", "55", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", ">=", "46.7"], ["signal_1_n", "<=", "54.1"]]}}} {"id": 3701, "sentence": ["Eventually", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "7.6", "at", "a", "time", "starting", "at", "most", "24", "time", "units", "."], "ltl": ["finally", "[0,24]", "(", "signal_1_n", "math equal", "7.6", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", "==", "7.6"]]}}} {"id": 5887, "sentence": ["As", "soon", "as", "signal_1_n", "is", "at", "most", "70.9", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "has", "to", "be", "greater", "than", "35.8", "and", "this", "condition", "has", "been", "consecutively", "sustaining", "in", "the", "last", "7", "to", "7", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "70.9", "imply", "historically", "[7,7]", "(", "signal_2_n", "more", "35.8", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "this", "condition", "has", "been", "consecutively", "sustaining", "in", "the", "last", "7", "to", "7", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "7", ":", "7", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<=", "70.9"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", ">", "35.8"]]}}} {"id": 3425, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "24.0", "happens", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "subsequent", "32", "time", "units", "at", "a", "certain", "moment", "in", "the", "following", "53", "time", "units", ",", "ultimately", "the", "signal_2_n", "signal", "has", "to", "be", "equal", "to", "52.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "24.0", ")", "imply", "globally", "[0,32]", "(", "finally", "[0,53]", "(", "signal_2_n", "math equal", "52.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "during", "the", "subsequent", "32", "time", "units", "at", "a", "certain", "moment", "in", "the", "following", "53", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "32", "]", "(", "F", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "24.0", ")"]]}, " prop_2 ": {"span": [47, 56], "prop": [["signal_2_n", "==", "52.7"]]}}} {"id": 2879, "sentence": ["There", "should", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "finally", "over", "36.3", "and", "less", "than", "92.6", "."], "ltl": ["finally", "(", "signal_1_n", "more", "36.3", "and", "signal_1_n", "less", "92.6", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 33], "prop": [["signal_1_n", ">", "36.3"], ["signal_1_n", "<", "92.6"]]}}} {"id": 475, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "must", "keep", "greater", "than", "or", "equal", "to", "57.0", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "57.0", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", ">=", "57.0"]]}}} {"id": 1797, "sentence": ["Everytime", "when", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "sometime", "during", "the", "first", "1", "to", "25", "time", "units", "the", "value", "of", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "74.8", "and", "will", "be", "uninterruptedly", "keeping", "like", "this", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[1,25]", "(", "globally", "(", "signal_3_n", "less equal", "74.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "sometime", "during", "the", "first", "1", "to", "25", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "1", ":", "25", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [29, 55], "prop": [["signal_3_n", "<=", "74.8"]]}}} {"id": 4651, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "78", "time", "units", "without", "interruption", "signal_1_n", "should", "stay", "at", "71.7", "and", "consistently", "the", "value", "of", "signal_2_n", "shall", "be", "above", "90.9", "."], "ltl": ["globally", "[0,78]", "(", "signal_1_n", "math equal", "71.7", "and", "signal_2_n", "more", "90.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "78", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "78", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "==", "71.7"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", ">", "90.9"]]}}} {"id": 5680, "sentence": ["The", "event", "that", "the", "signal_1_n", "signal", "becomes", "above", "17.3", "will", "eventually", "occur", "at", "a", "certain", "moment", "within", "the", "first", "0", "to", "16", "time", "units", "."], "ltl": ["finally", "[0,16]", "(", "rise", "(", "signal_1_n", "more", "17.3", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "will", "eventually", "occur", "at", "a", "certain", "moment", "within", "the", "first", "0", "to", "16", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "16", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["rise", "(", "signal_1_n", ">", "17.3", ")"]]}}} {"id": 4597, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "11.2", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "state", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "11.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", ">", "11.2", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 195, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_1_n", "will", "be", "greater", "than", "or", "equal", "to", "0.2", "and", "no", "larger", "than", "13.6", "eventually", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "0.2", "and", "signal_1_n", "less equal", "13.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 33], "prop": [["signal_1_n", ">=", "0.2"], ["signal_1_n", "<=", "13.6"]]}}} {"id": 3055, "sentence": ["For", "every", "moment", "within", "3", "to", "47", "time", "units", "continuously", "signal_1_n", "must", "equal", "to", "23.6", "and", "the", "value", "of", "signal", "signal_2_n", "stays", "larger", "than", "58.7", "consecutively", "."], "ltl": ["globally", "[3,47]", "(", "signal_1_n", "math equal", "23.6", "and", "signal_2_n", "more", "58.7", ")"], "logic_sentence": ["For", "every", "moment", "within", "3", "to", "47", "time", "units", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "47", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "==", "23.6"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", ">", "58.7"]]}}} {"id": 4076, "sentence": ["When", "signal_1_n", "equals", "to", "68.2", ",", "and", "the", "transition", "action", "that", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "42.1", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "be", "sometime", "in", "the", "subsequent", "79", "time", "units", ",", "after", "which", "in", "the", "future", "before", "the", "simulation", "ends", "the", "mode", "of", "signal", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.2", "and", "rise", "(", "signal_2_n", "less equal", "42.1", ")", "imply", "finally", "[0,79]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "there", "will", "be", "sometime", "in", "the", "subsequent", "79", "time", "units", ",", "after", "which", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "79", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 5], "prop": [["signal_1_n", "==", "68.2"]]}, " prop_2 ": {"span": [11, 20], "prop": [["rise", "(", "signal_2_n", "<=", "42.1", ")"]]}, " prop_3 ": {"span": [52, 66], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4536, "sentence": ["The", "value", "of", "signal_1_n", "shall", "stay", "at", "most", "62.7", "consecutively", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "62.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "<=", "62.7"]]}}} {"id": 3603, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "54.6", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "exists", "sometime", "in", "the", "coming", "5", "time", "units", ",", "at", "which", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "at", "least", "14.4", "and", "less", "than", "or", "equal", "to", "23.8", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "54.6", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,5]", "(", "signal_4_n", "more equal", "14.4", "and", "signal_4_n", "less equal", "23.8", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "exists", "sometime", "in", "the", "coming", "5", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "5", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "54.6"]]}, " prop_2 ": {"span": [10, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [38, 56], "prop": [["signal_4_n", ">=", "14.4"], ["signal_4_n", "<=", "23.8"]]}}} {"id": 4078, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "43.2", "is", "detected", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "signal_4_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "24.9", "and", "less", "than", "27.6", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "43.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more equal", "24.9", "and", "signal_4_n", "less", "27.6", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "43.2", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [35, 53], "prop": [["signal_4_n", ">=", "24.9"], ["signal_4_n", "<", "27.6"]]}}} {"id": 993, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "26", "time", "units", ",", "consecutively", "the", "scenario", "that", "signal_1_n", "gets", "changed", "to", "47.5", "must", "never", "happen", ",", "or", "continuously", "the", "value", "of", "signal", "signal_2_n", "will", "be", "staying", "greater", "than", "or", "equal", "to", "74.6", "and", "no", "more", "than", "98.4", "."], "ltl": ["globally", "[0,26]", "(", "negation", "rise", "(", "signal_1_n", "math equal", "47.5", ")", "or", "(", "signal_2_n", "more equal", "74.6", "and", "signal_2_n", "less equal", "98.4", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "26", "time", "units", ",", "consecutively", "the", "scenario", "that", "(", "prop_1", ")", "must", "never", "happen", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["-", "rise", "(", "signal_1_n", "==", "47.5", ")"]]}, " prop_2 ": {"span": [26, 45], "prop": [["signal_2_n", ">=", "74.6"], ["signal_2_n", "<=", "98.4"]]}}} {"id": 5654, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "55.1", ",", "and", "the", "value", "of", "signal_2_n", "is", "larger", "than", "6.3", "and", "less", "than", "66.5", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "value", "of", "signal_3_n", "will", "be", "no", "less", "than", "78.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "55.1", "and", "(", "signal_2_n", "more", "6.3", "and", "signal_2_n", "less", "66.5", ")", "imply", "signal_3_n", "more equal", "78.4", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "==", "55.1"]]}, " prop_2 ": {"span": [10, 22], "prop": [["signal_2_n", ">", "6.3"], ["signal_2_n", "<", "66.5"]]}, " prop_3 ": {"span": [32, 42], "prop": [["signal_3_n", ">=", "78.4"]]}}} {"id": 683, "sentence": ["For", "each", "time", "point", "within", "3", "to", "73", "time", "units", "continuously", "the", "signal_1_n", "signal", "shall", "stay", "above", "8.9", "and", "less", "than", "35.0", ",", "or", "the", "state", "of", "signal_2_n", "uninterruptedly", "keeps", "in", "signal_3_n", "."], "ltl": ["globally", "[3,73]", "(", "(", "signal_1_n", "more", "8.9", "and", "signal_1_n", "less", "35.0", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "3", "to", "73", "time", "units", "continuously", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "73", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "8.9"], ["signal_1_n", "<", "35.0"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5597, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "jumps", "to", "larger", "than", "38.9", "occurs", ",", "then", "in", "response", "at", "sometime", "during", "the", "subsequent", "48", "time", "units", ",", "for", "each", "time", "instant", "during", "the", "following", "17", "time", "units", "the", "value", "of", "signal_2_n", "keeps", "equal", "to", "38.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "38.9", ")", "imply", "finally", "[0,48]", "(", "globally", "[0,17]", "(", "signal_2_n", "math equal", "38.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "at", "sometime", "during", "the", "subsequent", "48", "time", "units", ",", "for", "each", "time", "instant", "during", "the", "following", "17", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "48", "]", "(", "G", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "38.9", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["signal_2_n", "==", "38.4"]]}}} {"id": 1717, "sentence": ["For", "more", "than", "94", "time", "units", "consecutively", "signal_1_n", "must", "keep", "equal", "to", "94.8", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "math equal", "94.8", ")"], "logic_sentence": ["For", "more", "than", "94", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "94.8"]]}}} {"id": 2949, "sentence": ["There", "exists", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "eventually", "at", "most", "99.2", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "99.2", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", "<=", "99.2"]]}}} {"id": 3466, "sentence": ["At", "sometime", "starting", "at", "most", "46", "time", "units", "the", "signal_1_n", "signal", "should", "be", "less", "than", "or", "equal", "to", "77.6", "ultimately", "."], "ltl": ["finally", "[0,46]", "(", "signal_1_n", "less equal", "77.6", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "46", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["signal_1_n", "<=", "77.6"]]}}} {"id": 1645, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "above", "9.9", "and", "below", "49.1", ",", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "80", "time", "units", "finally", "at", "sometime", "within", "34", "time", "units", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "45.2", "."], "ltl": ["globally", "(", "signal_1_n", "more", "9.9", "and", "signal_1_n", "less", "49.1", "imply", "globally", "[0,80]", "(", "finally", "[0,34]", "(", "signal_2_n", "more equal", "45.2", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "80", "time", "units", "finally", "at", "sometime", "within", "34", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "80", "]", "(", "F", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", ">", "9.9"], ["signal_1_n", "<", "49.1"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", ">=", "45.2"]]}}} {"id": 1204, "sentence": ["There", "should", "exist", "sometime", "starting", "at", "most", "9", "time", "units", ",", "at", "which", "finally", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "72.4", "and", "the", "mode", "of", "signal", "signal_2_n", "shall", "keep", "in", "signal_3_n", "eventually", "."], "ltl": ["finally", "[0,9]", "(", "signal_1_n", "more equal", "72.4", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "should", "exist", "sometime", "starting", "at", "most", "9", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 28], "prop": [["signal_1_n", ">=", "72.4"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2150, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "is", "bigger", "than", "48.8", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "4.6", "and", "less", "than", "or", "equal", "to", "45.9", "or", "the", "scenario", "that", "signal_3_n", "gets", "to", "greater", "than", "or", "equal", "to", "23.2", "has", "to", "be", "instantly", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more", "48.8", "imply", "(", "signal_2_n", "more equal", "4.6", "and", "signal_2_n", "less equal", "45.9", ")", "or", "rise", "(", "signal_3_n", "more equal", "23.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "once", "(", "prop_2", ")", "or", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "be", "instantly", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", ">", "48.8"]]}, " prop_2 ": {"span": [25, 44], "prop": [["signal_2_n", ">=", "4.6"], ["signal_2_n", "<=", "45.9"]]}, " prop_3 ": {"span": [48, 57], "prop": [["rise", "(", "signal_3_n", ">=", "23.2", ")"]]}}} {"id": 1786, "sentence": ["For", "every", "time", "point", "within", "54", "time", "units", "signal_1_n", "should", "be", "45.1", "all", "the", "time", "and", "the", "mode", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "45.1", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "54", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "45.1"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4718, "sentence": ["Uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "remain", "greater", "than", "71.2", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "71.2", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 19], "prop": [["signal_1_n", ">", "71.2"]]}}} {"id": 5685, "sentence": ["If", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "73.2", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "rises", "to", "no", "less", "than", "10.0", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "83", "time", "units", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "coming", "83", "time", "units", "finally", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "remain", "greater", "than", "or", "equal", "to", "71.8", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "73.2", ")", "and", "rise", "(", "signal_2_n", "more equal", "10.0", ")", "imply", "globally", "[0,83]", "(", "finally", "[0,83]", "(", "signal_3_n", "more equal", "71.8", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "within", "the", "subsequent", "83", "time", "units", "there", "should", "exist", "a", "certain", "time", "point", "during", "the", "coming", "83", "time", "units", "finally", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "83", "]", "(", "F", "[", "0", ":", "83", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["-", "(", "signal_1_n", "<=", "73.2", ")"]]}, " prop_2 ": {"span": [15, 25], "prop": [["rise", "(", "signal_2_n", ">=", "10.0", ")"]]}, " prop_3 ": {"span": [64, 78], "prop": [["signal_3_n", ">=", "71.8"]]}}} {"id": 373, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "lower", "than", "48.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal", "signal_2_n", "keeps", "in", "signal_3_n", "in", "no", "time", "and", "at", "the", "same", "moment", "the", "value", "of", "signal", "signal_4_n", "should", "stay", "at", "69.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "48.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "69.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "48.2", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 51], "prop": [["signal_4_n", "==", "69.7"]]}}} {"id": 1498, "sentence": ["Globally", ",", "in", "case", "that", "the", "state", "of", "signal_1_n", "is", "n't", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "sometime", "during", "the", "subsequent", "9", "to", "23", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "eventually", "at", "most", "29.0", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[9,23]", "(", "signal_3_n", "less equal", "29.0", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "sometime", "during", "the", "subsequent", "9", "to", "23", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "9", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 49], "prop": [["signal_3_n", "<=", "29.0"]]}}} {"id": 995, "sentence": ["For", "each", "time", "point", "during", "the", "first", "5", "time", "units", ",", "continuously", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "97.3", "will", "never", "be", "observed", ",", "or", "the", "value", "of", "signal_2_n", "will", "have", "to", "always", "keep", "greater", "than", "or", "equal", "to", "1.0", "and", "less", "than", "or", "equal", "to", "1.6", "."], "ltl": ["globally", "[0,5]", "(", "negation", "rise", "(", "signal_1_n", "math equal", "97.3", ")", "or", "(", "signal_2_n", "more equal", "1.0", "and", "signal_2_n", "less equal", "1.6", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "5", "time", "units", ",", "continuously", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "never", "be", "observed", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "5", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["-", "rise", "(", "signal_1_n", "==", "97.3", ")"]]}, " prop_2 ": {"span": [30, 52], "prop": [["signal_2_n", ">=", "1.0"], ["signal_2_n", "<=", "1.6"]]}}} {"id": 1264, "sentence": ["Globally", ",", "in", "case", "that", "signal_1_n", "is", "at", "most", "87.5", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "starting", "at", "most", "54", "time", "units", "for", "every", "moment", "within", "83", "time", "units", ",", "continuously", "the", "signal_2_n", "signal", "will", "be", "staying", "less", "than", "or", "equal", "to", "25.8", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "87.5", "imply", "finally", "[0,54]", "(", "globally", "[0,83]", "(", "signal_2_n", "less equal", "25.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "starting", "at", "most", "54", "time", "units", "for", "every", "moment", "within", "83", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "54", "]", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "<=", "87.5"]]}, " prop_2 ": {"span": [34, 46], "prop": [["signal_2_n", "<=", "25.8"]]}}} {"id": 1553, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "98.6", "does", "not", "occur", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "moment", "within", "the", "subsequent", "22", "time", "units", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "87.8", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "98.6", ")", "imply", "finally", "[0,22]", "(", "signal_2_n", "less equal", "87.8", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "not", "occur", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "moment", "within", "the", "subsequent", "22", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["-", "rise", "(", "signal_1_n", ">=", "98.6", ")"]]}, " prop_2 ": {"span": [43, 54], "prop": [["signal_2_n", "<=", "87.8"]]}}} {"id": 1978, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "63.0", "gets", "observed", ",", "then", "in", "response", "promptly", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "smaller", "than", "94.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "63.0", ")", "imply", "signal_2_n", "less", "94.7", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "63.0", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<", "94.7"]]}}} {"id": 509, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "takes", "place", ",", "then", "ultimately", "there", "will", "be", "sometime", "within", "the", "first", "43", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "needs", "to", "be", "equal", "to", "5.4", "and", "then", "has", "to", "keep", "like", "this", "all", "the", "time", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,43]", "(", "globally", "(", "signal_3_n", "math equal", "5.4", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "ultimately", "there", "will", "be", "sometime", "within", "the", "first", "43", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "has", "to", "keep", "like", "this", "all", "the", "time", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "43", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 43], "prop": [["signal_3_n", "==", "5.4"]]}}} {"id": 1788, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "23.0", "happens", ",", "then", "at", "the", "same", "time", "point", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "equal", "to", "75.4", ",", "and", "the", "value", "of", "signal_3_n", "should", "keep", "at", "least", "42.5", "and", "less", "than", "or", "equal", "to", "84.1", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "23.0", ")", "imply", "signal_2_n", "math equal", "75.4", "and", "(", "signal_3_n", "more equal", "42.5", "and", "signal_3_n", "less equal", "84.1", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "23.0", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "75.4"]]}, " prop_3 ": {"span": [37, 55], "prop": [["signal_3_n", ">=", "42.5"], ["signal_3_n", "<=", "84.1"]]}}} {"id": 3539, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "above", "78.1", "takes", "place", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "is", "consistently", "26.4", "until", "finally", "at", "a", "certain", "time", "instant", "during", "the", "following", "20", "time", "units", "the", "event", "that", "the", "signal_3_n", "signal", "becomes", "less", "than", "or", "equal", "to", "8.2", "occurs", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.1", ")", "imply", "(", "signal_2_n", "math equal", "26.4", ")", "until", "[0,20]", "(", "rise", "(", "signal_3_n", "less equal", "8.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", ">", "78.1", ")"]]}, " prop_2 ": {"span": [23, 58], "prop": [["signal_2_n", "==", "26.4"], ["rise", "(", "signal_3_n", "<=", "8.2", ")"]]}}} {"id": 3726, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "raised", "above", "41.2", "is", "detected", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "22", "to", "74", "time", "units", ",", "at", "sometime", "during", "the", "next", "7", "to", "10", "time", "units", "finally", "the", "event", "that", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "90.8", "happens", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "41.2", ")", "imply", "globally", "[22,74]", "(", "finally", "[7,10]", "(", "rise", "(", "signal_2_n", "less equal", "90.8", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "for", "every", "time", "instant", "in", "the", "following", "22", "to", "74", "time", "units", ",", "at", "sometime", "during", "the", "next", "7", "to", "10", "time", "units", "finally", "the", "event", "that", "(", "prop_2", ")", "happens", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "22", ":", "74", "]", "(", "F", "[", "7", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["rise", "(", "signal_1_n", ">", "41.2", ")"]]}, " prop_2 ": {"span": [47, 56], "prop": [["rise", "(", "signal_2_n", "<=", "90.8", ")"]]}}} {"id": 1262, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "keeps", "no", "more", "than", "16.5", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "ultimately", "a", "certain", "time", "point", "within", "the", "following", "41", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "continuously", "remain", "less", "than", "or", "equal", "to", "45.2", "for", "each", "time", "instant", "in", "the", "following", "89", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "16.5", "imply", "finally", "[0,41]", "(", "globally", "[0,89]", "(", "signal_2_n", "less equal", "45.2", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "has", "to", "be", "ultimately", "a", "certain", "time", "point", "within", "the", "following", "41", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "G", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "16.5"]]}, " prop_2 ": {"span": [36, 58], "prop": [["signal_2_n", "<=", "45.2"]]}}} {"id": 4796, "sentence": ["There", "ought", "to", "be", "sometime", "in", "the", "future", ",", "at", "which", "ultimately", "the", "value", "of", "signal_1_n", "ought", "to", "be", "equal", "to", "12.4", "or", "signal_2_n", "will", "be", "eventually", "no", "less", "than", "39.2", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "12.4", "or", "signal_2_n", "more equal", "39.2", ")"], "logic_sentence": ["There", "ought", "to", "be", "sometime", "in", "the", "future", ",", "at", "which", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "12.4"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", ">=", "39.2"]]}}} {"id": 3728, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "happens", ",", "then", "finally", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "58", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "should", "never", "be", "set", "to", "signal_4_n", "then", "this", "scenario", "will", "last", "uninterruptedly", "in", "the", "following", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,58]", "(", "globally", "[0,73]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "finally", "there", "shall", "exist", "a", "certain", "time", "point", "within", "the", "subsequent", "58", "time", "units", ",", "at", "which", "(", "prop_2", ")", "then", "this", "scenario", "will", "last", "uninterruptedly", "in", "the", "following", "73", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "58", "]", "(", "G", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 51], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3672, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "smaller", "than", "98.9", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "scenario", "that", "signal_2_n", "becomes", "equal", "to", "13.2", "should", "get", "detected", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "98.9", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_2_n", "math equal", "13.2", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "scenario", "that", "(", "prop_2", ")", "should", "get", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "<", "98.9", ")"]]}, " prop_2 ": {"span": [46, 51], "prop": [["rise", "(", "signal_2_n", "==", "13.2", ")"]]}}} {"id": 1735, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "no", "less", "than", "0.7", "and", "less", "than", "or", "equal", "to", "3.8", "and", "this", "condition", "will", "sustain", "all", "the", "time", "till", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "is", "changed", "to", "74.7", "takes", "place", "finally", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "then", "in", "response", "after", "sometime", "within", "9", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "64.3", "then", "this", "condition", "must", "uninterruptedly", "sustain", "for", "every", "time", "point", "during", "the", "coming", "70", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "0.7", "and", "signal_1_n", "less equal", "3.8", ")", "until", "(", "rise", "(", "signal_2_n", "math equal", "74.7", ")", ")", "imply", "finally", "[0,9]", "(", "globally", "[0,70]", "(", "signal_3_n", "math equal", "64.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "this", "condition", "will", "sustain", "all", "the", "time", "till", "the", "scenario", "that", "(", "prop_2", ")", "takes", "place", "finally", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "then", "in", "response", "after", "sometime", "within", "9", "time", "units", ",", "(", "prop_3", ")", "then", "this", "condition", "must", "uninterruptedly", "sustain", "for", "every", "time", "point", "during", "the", "coming", "70", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "9", "]", "(", "G", "[", "0", ":", "70", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">=", "0.7"], ["signal_1_n", "<=", "3.8"]]}, " prop_2 ": {"span": [32, 41], "prop": [["rise", "(", "signal_2_n", "==", "74.7", ")"]]}, " prop_3 ": {"span": [67, 76], "prop": [["signal_3_n", "==", "64.3"]]}}} {"id": 1890, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "takes", "place", ",", "then", "in", "response", "at", "once", "the", "state", "of", "signal", "signal_3_n", "ought", "to", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1775, "sentence": ["Within", "the", "first", "9", "time", "units", "signal_1_n", "shall", "be", "consistently", "greater", "than", "or", "equal", "to", "5.9", "and", "at", "most", "67.9", "and", "the", "signal_2_n", "signal", "ought", "to", "remain", "on", "48.5", "without", "interruption", "."], "ltl": ["globally", "[0,9]", "(", "(", "signal_1_n", "more equal", "5.9", "and", "signal_1_n", "less equal", "67.9", ")", "and", "signal_2_n", "math equal", "48.5", ")"], "logic_sentence": ["Within", "the", "first", "9", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "9", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["signal_1_n", ">=", "5.9"], ["signal_1_n", "<=", "67.9"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "==", "48.5"]]}}} {"id": 3004, "sentence": ["For", "every", "time", "point", "during", "the", "first", "90", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "higher", "than", "50.5", "and", "smaller", "than", "88.3", "without", "interruption", "."], "ltl": ["globally", "[0,90]", "(", "signal_1_n", "more", "50.5", "and", "signal_1_n", "less", "88.3", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "90", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "90", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 28], "prop": [["signal_1_n", ">", "50.5"], ["signal_1_n", "<", "88.3"]]}}} {"id": 1675, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "29.0", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "the", "next", "78", "time", "units", "the", "state", "of", "signal", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "and", "then", "should", "hold", "like", "this", "without", "interruption", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "29.0", ")", "imply", "finally", "[0,78]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "the", "next", "78", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "78", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["rise", "(", "signal_1_n", ">=", "29.0", ")"]]}, " prop_2 ": {"span": [43, 65], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1185, "sentence": ["Continuously", "signal_1_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "30.7", "for", "each", "time", "instant", "within", "the", "first", "65", "time", "units", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "more equal", "30.7", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", ">=", "30.7"]]}}} {"id": 4042, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "10.1", "and", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "signal_4_n", "signal", "needs", "to", "be", "81.4", "then", "consistently", "this", "scenario", "keeps", "for", "each", "time", "point", "within", "50", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "10.1", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "(", "globally", "[0,50]", "(", "signal_4_n", "math equal", "81.4", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "in", "the", "future", "before", "(", "prop_3", ")", "then", "consistently", "this", "scenario", "keeps", "for", "each", "time", "point", "within", "50", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "50", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", "==", "10.1"]]}, " prop_2 ": {"span": [9, 16], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [29, 39], "prop": [["signal_4_n", "==", "81.4"]]}}} {"id": 16, "sentence": ["Without", "interruption", "signal_1_n", "must", "be", "no", "less", "than", "52.6", "for", "every", "time", "point", "within", "17", "time", "units", "."], "ltl": ["globally", "[0,17]", "(", "signal_1_n", "more equal", "52.6", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 17], "prop": [["signal_1_n", ">=", "52.6"]]}}} {"id": 5, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "46.5", ",", "then", "in", "response", "there", "will", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "uninterruptedly", "the", "value", "of", "signal", "signal_4_n", "should", "remain", "greater", "than", "73.7", "during", "the", "next", "12", "to", "30", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "46.5", "imply", "finally", "(", "globally", "[12,30]", "(", "signal_4_n", "more", "73.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "in", "response", "there", "will", "finally", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "[", "12", ":", "30", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_3_n", "<=", "46.5"]]}, " prop_3 ": {"span": [48, 66], "prop": [["signal_4_n", ">", "73.7"]]}}} {"id": 14, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "73", "to", "95", "time", "units", ",", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[73,95]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "73", "to", "95", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "73", ":", "95", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 58, "sentence": ["Globally", ",", "when", "in", "the", "future", "until", "the", "simulation", "ends", ",", "consecutively", "the", "signal_1_n", "signal", "will", "be", "staying", "over", "28.3", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "shall", "keep", "larger", "than", "16.7", "and", "less", "than", "76.7", "all", "the", "time", "till", "signal_3_n", "is", "n't", "greater", "than", "or", "equal", "to", "25.0", ",", "which", "will", "have", "to", "be", "ultimately", "observed", "at", "a", "certain", "time", "instant", "during", "the", "coming", "46", "time", "units", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "28.3", ")", "imply", "(", "signal_2_n", "more", "16.7", "and", "signal_2_n", "less", "76.7", ")", "until", "[0,46]", "(", "negation", "(", "signal_3_n", "more equal", "25.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "in", "the", "future", "until", "the", "simulation", "ends", ",", "consecutively", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "46", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", ">", "28.3"]]}, " prop_2 ": {"span": [27, 72], "prop": [["signal_2_n", ">", "16.7"], ["signal_2_n", "<", "76.7"], ["-", "(", "signal_3_n", ">=", "25.0", ")"]]}}} {"id": 246, "sentence": ["Eventually", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "signal_2_n", "must", "not", "take", "place", "at", "a", "certain", "time", "point", "after", "between", "23", "to", "39", "time", "units", "."], "ltl": ["finally", "[23,39]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Eventually", "the", "transition", "action", "that", "(", "prop_1", ")", "must", "not", "take", "place", "at", "a", "certain", "time", "point", "after", "between", "23", "to", "39", "time", "units", "."], "logic_ltl": ["F", "[", "23", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 53, "sentence": ["In", "the", "case", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "71.5", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "signal_2_n", "signal", "will", "have", "to", "be", "higher", "than", "12.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "71.5", ")", "imply", "signal_2_n", "more", "12.6", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "71.5", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", ">", "12.6"]]}}} {"id": 4332, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "not", "equal", "to", "90.0", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "the", "mode", "of", "signal", "signal_2_n", "will", "not", "be", "in", "signal_3_n", ",", "or", "immediately", "signal_4_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "91.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "90.0", ")", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "or", "signal_4_n", "less equal", "91.2", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", ",", "or", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["-", "(", "signal_1_n", "==", "90.0", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [36, 47], "prop": [["signal_4_n", "<=", "91.2"]]}}} {"id": 1680, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "stays", "higher", "than", "9.5", "and", "less", "than", "44.4", "or", "the", "value", "of", "signal", "signal_2_n", "is", "more", "than", "38.6", "and", "less", "than", "88.6", ",", "then", "the", "signal_3_n", "signal", "will", "be", "set", "to", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "9.5", "and", "signal_1_n", "less", "44.4", ")", "or", "(", "signal_2_n", "more", "38.6", "and", "signal_2_n", "less", "88.6", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "9.5"], ["signal_1_n", "<", "44.4"]]}, " prop_2 ": {"span": [16, 29], "prop": [["signal_2_n", ">", "38.6"], ["signal_2_n", "<", "88.6"]]}, " prop_3 ": {"span": [31, 41], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4749, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "first", "42", "time", "units", "at", "sometime", "in", "the", "next", "4", "to", "12", "time", "units", "the", "value", "of", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "44.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,42]", "(", "finally", "[4,12]", "(", "signal_3_n", "more equal", "44.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "instant", "within", "the", "first", "42", "time", "units", "at", "sometime", "in", "the", "next", "4", "to", "12", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "F", "[", "4", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_3_n", ">=", "44.2"]]}}} {"id": 584, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "92.7", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "has", "to", "be", "consistently", "higher", "than", "33.8", "and", "less", "than", "51.5", "for", "every", "moment", "within", "the", "next", "84", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "92.7", ")", "imply", "globally", "[0,84]", "(", "signal_2_n", "more", "33.8", "and", "signal_2_n", "less", "51.5", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "84", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "92.7", ")"]]}, " prop_2 ": {"span": [25, 48], "prop": [["signal_2_n", ">", "33.8"], ["signal_2_n", "<", "51.5"]]}}} {"id": 128, "sentence": ["There", "shall", "be", "sometime", "within", "91", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "eventually", "above", "42.4", "and", "below", "86.2", "."], "ltl": ["finally", "[0,91]", "(", "signal_1_n", "more", "42.4", "and", "signal_1_n", "less", "86.2", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "within", "91", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "91", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "42.4"], ["signal_1_n", "<", "86.2"]]}}} {"id": 1299, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "48.3", "gets", "detected", "then", "in", "response", "for", "each", "moment", "during", "the", "first", "34", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "time", "point", "during", "the", "subsequent", "7", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "becomes", "below", "11.1", "will", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "48.3", ")", "imply", "globally", "[0,34]", "(", "finally", "[0,7]", "(", "rise", "(", "signal_2_n", "less", "11.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "for", "each", "moment", "during", "the", "first", "34", "time", "units", ",", "there", "needs", "to", "be", "a", "certain", "time", "point", "during", "the", "subsequent", "7", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "34", "]", "(", "F", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "48.3", ")"]]}, " prop_2 ": {"span": [55, 61], "prop": [["rise", "(", "signal_2_n", "<", "11.1", ")"]]}}} {"id": 2727, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "jumps", "to", "higher", "than", "72.0", "must", "happen", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "rise", "(", "signal_3_n", "more", "72.0", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "must", "happen", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["rise", "(", "signal_3_n", ">", "72.0", ")"]]}}} {"id": 641, "sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "42", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "67.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "17.6", "eventually", "."], "ltl": ["finally", "[0,42]", "(", "signal_1_n", "more equal", "67.5", "and", "signal_2_n", "less equal", "17.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "at", "most", "42", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 27], "prop": [["signal_1_n", ">=", "67.5"]]}, " prop_2 ": {"span": [29, 44], "prop": [["signal_2_n", "<=", "17.6"]]}}} {"id": 388, "sentence": ["In", "the", "case", "signal_1_n", "increases", "above", "78.9", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "78.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["rise", "(", "signal_1_n", ">", "78.9", ")"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6150, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "62.0", "happens", "or", "signal_2_n", "is", "greater", "than", "5.0", "and", "below", "8.8", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "above", "45.2", "and", "below", "94.2", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "62.0", ")", "or", "(", "signal_2_n", "more", "5.0", "and", "signal_2_n", "less", "8.8", ")", "imply", "signal_3_n", "more", "45.2", "and", "signal_3_n", "less", "94.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "or", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "62.0", ")"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", ">", "5.0"], ["signal_2_n", "<", "8.8"]]}, " prop_3 ": {"span": [33, 49], "prop": [["signal_3_n", ">", "45.2"], ["signal_3_n", "<", "94.2"]]}}} {"id": 605, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "after", "at", "most", "100", "time", "units", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "2.3", "sha", "n't", "happen", ",", "and", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "93.8", "finally", "."], "ltl": ["finally", "[0,100]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "2.3", ")", "and", "signal_2_n", "more equal", "93.8", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "moment", "after", "at", "most", "100", "time", "units", ",", "at", "which", "ultimately", "the", "transition", "action", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 35], "prop": [["-", "fall", "(", "signal_1_n", "==", "2.3", ")"]]}, " prop_2 ": {"span": [37, 47], "prop": [["signal_2_n", ">=", "93.8"]]}}} {"id": 6320, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "43", "to", "99", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "should", "equal", "to", "24.3", "."], "ltl": ["globally", "[43,99]", "(", "signal_1_n", "math equal", "24.3", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "43", "to", "99", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "43", ":", "99", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["signal_1_n", "==", "24.3"]]}}} {"id": 5374, "sentence": ["For", "every", "time", "point", "within", "40", "to", "41", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "needs", "to", "be", "no", "larger", "than", "63.0", "."], "ltl": ["globally", "[40,41]", "(", "signal_1_n", "less equal", "63.0", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "40", "to", "41", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "40", ":", "41", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<=", "63.0"]]}}} {"id": 5810, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "coming", "72", "to", "79", "time", "units", "there", "needs", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "finally", "signal_3_n", "should", "decrease", "below", "22.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[72,79]", "(", "finally", "(", "rise", "(", "signal_3_n", "less", "22.1", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "moment", "in", "the", "coming", "72", "to", "79", "time", "units", "there", "needs", "to", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "72", ":", "79", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [57, 62], "prop": [["rise", "(", "signal_3_n", "<", "22.1", ")"]]}}} {"id": 5384, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "the", "state", "of", "signal_1_n", "ought", "to", "stay", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1891, "sentence": ["Without", "interruption", "the", "value", "of", "signal", "signal_1_n", "remains", "over", "46.5", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more", "46.5", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 19], "prop": [["signal_1_n", ">", "46.5"]]}}} {"id": 874, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "37.2", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "must", "become", "less", "than", "or", "equal", "to", "95.2", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "37.2", ")", "imply", "rise", "(", "signal_2_n", "less equal", "95.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "37.2", ")"]]}, " prop_2 ": {"span": [30, 42], "prop": [["rise", "(", "signal_2_n", "<=", "95.2", ")"]]}}} {"id": 2292, "sentence": ["For", "every", "time", "point", "within", "6", "time", "units", "continuously", "the", "value", "of", "signal", "signal_1_n", "must", "keep", "greater", "than", "2.3", "and", "below", "6.7", ",", "and", "the", "value", "of", "signal_2_n", "ought", "to", "always", "remain", "no", "larger", "than", "61.2", "."], "ltl": ["globally", "[0,6]", "(", "(", "signal_1_n", "more", "2.3", "and", "signal_1_n", "less", "6.7", ")", "and", "signal_2_n", "less equal", "61.2", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "6", "time", "units", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "2.3"], ["signal_1_n", "<", "6.7"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", "<=", "61.2"]]}}} {"id": 1993, "sentence": ["For", "each", "time", "point", "in", "the", "first", "87", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "will", "remain", "no", "less", "than", "64.5", "and", "consistently", "the", "mode", "of", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[0,87]", "(", "signal_1_n", "more equal", "64.5", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "87", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "87", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", ">=", "64.5"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2187, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "above", "58.4", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "elapsed", "70", "time", "units", "the", "value", "of", "signal_2_n", "shall", "stay", "no", "more", "than", "1.4", "consistently", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "58.4", ")", "imply", "historically", "[0,70]", "(", "signal_2_n", "less equal", "1.4", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "in", "the", "elapsed", "70", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", ">", "58.4", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "<=", "1.4"]]}}} {"id": 6160, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "7.5", "and", "less", "than", "or", "equal", "to", "17.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "signal_2_n", "must", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "7.5", "and", "signal_1_n", "less equal", "17.0", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "7.5"], ["signal_1_n", "<=", "17.0"]]}, " prop_2 ": {"span": [30, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3667, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "below", "45.7", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "time", "instant", "within", "the", "following", "85", "time", "units", ",", "the", "signal_2_n", "signal", "must", "be", "set", "to", "signal_3_n", "and", "ought", "to", "uninterruptedly", "stay", "like", "that", "within", "the", "subsequent", "20", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "45.7", ")", "imply", "finally", "[0,85]", "(", "globally", "[0,20]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "time", "instant", "within", "the", "following", "85", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "85", "]", "(", "G", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<", "45.7", ")"]]}, " prop_2 ": {"span": [34, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3439, "sentence": ["The", "signal_1_n", "signal", "is", "over", "16.4", "and", "less", "than", "51.8", "ultimately", "at", "a", "certain", "time", "instant", "after", "at", "most", "47", "time", "units", "."], "ltl": ["finally", "[0,47]", "(", "signal_1_n", "more", "16.4", "and", "signal_1_n", "less", "51.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">", "16.4"], ["signal_1_n", "<", "51.8"]]}}} {"id": 6175, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "smaller", "than", "94.8", "ought", "to", "take", "place", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "94.8", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [23, 31], "prop": [["rise", "(", "signal_1_n", "<", "94.8", ")"]]}}} {"id": 384, "sentence": ["At", "sometime", "within", "the", "first", "18", "time", "units", "the", "value", "of", "signal_1_n", "eventually", "decreases", "to", "at", "most", "68.1", ",", "and", "the", "value", "of", "signal_2_n", "has", "to", "be", "finally", "less", "than", "37.4", "."], "ltl": ["finally", "[0,18]", "(", "rise", "(", "signal_1_n", "less equal", "68.1", ")", "and", "signal_2_n", "less", "37.4", ")"], "logic_sentence": ["At", "sometime", "within", "the", "first", "18", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "18", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["rise", "(", "signal_1_n", "<=", "68.1", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "<", "37.4"]]}}} {"id": 2310, "sentence": ["For", "each", "time", "point", "during", "the", "first", "1", "to", "47", "time", "units", ",", "continuously", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "greater", "than", "or", "equal", "to", "89.8", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "falls", "to", "no", "larger", "than", "13.0", "should", "consistently", "not", "get", "detected", "."], "ltl": ["globally", "[1,47]", "(", "signal_1_n", "more equal", "89.8", "or", "negation", "fall", "(", "signal_2_n", "more", "13.0", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "1", "to", "47", "time", "units", ",", "continuously", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "consistently", "not", "get", "detected", "."], "logic_ltl": ["G", "[", "1", ":", "47", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 27], "prop": [["signal_1_n", ">=", "89.8"]]}, " prop_2 ": {"span": [33, 43], "prop": [["-", "fall", "(", "signal_2_n", ">", "13.0", ")"]]}}} {"id": 3277, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "61", "time", "units", ",", "signal_1_n", "is", "eventually", "equal", "to", "51.5", "and", "the", "signal_2_n", "signal", "has", "to", "be", "finally", "signal_3_n", "."], "ltl": ["finally", "[0,61]", "(", "signal_1_n", "math equal", "51.5", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "61", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "61", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "51.5"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6221, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "24", "time", "units", ",", "consistently", "the", "state", "of", "signal_1_n", "must", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[0,24]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "24", "time", "units", ",", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 783, "sentence": ["For", "every", "moment", "during", "the", "first", "17", "time", "units", "without", "interruption", "signal_1_n", "must", "n't", "be", "no", "larger", "than", "59.3", "and", "signal_2_n", "shall", "consecutively", "remain", "greater", "than", "28.6", "and", "less", "than", "86.7", "."], "ltl": ["globally", "[0,17]", "(", "negation", "(", "signal_1_n", "less equal", "59.3", ")", "and", "(", "signal_2_n", "more", "28.6", "and", "signal_2_n", "less", "86.7", ")", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "17", "time", "units", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "17", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["-", "(", "signal_1_n", "<=", "59.3", ")"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">", "28.6"], ["signal_2_n", "<", "86.7"]]}}} {"id": 2479, "sentence": ["Consecutively", "signal_1_n", "must", "remain", "on", "18.0", "for", "more", "than", "2", "time", "units", "."], "ltl": ["globally", "[0,2]", "(", "signal_1_n", "math equal", "18.0", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", "==", "18.0"]]}}} {"id": 137, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "is", "set", "to", "28.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "46", "to", "78", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "in", "the", "following", "60", "to", "81", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "the", "state", "of", "signal_4_n", "becomes", "not", "set", "to", "signal_5_n", "shall", "not", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "28.1", "imply", "globally", "[46,78]", "(", "finally", "[60,81]", "(", "negation", "fall", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "46", "to", "78", "time", "units", ",", "there", "will", "have", "to", "be", "sometime", "in", "the", "following", "60", "to", "81", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_3", ")", "shall", "not", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "46", ":", "78", "]", "(", "F", "[", "60", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_3_n", "==", "28.1"]]}, " prop_3 ": {"span": [61, 70], "prop": [["-", "fall", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 5717, "sentence": ["There", "needs", "to", "exist", "a", "time", "after", "at", "most", "100", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "has", "to", "remain", "over", "23.2", "and", "smaller", "than", "64.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "33.7", "eventually", "."], "ltl": ["finally", "[0,100]", "(", "(", "signal_1_n", "more", "23.2", "and", "signal_1_n", "less", "64.5", ")", "and", "signal_2_n", "math equal", "33.7", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "time", "after", "at", "most", "100", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 27], "prop": [["signal_1_n", ">", "23.2"], ["signal_1_n", "<", "64.5"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "33.7"]]}}} {"id": 2581, "sentence": ["The", "signal_1_n", "signal", "sha", "n't", "be", "82.7", "for", "each", "time", "point", "during", "the", "first", "79", "time", "units", "."], "ltl": ["globally", "[0,79]", "(", "negation", "(", "signal_1_n", "math equal", "82.7", ")", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["-", "(", "signal_1_n", "==", "82.7", ")"]]}}} {"id": 11, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "66.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "at", "sometime", "during", "the", "next", "70", "time", "units", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "leaves", "signal_3_n", "will", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less", "66.2", "imply", "globally", "(", "finally", "[0,70]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "at", "sometime", "during", "the", "next", "70", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "will", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "66.2"]]}, " prop_2 ": {"span": [45, 52], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1626, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "will", "continuously", "stay", "less", "than", "or", "equal", "to", "48.4", "until", "the", "value", "of", "signal", "signal_4_n", "becomes", "greater", "than", "4.5", ",", "which", "should", "be", "observed", "at", "a", "certain", "time", "instant", "during", "the", "next", "67", "time", "units", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "48.4", ")", "until", "[0,67]", "(", "rise", "(", "signal_4_n", "more", "4.5", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 59], "prop": [["signal_3_n", "<=", "48.4"], ["rise", "(", "signal_4_n", ">", "4.5", ")"]]}}} {"id": 1480, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "13.2", "is", "detected", ",", "and", "the", "signal_2_n", "signal", "stays", "at", "least", "57.9", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "the", "signal_3_n", "signal", "is", "above", "40.3", "and", "less", "than", "70.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "13.2", ")", "and", "signal_2_n", "more equal", "57.9", "imply", "signal_3_n", "more", "40.3", "and", "signal_3_n", "less", "70.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["rise", "(", "signal_1_n", ">=", "13.2", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", ">=", "57.9"]]}, " prop_3 ": {"span": [43, 53], "prop": [["signal_3_n", ">", "40.3"], ["signal_3_n", "<", "70.1"]]}}} {"id": 2820, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "without", "interruption", "signal_1_n", "is", "at", "least", "0.3", "and", "less", "than", "or", "equal", "to", "62.9", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "stay", "larger", "than", "64.2", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "0.3", "and", "signal_1_n", "less equal", "62.9", ")", "and", "signal_2_n", "more", "64.2", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "0.3"], ["signal_1_n", "<=", "62.9"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", ">", "64.2"]]}}} {"id": 1673, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "30.3", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "should", "exist", "a", "certain", "time", "point", "in", "less", "than", "79", "time", "units", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "and", "this", "condition", "should", "continuously", "remain", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.3", ")", "imply", "finally", "[0,79]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "should", "exist", "a", "certain", "time", "point", "in", "less", "than", "79", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "this", "condition", "should", "continuously", "remain", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">=", "30.3", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3292, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "96.2", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "subsequent", "43", "time", "units", ",", "at", "a", "time", "within", "59", "time", "units", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "65.5", "eventually", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "96.2", ")", "imply", "globally", "[0,43]", "(", "finally", "[0,59]", "(", "signal_2_n", "more equal", "65.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "within", "the", "subsequent", "43", "time", "units", ",", "at", "a", "time", "within", "59", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "96.2", ")"]]}, " prop_2 ": {"span": [41, 56], "prop": [["signal_2_n", ">=", "65.5"]]}}} {"id": 5626, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "54", "time", "units", "uninterruptedly", "signal_1_n", "needs", "to", "be", "in", "signal_2_n", "."], "ltl": ["globally", "[0,54]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "54", "time", "units", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 261, "sentence": ["For", "each", "moment", "during", "the", "first", "91", "time", "units", ",", "the", "mode", "of", "signal_1_n", "will", "be", "always", "in", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "ought", "to", "keep", "between", "the", "range", "-LSB-", "30.1", ",", "61.0", "-RSB-", "without", "interruption", "."], "ltl": ["globally", "[0,91]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "30.1", "and", "signal_3_n", "less equal", "61.0", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "91", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "91", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_3_n", ">=", "30.1"], ["signal_3_n", "<=", "61.0"]]}}} {"id": 5731, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "no", "more", "than", "95.8", "happens", ",", "then", "in", "response", "there", "has", "to", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "35", "to", "81", "time", "units", "finally", ",", "at", "which", "signal_2_n", "has", "to", "equal", "to", "9.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "95.8", ")", "imply", "finally", "[35,81]", "(", "signal_2_n", "math equal", "9.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "there", "has", "to", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "35", "to", "81", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "35", ":", "81", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", "<=", "95.8", ")"]]}, " prop_2 ": {"span": [47, 53], "prop": [["signal_2_n", "==", "9.4"]]}}} {"id": 4916, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "less", "than", "16.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "5.8", "and", "this", "scenario", "has", "to", "consecutively", "last", "until", "signal_3_n", "is", "greater", "than", "or", "equal", "to", "96.9", "eventually", "at", "a", "certain", "moment", "during", "the", "subsequent", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "16.8", ")", "imply", "(", "signal_2_n", "math equal", "5.8", ")", "until", "[0,68]", "(", "signal_3_n", "more equal", "96.9", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "this", "scenario", "has", "to", "consecutively", "last", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "68", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">=", "16.8", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "5.8"]]}, " prop_3 ": {"span": [41, 60], "prop": [["signal_3_n", ">=", "96.9"]]}}} {"id": 1297, "sentence": ["For", "each", "moment", "within", "47", "time", "units", "the", "signal_1_n", "signal", "has", "to", "consistently", "stay", "in", "signal_2_n", "and", "signal_3_n", "must", "be", "bigger", "than", "66.7", "."], "ltl": ["globally", "[0,47]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "66.7", ")"], "logic_sentence": ["For", "each", "moment", "within", "47", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 23], "prop": [["signal_3_n", ">", "66.7"]]}}} {"id": 3293, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "66.5", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "following", "79", "time", "units", ",", "finally", "the", "value", "of", "signal_2_n", "ought", "to", "be", "no", "less", "than", "80.5", "at", "a", "certain", "time", "point", "in", "the", "following", "58", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "66.5", ")", "imply", "globally", "[0,79]", "(", "finally", "[0,58]", "(", "signal_2_n", "more equal", "80.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "following", "79", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "79", "]", "(", "F", "[", "0", ":", "58", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "66.5", ")"]]}, " prop_2 ": {"span": [31, 53], "prop": [["signal_2_n", ">=", "80.5"]]}}} {"id": 1256, "sentence": ["If", "signal_1_n", "is", "above", "11.3", "and", "smaller", "than", "55.1", ",", "and", "the", "event", "that", "signal_2_n", "gets", "set", "to", "60.3", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "signal_3_n", "will", "have", "to", "be", "equal", "to", "91.2", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "11.3", "and", "signal_1_n", "less", "55.1", ")", "and", "rise", "(", "signal_2_n", "math equal", "60.3", ")", "imply", "signal_3_n", "math equal", "91.2", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">", "11.3"], ["signal_1_n", "<", "55.1"]]}, " prop_2 ": {"span": [14, 19], "prop": [["rise", "(", "signal_2_n", "==", "60.3", ")"]]}, " prop_3 ": {"span": [31, 39], "prop": [["signal_3_n", "==", "91.2"]]}}} {"id": 3407, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "is", "shifted", "to", "signal_2_n", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "33", "time", "units", "there", "shall", "exist", "sometime", "within", "the", "subsequent", "26", "time", "units", ",", "at", "which", "signal_3_n", "will", "have", "to", "be", "ultimately", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,33]", "(", "finally", "[0,26]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "33", "time", "units", "there", "shall", "exist", "sometime", "within", "the", "subsequent", "26", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "33", "]", "(", "F", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [46, 55], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 3074, "sentence": ["For", "every", "time", "point", "within", "19", "time", "units", "continuously", "the", "value", "of", "signal_1_n", "will", "be", "staying", "bigger", "than", "15.7", "and", "lower", "than", "31.5", ",", "or", "consistently", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "stay", "at", "17.0", "."], "ltl": ["globally", "[0,19]", "(", "(", "signal_1_n", "more", "15.7", "and", "signal_1_n", "less", "31.5", ")", "or", "signal_2_n", "math equal", "17.0", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "19", "time", "units", "continuously", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", ">", "15.7"], ["signal_1_n", "<", "31.5"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "17.0"]]}}} {"id": 2420, "sentence": ["On", "condition", "that", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "and", "the", "event", "that", "the", "value", "of", "signal_3_n", "gets", "to", "less", "than", "or", "equal", "to", "74.9", "does", "not", "happen", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "next", "76", "to", "85", "time", "units", ",", "within", "the", "coming", "2", "to", "12", "time", "units", ",", "the", "value", "of", "signal_4_n", "always", "remains", "at", "most", "6.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "fall", "(", "signal_3_n", "more", "74.9", ")", "imply", "finally", "[76,85]", "(", "globally", "[2,12]", "(", "signal_4_n", "less equal", "6.0", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "does", "not", "happen", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "time", "instant", "in", "the", "next", "76", "to", "85", "time", "units", ",", "within", "the", "coming", "2", "to", "12", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "76", ":", "85", "]", "(", "G", "[", "2", ":", "12", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 27], "prop": [["-", "fall", "(", "signal_3_n", ">", "74.9", ")"]]}, " prop_3 ": {"span": [63, 72], "prop": [["signal_4_n", "<=", "6.0"]]}}} {"id": 5372, "sentence": ["Consistently", "signal_1_n", "is", "less", "than", "or", "equal", "to", "15.3", "during", "the", "first", "4", "to", "94", "time", "units", "."], "ltl": ["globally", "[4,94]", "(", "signal_1_n", "less equal", "15.3", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "<=", "15.3"]]}}} {"id": 98, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "signal_1_n", "will", "be", "consistently", "remaining", "in", "signal_2_n", ",", "and", "the", "mode", "of", "signal", "signal_3_n", "will", "consistently", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5248, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "63.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "during", "the", "next", "42", "to", "64", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "3.3", "and", "this", "scenario", "needs", "to", "keep", "uninterruptedly", "for", "each", "moment", "during", "the", "next", "92", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "63.1", "imply", "finally", "[42,64]", "(", "globally", "[0,92]", "(", "signal_2_n", "more", "3.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "during", "the", "next", "42", "to", "64", "time", "units", ",", "(", "prop_2", ")", "and", "this", "scenario", "needs", "to", "keep", "uninterruptedly", "for", "each", "moment", "during", "the", "next", "92", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "42", ":", "64", "]", "(", "G", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "<", "63.1"]]}, " prop_2 ": {"span": [39, 50], "prop": [["signal_2_n", ">", "3.3"]]}}} {"id": 241, "sentence": ["For", "each", "time", "point", "during", "the", "first", "35", "time", "units", "signal_1_n", "will", "stay", "less", "than", "13.6", "consistently", "and", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "all", "the", "time", "."], "ltl": ["globally", "[0,35]", "(", "signal_1_n", "less", "13.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "35", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "35", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "<", "13.6"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1301, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "21.6", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "coming", "8", "time", "units", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "67", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "goes", "down", "to", "less", "than", "65.2", "will", "have", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "21.6", ")", "imply", "globally", "[0,8]", "(", "finally", "[0,67]", "(", "rise", "(", "signal_2_n", "less", "65.2", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "within", "the", "coming", "8", "time", "units", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "67", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "8", "]", "(", "F", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "21.6", ")"]]}, " prop_2 ": {"span": [50, 60], "prop": [["rise", "(", "signal_2_n", "<", "65.2", ")"]]}}} {"id": 142, "sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "within", "the", "first", "48", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "needs", "to", "be", "greater", "than", "or", "equal", "to", "33.7", "and", "at", "most", "82.1", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "greater", "than", "68.5", "should", "get", "detected", "ultimately", "."], "ltl": ["finally", "[0,48]", "(", "(", "signal_1_n", "more equal", "33.7", "and", "signal_1_n", "less equal", "82.1", ")", "and", "rise", "(", "signal_2_n", "more", "68.5", ")", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "within", "the", "first", "48", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "should", "get", "detected", "ultimately", "."], "logic_ltl": ["F", "[", "0", ":", "48", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 32], "prop": [["signal_1_n", ">=", "33.7"], ["signal_1_n", "<=", "82.1"]]}, " prop_2 ": {"span": [37, 44], "prop": [["rise", "(", "signal_2_n", ">", "68.5", ")"]]}}} {"id": 2345, "sentence": ["As", "soon", "as", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "27.1", "and", "no", "larger", "than", "41.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "should", "be", "set", "to", "92.1", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "27.1", "and", "signal_1_n", "less equal", "41.4", "imply", "signal_2_n", "math equal", "92.1", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">=", "27.1"], ["signal_1_n", "<=", "41.4"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", "==", "92.1"]]}}} {"id": 6257, "sentence": ["For", "each", "moment", "within", "the", "first", "63", "to", "90", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "will", "be", "staying", "lower", "than", "3.2", "and", "the", "value", "of", "signal_2_n", "must", "always", "remain", "higher", "than", "64.0", "."], "ltl": ["globally", "[63,90]", "(", "signal_1_n", "less", "3.2", "and", "signal_2_n", "more", "64.0", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "63", "to", "90", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "63", ":", "90", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<", "3.2"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">", "64.0"]]}}} {"id": 1794, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "5", "to", "10", "time", "units", "the", "mode", "of", "signal_1_n", "shall", "be", "ultimately", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[5,10]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "5", "to", "10", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 285, "sentence": ["When", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "detected", ",", "then", "promptly", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "begins", "deviating", "from", "30.6", "must", "never", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "fall", "(", "signal_3_n", "math equal", "30.6", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "promptly", "the", "scenario", "that", "(", "prop_2", ")", "must", "never", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "fall", "(", "signal_3_n", "==", "30.6", ")"]]}}} {"id": 1130, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "63.5", "and", "then", "has", "uninterruptedly", "continued", "like", "this", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "larger", "than", "62.6", "and", "less", "than", "98.8", "and", "then", "has", "to", "continue", "like", "this", "consecutively", "till", "the", "signal_3_n", "signal", "becomes", "not", "set", "to", "94.2", ",", "which", "will", "finally", "occur", "at", "a", "certain", "time", "point", "during", "the", "first", "92", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "less equal", "63.5", ")", "imply", "(", "signal_2_n", "more", "62.6", "and", "signal_2_n", "less", "98.8", ")", "until", "[0,92]", "(", "fall", "(", "signal_3_n", "math equal", "94.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 30], "prop": [["signal_1_n", "<=", "63.5"]]}, " prop_2 ": {"span": [37, 83], "prop": [["signal_2_n", ">", "62.6"], ["signal_2_n", "<", "98.8"], ["fall", "(", "signal_3_n", "==", "94.2", ")"]]}}} {"id": 4748, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "coming", "89", "time", "units", "signal_3_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "43.0", "ultimately", "at", "a", "certain", "moment", "in", "the", "coming", "9", "to", "10", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "[0,89]", "(", "finally", "[9,10]", "(", "signal_3_n", "more equal", "43.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "coming", "89", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "89", "]", "(", "F", "[", "9", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 50], "prop": [["signal_3_n", ">=", "43.0"]]}}} {"id": 5368, "sentence": ["At", "sometime", "within", "4", "to", "4", "time", "units", ",", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "27.1", "has", "to", "take", "place", "eventually", "or", "ultimately", "signal_2_n", "stays", "above", "63.4", "."], "ltl": ["finally", "[4,4]", "(", "fall", "(", "signal_1_n", "math equal", "27.1", ")", "or", "signal_2_n", "more", "63.4", ")"], "logic_sentence": ["At", "sometime", "within", "4", "to", "4", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "has", "to", "take", "place", "eventually", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "4", ":", "4", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["fall", "(", "signal_1_n", "==", "27.1", ")"]]}, " prop_2 ": {"span": [27, 31], "prop": [["signal_2_n", ">", "63.4"]]}}} {"id": 2475, "sentence": ["The", "signal_1_n", "signal", "ought", "to", "be", "consistently", "within", "-LSB-", "1.3", ",", "22.3", "-RSB-", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.3", "and", "signal_1_n", "less equal", "22.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "1.3"], ["signal_1_n", "<=", "22.3"]]}}} {"id": 174, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "jumps", "to", "at", "least", "31.4", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "has", "to", "be", "set", "to", "signal_3_n", "right", "away", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_4_n", "goes", "down", "to", "smaller", "than", "28.7", "has", "to", "happen", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "31.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less", "28.7", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "has", "to", "happen", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["rise", "(", "signal_1_n", ">=", "31.4", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [42, 52], "prop": [["rise", "(", "signal_4_n", "<", "28.7", ")"]]}}} {"id": 1463, "sentence": ["In", "the", "case", "signal_1_n", "is", "in", "the", "closed", "interval", "-LSB-", "54.5", ",", "73.7", "-RSB-", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "5.4", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "54.5", "and", "signal_1_n", "less equal", "73.7", "imply", "signal_2_n", "more equal", "5.4", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">=", "54.5"], ["signal_1_n", "<=", "73.7"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", ">=", "5.4"]]}}} {"id": 3077, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "the", "signal_1_n", "signal", "ought", "to", "be", "consistently", "higher", "than", "13.7", "and", "below", "22.3", ",", "or", "the", "value", "of", "signal_2_n", "will", "be", "consistently", "less", "than", "or", "equal", "to", "51.1", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "13.7", "and", "signal_1_n", "less", "22.3", ")", "or", "signal_2_n", "less equal", "51.1", ")"], "logic_sentence": ["In", "the", "future", "until", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 20], "prop": [["signal_1_n", ">", "13.7"], ["signal_1_n", "<", "22.3"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "<=", "51.1"]]}}} {"id": 2955, "sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "74", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "ultimately", "smaller", "than", "78.4", "."], "ltl": ["finally", "[0,74]", "(", "signal_1_n", "less", "78.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "starting", "at", "most", "74", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "74", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", "<", "78.4"]]}}} {"id": 5360, "sentence": ["In", "case", "that", "signal_1_n", "is", "at", "least", "75.5", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "promptly", "and", "simultaneously", "the", "signal_4_n", "signal", "needs", "to", "be", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "75.5", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", ">=", "75.5"]]}, " prop_2 ": {"span": [14, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 33], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 369, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "gets", "detected", "then", "in", "response", "the", "mode", "of", "signal", "signal_3_n", "should", "be", "promptly", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 842, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "transition", "action", "that", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "61.4", "is", "not", "detected", "or", "signal_2_n", "keeps", "greater", "than", "or", "equal", "to", "31.2", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "signal_3_n", "signal", "has", "to", "be", "over", "18.1", "and", "less", "than", "79.0", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "more", "61.4", ")", "or", "signal_2_n", "more equal", "31.2", "imply", "signal_3_n", "more", "18.1", "and", "signal_3_n", "less", "79.0", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "not", "detected", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["-", "fall", "(", "signal_1_n", ">", "61.4", ")"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", ">=", "31.2"]]}, " prop_3 ": {"span": [40, 52], "prop": [["signal_3_n", ">", "18.1"], ["signal_3_n", "<", "79.0"]]}}} {"id": 1383, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "n't", "greater", "than", "30.2", "or", "the", "value", "of", "signal_2_n", "is", "set", "to", "37.5", "then", "at", "the", "same", "moment", "signal_3_n", "shall", "be", "less", "than", "or", "equal", "to", "24.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "30.2", ")", "or", "signal_2_n", "math equal", "37.5", "imply", "signal_3_n", "less equal", "24.3", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "at", "the", "same", "moment", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["-", "(", "signal_1_n", ">", "30.2", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "37.5"]]}, " prop_3 ": {"span": [27, 36], "prop": [["signal_3_n", "<=", "24.3"]]}}} {"id": 6305, "sentence": ["For", "each", "time", "instant", "within", "49", "to", "70", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "continuously", "keeps", "in", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "has", "to", "consecutively", "keep", "less", "than", "17.5", "."], "ltl": ["globally", "[49,70]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "17.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "49", "to", "70", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "49", ":", "70", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_3_n", "<", "17.5"]]}}} {"id": 4851, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "in", "response", "the", "signal_3_n", "signal", "should", "be", "instantly", "less", "than", "or", "equal", "to", "52.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "less equal", "52.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", "<=", "52.9"]]}}} {"id": 3542, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "at", "least", "57.9", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "89.6", "and", "be", "remaining", "like", "that", "till", "the", "signal_3_n", "signal", "remains", "at", "least", "4.4", "and", "less", "than", "or", "equal", "to", "26.5", "ultimately", "at", "a", "time", "within", "the", "coming", "6", "to", "47", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.9", ")", "imply", "(", "signal_2_n", "less equal", "89.6", ")", "until", "[6,47]", "(", "signal_3_n", "more equal", "4.4", "and", "signal_3_n", "less equal", "26.5", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "6", ":", "47", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "57.9", ")"]]}, " prop_2 ": {"span": [26, 69], "prop": [["signal_2_n", "<=", "89.6"], ["signal_3_n", ">=", "4.4"], ["signal_3_n", "<=", "26.5"]]}}} {"id": 1547, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "11.9", ",", "then", "there", "has", "to", "be", "a", "certain", "moment", "during", "the", "following", "0", "time", "units", "ultimately", ",", "after", "which", "the", "mode", "of", "signal_2_n", "shall", "not", "start", "deviating", "from", "signal_3_n", "and", "then", "this", "condition", "needs", "to", "consistently", "sustain", "during", "the", "coming", "31", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "11.9", "imply", "finally", "[0,0]", "(", "globally", "[0,31]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "there", "has", "to", "be", "a", "certain", "moment", "during", "the", "following", "0", "time", "units", "ultimately", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "needs", "to", "consistently", "sustain", "during", "the", "coming", "31", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "G", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "11.9"]]}, " prop_2 ": {"span": [32, 42], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1965, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "is", "changed", "to", "57.9", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "subsequent", "2", "time", "units", ",", "signal_2_n", "ought", "to", "ultimately", "stay", "above", "19.0", "at", "a", "time", "within", "the", "following", "23", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "57.9", ")", "imply", "globally", "[0,2]", "(", "finally", "[0,23]", "(", "signal_2_n", "more", "19.0", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "in", "the", "subsequent", "2", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "2", "]", "(", "F", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["rise", "(", "signal_1_n", "==", "57.9", ")"]]}, " prop_2 ": {"span": [30, 46], "prop": [["signal_2_n", ">", "19.0"]]}}} {"id": 2266, "sentence": ["For", "every", "time", "point", "within", "the", "first", "7", "to", "9", "time", "units", ",", "without", "interruption", "signal_1_n", "remains", "equal", "to", "63.0", "or", "the", "mode", "of", "signal", "signal_2_n", "must", "be", "always", "in", "signal_3_n", "."], "ltl": ["globally", "[7,9]", "(", "signal_1_n", "math equal", "63.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "7", "to", "9", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "7", ":", "9", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 20], "prop": [["signal_1_n", "==", "63.0"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4373, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "is", "shifted", "to", "71.9", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "has", "to", "be", "finally", "a", "time", "within", "61", "to", "72", "time", "units", ",", "at", "which", "signal_2_n", "will", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "71.9", ")", "imply", "globally", "(", "finally", "[61,72]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "there", "has", "to", "be", "finally", "a", "time", "within", "61", "to", "72", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "61", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "71.9", ")"]]}, " prop_2 ": {"span": [50, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1462, "sentence": ["If", "signal_1_n", "is", "in", "the", "closed", "interval", "-LSB-", "29.5", ",", "74.6", "-RSB-", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "56.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "29.5", "and", "signal_1_n", "less equal", "74.6", "imply", "signal_2_n", "more equal", "56.7", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["signal_1_n", ">=", "29.5"], ["signal_1_n", "<=", "74.6"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">=", "56.7"]]}}} {"id": 2762, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "gets", "lower", "than", "12.8", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "after", "at", "most", "54", "time", "units", "for", "every", "moment", "in", "the", "subsequent", "12", "time", "units", ",", "signal_2_n", "shall", "keep", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "12.8", ")", "imply", "finally", "[0,54]", "(", "globally", "[0,12]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "after", "at", "most", "54", "time", "units", "for", "every", "moment", "in", "the", "subsequent", "12", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "54", "]", "(", "G", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["rise", "(", "signal_1_n", "<", "12.8", ")"]]}, " prop_2 ": {"span": [40, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1934, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "keeping", "equal", "to", "59.2", "continuously", "for", "each", "time", "instant", "in", "the", "first", "65", "time", "units", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "59.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "59.2"]]}}} {"id": 4562, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "51.3", "is", "observed", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "at", "a", "time", "after", "between", "13", "to", "41", "time", "units", ",", "the", "transition", "action", "that", "signal_2_n", "jumps", "to", "over", "57.6", "has", "to", "eventually", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.3", ")", "imply", "globally", "(", "finally", "[13,41]", "(", "rise", "(", "signal_2_n", "more", "57.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "at", "a", "time", "after", "between", "13", "to", "41", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "eventually", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "13", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "51.3", ")"]]}, " prop_2 ": {"span": [48, 53], "prop": [["rise", "(", "signal_2_n", ">", "57.6", ")"]]}}} {"id": 1473, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "higher", "than", "42.7", "and", "less", "than", "49.7", ",", "and", "the", "transition", "action", "that", "signal_2_n", "is", "shifted", "to", "signal_3_n", "does", "not", "get", "observed", "then", "in", "response", "after", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_4_n", "shall", "be", "consecutively", "set", "to", "87.7", "for", "every", "time", "point", "in", "the", "next", "84", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "42.7", "and", "signal_1_n", "less", "49.7", ")", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "finally", "(", "globally", "[0,84]", "(", "signal_4_n", "math equal", "87.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "get", "observed", "then", "in", "response", "after", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "G", "[", "0", ":", "84", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", ">", "42.7"], ["signal_1_n", "<", "49.7"]]}, " prop_2 ": {"span": [23, 28], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [48, 69], "prop": [["signal_4_n", "==", "87.7"]]}}} {"id": 5196, "sentence": ["For", "every", "moment", "in", "the", "first", "29", "time", "units", ",", "signal_1_n", "has", "to", "consecutively", "equal", "to", "68.6", "and", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "consecutively", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,29]", "(", "signal_1_n", "math equal", "68.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "29", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "29", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "68.6"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4803, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "58.1", "is", "observed", ",", "or", "the", "event", "that", "the", "value", "of", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "56.8", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "finally", "exist", "a", "certain", "time", "point", "during", "the", "subsequent", "49", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "greater", "than", "32.0", "and", "less", "than", "35.2", "and", "then", "will", "have", "to", "stay", "in", "this", "range", "consecutively", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "58.1", ")", "or", "rise", "(", "signal_2_n", "more equal", "56.8", ")", "imply", "finally", "[0,49]", "(", "globally", "(", "signal_3_n", "more", "32.0", "and", "signal_3_n", "less", "35.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "or", "the", "event", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "there", "should", "finally", "exist", "a", "certain", "time", "point", "during", "the", "subsequent", "49", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "49", "]", "(", "G", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["fall", "(", "signal_1_n", "==", "58.1", ")"]]}, " prop_2 ": {"span": [23, 35], "prop": [["rise", "(", "signal_2_n", ">=", "56.8", ")"]]}, " prop_3 ": {"span": [61, 95], "prop": [["signal_3_n", ">", "32.0"], ["signal_3_n", "<", "35.2"]]}}} {"id": 785, "sentence": ["There", "should", "exist", "a", "time", "during", "the", "first", "51", "to", "73", "time", "units", ",", "at", "which", "the", "event", "that", "signal_1_n", "becomes", "greater", "than", "99.1", "shall", "happen", "eventually", "or", "signal_2_n", "should", "remain", "in", "signal_3_n", "."], "ltl": ["finally", "[51,73]", "(", "rise", "(", "signal_1_n", "more", "99.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "during", "the", "first", "51", "to", "73", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "shall", "happen", "eventually", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "51", ":", "73", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 24], "prop": [["rise", "(", "signal_1_n", ">", "99.1", ")"]]}, " prop_2 ": {"span": [28, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2895, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "higher", "than", "60.9", "is", "observed", ",", "then", "in", "response", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "within", "the", "coming", "55", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "has", "to", "equal", "to", "5.8", "and", "shall", "uninterruptedly", "hold", "like", "this", "for", "each", "time", "instant", "within", "47", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "60.9", ")", "imply", "finally", "[0,55]", "(", "globally", "[0,47]", "(", "signal_2_n", "math equal", "5.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "within", "the", "coming", "55", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "[", "0", ":", "47", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">", "60.9", ")"]]}, " prop_2 ": {"span": [45, 69], "prop": [["signal_2_n", "==", "5.8"]]}}} {"id": 1853, "sentence": ["Eventually", "there", "needs", "to", "be", "sometime", "in", "the", "first", "15", "to", "27", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "should", "be", "signal_2_n", "."], "ltl": ["finally", "[15,27]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Eventually", "there", "needs", "to", "be", "sometime", "in", "the", "first", "15", "to", "27", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "15", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2205, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "is", "equal", "to", "20.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "in", "the", "future", "before", "the", "execution", "ends", "uninterruptedly", "signal_4_n", "must", "be", "at", "most", "57.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "20.6", "imply", "finally", "(", "globally", "(", "signal_4_n", "less equal", "57.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "in", "the", "future", "before", "the", "execution", "ends", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_3_n", "==", "20.6"]]}, " prop_3 ": {"span": [56, 62], "prop": [["signal_4_n", "<=", "57.0"]]}}} {"id": 3117, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "becomes", "below", "93.2", "occurs", "then", "in", "response", "for", "every", "time", "point", "in", "the", "first", "35", "time", "units", ",", "there", "will", "exist", "a", "certain", "time", "point", "during", "the", "first", "27", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "starts", "not", "equaling", "to", "32.9", "should", "take", "place", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "93.2", ")", "imply", "globally", "[0,35]", "(", "finally", "[0,27]", "(", "fall", "(", "signal_2_n", "math equal", "32.9", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "for", "every", "time", "point", "in", "the", "first", "35", "time", "units", ",", "there", "will", "exist", "a", "certain", "time", "point", "during", "the", "first", "27", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "take", "place", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "F", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "93.2", ")"]]}, " prop_2 ": {"span": [45, 54], "prop": [["fall", "(", "signal_2_n", "==", "32.9", ")"]]}}} {"id": 6319, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "55", "to", "71", "time", "units", ",", "signal_1_n", "always", "stays", "equal", "to", "4.2", "."], "ltl": ["globally", "[55,71]", "(", "signal_1_n", "math equal", "4.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "55", "to", "71", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "55", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", "==", "4.2"]]}}} {"id": 1544, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "no", "less", "than", "7.8", "is", "detected", ",", "then", "the", "value", "of", "signal", "signal_2_n", "will", "be", "within", "the", "range", "-LSB-", "17.8", ",", "38.4", "-RSB-", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "7.8", ")", "imply", "signal_2_n", "more equal", "17.8", "and", "signal_2_n", "less equal", "38.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["rise", "(", "signal_1_n", ">=", "7.8", ")"]]}, " prop_2 ": {"span": [23, 39], "prop": [["signal_2_n", ">=", "17.8"], ["signal_2_n", "<=", "38.4"]]}}} {"id": 6222, "sentence": ["For", "each", "time", "point", "during", "the", "first", "6", "to", "55", "time", "units", ",", "continuously", "the", "signal_1_n", "signal", "shall", "remain", "greater", "than", "or", "equal", "to", "12.0", ",", "and", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "69.5", "consistently", "."], "ltl": ["globally", "[6,55]", "(", "signal_1_n", "more equal", "12.0", "and", "signal_2_n", "more equal", "69.5", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "6", "to", "55", "time", "units", ",", "continuously", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "6", ":", "55", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 25], "prop": [["signal_1_n", ">=", "12.0"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", ">=", "69.5"]]}}} {"id": 6226, "sentence": ["Between", "3", "to", "21", "time", "units", ",", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "20.0", "uninterruptedly", "and", "continuously", "the", "signal_2_n", "signal", "will", "remain", "greater", "than", "or", "equal", "to", "38.6", "."], "ltl": ["globally", "[3,21]", "(", "signal_1_n", "more equal", "20.0", "and", "signal_2_n", "more equal", "38.6", ")"], "logic_sentence": ["Between", "3", "to", "21", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "21", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 32], "prop": [["signal_1_n", ">=", "20.0"], ["signal_2_n", ">=", "38.6"]]}}} {"id": 1985, "sentence": ["There", "has", "to", "be", "finally", "a", "time", "in", "the", "first", "26", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "60.1", "."], "ltl": ["finally", "[0,26]", "(", "signal_1_n", "math equal", "60.1", ")"], "logic_sentence": ["There", "has", "to", "be", "finally", "a", "time", "in", "the", "first", "26", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["signal_1_n", "==", "60.1"]]}}} {"id": 70, "sentence": ["For", "every", "moment", "in", "the", "first", "7", "time", "units", "signal_1_n", "will", "be", "always", "less", "than", "92.7", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "less", "92.7", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "7", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "92.7"]]}}} {"id": 836, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "32.2", "is", "observed", ",", "then", "in", "response", "promptly", "the", "value", "of", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "65.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "32.2", ")", "imply", "signal_2_n", "more equal", "65.8", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "32.2", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_2_n", ">=", "65.8"]]}}} {"id": 6372, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "55.0", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "in", "the", "subsequent", "64", "time", "units", ",", "in", "the", "future", "before", "the", "simulation", "ends", ",", "consecutively", "the", "value", "of", "signal", "signal_2_n", "should", "keep", "less", "than", "or", "equal", "to", "37.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "55.0", ")", "imply", "finally", "[0,64]", "(", "globally", "(", "signal_2_n", "less equal", "37.9", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "in", "the", "subsequent", "64", "time", "units", ",", "in", "the", "future", "before", "the", "simulation", "ends", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "64", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "55.0", ")"]]}, " prop_2 ": {"span": [43, 56], "prop": [["signal_2_n", "<=", "37.9"]]}}} {"id": 594, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "signal_1_n", "falls", "below", "95.9", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "in", "the", "next", "95", "time", "units", "for", "every", "moment", "within", "the", "coming", "31", "to", "98", "time", "units", ",", "signal_2_n", "remains", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "95.9", ")", "imply", "finally", "[0,95]", "(", "globally", "[31,98]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "instant", "in", "the", "next", "95", "time", "units", "for", "every", "moment", "within", "the", "coming", "31", "to", "98", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "95", "]", "(", "G", "[", "31", ":", "98", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "95.9", ")"]]}, " prop_2 ": {"span": [45, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2871, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "58.1", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "promptly", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "58.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<", "58.1", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4625, "sentence": ["Ultimately", "signal_1_n", "has", "to", "be", "signal_2_n", "at", "a", "certain", "time", "point", "in", "less", "than", "85", "time", "units", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 858, "sentence": ["Everytime", "when", "the", "scenario", "that", "signal_1_n", "starts", "not", "equaling", "to", "12.9", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "74", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "following", "7", "time", "units", "ultimately", "the", "value", "of", "signal_2_n", "ought", "to", "get", "to", "no", "larger", "than", "96.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "12.9", ")", "imply", "globally", "[0,74]", "(", "finally", "[0,7]", "(", "rise", "(", "signal_2_n", "less equal", "96.7", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "within", "74", "time", "units", ",", "at", "a", "certain", "time", "instant", "during", "the", "following", "7", "time", "units", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "74", "]", "(", "F", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["fall", "(", "signal_1_n", "==", "12.9", ")"]]}, " prop_2 ": {"span": [41, 53], "prop": [["rise", "(", "signal_2_n", "<=", "96.7", ")"]]}}} {"id": 4779, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "the", "state", "of", "signal_1_n", "will", "uninterruptedly", "stay", "in", "signal_2_n", "or", "the", "state", "of", "signal_3_n", "will", "have", "to", "consistently", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1532, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "gets", "equal", "to", "55.9", "happens", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "or", "equal", "to", "13.2", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "55.9", ")", "imply", "signal_2_n", "less equal", "13.2", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "55.9", ")"]]}, " prop_2 ": {"span": [16, 33], "prop": [["signal_2_n", "<=", "13.2"]]}}} {"id": 790, "sentence": ["For", "every", "moment", "during", "the", "first", "8", "to", "27", "time", "units", ",", "consistently", "signal_1_n", "has", "to", "be", "less", "than", "or", "equal", "to", "87.5", "and", "signal_2_n", "must", "consistently", "stay", "less", "than", "74.3", "."], "ltl": ["globally", "[8,27]", "(", "signal_1_n", "less equal", "87.5", "and", "signal_2_n", "less", "74.3", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "8", "to", "27", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "8", ":", "27", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "<=", "87.5"]]}, " prop_2 ": {"span": [24, 31], "prop": [["signal_2_n", "<", "74.3"]]}}} {"id": 763, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "is", "within", "-LRB-", "16.1", ",", "44.1", "-RRB-", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "first", "14", "to", "15", "time", "units", "there", "has", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "0", "to", "27", "time", "units", ",", "at", "which", "signal_2_n", "should", "be", "ultimately", "less", "than", "or", "equal", "to", "87.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "16.1", "and", "signal_1_n", "less", "44.1", "imply", "globally", "[14,15]", "(", "finally", "[0,27]", "(", "signal_2_n", "less equal", "87.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "each", "time", "instant", "in", "the", "first", "14", "to", "15", "time", "units", "there", "has", "to", "exist", "a", "certain", "time", "point", "in", "the", "coming", "0", "to", "27", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "14", ":", "15", "]", "(", "F", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">", "16.1"], ["signal_1_n", "<", "44.1"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_2_n", "<=", "87.3"]]}}} {"id": 3, "sentence": ["Globally", ",", "while", "signal_1_n", "stays", "larger", "than", "71.3", "and", "below", "71.4", ",", "and", "the", "state", "of", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "after", "at", "most", "30", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "94.2", "for", "every", "time", "instant", "within", "the", "coming", "37", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "71.3", "and", "signal_1_n", "less", "71.4", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "finally", "[0,30]", "(", "globally", "[0,37]", "(", "signal_4_n", "math equal", "94.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "after", "at", "most", "30", "time", "units", ",", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "[", "0", ":", "30", "]", "(", "G", "[", "0", ":", "37", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", ">", "71.3"], ["signal_1_n", "<", "71.4"]]}, " prop_2 ": {"span": [13, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 57], "prop": [["signal_4_n", "==", "94.2"]]}}} {"id": 5010, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "in", "response", "there", "needs", "to", "be", "finally", "a", "certain", "time", "instant", "during", "the", "following", "74", "to", "95", "time", "units", ",", "after", "which", "signal_3_n", "shall", "be", "48.8", "and", "then", "this", "condition", "will", "continue", "all", "the", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[74,95]", "(", "globally", "(", "signal_3_n", "math equal", "48.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "there", "needs", "to", "be", "finally", "a", "certain", "time", "instant", "during", "the", "following", "74", "to", "95", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "continue", "all", "the", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "74", ":", "95", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [35, 39], "prop": [["signal_3_n", "==", "48.8"]]}}} {"id": 355, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "equal", "to", "75.2", "then", "in", "response", "for", "every", "moment", "in", "the", "following", "38", "time", "units", ",", "at", "a", "certain", "time", "instant", "within", "33", "time", "units", "the", "value", "of", "signal_2_n", "should", "be", "greater", "than", "45.8", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "75.2", "imply", "globally", "[0,38]", "(", "finally", "[0,33]", "(", "signal_2_n", "more", "45.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "at", "a", "certain", "time", "instant", "within", "33", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "F", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", "==", "75.2"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", ">", "45.8"]]}}} {"id": 2597, "sentence": ["For", "every", "time", "point", "in", "the", "first", "44", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "has", "to", "stay", "less", "than", "or", "equal", "to", "33.2", ",", "or", "the", "value", "of", "signal_2_n", "is", "39.6", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "less equal", "33.2", "or", "signal_2_n", "math equal", "39.6", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "44", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 27], "prop": [["signal_1_n", "<=", "33.2"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_2_n", "==", "39.6"]]}}} {"id": 831, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "less", "than", "or", "equal", "to", "35.9", "and", "consistently", "the", "mode", "of", "signal_2_n", "will", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "35.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "simulation", "ends", ",", "uninterruptedly", "(", "prop_1", ")", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 23], "prop": [["signal_1_n", "<=", "35.9"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 626, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "94.2", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "elapsed", "33", "time", "units", "the", "state", "of", "signal_2_n", "was", "consecutively", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "94.2", ")", "imply", "historically", "[0,33]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "elapsed", "33", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "33", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", ">", "94.2", ")"]]}, " prop_2 ": {"span": [37, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4204, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "46.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", ",", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "29", "time", "units", "finally", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "falls", "below", "7.2", "should", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "46.0", ")", "imply", "globally", "(", "finally", "[0,29]", "(", "rise", "(", "signal_2_n", "less", "7.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", ",", "at", "a", "certain", "time", "point", "in", "the", "subsequent", "29", "time", "units", "finally", "the", "scenario", "that", "(", "prop_2", ")", "should", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "46.0", ")"]]}, " prop_2 ": {"span": [49, 56], "prop": [["rise", "(", "signal_2_n", "<", "7.2", ")"]]}}} {"id": 202, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "74.7", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "shall", "be", "equal", "to", "98.9", "promptly", "and", "the", "scenario", "that", "signal_3_n", "shifts", "to", "9.5", "will", "be", "observed", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "74.7", ")", "imply", "signal_2_n", "math equal", "98.9", "and", "rise", "(", "signal_3_n", "math equal", "9.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "scenario", "that", "(", "prop_3", ")", "will", "be", "observed", "instantly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "74.7", ")"]]}, " prop_2 ": {"span": [27, 36], "prop": [["signal_2_n", "==", "98.9"]]}, " prop_3 ": {"span": [40, 44], "prop": [["rise", "(", "signal_3_n", "==", "9.5", ")"]]}}} {"id": 2824, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "above", "16.6", ",", "then", "at", "the", "same", "time", "point", "the", "value", "of", "signal_4_n", "shall", "be", "at", "least", "60.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "16.6", "imply", "signal_4_n", "more equal", "60.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", ">", "16.6"]]}, " prop_3 ": {"span": [30, 39], "prop": [["signal_4_n", ">=", "60.6"]]}}} {"id": 1413, "sentence": ["At", "a", "time", "during", "the", "first", "53", "time", "units", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "shall", "finally", "not", "happen", ",", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "changes", "to", "9.9", "has", "to", "ultimately", "get", "detected", "."], "ltl": ["finally", "[0,53]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "rise", "(", "signal_3_n", "math equal", "9.9", ")", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "53", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "shall", "finally", "not", "happen", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "ultimately", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["rise", "(", "signal_3_n", "==", "9.9", ")"]]}}} {"id": 755, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "86.1", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "should", "be", "promptly", "between", "the", "interval", "-LSB-", "15.0", ",", "59.7", "-RSB-", "."], "ltl": ["globally", "(", "signal_1_n", "more", "86.1", "imply", "signal_2_n", "more equal", "15.0", "and", "signal_2_n", "less equal", "59.7", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["signal_1_n", ">", "86.1"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">=", "15.0"], ["signal_2_n", "<=", "59.7"]]}}} {"id": 171, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "94.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "coming", "40", "time", "units", "finally", ",", "after", "which", "within", "the", "next", "67", "time", "units", "without", "interruption", "the", "signal_2_n", "signal", "is", "never", "14.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "94.7", "imply", "finally", "[0,40]", "(", "globally", "[0,67]", "(", "negation", "(", "signal_2_n", "math equal", "14.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "a", "certain", "moment", "in", "the", "coming", "40", "time", "units", "finally", ",", "after", "which", "within", "the", "next", "67", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "40", "]", "(", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "94.7"]]}, " prop_2 ": {"span": [50, 56], "prop": [["-", "(", "signal_2_n", "==", "14.5", ")"]]}}} {"id": 3357, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "92", "time", "units", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "be", "signal_2_n", "eventually", ",", "or", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "finally", "greater", "than", "or", "equal", "to", "0.2", "and", "less", "than", "or", "equal", "to", "2.1", "."], "ltl": ["finally", "[0,92]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "0.2", "and", "signal_3_n", "less equal", "2.1", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "92", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "92", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 45], "prop": [["signal_3_n", ">=", "0.2"], ["signal_3_n", "<=", "2.1"]]}}} {"id": 3731, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "certain", "time", "instant", "during", "the", "coming", "6", "time", "units", "for", "each", "moment", "during", "the", "subsequent", "28", "time", "units", ",", "continuously", "the", "state", "of", "signal_3_n", "sha", "n't", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,28]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "after", "a", "certain", "time", "instant", "during", "the", "coming", "6", "time", "units", "for", "each", "moment", "during", "the", "subsequent", "28", "time", "units", ",", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 54], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 765, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "within", "-LRB-", "27.3", ",", "31.6", "-RRB-", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "first", "30", "to", "32", "time", "units", ",", "at", "a", "time", "in", "the", "following", "73", "to", "81", "time", "units", "signal_2_n", "is", "no", "more", "than", "50.9", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more", "27.3", "and", "signal_1_n", "less", "31.6", "imply", "globally", "[30,32]", "(", "finally", "[73,81]", "(", "signal_2_n", "less equal", "50.9", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "first", "30", "to", "32", "time", "units", ",", "at", "a", "time", "in", "the", "following", "73", "to", "81", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "30", ":", "32", "]", "(", "F", "[", "73", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["signal_1_n", ">", "27.3"], ["signal_1_n", "<", "31.6"]]}, " prop_2 ": {"span": [43, 50], "prop": [["signal_2_n", "<=", "50.9"]]}}} {"id": 2480, "sentence": ["Without", "interruption", "the", "value", "of", "signal", "signal_1_n", "should", "equal", "to", "67.9", "for", "each", "moment", "within", "98", "time", "units", "."], "ltl": ["globally", "[0,98]", "(", "signal_1_n", "math equal", "67.9", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "98", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 18], "prop": [["signal_1_n", "==", "67.9"]]}}} {"id": 1181, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "below", "19.2", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "the", "signal_2_n", "signal", "shall", "never", "be", "in", "signal_3_n", "and", "then", "uninterruptedly", "this", "condition", "ought", "to", "keep", "for", "each", "time", "point", "during", "the", "following", "53", "to", "91", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "19.2", ")", "imply", "finally", "(", "globally", "[53,91]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "exist", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "after", "which", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "condition", "ought", "to", "keep", "for", "each", "time", "point", "during", "the", "following", "53", "to", "91", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "53", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<", "19.2", ")"]]}, " prop_2 ": {"span": [38, 46], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 189, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "at", "least", "79.1", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "should", "never", "be", "less", "than", "or", "equal", "to", "89.4", "and", "then", "this", "condition", "ought", "to", "consecutively", "hold", "till", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "34", "time", "units", "the", "state", "of", "signal_3_n", "is", "eventually", "not", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.1", ")", "imply", "(", "negation", "(", "signal_2_n", "less equal", "89.4", ")", ")", "until", "[0,34]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "ought", "to", "consecutively", "hold", "till", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "34", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "34", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">=", "79.1", ")"]]}, " prop_2 ": {"span": [21, 35], "prop": [["-", "(", "signal_2_n", "<=", "89.4", ")"]]}, " prop_3 ": {"span": [55, 64], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4409, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "15.4", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "have", "to", "be", "27.3", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "15.4", ")", "imply", "signal_2_n", "math equal", "27.3", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "15.4", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "==", "27.3"]]}}} {"id": 5039, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_1_n", "must", "stay", "at", "least", "59.0", "consecutively", ",", "and", "signal_2_n", "consecutively", "stays", "equal", "to", "88.2", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "59.0", "and", "signal_2_n", "math equal", "88.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", ">=", "59.0"]]}, " prop_2 ": {"span": [21, 27], "prop": [["signal_2_n", "==", "88.2"]]}}} {"id": 2346, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "1.4", "and", "no", "larger", "than", "1.6", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "equal", "to", "83.6", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "1.4", "and", "signal_1_n", "less equal", "1.6", "imply", "signal_2_n", "math equal", "83.6", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">=", "1.4"], ["signal_1_n", "<=", "1.6"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "==", "83.6"]]}}} {"id": 2694, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "decreases", "to", "no", "more", "than", "49.8", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_2_n", "shall", "leave", "signal_3_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "49.8", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "<=", "49.8", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 288, "sentence": ["There", "has", "to", "be", "a", "time", "after", "at", "most", "55", "time", "units", ",", "at", "which", "eventually", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "42.4", "."], "ltl": ["finally", "[0,55]", "(", "signal_1_n", "math equal", "42.4", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "time", "after", "at", "most", "55", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 25], "prop": [["signal_1_n", "==", "42.4"]]}}} {"id": 1654, "sentence": ["In", "the", "case", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "is", "set", "to", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2445, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "stays", "less", "than", "63.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "should", "be", "in", "signal_3_n", "and", "shall", "continue", "like", "this", "consistently", "for", "at", "least", "43", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "63.5", "imply", "globally", "[0,43]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<", "63.5"]]}, " prop_2 ": {"span": [17, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 301, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "76.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "the", "signal_2_n", "signal", "must", "n't", "be", "less", "than", "or", "equal", "to", "24.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "76.7", ")", "imply", "negation", "(", "signal_2_n", "less equal", "24.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "==", "76.7", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["-", "(", "signal_2_n", "<=", "24.3", ")"]]}}} {"id": 3531, "sentence": ["For", "each", "moment", "during", "the", "first", "32", "time", "units", ",", "consistently", "the", "mode", "of", "signal", "signal_1_n", "sha", "n't", "be", "signal_2_n", ",", "and", "consistently", "the", "value", "of", "signal", "signal_3_n", "will", "stay", "equal", "to", "42.7", "."], "ltl": ["globally", "[0,32]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "42.7", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "32", "time", "units", ",", "consistently", "(", "prop_1", ")", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "32", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_3_n", "==", "42.7"]]}}} {"id": 4015, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "less", "than", "or", "equal", "to", "4.3", "and", "signal_2_n", "is", "larger", "than", "54.6", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "has", "to", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "first", "52", "to", "62", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "has", "to", "be", "no", "less", "than", "11.6", "and", "no", "more", "than", "56.4", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "4.3", "and", "signal_2_n", "more", "54.6", "imply", "globally", "(", "finally", "[52,62]", "(", "signal_3_n", "more equal", "11.6", "and", "signal_3_n", "less equal", "56.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "there", "has", "to", "finally", "exist", "a", "certain", "time", "instant", "during", "the", "first", "52", "to", "62", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "F", "[", "52", ":", "62", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "4.3"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_2_n", ">", "54.6"]]}, " prop_3 ": {"span": [57, 72], "prop": [["signal_3_n", ">=", "11.6"], ["signal_3_n", "<=", "56.4"]]}}} {"id": 1771, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal_1_n", "needs", "to", "equal", "to", "91.6", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "91.6", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "91.6"]]}}} {"id": 2038, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "larger", "than", "34.7", "then", "in", "response", "after", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "signal_2_n", "signal", "will", "be", "consecutively", "remaining", "greater", "than", "or", "equal", "to", "29.9", "and", "less", "than", "or", "equal", "to", "33.2", "for", "every", "moment", "during", "the", "next", "33", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "34.7", "imply", "finally", "(", "globally", "[0,33]", "(", "signal_2_n", "more equal", "29.9", "and", "signal_2_n", "less equal", "33.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "after", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "33", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "34.7"]]}, " prop_2 ": {"span": [27, 56], "prop": [["signal_2_n", ">=", "29.9"], ["signal_2_n", "<=", "33.2"]]}}} {"id": 3167, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "happens", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "the", "value", "of", "signal_3_n", "has", "to", "stay", "at", "most", "31.6", "at", "a", "time", "in", "the", "following", "73", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,73]", "(", "signal_3_n", "less equal", "31.6", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 43], "prop": [["signal_3_n", "<=", "31.6"]]}}} {"id": 559, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "6.9", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "sometime", "during", "the", "subsequent", "6", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "at", "most", "12.5", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "6.9", "imply", "finally", "[0,6]", "(", "signal_2_n", "less equal", "12.5", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "sometime", "during", "the", "subsequent", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<=", "6.9"]]}, " prop_2 ": {"span": [28, 40], "prop": [["signal_2_n", "<=", "12.5"]]}}} {"id": 6409, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "remains", "less", "than", "11.5", ",", "then", "the", "state", "of", "signal", "signal_2_n", "shall", "be", "instantly", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "11.5", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "<", "11.5"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3471, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "above", "30.7", "or", "the", "signal_2_n", "signal", "is", "smaller", "than", "74.9", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "the", "value", "of", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "58.6", "then", "this", "scenario", "should", "keep", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "30.7", "or", "signal_2_n", "less", "74.9", "imply", "finally", "(", "globally", "(", "signal_3_n", "more equal", "58.6", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "ultimately", ",", "at", "which", "(", "prop_3", ")", "then", "this", "scenario", "should", "keep", "in", "the", "future", "until", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", ">", "30.7"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "<", "74.9"]]}, " prop_3 ": {"span": [43, 56], "prop": [["signal_3_n", ">=", "58.6"]]}}} {"id": 362, "sentence": ["Within", "the", "first", "10", "time", "units", ",", "signal_1_n", "will", "have", "to", "stay", "higher", "than", "51.8", "all", "the", "time", "or", "without", "interruption", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "43.0", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "more", "51.8", "or", "signal_2_n", "more equal", "43.0", ")"], "logic_sentence": ["Within", "the", "first", "10", "time", "units", ",", "(", "prop_1", ")", "or", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "51.8"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">=", "43.0"]]}}} {"id": 1366, "sentence": ["There", "should", "exist", "a", "certain", "moment", "starting", "at", "most", "49", "time", "units", ",", "at", "which", "signal_1_n", "will", "have", "to", "be", "greater", "than", "5.7", "eventually", "."], "ltl": ["finally", "[0,49]", "(", "signal_1_n", "more", "5.7", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "starting", "at", "most", "49", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", ">", "5.7"]]}}} {"id": 335, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "goes", "down", "to", "lower", "than", "56.0", "then", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal_2_n", "is", "equal", "to", "52.5", "and", "this", "condition", "will", "hold", "consistently", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "56.0", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "52.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "and", "this", "condition", "will", "hold", "consistently", "in", "the", "future", "before", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["rise", "(", "signal_1_n", "<", "56.0", ")"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "==", "52.5"]]}}} {"id": 460, "sentence": ["There", "must", "be", "a", "time", "starting", "at", "most", "47", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "more", "than", "39.3", "will", "have", "to", "get", "observed", "."], "ltl": ["finally", "[0,47]", "(", "rise", "(", "signal_1_n", "more", "39.3", ")", ")"], "logic_sentence": ["There", "must", "be", "a", "time", "starting", "at", "most", "47", "time", "units", ",", "at", "which", "finally", "the", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 27], "prop": [["rise", "(", "signal_1_n", ">", "39.3", ")"]]}}} {"id": 1700, "sentence": ["There", "must", "be", "ultimately", "a", "certain", "moment", "during", "the", "first", "16", "to", "83", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "25.3", "needs", "to", "get", "observed", "or", "signal_2_n", "must", "equal", "to", "79.4", "."], "ltl": ["finally", "[16,83]", "(", "rise", "(", "signal_1_n", "less", "25.3", ")", "or", "signal_2_n", "math equal", "79.4", ")"], "logic_sentence": ["There", "must", "be", "ultimately", "a", "certain", "moment", "during", "the", "first", "16", "to", "83", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "16", ":", "83", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [22, 34], "prop": [["rise", "(", "signal_1_n", "<", "25.3", ")"]]}, " prop_2 ": {"span": [35, 40], "prop": [["signal_2_n", "==", "79.4"]]}}} {"id": 3593, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "signal_3_n", "ought", "to", "be", "less", "than", "42.2", "and", "the", "signal_4_n", "signal", "should", "be", "less", "than", "41.4", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "42.2", "and", "signal_4_n", "less", "41.4", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 38], "prop": [["signal_3_n", "<", "42.2"]]}, " prop_3 ": {"span": [39, 51], "prop": [["signal_4_n", "<", "41.4"]]}}} {"id": 1728, "sentence": ["For", "every", "moment", "within", "11", "to", "29", "time", "units", ",", "the", "signal_1_n", "signal", "remains", "larger", "than", "16.9", "and", "less", "than", "36.3", "all", "the", "time", "and", "the", "signal_2_n", "signal", "must", "keep", "greater", "than", "or", "equal", "to", "67.7", "all", "the", "time", "."], "ltl": ["globally", "[11,29]", "(", "(", "signal_1_n", "more", "16.9", "and", "signal_1_n", "less", "36.3", ")", "and", "signal_2_n", "more equal", "67.7", ")"], "logic_sentence": ["For", "every", "moment", "within", "11", "to", "29", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "11", ":", "29", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 24], "prop": [["signal_1_n", ">", "16.9"], ["signal_1_n", "<", "36.3"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", ">=", "67.7"]]}}} {"id": 250, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "remains", "at", "least", "31.2", ",", "and", "the", "signal_2_n", "signal", "is", "between", "the", "closed", "interval", "-LSB-", "5.3", ",", "8.9", "-RSB-", "then", "in", "response", "after", "a", "certain", "time", "point", "in", "the", "first", "24", "time", "units", "for", "each", "moment", "within", "the", "next", "53", "time", "units", "signal_3_n", "ought", "to", "consistently", "stay", "less", "than", "32.9", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "31.2", "and", "(", "signal_2_n", "more equal", "5.3", "and", "signal_2_n", "less equal", "8.9", ")", "imply", "finally", "[0,24]", "(", "globally", "[0,53]", "(", "signal_3_n", "less", "32.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">=", "31.2"]]}, " prop_2 ": {"span": [19, 63], "prop": [["signal_3_n", "<", "32.9"], ["signal_2_n", ">=", "5.3"], ["signal_2_n", "<=", "8.9"]]}}} {"id": 4124, "sentence": ["At", "a", "certain", "moment", "within", "51", "time", "units", ",", "signal_1_n", "will", "have", "to", "be", "ultimately", "no", "less", "than", "71.6", ",", "and", "signal_2_n", "has", "to", "be", "ultimately", "less", "than", "59.7", "."], "ltl": ["finally", "[0,51]", "(", "signal_1_n", "more equal", "71.6", "and", "signal_2_n", "less", "59.7", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "51", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "51", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">=", "71.6"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "<", "59.7"]]}}} {"id": 1764, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "stays", "above", "5.6", "and", "less", "than", "23.3", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "mode", "of", "signal_2_n", "should", "never", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "5.6", "and", "signal_1_n", "less", "23.3", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", ">", "5.6"], ["signal_1_n", "<", "23.3"]]}, " prop_2 ": {"span": [25, 34], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2723, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "96", "time", "units", "the", "signal_1_n", "signal", "has", "to", "consistently", "stay", "at", "90.4", ",", "and", "signal_2_n", "ought", "to", "be", "consecutively", "less", "than", "38.4", "."], "ltl": ["globally", "[0,96]", "(", "signal_1_n", "math equal", "90.4", "and", "signal_2_n", "less", "38.4", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "96", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "96", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "90.4"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "<", "38.4"]]}}} {"id": 2748, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "is", "changed", "to", "23.5", "has", "to", "take", "place", "finally", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "23.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "take", "place", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["rise", "(", "signal_3_n", "==", "23.5", ")"]]}}} {"id": 1257, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "is", "n't", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "shall", "simultaneously", "equal", "to", "11.1", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "11.1", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "n't", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 34], "prop": [["signal_3_n", "==", "11.1"]]}}} {"id": 1456, "sentence": ["For", "each", "time", "instant", "within", "33", "to", "49", "time", "units", "consecutively", "the", "value", "of", "signal", "signal_1_n", "ought", "to", "stay", "more", "than", "10.8", "and", "smaller", "than", "74.8", ",", "or", "continuously", "the", "value", "of", "signal_2_n", "should", "be", "less", "than", "43.7", "."], "ltl": ["globally", "[33,49]", "(", "(", "signal_1_n", "more", "10.8", "and", "signal_1_n", "less", "74.8", ")", "or", "signal_2_n", "less", "43.7", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "33", "to", "49", "time", "units", "consecutively", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "33", ":", "49", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">", "10.8"], ["signal_1_n", "<", "74.8"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "<", "43.7"]]}}} {"id": 4156, "sentence": ["When", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "coming", "50", "time", "units", "eventually", "the", "transition", "action", "that", "signal_3_n", "gets", "shifted", "to", "20.5", "ought", "to", "occur", "at", "a", "certain", "time", "point", "in", "less", "than", "16", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,50]", "(", "finally", "[0,16]", "(", "rise", "(", "signal_3_n", "math equal", "20.5", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "coming", "50", "time", "units", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "occur", "at", "a", "certain", "time", "point", "in", "less", "than", "16", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "50", "]", "(", "F", "[", "0", ":", "16", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 42], "prop": [["rise", "(", "signal_3_n", "==", "20.5", ")"]]}}} {"id": 651, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "changes", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "will", "have", "to", "be", "equal", "to", "67.5", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "67.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["signal_3_n", "==", "67.5"]]}}} {"id": 5015, "sentence": ["There", "shall", "be", "sometime", "starting", "at", "most", "34", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "over", "54.5", "is", "eventually", "observed", ",", "and", "the", "value", "of", "signal_2_n", "should", "be", "above", "69.3", "eventually", "."], "ltl": ["finally", "[0,34]", "(", "rise", "(", "signal_1_n", "more", "54.5", ")", "and", "signal_2_n", "more", "69.3", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "starting", "at", "most", "34", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "eventually", "observed", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "34", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["rise", "(", "signal_1_n", ">", "54.5", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", ">", "69.3"]]}}} {"id": 4162, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "enters", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "eventually", "exist", "a", "certain", "moment", "during", "the", "coming", "2", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "will", "never", "be", "at", "most", "76.4", "and", "then", "must", "always", "continue", "like", "that", "for", "more", "than", "2", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,2]", "(", "globally", "[0,2]", "(", "negation", "(", "signal_3_n", "less equal", "76.4", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "there", "will", "eventually", "exist", "a", "certain", "moment", "during", "the", "coming", "2", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "2", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [34, 58], "prop": [["-", "(", "signal_3_n", "<=", "76.4", ")"]]}}} {"id": 1430, "sentence": ["For", "each", "time", "instant", "within", "26", "time", "units", "the", "value", "of", "signal_1_n", "will", "have", "to", "always", "stay", "at", "33.8", ",", "and", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "remain", "less", "than", "0.9", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "math equal", "33.8", "and", "signal_2_n", "less", "0.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "26", "time", "units", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "==", "33.8"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<", "0.9"]]}}} {"id": 276, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "below", "79.3", "and", "the", "event", "that", "the", "signal_2_n", "signal", "drops", "below", "33.5", "takes", "place", "then", "in", "response", "at", "the", "same", "time", "signal_3_n", "shall", "be", "less", "than", "or", "equal", "to", "0.0", "."], "ltl": ["globally", "(", "signal_1_n", "less", "79.3", "and", "rise", "(", "signal_2_n", "less", "33.5", ")", "imply", "signal_3_n", "less equal", "0.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", "then", "in", "response", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "<", "79.3"]]}, " prop_2 ": {"span": [17, 23], "prop": [["rise", "(", "signal_2_n", "<", "33.5", ")"]]}, " prop_3 ": {"span": [32, 41], "prop": [["signal_3_n", "<=", "0.0"]]}}} {"id": 1767, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "85.9", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "25.3", "and", "then", "this", "condition", "has", "to", "continue", "uninterruptedly", "until", "there", "is", "sometime", "in", "the", "subsequent", "71", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal_3_n", "is", "n't", "less", "than", "or", "equal", "to", "76.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "85.9", ")", "imply", "(", "signal_2_n", "less equal", "25.3", ")", "until", "[0,71]", "(", "negation", "(", "signal_3_n", "less equal", "76.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "has", "to", "continue", "uninterruptedly", "until", "there", "is", "sometime", "in", "the", "subsequent", "71", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "71", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "85.9", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<=", "25.3"]]}, " prop_3 ": {"span": [55, 67], "prop": [["-", "(", "signal_3_n", "<=", "76.2", ")"]]}}} {"id": 5098, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "signal_1_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "1.4", "and", "at", "most", "82.7", "ultimately", ",", "or", "finally", "the", "state", "of", "signal", "signal_2_n", "will", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "(", "(", "signal_1_n", "more equal", "1.4", "and", "signal_1_n", "less equal", "82.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">=", "1.4"], ["signal_1_n", "<=", "82.7"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5326, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "changes", "to", "28.9", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "within", "the", "next", "87", "time", "units", ",", "eventually", "the", "event", "that", "the", "mode", "of", "signal_2_n", "deviates", "from", "signal_3_n", "should", "not", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.9", ")", "imply", "finally", "[0,87]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "within", "the", "next", "87", "time", "units", ",", "eventually", "the", "event", "that", "(", "prop_2", ")", "should", "not", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", "==", "28.9", ")"]]}, " prop_2 ": {"span": [31, 38], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5188, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "shifts", "to", "67.0", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "76.4", "then", "consistently", "this", "condition", "shall", "keep", "until", "ultimately", "signal_3_n", "is", "smaller", "than", "51.0", "at", "a", "time", "during", "the", "subsequent", "1", "to", "1", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "67.0", ")", "imply", "(", "signal_2_n", "less equal", "76.4", ")", "until", "[1,1]", "(", "signal_3_n", "less", "51.0", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "consistently", "this", "condition", "shall", "keep", "until", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "1", ":", "1", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "67.0", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", "<=", "76.4"]]}, " prop_3 ": {"span": [41, 57], "prop": [["signal_3_n", "<", "51.0"]]}}} {"id": 74, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "lower", "than", "87.9", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "3", "time", "units", "at", "a", "time", "within", "the", "next", "95", "time", "units", "finally", "the", "value", "of", "signal", "signal_2_n", "should", "be", "no", "larger", "than", "72.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "87.9", ")", "imply", "globally", "[0,3]", "(", "finally", "[0,95]", "(", "signal_2_n", "less equal", "72.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "3", "time", "units", "at", "a", "time", "within", "the", "next", "95", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "3", "]", "(", "F", "[", "0", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "87.9", ")"]]}, " prop_2 ": {"span": [50, 61], "prop": [["signal_2_n", "<=", "72.7"]]}}} {"id": 1272, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "22", "time", "units", ",", "at", "which", "signal_1_n", "is", "finally", "72.2", "or", "signal_2_n", "has", "to", "be", "no", "less", "than", "36.4", "ultimately", "."], "ltl": ["finally", "[0,22]", "(", "signal_1_n", "math equal", "72.2", "or", "signal_2_n", "more equal", "36.4", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "22", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 21], "prop": [["signal_1_n", "==", "72.2"]]}, " prop_2 ": {"span": [22, 31], "prop": [["signal_2_n", ">=", "36.4"]]}}} {"id": 570, "sentence": ["The", "mode", "of", "signal", "signal_1_n", "must", "be", "in", "signal_2_n", "consistently", "for", "every", "time", "instant", "within", "the", "first", "57", "time", "units", "."], "ltl": ["globally", "[0,57]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5061, "sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "after", "at", "most", "70", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "above", "24.2", ",", "and", "eventually", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "71.3", "."], "ltl": ["finally", "[0,70]", "(", "signal_1_n", "more", "24.2", "and", "signal_2_n", "less equal", "71.3", ")"], "logic_sentence": ["There", "shall", "exist", "a", "certain", "time", "instant", "after", "at", "most", "70", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "70", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", ">", "24.2"]]}, " prop_2 ": {"span": [25, 39], "prop": [["signal_2_n", "<=", "71.3"]]}}} {"id": 3076, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "83", "time", "units", ",", "the", "value", "of", "signal_1_n", "has", "to", "stay", "above", "30.8", "and", "lower", "than", "69.7", "all", "the", "time", "or", "uninterruptedly", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "set", "to", "84.6", "."], "ltl": ["globally", "[0,83]", "(", "(", "signal_1_n", "more", "30.8", "and", "signal_1_n", "less", "69.7", ")", "or", "signal_2_n", "math equal", "84.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "83", "time", "units", ",", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "83", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 27], "prop": [["signal_1_n", ">", "30.8"], ["signal_1_n", "<", "69.7"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", "==", "84.6"]]}}} {"id": 304, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "79.7", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "larger", "than", "47.4", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "79.7", ")", "imply", "signal_2_n", "more", "47.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["fall", "(", "signal_1_n", "==", "79.7", ")"]]}, " prop_2 ": {"span": [29, 45], "prop": [["signal_2_n", ">", "47.4"]]}}} {"id": 79, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "is", "n't", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "shall", "not", "get", "equal", "to", "23.8", "then", "this", "condition", "shall", "consecutively", "hold", "for", "each", "moment", "within", "the", "subsequent", "61", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,61]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "23.8", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "then", "this", "condition", "shall", "consecutively", "hold", "for", "each", "moment", "within", "the", "subsequent", "61", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 25], "prop": [["-", "rise", "(", "signal_3_n", "==", "23.8", ")"]]}}} {"id": 1490, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "74.5", "and", "this", "condition", "will", "consecutively", "remain", "till", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "67.0", ",", "which", "is", "finally", "detected", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "then", "the", "following", "condition", "holds", ":", "consistently", "the", "value", "of", "signal", "signal_3_n", "will", "be", "keeping", "at", "least", "52.9", "for", "each", "moment", "in", "the", "coming", "58", "to", "66", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "74.5", ")", "until", "(", "signal_2_n", "less equal", "67.0", ")", "imply", "globally", "[58,66]", "(", "signal_3_n", "more equal", "52.9", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "this", "condition", "will", "consecutively", "remain", "till", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "G", "[", "58", ":", "66", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "74.5"]]}, " prop_2 ": {"span": [17, 47], "prop": [["signal_2_n", "<=", "67.0"]]}, " prop_3 ": {"span": [54, 76], "prop": [["signal_3_n", ">=", "52.9"]]}}} {"id": 4561, "sentence": ["Whenever", "signal_1_n", "becomes", "greater", "than", "87.7", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "has", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "87.7", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", ">", "87.7", ")"]]}, " prop_2 ": {"span": [17, 26], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1315, "sentence": ["The", "value", "of", "signal_1_n", "should", "uninterruptedly", "stay", "less", "than", "63.5", "for", "more", "than", "2", "time", "units", "."], "ltl": ["globally", "[0,2]", "(", "signal_1_n", "less", "63.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "2", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 16], "prop": [["signal_1_n", "<", "63.5"]]}}} {"id": 1619, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "less", "than", "or", "equal", "to", "92.3", ",", "or", "signal_2_n", "is", "less", "than", "86.8", ",", "then", "in", "response", "the", "signal_3_n", "signal", "should", "n't", "be", "signal_4_n", "and", "then", "this", "scenario", "will", "have", "to", "always", "continue", "within", "the", "last", "40", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "92.3", "or", "signal_2_n", "less", "86.8", "imply", "historically", "[0,40]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "and", "then", "this", "scenario", "will", "have", "to", "always", "continue", "within", "the", "last", "40", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "40", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "92.3"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<", "86.8"]]}, " prop_3 ": {"span": [26, 33], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 40, "sentence": ["For", "each", "moment", "within", "99", "time", "units", "the", "mode", "of", "signal_1_n", "should", "be", "in", "signal_2_n", "uninterruptedly", "."], "ltl": ["globally", "[0,99]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "99", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "99", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1535, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "68.0", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "is", "no", "more", "than", "0.9", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "68.0", ")", "imply", "signal_2_n", "less equal", "0.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["rise", "(", "signal_1_n", "==", "68.0", ")"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", "<=", "0.9"]]}}} {"id": 417, "sentence": ["Everytime", "when", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "26.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "ultimately", "a", "certain", "time", "instant", "within", "the", "coming", "14", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "starts", "deviating", "from", "45.5", "must", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.1", ")", "imply", "finally", "[0,14]", "(", "fall", "(", "signal_2_n", "math equal", "45.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "ultimately", "a", "certain", "time", "instant", "within", "the", "coming", "14", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "must", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "14", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["rise", "(", "signal_1_n", "<=", "26.1", ")"]]}, " prop_2 ": {"span": [41, 46], "prop": [["fall", "(", "signal_2_n", "==", "45.5", ")"]]}}} {"id": 5524, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "below", "81.7", "gets", "observed", ",", "then", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "coming", "82", "time", "units", ",", "consistently", "the", "signal_2_n", "signal", "must", "be", "above", "25.6", "and", "less", "than", "42.1", "for", "every", "time", "point", "in", "the", "next", "42", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "81.7", ")", "imply", "finally", "[0,82]", "(", "globally", "[0,42]", "(", "signal_2_n", "more", "25.6", "and", "signal_2_n", "less", "42.1", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "ultimately", "after", "a", "certain", "time", "point", "within", "the", "coming", "82", "time", "units", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "82", "]", "(", "G", "[", "0", ":", "42", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "81.7", ")"]]}, " prop_2 ": {"span": [31, 52], "prop": [["signal_2_n", ">", "25.6"], ["signal_2_n", "<", "42.1"]]}}} {"id": 2025, "sentence": ["There", "should", "be", "sometime", "during", "the", "first", "27", "to", "28", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "should", "be", "over", "13.0", "and", "lower", "than", "54.6", "finally", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "6.1", "and", "at", "most", "15.3", "."], "ltl": ["finally", "[27,28]", "(", "(", "signal_1_n", "more", "13.0", "and", "signal_1_n", "less", "54.6", ")", "and", "(", "signal_2_n", "more equal", "6.1", "and", "signal_2_n", "less equal", "15.3", ")", ")"], "logic_sentence": ["There", "should", "be", "sometime", "during", "the", "first", "27", "to", "28", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "27", ":", "28", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 29], "prop": [["signal_1_n", ">", "13.0"], ["signal_1_n", "<", "54.6"]]}, " prop_2 ": {"span": [30, 48], "prop": [["signal_2_n", ">=", "6.1"], ["signal_2_n", "<=", "15.3"]]}}} {"id": 1097, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "77.5", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "point", "within", "the", "coming", "88", "time", "units", ",", "after", "which", "signal_2_n", "shall", "settle", "to", "58.0", "and", "this", "scenario", "will", "hold", "all", "the", "time", "for", "every", "time", "point", "in", "the", "following", "54", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "77.5", ")", "imply", "finally", "[0,88]", "(", "globally", "[0,54]", "(", "signal_2_n", "math equal", "58.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "ought", "to", "exist", "a", "certain", "time", "point", "within", "the", "coming", "88", "time", "units", ",", "after", "which", "(", "prop_2", ")", "and", "this", "scenario", "will", "hold", "all", "the", "time", "for", "every", "time", "point", "in", "the", "following", "54", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["fall", "(", "signal_1_n", "==", "77.5", ")"]]}, " prop_2 ": {"span": [40, 45], "prop": [["signal_2_n", "==", "58.0"]]}}} {"id": 1166, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "20.4", "and", "less", "than", "70.2", ",", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "51.8", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "31.4", "then", "this", "scenario", "has", "to", "sustain", "without", "interruption", "in", "the", "next", "65", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "20.4", "and", "signal_1_n", "less", "70.2", ")", "or", "signal_2_n", "less", "51.8", "imply", "globally", "[0,65]", "(", "signal_3_n", "less equal", "31.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "then", "this", "scenario", "has", "to", "sustain", "without", "interruption", "in", "the", "next", "65", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "G", "[", "0", ":", "65", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "20.4"], ["signal_1_n", "<", "70.2"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "<", "51.8"]]}, " prop_3 ": {"span": [32, 46], "prop": [["signal_3_n", "<=", "31.4"]]}}} {"id": 1611, "sentence": ["Uninterruptedly", "the", "signal_1_n", "signal", "will", "be", "remaining", "no", "less", "than", "86.3", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "86.3", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", ">=", "86.3"]]}}} {"id": 2680, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "starts", "not", "equaling", "to", "42.8", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "coming", "18", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal_2_n", "keeps", "equal", "to", "12.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "42.8", ")", "imply", "globally", "[0,18]", "(", "signal_2_n", "math equal", "12.2", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "in", "the", "coming", "18", "time", "units", ",", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["fall", "(", "signal_1_n", "==", "42.8", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_2_n", "==", "12.2"]]}}} {"id": 1718, "sentence": ["Consistently", "signal_1_n", "ought", "to", "stay", "equal", "to", "73.8", "for", "every", "time", "instant", "in", "the", "first", "49", "time", "units", "."], "ltl": ["globally", "[0,49]", "(", "signal_1_n", "math equal", "73.8", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "49", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "==", "73.8"]]}}} {"id": 4631, "sentence": ["On", "condition", "that", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "54.5", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "following", "37", "time", "units", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "during", "the", "following", "36", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "remain", "greater", "than", "or", "equal", "to", "64.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "54.5", ")", "imply", "globally", "[0,37]", "(", "finally", "[0,36]", "(", "signal_2_n", "more equal", "64.1", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "following", "37", "time", "units", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "during", "the", "following", "36", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "37", "]", "(", "F", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<=", "54.5", ")"]]}, " prop_2 ": {"span": [51, 62], "prop": [["signal_2_n", ">=", "64.1"]]}}} {"id": 4495, "sentence": ["The", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "34.6", "happens", "ultimately", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "34.6", ")", ")"], "logic_sentence": ["The", "transition", "action", "that", "(", "prop_1", ")", "happens", "ultimately", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<=", "34.6", ")"]]}}} {"id": 1696, "sentence": ["The", "mode", "of", "signal_1_n", "shall", "consecutively", "remain", "in", "signal_2_n", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 619, "sentence": ["At", "a", "time", "within", "13", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "to", "no", "less", "than", "53.7", "takes", "place", "eventually", "."], "ltl": ["finally", "[0,13]", "(", "rise", "(", "signal_1_n", "more equal", "53.7", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "13", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "eventually", "."], "logic_ltl": ["F", "[", "0", ":", "13", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", ">=", "53.7", ")"]]}}} {"id": 502, "sentence": ["Everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "crosses", "the", "threshold", "of", "60.7", "gets", "detected", "and", "the", "value", "of", "signal_2_n", "is", "n't", "less", "than", "or", "equal", "to", "62.9", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "shall", "get", "to", "no", "less", "than", "48.5", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "60.7", ")", "and", "negation", "(", "signal_2_n", "less equal", "62.9", ")", "imply", "rise", "(", "signal_3_n", "more equal", "48.5", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "60.7", ")"]]}, " prop_2 ": {"span": [16, 28], "prop": [["-", "(", "signal_2_n", "<=", "62.9", ")"]]}, " prop_3 ": {"span": [31, 44], "prop": [["rise", "(", "signal_3_n", ">=", "48.5", ")"]]}}} {"id": 2753, "sentence": ["The", "signal_1_n", "signal", "should", "remain", "no", "more", "than", "3.0", "consistently", "for", "every", "moment", "within", "the", "first", "94", "time", "units", "."], "ltl": ["globally", "[0,94]", "(", "signal_1_n", "less equal", "3.0", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "<=", "3.0"]]}}} {"id": 3142, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "equal", "to", "9.5", ",", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "45.4", "happens", "then", "promptly", "signal_3_n", "should", "be", "above", "51.6", ",", "and", "promptly", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_4_n", "begins", "deviating", "from", "89.9", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "9.5", "and", "rise", "(", "signal_2_n", "more equal", "45.4", ")", "imply", "signal_3_n", "more", "51.6", "and", "fall", "(", "signal_4_n", "math equal", "89.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "happens", "then", "promptly", "(", "prop_3", ")", ",", "and", "promptly", "the", "transition", "action", "that", "(", "prop_4", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "9.5"]]}, " prop_2 ": {"span": [14, 26], "prop": [["rise", "(", "signal_2_n", ">=", "45.4", ")"]]}, " prop_3 ": {"span": [29, 34], "prop": [["signal_3_n", ">", "51.6"]]}, " prop_4 ": {"span": [41, 50], "prop": [["fall", "(", "signal_4_n", "==", "89.9", ")"]]}}} {"id": 269, "sentence": ["In", "the", "case", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "larger", "than", "14.2", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "has", "to", "be", "a", "time", "within", "the", "first", "55", "time", "units", ",", "at", "which", "consistently", "the", "signal_2_n", "signal", "should", "never", "be", "smaller", "than", "83.6", "for", "every", "time", "point", "within", "the", "subsequent", "48", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "14.2", ")", "imply", "finally", "[0,55]", "(", "globally", "[0,48]", "(", "negation", "(", "signal_2_n", "less", "83.6", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "has", "to", "be", "a", "time", "within", "the", "first", "55", "time", "units", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", "<=", "14.2", ")"]]}, " prop_2 ": {"span": [45, 64], "prop": [["-", "(", "signal_2_n", "<", "83.6", ")"]]}}} {"id": 1062, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "40.3", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_2_n", "has", "to", "be", "greater", "than", "39.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "40.3", ")", "imply", "signal_2_n", "more", "39.4", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "40.3", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", ">", "39.4"]]}}} {"id": 2115, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "finally", "the", "signal_1_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "65.9", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "finally", "equal", "to", "12.3", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "65.9", "and", "signal_2_n", "math equal", "12.3", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", ">=", "65.9"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_2_n", "==", "12.3"]]}}} {"id": 1286, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "staying", "larger", "than", "43.6", "consecutively", ",", "and", "consecutively", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "stay", "equal", "to", "77.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "43.6", "and", "signal_2_n", "math equal", "77.7", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 22], "prop": [["signal_1_n", ">", "43.6"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "77.7"]]}}} {"id": 1964, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "without", "any", "delay", "the", "transition", "action", "that", "signal_3_n", "starts", "deviating", "from", "6.0", "will", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "fall", "(", "signal_3_n", "math equal", "6.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "without", "any", "delay", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 29], "prop": [["fall", "(", "signal_3_n", "==", "6.0", ")"]]}}} {"id": 2695, "sentence": ["If", "the", "event", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "84.6", "is", "observed", "then", "in", "response", "at", "the", "same", "moment", "the", "event", "that", "the", "mode", "of", "signal_2_n", "deviates", "from", "signal_3_n", "has", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "84.6", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "at", "the", "same", "moment", "the", "event", "that", "(", "prop_2", ")", "has", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<=", "84.6", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 395, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "less", "than", "81.4", "or", "the", "signal_2_n", "signal", "gets", "set", "to", "91.7", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "coming", "82", "time", "units", ",", "the", "signal_3_n", "signal", "must", "be", "ultimately", "no", "less", "than", "39.6", "at", "a", "certain", "time", "instant", "in", "less", "than", "93", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "81.4", "or", "rise", "(", "signal_2_n", "math equal", "91.7", ")", "imply", "globally", "[0,82]", "(", "finally", "[0,93]", "(", "signal_3_n", "more equal", "39.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "time", "point", "in", "the", "coming", "82", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "82", "]", "(", "F", "[", "0", ":", "93", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "<", "81.4"]]}, " prop_2 ": {"span": [17, 24], "prop": [["rise", "(", "signal_2_n", "==", "91.7", ")"]]}, " prop_3 ": {"span": [39, 60], "prop": [["signal_3_n", ">=", "39.6"]]}}} {"id": 858, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "21.3", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "ought", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "21.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<", "21.3", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2725, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "67", "time", "units", ",", "signal_1_n", "will", "have", "to", "equal", "to", "66.8", "consecutively", ",", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "remain", "below", "56.2", "."], "ltl": ["globally", "[0,67]", "(", "signal_1_n", "math equal", "66.8", "and", "signal_2_n", "less", "56.2", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "67", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "67", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "66.8"]]}, " prop_2 ": {"span": [21, 32], "prop": [["signal_2_n", "<", "56.2"]]}}} {"id": 1510, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "70.0", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "consecutively", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "keep", "higher", "than", "17.6", "and", "smaller", "than", "68.5", "until", "there", "exists", "a", "time", "within", "the", "next", "55", "time", "units", ",", "at", "which", "signal_3_n", "will", "be", "larger", "than", "92.2", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "70.0", ")", "imply", "(", "signal_2_n", "more", "17.6", "and", "signal_2_n", "less", "68.5", ")", "until", "[0,55]", "(", "signal_3_n", "more", "92.2", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "55", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "70.0", ")"]]}, " prop_2 ": {"span": [23, 60], "prop": [["signal_2_n", ">", "17.6"], ["signal_2_n", "<", "68.5"], ["signal_3_n", ">", "92.2"]]}}} {"id": 396, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "more", "than", "46.7", "gets", "observed", ",", "then", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "has", "to", "be", "equal", "to", "76.6", ",", "or", "the", "signal_3_n", "signal", "ought", "to", "stay", "higher", "than", "8.3", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "46.7", ")", "imply", "signal_2_n", "math equal", "76.6", "or", "signal_3_n", "more", "8.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "starting", "without", "any", "delay", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", ">", "46.7", ")"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "76.6"]]}, " prop_3 ": {"span": [40, 53], "prop": [["signal_3_n", ">", "8.3"]]}}} {"id": 1282, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "greater", "than", "47.1", ",", "and", "the", "signal_2_n", "signal", "should", "remain", "equal", "to", "79.2", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "47.1", "and", "signal_2_n", "math equal", "79.2", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">", "47.1"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", "==", "79.2"]]}}} {"id": 959, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_4_n", "signal", "should", "eventually", "keep", "equal", "to", "15.7", "at", "a", "certain", "time", "point", "during", "the", "next", "94", "time", "units", ",", "till", "then", "the", "signal_3_n", "signal", "will", "always", "remain", "less", "than", "or", "equal", "to", "43.2", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "43.2", ")", "until", "[0,94]", "(", "signal_4_n", "math equal", "15.7", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 44], "prop": [["signal_4_n", "==", "15.7"]]}, " prop_3 ": {"span": [47, 59], "prop": [["signal_3_n", "<=", "43.2"]]}}} {"id": 643, "sentence": ["For", "each", "time", "point", "during", "the", "first", "46", "to", "93", "time", "units", "the", "signal_1_n", "signal", "shall", "remain", "greater", "than", "or", "equal", "to", "81.7", "consecutively", "."], "ltl": ["globally", "[46,93]", "(", "signal_1_n", "more equal", "81.7", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "46", "to", "93", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "46", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">=", "81.7"]]}}} {"id": 5281, "sentence": ["Whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "66.0", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "a", "certain", "time", "instant", "within", "the", "subsequent", "31", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "signal_3_n", "then", "this", "condition", "will", "be", "holding", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "66.0", "imply", "finally", "[0,31]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "after", "a", "certain", "time", "instant", "within", "the", "subsequent", "31", "time", "units", ",", "(", "prop_2", ")", "then", "this", "condition", "will", "be", "holding", "in", "the", "future", "till", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "31", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 13], "prop": [["signal_1_n", "<=", "66.0"]]}, " prop_2 ": {"span": [33, 42], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3939, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "jumps", "to", "more", "than", "35.9", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "remain", "below", "84.2", "for", "every", "time", "instant", "in", "the", "first", "18", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "35.9", ")", "imply", "globally", "[0,18]", "(", "signal_2_n", "less", "84.2", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 17], "prop": [["rise", "(", "signal_1_n", ">", "35.9", ")"]]}, " prop_2 ": {"span": [26, 45], "prop": [["signal_2_n", "<", "84.2"]]}}} {"id": 3695, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "60.0", "happens", "then", "the", "signal_2_n", "signal", "shall", "stay", "above", "33.9", "and", "below", "47.8", "uninterruptedly", "till", "at", "a", "time", "within", "the", "first", "70", "to", "71", "time", "units", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "enters", "signal_4_n", "takes", "place", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "60.0", ")", "imply", "(", "signal_2_n", "more", "33.9", "and", "signal_2_n", "less", "47.8", ")", "until", "[70,71]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "70", ":", "71", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "60.0", ")"]]}, " prop_2 ": {"span": [22, 57], "prop": [["signal_2_n", ">", "33.9"], ["signal_2_n", "<", "47.8"], ["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 228, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "26", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "stay", "no", "less", "than", "6.0", "consecutively", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more equal", "6.0", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "26", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">=", "6.0"]]}}} {"id": 2962, "sentence": ["For", "each", "moment", "during", "the", "first", "36", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "will", "have", "to", "stay", "below", "78.9", ",", "and", "without", "interruption", "the", "signal_2_n", "signal", "needs", "to", "stay", "less", "than", "89.7", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "less", "78.9", "and", "signal_2_n", "less", "89.7", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "36", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<", "78.9"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "<", "89.7"]]}}} {"id": 5268, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "signal_1_n", "has", "to", "be", "over", "83.7", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "more", "83.7", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["signal_1_n", ">", "83.7"]]}}} {"id": 3086, "sentence": ["Whenever", "signal_1_n", "gets", "changed", "to", "signal_2_n", "then", "there", "will", "have", "to", "be", "a", "time", "within", "the", "subsequent", "93", "time", "units", "finally", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "consecutively", "stay", "greater", "than", "7.3", "and", "smaller", "than", "9.7", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,93]", "(", "globally", "(", "signal_3_n", "more", "7.3", "and", "signal_3_n", "less", "9.7", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "there", "will", "have", "to", "be", "a", "time", "within", "the", "subsequent", "93", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "G", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 49], "prop": [["signal_3_n", ">", "7.3"], ["signal_3_n", "<", "9.7"]]}}} {"id": 5801, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "21", "to", "21", "time", "units", "finally", "the", "signal_1_n", "signal", "should", "keep", "at", "most", "6.6", "."], "ltl": ["finally", "[21,21]", "(", "signal_1_n", "less equal", "6.6", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "21", "to", "21", "time", "units", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "21", ":", "21", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "<=", "6.6"]]}}} {"id": 936, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "keeps", "greater", "than", "44.1", "and", "smaller", "than", "53.2", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "is", "not", "signal_3_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "the", "signal_4_n", "signal", "ought", "to", "be", "larger", "than", "52.7", "and", "the", "scenario", "that", "the", "value", "of", "signal", "signal_5_n", "drops", "to", "less", "than", "or", "equal", "to", "23.6", "will", "get", "detected", "instantly", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "44.1", "and", "signal_1_n", "less", "53.2", ")", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "signal_4_n", "more", "52.7", "and", "rise", "(", "signal_5_n", "less equal", "23.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "and", "the", "scenario", "that", "(", "prop_4", ")", "will", "get", "detected", "instantly", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">", "44.1"], ["signal_1_n", "<", "53.2"]]}, " prop_2 ": {"span": [22, 30], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [45, 54], "prop": [["signal_4_n", ">", "52.7"]]}, " prop_4 ": {"span": [58, 71], "prop": [["rise", "(", "signal_5_n", "<=", "23.6", ")"]]}}} {"id": 6119, "sentence": ["When", "signal_1_n", "goes", "to", "no", "less", "than", "12.2", ",", "then", "in", "response", "signal_2_n", "has", "to", "instantly", "stay", "above", "21.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "12.2", ")", "imply", "signal_2_n", "more", "21.2", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", ">=", "12.2", ")"]]}, " prop_2 ": {"span": [12, 19], "prop": [["signal_2_n", ">", "21.2"]]}}} {"id": 21, "sentence": ["When", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "48.9", "and", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "decreases", "below", "55.2", "occurs", ",", "then", "for", "each", "moment", "within", "the", "following", "23", "to", "50", "time", "units", "the", "value", "of", "signal", "signal_3_n", "should", "be", "20.4", "ultimately", "at", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "48.9", "and", "rise", "(", "signal_2_n", "less", "55.2", ")", "imply", "globally", "[23,50]", "(", "finally", "(", "signal_3_n", "math equal", "20.4", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "occurs", ",", "then", "for", "each", "moment", "within", "the", "following", "23", "to", "50", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "23", ":", "50", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">=", "48.9"]]}, " prop_2 ": {"span": [14, 21], "prop": [["rise", "(", "signal_2_n", "<", "55.2", ")"]]}, " prop_3 ": {"span": [35, 55], "prop": [["signal_3_n", "==", "20.4"]]}}} {"id": 1101, "sentence": ["When", "the", "event", "that", "signal_1_n", "starts", "not", "equaling", "to", "10.1", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "within", "58", "time", "units", "without", "interruption", "signal_2_n", "must", "be", "set", "to", "56.8", "for", "every", "moment", "in", "the", "subsequent", "52", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "10.1", ")", "imply", "finally", "[0,58]", "(", "globally", "[0,52]", "(", "signal_2_n", "math equal", "56.8", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "after", "sometime", "within", "58", "time", "units", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "58", "]", "(", "G", "[", "0", ":", "52", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "10.1", ")"]]}, " prop_2 ": {"span": [27, 42], "prop": [["signal_2_n", "==", "56.8"]]}}} {"id": 1872, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "exceeds", "the", "threshold", "of", "82.7", "is", "detected", ",", "then", "the", "condition", "that", "the", "signal_2_n", "signal", "will", "consistently", "not", "be", "equal", "to", "59.4", "for", "every", "time", "instant", "within", "19", "time", "units", "will", "not", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.7", ")", "imply", "negation", "(", "globally", "[0,19]", "(", "negation", "(", "signal_2_n", "math equal", "59.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "condition", "that", "(", "prop_2", ")", "will", "not", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "82.7", ")"]]}, " prop_2 ": {"span": [19, 37], "prop": [["-", "(", "signal_2_n", "==", "59.4", ")"]]}}} {"id": 5941, "sentence": ["Globally", ",", "while", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "continuously", "the", "signal_3_n", "signal", "will", "never", "be", "less", "than", "79.6", "during", "the", "past", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "historically", "(", "negation", "(", "signal_3_n", "less", "79.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 30], "prop": [["-", "(", "signal_3_n", "<", "79.6", ")"]]}}} {"id": 4941, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "less", "than", "72.4", "and", "the", "transition", "action", "that", "signal_2_n", "jumps", "to", "at", "least", "80.4", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "signal_3_n", "ought", "not", "to", "be", "at", "most", "30.6", "and", "then", "uninterruptedly", "this", "scenario", "ought", "to", "hold", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less", "72.4", "and", "rise", "(", "signal_2_n", "more equal", "80.4", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_3_n", "less equal", "30.6", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_3", ")", "and", "then", "uninterruptedly", "this", "scenario", "ought", "to", "hold", "in", "the", "future", "till", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<", "72.4"]]}, " prop_2 ": {"span": [14, 20], "prop": [["rise", "(", "signal_2_n", ">=", "80.4", ")"]]}, " prop_3 ": {"span": [43, 51], "prop": [["-", "(", "signal_3_n", "<=", "30.6", ")"]]}}} {"id": 4794, "sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "signal_1_n", "shall", "be", "21.6", "eventually", ",", "or", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "67.6", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "21.6", "or", "signal_2_n", "more equal", "67.6", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 24], "prop": [["signal_1_n", "==", "21.6"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", ">=", "67.6"]]}}} {"id": 4917, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "sha", "n't", "get", "detected", "ultimately", ",", "or", "signal_3_n", "has", "to", "be", "eventually", "less", "than", "or", "equal", "to", "77.4", "."], "ltl": ["finally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "less equal", "77.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "transition", "action", "that", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 31], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [33, 44], "prop": [["signal_3_n", "<=", "77.4"]]}}} {"id": 2941, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "13.2", "is", "detected", "and", "the", "value", "of", "signal_2_n", "is", "n't", "equal", "to", "69.3", "then", "for", "every", "time", "instant", "within", "the", "coming", "86", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "starting", "at", "most", "18", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "drops", "to", "at", "most", "94.7", "will", "have", "to", "ultimately", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "13.2", ")", "and", "negation", "(", "signal_2_n", "math equal", "69.3", ")", "imply", "globally", "[0,86]", "(", "finally", "[0,18]", "(", "rise", "(", "signal_3_n", "less equal", "94.7", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", "then", "for", "every", "time", "instant", "within", "the", "coming", "86", "time", "units", ",", "there", "has", "to", "be", "a", "certain", "moment", "starting", "at", "most", "18", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "have", "to", "ultimately", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "86", "]", "(", "F", "[", "0", ":", "18", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "13.2", ")"]]}, " prop_2 ": {"span": [13, 22], "prop": [["-", "(", "signal_2_n", "==", "69.3", ")"]]}, " prop_3 ": {"span": [53, 62], "prop": [["rise", "(", "signal_3_n", "<=", "94.7", ")"]]}}} {"id": 84, "sentence": ["For", "each", "time", "point", "during", "the", "first", "62", "to", "65", "time", "units", "the", "value", "of", "signal_1_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "36.8", "and", "less", "than", "or", "equal", "to", "67.5", "consecutively", "."], "ltl": ["globally", "[62,65]", "(", "signal_1_n", "more equal", "36.8", "and", "signal_1_n", "less equal", "67.5", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "62", "to", "65", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "62", ":", "65", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 33], "prop": [["signal_1_n", ">=", "36.8"], ["signal_1_n", "<=", "67.5"]]}}} {"id": 2395, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "state", "of", "signal", "signal_1_n", "needs", "to", "uninterruptedly", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6341, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "57.6", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "equal", "to", "6.8", "immediately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "57.6", ")", "imply", "signal_2_n", "math equal", "6.8", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "57.6", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", "==", "6.8"]]}}} {"id": 110, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "larger", "than", "16.8", "and", "below", "46.1", "or", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "greater", "than", "44.6", "promptly", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "16.8", "and", "signal_1_n", "less", "46.1", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "signal_4_n", "more", "44.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "16.8"], ["signal_1_n", "<", "46.1"]]}, " prop_2 ": {"span": [19, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 46], "prop": [["signal_4_n", ">", "44.6"]]}}} {"id": 1863, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "62.9", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "is", "above", "80.0", "and", "then", "needs", "to", "stay", "in", "this", "range", "consecutively", "for", "each", "time", "point", "within", "the", "first", "87", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "62.9", ")", "imply", "globally", "[0,87]", "(", "signal_2_n", "more", "80.0", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "62.9", ")"]]}, " prop_2 ": {"span": [26, 51], "prop": [["signal_2_n", ">", "80.0"]]}}} {"id": 418, "sentence": ["Within", "the", "first", "23", "time", "units", ",", "signal_1_n", "must", "be", "always", "less", "than", "or", "equal", "to", "16.2", ",", "and", "the", "value", "of", "signal_2_n", "must", "be", "8.9", "continuously", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "less equal", "16.2", "and", "signal_2_n", "math equal", "8.9", ")"], "logic_sentence": ["Within", "the", "first", "23", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "16.2"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "==", "8.9"]]}}} {"id": 1847, "sentence": ["Eventually", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "12", "to", "18", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "at", "most", "54.2", "will", "have", "to", "get", "detected", "."], "ltl": ["finally", "[12,18]", "(", "rise", "(", "signal_1_n", "less equal", "54.2", ")", ")"], "logic_sentence": ["Eventually", "there", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "12", "to", "18", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "get", "detected", "."], "logic_ltl": ["F", "[", "12", ":", "18", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [24, 32], "prop": [["rise", "(", "signal_1_n", "<=", "54.2", ")"]]}}} {"id": 251, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "least", "53.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "exist", "sometime", "in", "the", "coming", "35", "time", "units", "ultimately", ",", "at", "which", "the", "signal_2_n", "signal", "has", "to", "consecutively", "stay", "higher", "than", "44.5", "and", "less", "than", "or", "equal", "to", "97.3", "for", "every", "time", "instant", "during", "the", "subsequent", "56", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "53.1", ")", "imply", "finally", "[0,35]", "(", "globally", "[0,56]", "(", "signal_2_n", "more", "44.5", "and", "signal_2_n", "less equal", "97.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "exist", "sometime", "in", "the", "coming", "35", "time", "units", "ultimately", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "35", "]", "(", "G", "[", "0", ":", "56", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", ">=", "53.1", ")"]]}, " prop_2 ": {"span": [49, 76], "prop": [["signal_2_n", ">", "44.5"], ["signal_2_n", "<=", "97.3"]]}}} {"id": 477, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "remains", "less", "than", "or", "equal", "to", "7.5", ",", "and", "the", "event", "that", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "15.7", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "the", "event", "that", "the", "mode", "of", "signal_3_n", "is", "changed", "to", "signal_4_n", "will", "take", "place", "at", "a", "certain", "moment", "during", "the", "subsequent", "26", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "7.5", "and", "rise", "(", "signal_2_n", "more equal", "15.7", ")", "imply", "finally", "[0,26]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "the", "event", "that", "(", "prop_3", ")", "will", "take", "place", "at", "a", "certain", "moment", "during", "the", "subsequent", "26", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "26", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["signal_1_n", "<=", "7.5"]]}, " prop_2 ": {"span": [19, 27], "prop": [["rise", "(", "signal_2_n", ">=", "15.7", ")"]]}, " prop_3 ": {"span": [42, 50], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 548, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "leaves", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "the", "signal_3_n", "signal", "has", "to", "be", "at", "most", "22.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "22.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 37], "prop": [["signal_3_n", "<=", "22.5"]]}}} {"id": 1804, "sentence": ["For", "more", "than", "38", "time", "units", ",", "without", "interruption", "signal_1_n", "will", "have", "to", "be", "less", "than", "43.9", "."], "ltl": ["globally", "[0,38]", "(", "signal_1_n", "less", "43.9", ")"], "logic_sentence": ["For", "more", "than", "38", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "38", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "<", "43.9"]]}}} {"id": 3878, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "84.1", "gets", "detected", "or", "the", "signal_2_n", "signal", "gets", "to", "less", "than", "or", "equal", "to", "21.3", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_3_n", "needs", "to", "be", "set", "to", "signal_4_n", "promptly", "or", "simultaneously", "the", "signal_5_n", "signal", "ought", "to", "be", "equal", "to", "72.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.1", ")", "or", "rise", "(", "signal_2_n", "less equal", "21.3", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "signal_5_n", "math equal", "72.1", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "or", "simultaneously", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "84.1", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["rise", "(", "signal_2_n", "<=", "21.3", ")"]]}, " prop_3 ": {"span": [39, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [53, 62], "prop": [["signal_5_n", "==", "72.1"]]}}} {"id": 266, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "lower", "than", "2.0", "is", "detected", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "0", "time", "units", ",", "there", "will", "exist", "sometime", "within", "the", "first", "93", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "becomes", "signal_3_n", "will", "have", "to", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.0", ")", "imply", "globally", "[0,0]", "(", "finally", "[0,93]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "for", "each", "time", "point", "in", "the", "subsequent", "0", "time", "units", ",", "there", "will", "exist", "sometime", "within", "the", "first", "93", "time", "units", "eventually", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["rise", "(", "signal_1_n", "<", "2.0", ")"]]}, " prop_2 ": {"span": [57, 60], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 23, "sentence": ["There", "should", "exist", "a", "time", "in", "the", "first", "85", "time", "units", ",", "at", "which", "signal_1_n", "needs", "to", "be", "eventually", "equal", "to", "24.1", ",", "or", "finally", "the", "signal_2_n", "signal", "must", "be", "larger", "than", "86.8", "."], "ltl": ["finally", "[0,85]", "(", "signal_1_n", "math equal", "24.1", "or", "signal_2_n", "more", "86.8", ")"], "logic_sentence": ["There", "should", "exist", "a", "time", "in", "the", "first", "85", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "85", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["signal_1_n", "==", "24.1"]]}, " prop_2 ": {"span": [25, 33], "prop": [["signal_2_n", ">", "86.8"]]}}} {"id": 914, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "20.8", ",", "and", "the", "signal_2_n", "signal", "is", "smaller", "than", "29.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "subsequent", "56", "time", "units", ",", "finally", "there", "should", "be", "a", "certain", "time", "point", "starting", "at", "most", "10", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_3_n", "signal", "becomes", "equal", "to", "90.4", "will", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "20.8", "and", "signal_2_n", "less", "29.7", "imply", "globally", "[0,56]", "(", "finally", "[0,10]", "(", "rise", "(", "signal_3_n", "math equal", "90.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "during", "the", "subsequent", "56", "time", "units", ",", "finally", "there", "should", "be", "a", "certain", "time", "point", "starting", "at", "most", "10", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "will", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "56", "]", "(", "F", "[", "0", ":", "10", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "20.8"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", "<", "29.7"]]}, " prop_3 ": {"span": [61, 68], "prop": [["rise", "(", "signal_3_n", "==", "90.4", ")"]]}}} {"id": 5707, "sentence": ["There", "should", "be", "a", "certain", "moment", "in", "the", "first", "98", "time", "units", ",", "at", "which", "signal_1_n", "should", "be", "eventually", "no", "less", "than", "1.1", "and", "less", "than", "or", "equal", "to", "3.8", ",", "and", "the", "state", "of", "signal_2_n", "remains", "in", "signal_3_n", "eventually", "."], "ltl": ["finally", "[0,98]", "(", "(", "signal_1_n", "more equal", "1.1", "and", "signal_1_n", "less equal", "3.8", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "in", "the", "first", "98", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "98", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 30], "prop": [["signal_1_n", ">=", "1.1"], ["signal_1_n", "<=", "3.8"]]}, " prop_2 ": {"span": [32, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6466, "sentence": ["On", "condition", "that", "signal_1_n", "is", "at", "least", "3.9", "and", "less", "than", "7.3", "and", "has", "been", "keeping", "like", "this", "consistently", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "wo", "n't", "get", "set", "to", "signal_3_n", "and", "then", "needs", "to", "keep", "like", "that", "during", "the", "past", "16", "to", "52", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more equal", "3.9", "and", "signal_1_n", "less", "7.3", ")", "imply", "historically", "[16,52]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "hist|ically", "[", "16", ":", "52", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 28], "prop": [["signal_1_n", ">=", "3.9"], ["signal_1_n", "<", "7.3"]]}, " prop_2 ": {"span": [35, 57], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1039, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "above", "13.4", "and", "smaller", "than", "39.5", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "coming", "21", "to", "30", "time", "units", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "less", "than", "or", "equal", "to", "74.7", "shall", "occur", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more", "13.4", "and", "signal_1_n", "less", "39.5", "imply", "globally", "[21,30]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "74.7", ")", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "during", "the", "coming", "21", "to", "30", "time", "units", "there", "needs", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "occur", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "21", ":", "30", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "13.4"], ["signal_1_n", "<", "39.5"]]}, " prop_2 ": {"span": [58, 70], "prop": [["rise", "(", "signal_2_n", "<=", "74.7", ")"]]}}} {"id": 119, "sentence": ["There", "shall", "be", "sometime", "after", "at", "most", "97", "time", "units", ",", "at", "which", "eventually", "the", "event", "that", "the", "value", "of", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "2.2", "will", "have", "to", "get", "detected", "or", "signal_2_n", "is", "in", "signal_3_n", "eventually", "."], "ltl": ["finally", "[0,97]", "(", "rise", "(", "signal_1_n", "more equal", "2.2", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "shall", "be", "sometime", "after", "at", "most", "97", "time", "units", ",", "at", "which", "eventually", "the", "event", "that", "(", "prop_1", ")", "will", "have", "to", "get", "detected", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "97", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 29], "prop": [["rise", "(", "signal_1_n", ">=", "2.2", ")"]]}, " prop_2 ": {"span": [35, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 513, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", ",", "then", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "11", "to", "29", "time", "units", ",", "at", "which", "the", "event", "that", "the", "state", "of", "signal_3_n", "shifts", "to", "signal_4_n", "needs", "to", "take", "place", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[11,29]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "11", "to", "29", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "take", "place", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "11", ":", "29", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 47], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4160, "sentence": ["For", "every", "time", "point", "during", "the", "first", "96", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "will", "be", "in", "signal_2_n", ",", "and", "consecutively", "the", "value", "of", "signal_3_n", "will", "have", "to", "remain", "equal", "to", "34.0", "."], "ltl": ["globally", "[0,96]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "34.0", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "96", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "96", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_3_n", "==", "34.0"]]}}} {"id": 973, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "gets", "raised", "above", "44.5", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consecutively", "the", "value", "of", "signal_2_n", "needs", "to", "stay", "equal", "to", "47.7", "till", "the", "value", "of", "signal", "signal_3_n", "eventually", "becomes", "no", "larger", "than", "3.0", ",", "which", "is", "observed", "at", "a", "certain", "time", "point", "in", "the", "following", "11", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "44.5", ")", "imply", "(", "signal_2_n", "math equal", "47.7", ")", "until", "[0,11]", "(", "rise", "(", "signal_3_n", "less equal", "3.0", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "44.5", ")"]]}, " prop_2 ": {"span": [23, 60], "prop": [["signal_2_n", "==", "47.7"], ["rise", "(", "signal_3_n", "<=", "3.0", ")"]]}}} {"id": 1182, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_1_n", "is", "consistently", "60.5", ",", "and", "uninterruptedly", "the", "value", "of", "signal_2_n", "must", "not", "be", "above", "31.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "60.5", "and", "negation", "(", "signal_2_n", "more", "31.1", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "60.5"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "(", "signal_2_n", ">", "31.1", ")"]]}}} {"id": 1841, "sentence": ["For", "each", "moment", "within", "the", "first", "45", "time", "units", ",", "consecutively", "the", "value", "of", "signal_1_n", "will", "be", "keeping", "at", "least", "13.2", "and", "no", "more", "than", "46.7", ",", "or", "the", "signal_2_n", "signal", "needs", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[0,45]", "(", "(", "signal_1_n", "more equal", "13.2", "and", "signal_1_n", "less equal", "46.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "45", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "45", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["signal_1_n", ">=", "13.2"], ["signal_1_n", "<=", "46.7"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1312, "sentence": ["For", "every", "moment", "during", "the", "first", "90", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "ought", "to", "stay", "below", "62.0", "."], "ltl": ["globally", "[0,90]", "(", "signal_1_n", "less", "62.0", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "90", "time", "units", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "90", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "<", "62.0"]]}}} {"id": 4685, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "at", "least", "60.0", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_2_n", "ought", "to", "be", "signal_3_n", "and", "continues", "like", "that", "all", "the", "time", "for", "each", "moment", "within", "the", "coming", "26", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "60.0", ")", "imply", "finally", "(", "globally", "[0,26]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "ultimately", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "and", "continues", "like", "that", "all", "the", "time", "for", "each", "moment", "within", "the", "coming", "26", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "26", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", ">=", "60.0", ")"]]}, " prop_2 ": {"span": [49, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 815, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_4_n", "will", "be", "ultimately", "in", "signal_5_n", "at", "a", "certain", "time", "instant", "in", "the", "next", "1", "to", "96", "time", "units", ",", "before", "that", "consistently", "the", "signal_3_n", "signal", "will", "have", "to", "be", "set", "to", "91.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "91.1", ")", "until", "[1,96]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "1", ":", "96", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 68], "prop": [["signal_4_n", "==", "signal_5_n"], ["signal_3_n", "==", "91.1"]]}}} {"id": 2679, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "68.0", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "shall", "be", "17.4", "then", "consecutively", "this", "condition", "shall", "sustain", "for", "each", "time", "point", "within", "the", "next", "97", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "68.0", ")", "imply", "globally", "[0,97]", "(", "signal_2_n", "math equal", "17.4", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "then", "consecutively", "this", "condition", "shall", "sustain", "for", "each", "time", "point", "within", "the", "next", "97", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "68.0", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "17.4"]]}}} {"id": 1706, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "this", "scenario", "has", "been", "always", "lasting", "for", "the", "past", "71", "time", "units", ",", "then", "in", "response", "there", "will", "be", "ultimately", "a", "certain", "time", "instant", "within", "the", "first", "100", "time", "units", ",", "at", "which", "for", "each", "time", "point", "in", "the", "next", "77", "time", "units", ",", "the", "mode", "of", "signal_3_n", "shall", "keep", "in", "signal_4_n", "without", "interruption", "."], "ltl": ["globally", "(", "historically", "[0,71]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,100]", "(", "globally", "[0,77]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "this", "scenario", "has", "been", "always", "lasting", "for", "the", "past", "71", "time", "units", ",", "then", "in", "response", "there", "will", "be", "ultimately", "a", "certain", "time", "instant", "within", "the", "first", "100", "time", "units", ",", "at", "which", "for", "each", "time", "point", "in", "the", "next", "77", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "71", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "100", "]", "(", "G", "[", "0", ":", "77", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [59, 69], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1131, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "less", "than", "or", "equal", "to", "30.1", "and", "this", "condition", "has", "been", "remaining", "continuously", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "then", "in", "response", "signal_2_n", "should", "remain", "above", "0.5", "and", "less", "than", "46.4", "all", "the", "time", "until", "there", "is", "a", "certain", "time", "instant", "in", "the", "subsequent", "64", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "signal_3_n", "deviates", "from", "27.7", "gets", "detected", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "less equal", "30.1", ")", "imply", "(", "signal_2_n", "more", "0.5", "and", "signal_2_n", "less", "46.4", ")", "until", "[0,64]", "(", "fall", "(", "signal_3_n", "math equal", "27.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "and", "this", "condition", "has", "been", "remaining", "continuously", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<=", "30.1"]]}, " prop_2 ": {"span": [34, 72], "prop": [["signal_2_n", ">", "0.5"], ["signal_2_n", "<", "46.4"], ["fall", "(", "signal_3_n", "==", "27.7", ")"]]}}} {"id": 318, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "64", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "has", "to", "keep", "less", "than", "or", "equal", "to", "84.5", ",", "or", "the", "value", "of", "signal", "signal_2_n", "will", "always", "equal", "to", "61.8", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "less equal", "84.5", "or", "signal_2_n", "math equal", "61.8", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "64", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", "<=", "84.5"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", "==", "61.8"]]}}} {"id": 5742, "sentence": ["There", "will", "be", "a", "certain", "time", "point", "within", "24", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "must", "fall", "below", "66.6", "."], "ltl": ["finally", "[0,24]", "(", "rise", "(", "signal_1_n", "less", "66.6", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "point", "within", "24", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["rise", "(", "signal_1_n", "<", "66.6", ")"]]}}} {"id": 496, "sentence": ["On", "condition", "that", "continuously", "the", "mode", "of", "signal_1_n", "will", "not", "be", "set", "to", "signal_2_n", "for", "each", "time", "instant", "within", "the", "coming", "92", "time", "units", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "after", "at", "most", "39", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "50.7", "and", "less", "than", "or", "equal", "to", "61.9", "and", "then", "stay", "like", "this", "continuously", "for", "each", "moment", "in", "the", "next", "54", "time", "units", "."], "ltl": ["globally", "(", "globally", "[0,92]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "finally", "[0,39]", "(", "globally", "[0,54]", "(", "signal_3_n", "more equal", "50.7", "and", "signal_3_n", "less equal", "61.9", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "continuously", "(", "prop_1", ")", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "after", "at", "most", "39", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "[", "0", ":", "92", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "0", ":", "54", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 24], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 76], "prop": [["signal_3_n", ">=", "50.7"], ["signal_3_n", "<=", "61.9"]]}}} {"id": 612, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "18.2", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "68", "time", "units", "finally", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "uninterruptedly", "stay", "in", "signal_3_n", "for", "the", "next", "15", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "18.2", ")", "imply", "finally", "[0,68]", "(", "globally", "[0,15]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "a", "certain", "time", "instant", "within", "68", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "68", "]", "(", "G", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<=", "18.2", ")"]]}, " prop_2 ": {"span": [46, 63], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4178, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "gets", "set", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "signal_3_n", "must", "be", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [28, 34], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5894, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "is", "changed", "to", "76.0", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "gets", "changed", "to", "signal_3_n", "must", "instantly", "not", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "76.0", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "must", "instantly", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "76.0", ")"]]}, " prop_2 ": {"span": [36, 44], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 717, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "no", "less", "than", "15.1", "takes", "place", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "ought", "to", "be", "below", "82.9", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "15.1", ")", "imply", "signal_2_n", "less", "82.9", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "15.1", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "<", "82.9"]]}}} {"id": 1304, "sentence": ["If", "signal_1_n", "is", "33.4", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "begins", "deviating", "from", "18.5", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "following", "53", "time", "units", ",", "eventually", "the", "value", "of", "signal_3_n", "shall", "be", "greater", "than", "or", "equal", "to", "5.2", "and", "below", "7.8", "at", "a", "certain", "time", "instant", "in", "the", "coming", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "33.4", "or", "fall", "(", "signal_2_n", "math equal", "18.5", ")", "imply", "globally", "[0,53]", "(", "finally", "[0,81]", "(", "signal_3_n", "more equal", "5.2", "and", "signal_3_n", "less", "7.8", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "following", "53", "time", "units", ",", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "53", "]", "(", "F", "[", "0", ":", "81", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 4], "prop": [["signal_1_n", "==", "33.4"]]}, " prop_2 ": {"span": [9, 18], "prop": [["fall", "(", "signal_2_n", "==", "18.5", ")"]]}, " prop_3 ": {"span": [41, 67], "prop": [["signal_3_n", ">=", "5.2"], ["signal_3_n", "<", "7.8"]]}}} {"id": 798, "sentence": ["There", "should", "exist", "a", "certain", "moment", "after", "between", "3", "to", "51", "time", "units", ",", "at", "which", "finally", "signal_1_n", "will", "be", "larger", "than", "12.9", "and", "below", "43.3", "and", "signal_2_n", "has", "to", "finally", "go", "to", "at", "most", "76.6", "."], "ltl": ["finally", "[3,51]", "(", "(", "signal_1_n", "more", "12.9", "and", "signal_1_n", "less", "43.3", ")", "and", "rise", "(", "signal_2_n", "less equal", "76.6", ")", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "after", "between", "3", "to", "51", "time", "units", ",", "at", "which", "finally", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "3", ":", "51", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", ">", "12.9"], ["signal_1_n", "<", "43.3"]]}, " prop_2 ": {"span": [27, 36], "prop": [["rise", "(", "signal_2_n", "<=", "76.6", ")"]]}}} {"id": 1424, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "smaller", "than", "24.3", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "61.0", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "24.3", ")", "imply", "signal_2_n", "less equal", "61.0", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", "<", "24.3", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["signal_2_n", "<=", "61.0"]]}}} {"id": 254, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "25.4", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "99.4", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "subsequent", "5", "to", "9", "time", "units", "at", "a", "certain", "time", "point", "after", "at", "most", "48", "time", "units", "the", "signal_3_n", "signal", "must", "be", "41.2", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "25.4", "and", "signal_2_n", "less equal", "99.4", "imply", "globally", "[5,9]", "(", "finally", "[0,48]", "(", "signal_3_n", "math equal", "41.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "moment", "during", "the", "subsequent", "5", "to", "9", "time", "units", "at", "a", "certain", "time", "point", "after", "at", "most", "48", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "5", ":", "9", "]", "(", "F", "[", "0", ":", "48", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["signal_1_n", "==", "25.4"]]}, " prop_2 ": {"span": [12, 23], "prop": [["signal_2_n", "<=", "99.4"]]}, " prop_3 ": {"span": [51, 58], "prop": [["signal_3_n", "==", "41.2"]]}}} {"id": 1735, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "24.3", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "starting", "at", "most", "79", "time", "units", "eventually", "the", "value", "of", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "8.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "24.3", ")", "imply", "finally", "[0,79]", "(", "signal_2_n", "less equal", "8.6", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "instant", "starting", "at", "most", "79", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "24.3", ")"]]}, " prop_2 ": {"span": [39, 52], "prop": [["signal_2_n", "<=", "8.6"]]}}} {"id": 1598, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "rises", "to", "greater", "than", "or", "equal", "to", "77.4", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "following", "21", "time", "units", ",", "for", "each", "time", "point", "in", "the", "following", "10", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "equal", "to", "51.9", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "77.4", ")", "imply", "finally", "[0,21]", "(", "globally", "[0,10]", "(", "signal_2_n", "math equal", "51.9", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "at", "a", "time", "in", "the", "following", "21", "time", "units", ",", "for", "each", "time", "point", "in", "the", "following", "10", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "21", "]", "(", "G", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">=", "77.4", ")"]]}, " prop_2 ": {"span": [44, 56], "prop": [["signal_2_n", "==", "51.9"]]}}} {"id": 6018, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "12.4", "and", "smaller", "than", "22.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "at", "least", "43.6", "and", "less", "than", "or", "equal", "to", "70.5", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "during", "the", "following", "74", "time", "units", "for", "more", "than", "81", "time", "units", ",", "signal_3_n", "is", "never", "84.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "12.4", "and", "signal_1_n", "less", "22.1", ")", "and", "(", "signal_2_n", "more equal", "43.6", "and", "signal_2_n", "less equal", "70.5", ")", "imply", "finally", "[0,74]", "(", "globally", "[0,81]", "(", "negation", "(", "signal_3_n", "math equal", "84.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "sometime", "during", "the", "following", "74", "time", "units", "for", "more", "than", "81", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "74", "]", "(", "G", "[", "0", ":", "81", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">", "12.4"], ["signal_1_n", "<", "22.1"]]}, " prop_2 ": {"span": [23, 39], "prop": [["signal_2_n", ">=", "43.6"], ["signal_2_n", "<=", "70.5"]]}, " prop_3 ": {"span": [62, 66], "prop": [["-", "(", "signal_3_n", "==", "84.6", ")"]]}}} {"id": 1824, "sentence": ["The", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "14.8", "does", "n't", "get", "observed", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "14.8", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "does", "n't", "get", "observed", "in", "the", "future", "before", "the", "simulation", "ends", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["-", "fall", "(", "signal_1_n", "==", "14.8", ")"]]}}} {"id": 3215, "sentence": ["There", "must", "be", "finally", "a", "certain", "time", "instant", "within", "8", "to", "33", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "will", "be", "signal_2_n", "."], "ltl": ["finally", "[8,33]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "must", "be", "finally", "a", "certain", "time", "instant", "within", "8", "to", "33", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "8", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5475, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "not", "in", "signal_2_n", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "the", "mode", "of", "signal_3_n", "needs", "to", "be", "signal_4_n", "at", "a", "time", "during", "the", "coming", "10", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[10,23]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "for", "every", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "10", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2422, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "continuously", "the", "signal_1_n", "signal", "should", "be", "set", "to", "signal_2_n", "and", "the", "signal_3_n", "signal", "has", "to", "be", "consistently", "higher", "than", "87.1", "and", "less", "than", "91.2", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "(", "signal_3_n", "more", "87.1", "and", "signal_3_n", "less", "91.2", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "continuously", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_3_n", ">", "87.1"], ["signal_3_n", "<", "91.2"]]}}} {"id": 1864, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "at", "most", "27.2", "gets", "observed", "then", "in", "response", "uninterruptedly", "the", "signal_2_n", "signal", "has", "to", "stay", "higher", "than", "17.3", "for", "every", "moment", "within", "12", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "27.2", ")", "imply", "globally", "[0,12]", "(", "signal_2_n", "more", "17.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "12", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "<=", "27.2", ")"]]}, " prop_2 ": {"span": [25, 41], "prop": [["signal_2_n", ">", "17.3"]]}}} {"id": 5910, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal", "signal_1_n", "is", "n't", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "36.3", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "ought", "to", "be", "sometime", "within", "the", "coming", "98", "time", "units", ",", "at", "which", "for", "each", "time", "point", "within", "the", "following", "47", "time", "units", ",", "the", "signal_4_n", "signal", "will", "consistently", "remain", "smaller", "than", "0.4", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "36.3", "imply", "finally", "[0,98]", "(", "globally", "[0,47]", "(", "signal_4_n", "less", "0.4", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "eventually", "there", "ought", "to", "be", "sometime", "within", "the", "coming", "98", "time", "units", ",", "at", "which", "for", "each", "time", "point", "within", "the", "following", "47", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "47", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 24], "prop": [["signal_3_n", "==", "36.3"]]}, " prop_3 ": {"span": [58, 67], "prop": [["signal_4_n", "<", "0.4"]]}}} {"id": 694, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "82.6", ",", "then", "in", "response", "there", "should", "be", "a", "time", "within", "the", "following", "24", "to", "65", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "should", "be", "equal", "to", "50.3", "ultimately", ",", "and", "until", "then", "the", "value", "of", "signal_2_n", "will", "be", "consecutively", "keeping", "larger", "than", "25.6", "and", "less", "than", "47.0", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "82.6", "imply", "(", "signal_2_n", "more", "25.6", "and", "signal_2_n", "less", "47.0", ")", "until", "[24,65]", "(", "signal_3_n", "math equal", "50.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "in", "response", "there", "should", "be", "a", "time", "within", "the", "following", "24", "to", "65", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "24", ":", "65", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["signal_1_n", "==", "82.6"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_3_n", "==", "50.3"]]}, " prop_3 ": {"span": [45, 60], "prop": [["signal_2_n", ">", "25.6"], ["signal_2_n", "<", "47.0"]]}}} {"id": 619, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "21.9", "and", "the", "signal_2_n", "signal", "stays", "greater", "than", "74.1", "then", "for", "each", "time", "instant", "within", "41", "to", "85", "time", "units", "the", "value", "of", "signal_3_n", "needs", "to", "become", "more", "than", "58.5", "finally", "at", "sometime", "in", "the", "following", "95", "to", "100", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "21.9", "and", "signal_2_n", "more", "74.1", "imply", "globally", "[41,85]", "(", "finally", "[95,100]", "(", "rise", "(", "signal_3_n", "more", "58.5", ")", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "for", "each", "time", "instant", "within", "41", "to", "85", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "41", ":", "85", "]", "(", "F", "[", "95", ":", "100", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", ">", "21.9"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", ">", "74.1"]]}, " prop_3 ": {"span": [29, 50], "prop": [["rise", "(", "signal_3_n", ">", "58.5", ")"]]}}} {"id": 5890, "sentence": ["In", "case", "that", "signal_1_n", "is", "less", "than", "or", "equal", "to", "96.0", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "higher", "than", "63.6", "and", "then", "consecutively", "remained", "like", "this", "within", "the", "past", "0", "to", "49", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "96.0", "imply", "historically", "[0,49]", "(", "signal_2_n", "more", "63.6", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "96.0"]]}, " prop_2 ": {"span": [18, 44], "prop": [["signal_2_n", ">", "63.6"]]}}} {"id": 5042, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "does", "n't", "get", "detected", ",", "then", "in", "response", "for", "every", "time", "point", "during", "the", "next", "78", "time", "units", "at", "a", "certain", "time", "instant", "within", "78", "time", "units", ",", "the", "signal_3_n", "signal", "will", "have", "to", "be", "eventually", "greater", "than", "or", "equal", "to", "22.0", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,78]", "(", "finally", "[0,78]", "(", "signal_3_n", "more equal", "22.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "does", "n't", "get", "detected", ",", "then", "in", "response", "for", "every", "time", "point", "during", "the", "next", "78", "time", "units", "at", "a", "certain", "time", "instant", "within", "78", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "78", "]", "(", "F", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 54], "prop": [["signal_3_n", ">=", "22.0"]]}}} {"id": 1664, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "32.6", "gets", "detected", ",", "then", "the", "signal_2_n", "signal", "should", "n't", "be", "greater", "than", "82.3", "then", "this", "scenario", "will", "always", "remain", "till", "at", "sometime", "during", "the", "subsequent", "88", "time", "units", "signal_3_n", "is", "finally", "larger", "than", "11.3", "and", "below", "41.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "32.6", ")", "imply", "(", "negation", "(", "signal_2_n", "more", "82.3", ")", ")", "until", "[0,88]", "(", "signal_3_n", "more", "11.3", "and", "signal_3_n", "less", "41.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "(", "prop_2", ")", "then", "this", "scenario", "will", "always", "remain", "till", "at", "sometime", "during", "the", "subsequent", "88", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "88", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "32.6", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["-", "(", "signal_2_n", ">", "82.3", ")"]]}, " prop_3 ": {"span": [47, 56], "prop": [["signal_3_n", ">", "11.3"], ["signal_3_n", "<", "41.6"]]}}} {"id": 5004, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "64.0", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "a", "time", "within", "the", "subsequent", "41", "time", "units", ",", "at", "which", "the", "event", "that", "signal_2_n", "gets", "shifted", "to", "30.4", "must", "be", "detected", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "64.0", ")", "imply", "finally", "[0,41]", "(", "rise", "(", "signal_2_n", "math equal", "30.4", ")", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "must", "be", "a", "time", "within", "the", "subsequent", "41", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "be", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", "<", "64.0", ")"]]}, " prop_2 ": {"span": [42, 47], "prop": [["rise", "(", "signal_2_n", "==", "30.4", ")"]]}}} {"id": 5168, "sentence": ["The", "event", "that", "signal_1_n", "gets", "lower", "than", "36.8", "should", "be", "observed", "finally", "at", "a", "certain", "time", "point", "within", "the", "first", "16", "time", "units", "."], "ltl": ["finally", "[0,16]", "(", "rise", "(", "signal_1_n", "less", "36.8", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "should", "be", "observed", "finally", "at", "a", "certain", "time", "point", "within", "the", "first", "16", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "16", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", "<", "36.8", ")"]]}}} {"id": 1351, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "instantly", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "gets", "to", "greater", "than", "or", "equal", "to", "63.3", "has", "to", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "63.3", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "instantly", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["rise", "(", "signal_3_n", ">=", "63.3", ")"]]}}} {"id": 1232, "sentence": ["At", "a", "time", "starting", "between", "74", "to", "100", "time", "units", ",", "the", "scenario", "that", "the", "signal_1_n", "signal", "deviates", "from", "28.4", "takes", "place", "eventually", ",", "or", "signal_2_n", "should", "be", "at", "least", "31.1", "eventually", "."], "ltl": ["finally", "[74,100]", "(", "fall", "(", "signal_1_n", "math equal", "28.4", ")", "or", "signal_2_n", "more equal", "31.1", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "74", "to", "100", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "eventually", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "74", ":", "100", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["fall", "(", "signal_1_n", "==", "28.4", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", ">=", "31.1"]]}}} {"id": 2910, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "67.0", ",", "then", "there", "shall", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "for", "the", "next", "100", "time", "units", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "consistently", "greater", "than", "or", "equal", "to", "0.2", "and", "less", "than", "or", "equal", "to", "0.2", "."], "ltl": ["globally", "(", "signal_1_n", "less", "67.0", "imply", "finally", "(", "globally", "[0,100]", "(", "signal_2_n", "more equal", "0.2", "and", "signal_2_n", "less equal", "0.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "there", "shall", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "for", "the", "next", "100", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "100", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "<", "67.0"]]}, " prop_2 ": {"span": [39, 61], "prop": [["signal_2_n", ">=", "0.2"], ["signal_2_n", "<=", "0.2"]]}}} {"id": 2935, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "less", "than", "40.4", "is", "observed", ",", "then", "for", "each", "time", "instant", "in", "the", "first", "11", "to", "49", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", "signal_2_n", "should", "not", "be", "no", "less", "than", "36.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "40.4", ")", "imply", "globally", "[11,49]", "(", "finally", "(", "negation", "(", "signal_2_n", "more equal", "36.7", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "each", "time", "instant", "in", "the", "first", "11", "to", "49", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "49", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["rise", "(", "signal_1_n", "<", "40.4", ")"]]}, " prop_2 ": {"span": [47, 55], "prop": [["-", "(", "signal_2_n", ">=", "36.7", ")"]]}}} {"id": 4698, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "the", "value", "of", "signal_1_n", "will", "be", "less", "than", "or", "equal", "to", "57.4", "continuously", ",", "or", "consecutively", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "smaller", "than", "7.4", "ought", "not", "to", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "57.4", "or", "negation", "fall", "(", "signal_2_n", "more equal", "7.4", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "or", "consecutively", "the", "event", "that", "(", "prop_2", ")", "ought", "not", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", "<=", "57.4"]]}, " prop_2 ": {"span": [28, 35], "prop": [["-", "fall", "(", "signal_2_n", ">=", "7.4", ")"]]}}} {"id": 972, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "goes", "over", "61.9", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "the", "value", "of", "signal", "signal_2_n", "must", "equal", "to", "13.8", "until", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "56", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "2.7", "will", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "61.9", ")", "imply", "(", "signal_2_n", "math equal", "13.8", ")", "until", "[0,56]", "(", "rise", "(", "signal_3_n", "less equal", "2.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "(", "prop_2", ")", ",", "the", "scenario", "that", "(", "prop_3", ")", "will", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "56", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "61.9", ")"]]}, " prop_2 ": {"span": [20, 42], "prop": [["signal_2_n", "==", "13.8"]]}, " prop_3 ": {"span": [46, 59], "prop": [["rise", "(", "signal_3_n", "<=", "2.7", ")"]]}}} {"id": 543, "sentence": ["For", "each", "time", "instant", "within", "59", "time", "units", ",", "signal_1_n", "will", "be", "keeping", "higher", "than", "20.0", "and", "smaller", "than", "27.0", "continuously", ",", "and", "the", "mode", "of", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "without", "interruption", "."], "ltl": ["globally", "[0,59]", "(", "(", "signal_1_n", "more", "20.0", "and", "signal_1_n", "less", "27.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "59", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "59", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "20.0"], ["signal_1_n", "<", "27.0"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5644, "sentence": ["At", "a", "time", "in", "less", "than", "76", "time", "units", "ultimately", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "no", "larger", "than", "78.3", "happens", "."], "ltl": ["finally", "[0,76]", "(", "rise", "(", "signal_1_n", "less equal", "78.3", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "less", "than", "76", "time", "units", "ultimately", "the", "event", "that", "(", "prop_1", ")", "happens", "."], "logic_ltl": ["F", "[", "0", ":", "76", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", "<=", "78.3", ")"]]}}} {"id": 906, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "begins", "deviating", "from", "5.5", "then", "the", "value", "of", "signal", "signal_2_n", "should", "settle", "to", "38.2", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "5.5", ")", "imply", "signal_2_n", "math equal", "38.2", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["fall", "(", "signal_1_n", "==", "5.5", ")"]]}, " prop_2 ": {"span": [10, 20], "prop": [["signal_2_n", "==", "38.2"]]}}} {"id": 109, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "in", "the", "past", "19", "time", "units", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "has", "not", "been", "detected", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "will", "have", "to", "be", "greater", "than", "8.1", "and", "less", "than", "8.7", "and", "then", "have", "to", "consecutively", "stay", "in", "this", "range", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "historically", "[0,19]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "signal_3_n", "more", "8.1", "and", "signal_3_n", "less", "8.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "in", "the", "past", "19", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "has", "not", "been", "detected", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "19", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 64], "prop": [["signal_3_n", ">", "8.1"], ["signal_3_n", "<", "8.7"]]}}} {"id": 4257, "sentence": ["As", "soon", "as", "in", "the", "last", "61", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "always", "keeps", "less", "than", "76.4", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "crosses", "59.8", "must", "finally", "take", "place", "at", "sometime", "within", "the", "next", "31", "to", "42", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,61]", "(", "signal_1_n", "less", "76.4", ")", "imply", "globally", "(", "finally", "[31,42]", "(", "rise", "(", "signal_2_n", "more", "59.8", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "in", "the", "last", "61", "time", "units", ",", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "the", "event", "that", "(", "prop_2", ")", "must", "finally", "take", "place", "at", "sometime", "within", "the", "next", "31", "to", "42", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "61", "]", "(", "prop_1", ")", "->", "G", "(", "F", "[", "31", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<", "76.4"]]}, " prop_2 ": {"span": [43, 50], "prop": [["rise", "(", "signal_2_n", ">", "59.8", ")"]]}}} {"id": 568, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "92", "time", "units", ",", "the", "mode", "of", "signal_1_n", "will", "have", "to", "remain", "in", "signal_2_n", "without", "interruption", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "92", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2589, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "57.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "following", "44", "to", "69", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "22.1", "and", "less", "than", "or", "equal", "to", "40.0", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "57.8", ")", "imply", "globally", "[44,69]", "(", "finally", "(", "signal_2_n", "more equal", "22.1", "and", "signal_2_n", "less equal", "40.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "within", "the", "following", "44", "to", "69", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "44", ":", "69", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "57.8", ")"]]}, " prop_2 ": {"span": [64, 85], "prop": [["signal_2_n", ">=", "22.1"], ["signal_2_n", "<=", "40.0"]]}}} {"id": 2837, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "10.9", "occurs", ",", "then", "in", "response", "finally", "there", "is", "a", "certain", "time", "instant", "after", "at", "most", "81", "time", "units", ",", "at", "which", "signal_2_n", "is", "uninterruptedly", "set", "to", "1.4", "for", "each", "moment", "within", "the", "subsequent", "75", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "10.9", ")", "imply", "finally", "[0,81]", "(", "globally", "[0,75]", "(", "signal_2_n", "math equal", "1.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "finally", "there", "is", "a", "certain", "time", "instant", "after", "at", "most", "81", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "81", "]", "(", "G", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "10.9", ")"]]}, " prop_2 ": {"span": [39, 54], "prop": [["signal_2_n", "==", "1.4"]]}}} {"id": 11, "sentence": ["While", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "has", "to", "be", "a", "certain", "moment", "within", "the", "first", "41", "time", "units", ",", "at", "which", "for", "each", "moment", "within", "the", "following", "61", "time", "units", ",", "the", "state", "of", "signal", "signal_3_n", "must", "keep", "in", "signal_4_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,41]", "(", "globally", "[0,61]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "has", "to", "be", "a", "certain", "moment", "within", "the", "first", "41", "time", "units", ",", "at", "which", "for", "each", "moment", "within", "the", "following", "61", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [46, 56], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 550, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "happens", ",", "then", "in", "response", "promptly", "the", "value", "of", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "60.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "60.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 36], "prop": [["signal_3_n", "<=", "60.9"]]}}} {"id": 720, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "increases", "to", "at", "least", "92.3", "occurs", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "smaller", "than", "4.6", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "92.3", ")", "imply", "signal_2_n", "less", "4.6", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", ">=", "92.3", ")"]]}, " prop_2 ": {"span": [17, 34], "prop": [["signal_2_n", "<", "4.6"]]}}} {"id": 445, "sentence": ["Whenever", "signal_1_n", "falls", "to", "no", "larger", "than", "25.6", ",", "then", "in", "response", "the", "signal_2_n", "signal", "needs", "to", "be", "no", "less", "than", "29.2", "and", "then", "will", "stay", "in", "this", "range", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "25.6", ")", "imply", "globally", "(", "signal_2_n", "more equal", "29.2", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "<=", "25.6", ")"]]}, " prop_2 ": {"span": [12, 36], "prop": [["signal_2_n", ">=", "29.2"]]}}} {"id": 260, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "32.3", "is", "detected", "and", "the", "value", "of", "signal_2_n", "equals", "to", "48.6", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "will", "have", "to", "exist", "sometime", "during", "the", "subsequent", "57", "time", "units", ",", "at", "which", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "72.0", "continuously", "for", "the", "next", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "32.3", ")", "and", "signal_2_n", "math equal", "48.6", "imply", "finally", "[0,57]", "(", "globally", "[0,50]", "(", "signal_3_n", "less equal", "72.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "will", "have", "to", "exist", "sometime", "during", "the", "subsequent", "57", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "57", "]", "(", "G", "[", "0", ":", "50", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["rise", "(", "signal_1_n", "<=", "32.3", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["signal_2_n", "==", "48.6"]]}, " prop_3 ": {"span": [55, 71], "prop": [["signal_3_n", "<=", "72.0"]]}}} {"id": 549, "sentence": ["For", "the", "first", "37", "to", "43", "time", "units", "signal_1_n", "should", "remain", "on", "85.0", "all", "the", "time", "."], "ltl": ["globally", "[37,43]", "(", "signal_1_n", "math equal", "85.0", ")"], "logic_sentence": ["For", "the", "first", "37", "to", "43", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "37", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", "==", "85.0"]]}}} {"id": 6449, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "no", "less", "than", "43.2", "or", "signal_2_n", "is", "not", "signal_3_n", "then", "signal_4_n", "has", "to", "be", "set", "to", "85.6", "all", "the", "time", "until", "the", "value", "of", "signal", "signal_5_n", "will", "be", "between", "45.0", "-LRB-", "open", "-RRB-", "and", "68.6", "-LRB-", "open", "-RRB-", "ultimately", "at", "sometime", "during", "the", "first", "13", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "43.2", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "(", "signal_4_n", "math equal", "85.6", ")", "until", "[0,13]", "(", "signal_5_n", "more", "45.0", "and", "signal_5_n", "less", "68.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "13", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", ">=", "43.2"]]}, " prop_2 ": {"span": [14, 18], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [19, 56], "prop": [["signal_4_n", "==", "85.6"], ["signal_5_n", ">", "45.0"], ["signal_5_n", "<", "68.6"]]}}} {"id": 3897, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "1", "time", "units", "the", "value", "of", "signal_1_n", "should", "be", "ultimately", "at", "least", "8.8", "."], "ltl": ["finally", "[0,1]", "(", "signal_1_n", "more equal", "8.8", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "first", "1", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "1", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", ">=", "8.8"]]}}} {"id": 2650, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "jumps", "to", "larger", "than", "25.6", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal", "signal_2_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "0.4", "and", "at", "most", "13.8", "and", "then", "this", "scenario", "will", "have", "to", "uninterruptedly", "hold", "for", "every", "time", "instant", "within", "the", "following", "26", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "25.6", ")", "imply", "finally", "(", "globally", "[0,26]", "(", "signal_2_n", "more equal", "0.4", "and", "signal_2_n", "less equal", "13.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "sometime", "in", "the", "future", "before", "(", "prop_2", ")", "and", "then", "this", "scenario", "will", "have", "to", "uninterruptedly", "hold", "for", "every", "time", "instant", "within", "the", "following", "26", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "26", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">", "25.6", ")"]]}, " prop_2 ": {"span": [35, 56], "prop": [["signal_2_n", "<=", "13.8"], ["signal_2_n", ">=", "0.4"]]}}} {"id": 1477, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "becomes", "at", "least", "40.1", "is", "detected", ",", "and", "the", "value", "of", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "35.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "is", "over", "12.0", "and", "below", "56.1", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "40.1", ")", "and", "signal_2_n", "more equal", "35.9", "imply", "signal_3_n", "more", "12.0", "and", "signal_3_n", "less", "56.1", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", ">=", "40.1", ")"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", ">=", "35.9"]]}, " prop_3 ": {"span": [37, 51], "prop": [["signal_3_n", ">", "12.0"], ["signal_3_n", "<", "56.1"]]}}} {"id": 4708, "sentence": ["For", "the", "first", "12", "to", "37", "time", "units", "uninterruptedly", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "41.4", "ought", "not", "to", "get", "detected", "and", "the", "value", "of", "signal_2_n", "has", "to", "be", "set", "to", "3.8", "consistently", "."], "ltl": ["globally", "[12,37]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "41.4", ")", "and", "signal_2_n", "math equal", "3.8", ")"], "logic_sentence": ["For", "the", "first", "12", "to", "37", "time", "units", "uninterruptedly", "the", "transition", "action", "that", "(", "prop_1", ")", "ought", "not", "to", "get", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "12", ":", "37", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["-", "fall", "(", "signal_1_n", "==", "41.4", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", "==", "3.8"]]}}} {"id": 3789, "sentence": ["At", "a", "certain", "moment", "within", "42", "time", "units", ",", "eventually", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "to", "no", "more", "than", "10.2", "wo", "n't", "occur", "."], "ltl": ["finally", "[0,42]", "(", "negation", "fall", "(", "signal_1_n", "more", "10.2", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "42", "time", "units", ",", "eventually", "the", "event", "that", "(", "prop_1", ")", "wo", "n't", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["-", "fall", "(", "signal_1_n", ">", "10.2", ")"]]}}} {"id": 256, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "61.0", ",", "and", "signal_2_n", "is", "less", "than", "or", "equal", "to", "32.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "next", "6", "to", "43", "time", "units", "there", "will", "finally", "exist", "a", "certain", "moment", "in", "the", "next", "57", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "should", "be", "90.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "61.0", "and", "signal_2_n", "less equal", "32.0", "imply", "globally", "[6,43]", "(", "finally", "[0,57]", "(", "signal_3_n", "math equal", "90.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "next", "6", "to", "43", "time", "units", "there", "will", "finally", "exist", "a", "certain", "moment", "in", "the", "next", "57", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "6", ":", "43", "]", "(", "F", "[", "0", ":", "57", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "61.0"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", "<=", "32.0"]]}, " prop_3 ": {"span": [57, 63], "prop": [["signal_3_n", "==", "90.9"]]}}} {"id": 2677, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "18.7", "occurs", "then", "the", "value", "of", "signal_2_n", "will", "be", "equal", "to", "87.9", "and", "this", "condition", "has", "to", "remain", "all", "the", "time", "for", "every", "time", "point", "during", "the", "following", "38", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "18.7", ")", "imply", "globally", "[0,38]", "(", "signal_2_n", "math equal", "87.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "(", "prop_2", ")", "and", "this", "condition", "has", "to", "remain", "all", "the", "time", "for", "every", "time", "point", "during", "the", "following", "38", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "38", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["fall", "(", "signal_1_n", "==", "18.7", ")"]]}, " prop_2 ": {"span": [19, 28], "prop": [["signal_2_n", "==", "87.9"]]}}} {"id": 5946, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "49.7", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "is", "equal", "to", "41.7", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "49.7", ")", "imply", "signal_2_n", "math equal", "41.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "49.7", ")"]]}, " prop_2 ": {"span": [29, 35], "prop": [["signal_2_n", "==", "41.7"]]}}} {"id": 103, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "less", "than", "53.1", "and", "signal_2_n", "stays", "below", "87.8", "then", "in", "response", "starting", "without", "any", "delay", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "rises", "to", "no", "less", "than", "13.6", "must", "be", "observed", "and", "the", "value", "of", "signal", "signal_4_n", "should", "remain", "larger", "than", "57.3", "and", "smaller", "than", "64.1", "."], "ltl": ["globally", "(", "signal_1_n", "less", "53.1", "and", "signal_2_n", "less", "87.8", "imply", "rise", "(", "signal_3_n", "more equal", "13.6", ")", "and", "(", "signal_4_n", "more", "57.3", "and", "signal_4_n", "less", "64.1", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "in", "response", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_3", ")", "must", "be", "observed", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "53.1"]]}, " prop_2 ": {"span": [11, 15], "prop": [["signal_2_n", "<", "87.8"]]}, " prop_3 ": {"span": [25, 36], "prop": [["rise", "(", "signal_3_n", ">=", "13.6", ")"]]}, " prop_4 ": {"span": [40, 54], "prop": [["signal_4_n", ">", "57.3"], ["signal_4_n", "<", "64.1"]]}}} {"id": 1851, "sentence": ["There", "will", "be", "a", "certain", "time", "instant", "within", "the", "first", "60", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "finally", "greater", "than", "or", "equal", "to", "59.0", "and", "less", "than", "or", "equal", "to", "80.1", ",", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "no", "more", "than", "12.7", "ought", "to", "eventually", "get", "observed", "."], "ltl": ["finally", "[0,60]", "(", "(", "signal_1_n", "more equal", "59.0", "and", "signal_1_n", "less equal", "80.1", ")", "or", "rise", "(", "signal_2_n", "less equal", "12.7", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "instant", "within", "the", "first", "60", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "the", "event", "that", "(", "prop_2", ")", "ought", "to", "eventually", "get", "observed", "."], "logic_ltl": ["F", "[", "0", ":", "60", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 36], "prop": [["signal_1_n", ">=", "59.0"], ["signal_1_n", "<=", "80.1"]]}, " prop_2 ": {"span": [41, 52], "prop": [["rise", "(", "signal_2_n", "<=", "12.7", ")"]]}}} {"id": 733, "sentence": ["Globally", ",", "if", "the", "state", "of", "signal_1_n", "is", "in", "signal_2_n", "and", "this", "scenario", "has", "continued", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "keeping", "greater", "than", "or", "equal", "to", "29.5", "consecutively", "till", "the", "value", "of", "signal", "signal_4_n", "is", "greater", "than", "or", "equal", "to", "43.3", ",", "which", "ought", "to", "be", "observed", "at", "a", "certain", "moment", "during", "the", "next", "92", "to", "93", "time", "units", "eventually", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "29.5", ")", "until", "[92,93]", "(", "signal_4_n", "more equal", "43.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "this", "scenario", "has", "continued", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "92", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [30, 77], "prop": [["signal_3_n", ">=", "29.5"], ["signal_4_n", ">=", "43.3"]]}}} {"id": 1756, "sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "63", "time", "units", ",", "at", "which", "signal_1_n", "should", "be", "at", "least", "18.3", "and", "less", "than", "23.7", "ultimately", "."], "ltl": ["finally", "[0,63]", "(", "signal_1_n", "more equal", "18.3", "and", "signal_1_n", "less", "23.7", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "63", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "63", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", ">=", "18.3"], ["signal_1_n", "<", "23.7"]]}}} {"id": 4695, "sentence": ["For", "every", "moment", "within", "the", "first", "18", "time", "units", ",", "the", "mode", "of", "signal_1_n", "is", "consistently", "set", "to", "signal_2_n", "or", "the", "state", "of", "signal", "signal_3_n", "ought", "to", "stay", "in", "signal_4_n", "."], "ltl": ["globally", "[0,18]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "18", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "18", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1087, "sentence": ["There", "exists", "a", "certain", "time", "point", "during", "the", "first", "11", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "at", "least", "42.3", "and", "signal_2_n", "must", "keep", "at", "least", "61.2", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "more equal", "42.3", "and", "signal_2_n", "more equal", "61.2", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "point", "during", "the", "first", "11", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", ">=", "42.3"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_2_n", ">=", "61.2"]]}}} {"id": 4733, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "keep", "less", "than", "9.2", "without", "interruption", "for", "at", "least", "19", "time", "units", "."], "ltl": ["globally", "[0,19]", "(", "signal_1_n", "less", "9.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "<", "9.2"]]}}} {"id": 1861, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "begins", "deviating", "from", "41.0", "ought", "not", "to", "take", "place", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "41.0", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "without", "interruption", "the", "scenario", "that", "(", "prop_1", ")", "ought", "not", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["-", "fall", "(", "signal_1_n", "==", "41.0", ")"]]}}} {"id": 3163, "sentence": ["At", "a", "certain", "time", "instant", "in", "less", "than", "92", "time", "units", "eventually", "the", "signal_1_n", "signal", "has", "to", "remain", "in", "signal_2_n", "or", "signal_3_n", "is", "ultimately", "greater", "than", "21.6", "and", "smaller", "than", "51.6", "."], "ltl": ["finally", "[0,92]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "21.6", "and", "signal_3_n", "less", "51.6", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "less", "than", "92", "time", "units", "eventually", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "92", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", ">", "21.6"], ["signal_3_n", "<", "51.6"]]}}} {"id": 2061, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "below", "59.0", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "the", "value", "of", "signal", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "41.1", "and", "less", "than", "or", "equal", "to", "57.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "59.0", ")", "imply", "signal_2_n", "more equal", "41.1", "and", "signal_2_n", "less equal", "57.9", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "59.0", ")"]]}, " prop_2 ": {"span": [24, 44], "prop": [["signal_2_n", ">=", "41.1"], ["signal_2_n", "<=", "57.9"]]}}} {"id": 3515, "sentence": ["The", "value", "of", "signal_1_n", "needs", "to", "stay", "between", "-LSB-", "6.1", ",", "7.5", "-RSB-", "without", "interruption", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "6.1", "and", "signal_1_n", "less equal", "7.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", ">=", "6.1"], ["signal_1_n", "<=", "7.5"]]}}} {"id": 840, "sentence": ["At", "a", "time", "starting", "at", "most", "2", "time", "units", "eventually", "the", "signal_1_n", "signal", "will", "have", "to", "keep", "greater", "than", "or", "equal", "to", "64.2", "and", "less", "than", "89.1", ",", "and", "the", "signal_2_n", "signal", "must", "be", "above", "17.8", "."], "ltl": ["finally", "[0,2]", "(", "(", "signal_1_n", "more equal", "64.2", "and", "signal_1_n", "less", "89.1", ")", "and", "signal_2_n", "more", "17.8", ")"], "logic_sentence": ["At", "a", "time", "starting", "at", "most", "2", "time", "units", "eventually", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "2", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">=", "64.2"], ["signal_1_n", "<", "89.1"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", ">", "17.8"]]}}} {"id": 1684, "sentence": ["Globally", ",", "while", "the", "value", "of", "signal_1_n", "remains", "equal", "to", "50.1", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "during", "the", "next", "26", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "increases", "above", "51.2", "needs", "to", "ultimately", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "50.1", "imply", "globally", "[0,26]", "(", "finally", "(", "rise", "(", "signal_2_n", "more", "51.2", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "point", "during", "the", "next", "26", "time", "units", "at", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "ultimately", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "50.1"]]}, " prop_2 ": {"span": [41, 48], "prop": [["rise", "(", "signal_2_n", ">", "51.2", ")"]]}}} {"id": 1451, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "will", "be", "lower", "than", "52.0", "and", "will", "stay", "in", "this", "interval", "without", "interruption", "for", "each", "time", "instant", "in", "the", "coming", "35", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,35]", "(", "signal_3_n", "less", "52.0", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 48], "prop": [["signal_3_n", "<", "52.0"]]}}} {"id": 2961, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "75.8", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "should", "n't", "be", "larger", "than", "54.4", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "75.8", ")", "imply", "negation", "(", "signal_2_n", "more", "54.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "75.8", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["-", "(", "signal_2_n", ">", "54.4", ")"]]}}} {"id": 5359, "sentence": ["If", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "84.7", "then", "at", "the", "same", "time", "point", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "and", "the", "signal_4_n", "signal", "will", "have", "to", "be", "promptly", "set", "to", "signal_5_n", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "84.7", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">=", "84.7"]]}, " prop_2 ": {"span": [15, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [26, 37], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 1358, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "17", "time", "units", ",", "ultimately", "the", "scenario", "that", "signal_1_n", "jumps", "to", "higher", "than", "8.8", "shall", "occur", "."], "ltl": ["finally", "[0,17]", "(", "rise", "(", "signal_1_n", "more", "8.8", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "17", "time", "units", ",", "ultimately", "the", "scenario", "that", "(", "prop_1", ")", "shall", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 21], "prop": [["rise", "(", "signal_1_n", ">", "8.8", ")"]]}}} {"id": 2335, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "signal_1_n", "will", "be", "remaining", "higher", "than", "97.7", "all", "the", "time", "or", "consistently", "signal_2_n", "has", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "97.7", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "97.7"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3134, "sentence": ["For", "each", "moment", "during", "the", "first", "30", "to", "68", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "remain", "larger", "than", "26.5", "and", "less", "than", "38.2", "."], "ltl": ["globally", "[30,68]", "(", "signal_1_n", "more", "26.5", "and", "signal_1_n", "less", "38.2", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "30", "to", "68", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "30", ":", "68", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", ">", "26.5"], ["signal_1_n", "<", "38.2"]]}}} {"id": 2767, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "always", "equal", "to", "25.6", "for", "every", "time", "instant", "within", "the", "first", "62", "time", "units", "."], "ltl": ["globally", "[0,62]", "(", "signal_1_n", "math equal", "25.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "62", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "25.6"]]}}} {"id": 5095, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "65.6", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "shall", "immediately", "remain", "on", "57.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "65.6", ")", "imply", "signal_2_n", "math equal", "57.4", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "65.6", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", "==", "57.4"]]}}} {"id": 1259, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "is", "not", "detected", "then", "the", "value", "of", "signal_3_n", "shall", "stay", "at", "37.0", "simultaneously", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "37.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "not", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_3_n", "==", "37.0"]]}}} {"id": 1694, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "is", "eventually", "larger", "than", "11.8", ",", "or", "signal_2_n", "shall", "be", "eventually", "at", "most", "24.3", "."], "ltl": ["finally", "(", "signal_1_n", "more", "11.8", "or", "signal_2_n", "less equal", "24.3", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["signal_1_n", ">", "11.8"]]}, " prop_2 ": {"span": [30, 37], "prop": [["signal_2_n", "<=", "24.3"]]}}} {"id": 432, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "drops", "below", "37.5", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "have", "to", "be", "a", "time", "during", "the", "subsequent", "99", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "needs", "to", "be", "less", "than", "73.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "37.5", ")", "imply", "finally", "[0,99]", "(", "signal_2_n", "less", "73.3", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "have", "to", "be", "a", "time", "during", "the", "subsequent", "99", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "37.5", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", "<", "73.3"]]}}} {"id": 3402, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal", "signal_3_n", "is", "not", "3.8", "then", "in", "response", "simultaneously", "the", "value", "of", "signal", "signal_4_n", "will", "have", "to", "be", "less", "than", "77.2", ",", "and", "the", "state", "of", "signal", "signal_5_n", "has", "to", "be", "in", "signal_6_n", "promptly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "math equal", "3.8", ")", "imply", "signal_4_n", "less", "77.2", "and", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "simultaneously", "(", "prop_3", ")", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 23], "prop": [["-", "(", "signal_3_n", "==", "3.8", ")"]]}, " prop_3 ": {"span": [27, 39], "prop": [["signal_4_n", "<", "77.2"]]}, " prop_4 ": {"span": [41, 52], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 18, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "then", "at", "a", "certain", "time", "point", "during", "the", "following", "93", "time", "units", "signal_3_n", "is", "equal", "to", "96.8", "then", "consistently", "this", "scenario", "needs", "to", "sustain", "for", "every", "time", "instant", "during", "the", "coming", "81", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,93]", "(", "globally", "[0,81]", "(", "signal_3_n", "math equal", "96.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "at", "a", "certain", "time", "point", "during", "the", "following", "93", "time", "units", "(", "prop_2", ")", "then", "consistently", "this", "scenario", "needs", "to", "sustain", "for", "every", "time", "instant", "during", "the", "coming", "81", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "G", "[", "0", ":", "81", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 32], "prop": [["signal_3_n", "==", "96.8"]]}}} {"id": 5213, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "51.9", "occurs", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "the", "state", "of", "signal_2_n", "should", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "51.9", ")", "imply", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "51.9", ")"]]}, " prop_2 ": {"span": [33, 41], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3848, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "55.3", ",", "then", "in", "response", "the", "state", "of", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "promptly", ",", "and", "the", "state", "of", "signal", "signal_4_n", "should", "be", "set", "to", "signal_5_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "55.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["rise", "(", "signal_1_n", ">=", "55.3", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [31, 46], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 219, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "exceeds", "97.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "first", "64", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "ultimately", "the", "scenario", "that", "signal_2_n", "rises", "to", "greater", "than", "or", "equal", "to", "92.1", "shall", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "97.3", ")", "imply", "globally", "[0,64]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "92.1", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "instant", "during", "the", "first", "64", "time", "units", "there", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_2", ")", "shall", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "64", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 7], "prop": [["rise", "(", "signal_1_n", ">", "97.3", ")"]]}, " prop_2 ": {"span": [53, 62], "prop": [["rise", "(", "signal_2_n", ">=", "92.1", ")"]]}}} {"id": 904, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "signal_1_n", "changes", "to", "74.6", "takes", "place", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "63.5", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "74.6", ")", "imply", "signal_2_n", "more equal", "63.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 14], "prop": [["rise", "(", "signal_1_n", "==", "74.6", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", ">=", "63.5"]]}}} {"id": 1899, "sentence": ["At", "a", "time", "starting", "between", "22", "to", "78", "time", "units", "signal_1_n", "ought", "to", "be", "31.7", "ultimately", "and", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "equal", "to", "83.0", "finally", "."], "ltl": ["finally", "[22,78]", "(", "signal_1_n", "math equal", "31.7", "and", "signal_2_n", "math equal", "83.0", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "22", "to", "78", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "22", ":", "78", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["signal_1_n", "==", "31.7"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", "==", "83.0"]]}}} {"id": 5482, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "57", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "has", "to", "be", "smaller", "than", "10.9", "finally", "."], "ltl": ["finally", "[0,57]", "(", "signal_1_n", "less", "10.9", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "57", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["signal_1_n", "<", "10.9"]]}}} {"id": 3267, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "below", "4.3", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "coming", "0", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "35", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "greater", "than", "2.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "4.3", ")", "imply", "globally", "[0,0]", "(", "finally", "[0,35]", "(", "signal_2_n", "more", "2.6", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "during", "the", "coming", "0", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "within", "the", "first", "35", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "0", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "4.3", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_2_n", ">", "2.6"]]}}} {"id": 2313, "sentence": ["In", "the", "case", "the", "event", "that", "signal_1_n", "becomes", "bigger", "than", "18.3", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "will", "be", "greater", "than", "14.4", "and", "less", "than", "74.5", "and", "then", "needs", "to", "stay", "in", "this", "range", "without", "interruption", "for", "every", "time", "point", "in", "the", "first", "51", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "18.3", ")", "imply", "globally", "[0,51]", "(", "signal_2_n", "more", "14.4", "and", "signal_2_n", "less", "74.5", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "51", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "18.3", ")"]]}, " prop_2 ": {"span": [22, 54], "prop": [["signal_2_n", ">", "14.4"], ["signal_2_n", "<", "74.5"]]}}} {"id": 4762, "sentence": ["The", "value", "of", "signal", "signal_1_n", "should", "eventually", "remain", "greater", "than", "or", "equal", "to", "20.9", "and", "less", "than", "or", "equal", "to", "29.5", "at", "a", "certain", "time", "point", "after", "at", "most", "42", "time", "units", "."], "ltl": ["finally", "[0,42]", "(", "signal_1_n", "more equal", "20.9", "and", "signal_1_n", "less equal", "29.5", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "42", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 32], "prop": [["signal_1_n", ">=", "20.9"], ["signal_1_n", "<=", "29.5"]]}}} {"id": 464, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "at", "least", "84.3", "gets", "detected", ",", "and", "signal_2_n", "is", "n't", "greater", "than", "or", "equal", "to", "62.3", "then", "for", "every", "moment", "in", "the", "first", "77", "to", "83", "time", "units", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "first", "28", "to", "39", "time", "units", ",", "at", "which", "ultimately", "the", "mode", "of", "signal", "signal_3_n", "should", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "84.3", ")", "and", "negation", "(", "signal_2_n", "more equal", "62.3", ")", "imply", "globally", "[77,83]", "(", "finally", "[28,39]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "and", "(", "prop_2", ")", "then", "for", "every", "moment", "in", "the", "first", "77", "to", "83", "time", "units", "there", "needs", "to", "be", "a", "certain", "moment", "during", "the", "first", "28", "to", "39", "time", "units", ",", "at", "which", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "77", ":", "83", "]", "(", "F", "[", "28", ":", "39", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", ">=", "84.3", ")"]]}, " prop_2 ": {"span": [25, 34], "prop": [["-", "(", "signal_2_n", ">=", "62.3", ")"]]}, " prop_3 ": {"span": [65, 74], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 627, "sentence": ["Finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "remain", "equal", "to", "72.3", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "72.3", ")"], "logic_sentence": ["Finally", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "==", "72.3"]]}}} {"id": 2339, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "more", "than", "63.0", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "the", "signal_2_n", "signal", "gets", "to", "at", "least", "60.7", "ought", "n't", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "63.0", ")", "imply", "negation", "rise", "(", "signal_2_n", "more equal", "60.7", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "the", "event", "that", "(", "prop_2", ")", "ought", "n't", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "63.0", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["-", "rise", "(", "signal_2_n", ">=", "60.7", ")"]]}}} {"id": 1238, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "increases", "above", "57.9", "takes", "place", "then", "in", "response", "ultimately", "after", "a", "time", "starting", "at", "most", "73", "time", "units", "the", "signal_2_n", "signal", "must", "be", "at", "most", "65.2", "and", "always", "remains", "in", "this", "range", "for", "every", "moment", "within", "the", "following", "4", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "57.9", ")", "imply", "finally", "[0,73]", "(", "globally", "[0,4]", "(", "signal_2_n", "less equal", "65.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "ultimately", "after", "a", "time", "starting", "at", "most", "73", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "73", "]", "(", "G", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", ">", "57.9", ")"]]}, " prop_2 ": {"span": [29, 52], "prop": [["signal_2_n", "<=", "65.2"]]}}} {"id": 2822, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "the", "value", "of", "signal_3_n", "is", "above", "87.5", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_4_n", "signal", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "44.0", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more", "87.5", "imply", "signal_4_n", "more equal", "44.0", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_3_n", ">", "87.5"]]}, " prop_3 ": {"span": [26, 42], "prop": [["signal_4_n", ">=", "44.0"]]}}} {"id": 3618, "sentence": ["The", "signal_1_n", "signal", "should", "consecutively", "keep", "higher", "than", "22.9", "for", "each", "time", "instant", "within", "7", "time", "units", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "more", "22.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", ">", "22.9"]]}}} {"id": 4594, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "below", "42.6", ",", "and", "the", "state", "of", "signal_2_n", "is", "not", "signal_3_n", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "1", "time", "units", "finally", "the", "signal_4_n", "signal", "should", "stay", "no", "larger", "than", "34.5", "at", "sometime", "within", "the", "next", "42", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "42.6", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,1]", "(", "finally", "[0,42]", "(", "signal_4_n", "less equal", "34.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "following", "1", "time", "units", "finally", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "1", "]", "(", "F", "[", "0", ":", "42", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "<", "42.6"]]}, " prop_2 ": {"span": [15, 22], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [40, 57], "prop": [["signal_4_n", "<=", "34.5"]]}}} {"id": 968, "sentence": ["For", "each", "moment", "during", "the", "first", "12", "to", "48", "time", "units", ",", "the", "value", "of", "signal_1_n", "remains", "at", "most", "63.0", "consecutively", ",", "and", "consecutively", "the", "state", "of", "signal_2_n", "must", "not", "be", "signal_3_n", "."], "ltl": ["globally", "[12,48]", "(", "signal_1_n", "less equal", "63.0", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "12", "to", "48", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "12", ":", "48", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<=", "63.0"]]}, " prop_2 ": {"span": [24, 32], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5486, "sentence": ["Eventually", "there", "has", "to", "exist", "sometime", "in", "less", "than", "3", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "have", "to", "be", "less", "than", "48.8", "."], "ltl": ["finally", "[0,3]", "(", "signal_1_n", "less", "48.8", ")"], "logic_sentence": ["Eventually", "there", "has", "to", "exist", "sometime", "in", "less", "than", "3", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", "<", "48.8"]]}}} {"id": 945, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "more", "than", "0.3", "and", "less", "than", "1.4", ",", "then", "at", "the", "same", "time", "instant", "signal_2_n", "must", "be", "equal", "to", "18.8", "."], "ltl": ["globally", "(", "signal_1_n", "more", "0.3", "and", "signal_1_n", "less", "1.4", "imply", "signal_2_n", "math equal", "18.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", ">", "0.3"], ["signal_1_n", "<", "1.4"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_2_n", "==", "18.8"]]}}} {"id": 6078, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_4_n", "stays", "at", "least", "31.6", "and", "no", "more", "than", "46.5", "eventually", "at", "a", "certain", "moment", "in", "the", "first", "73", "time", "units", ",", "and", "till", "then", "continuously", "signal_3_n", "ought", "to", "stay", "greater", "than", "or", "equal", "to", "96.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more equal", "96.4", ")", "until", "[0,73]", "(", "signal_4_n", "more equal", "31.6", "and", "signal_4_n", "less equal", "46.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "and", "till", "then", "continuously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "73", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 55], "prop": [["signal_4_n", ">=", "31.6"], ["signal_4_n", "<=", "46.5"]]}, " prop_3 ": {"span": [60, 70], "prop": [["signal_3_n", ">=", "96.4"]]}}} {"id": 4563, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "13.2", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "there", "should", "exist", "a", "certain", "moment", "within", "the", "following", "26", "to", "87", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_2_n", "exceeds", "5.0", "shall", "be", "finally", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "13.2", ")", "imply", "globally", "(", "finally", "[26,87]", "(", "rise", "(", "signal_2_n", "more", "5.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "there", "should", "exist", "a", "certain", "moment", "within", "the", "following", "26", "to", "87", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "shall", "be", "finally", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "26", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "==", "13.2", ")"]]}, " prop_2 ": {"span": [62, 65], "prop": [["rise", "(", "signal_2_n", ">", "5.0", ")"]]}}} {"id": 5146, "sentence": ["Between", "2", "to", "59", "time", "units", "the", "value", "of", "signal_1_n", "will", "be", "staying", "equal", "to", "20.7", "consistently", "and", "the", "event", "that", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "28.2", "is", "uninterruptedly", "not", "detected", "."], "ltl": ["globally", "[2,59]", "(", "signal_1_n", "math equal", "20.7", "and", "negation", "fall", "(", "signal_2_n", "more", "28.2", ")", ")"], "logic_sentence": ["Between", "2", "to", "59", "time", "units", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "is", "uninterruptedly", "not", "detected", "."], "logic_ltl": ["G", "[", "2", ":", "59", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "==", "20.7"]]}, " prop_2 ": {"span": [21, 30], "prop": [["-", "fall", "(", "signal_2_n", ">", "28.2", ")"]]}}} {"id": 1864, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "at", "least", "47.9", "and", "less", "than", "or", "equal", "to", "76.3", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "78.4", "is", "observed", "then", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "smaller", "than", "69.4", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "47.9", "and", "signal_1_n", "less equal", "76.3", ")", "and", "rise", "(", "signal_2_n", "more equal", "78.4", ")", "imply", "signal_3_n", "less", "69.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "then", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 23], "prop": [["signal_1_n", ">=", "47.9"], ["signal_1_n", "<=", "76.3"]]}, " prop_2 ": {"span": [28, 39], "prop": [["rise", "(", "signal_2_n", ">=", "78.4", ")"]]}, " prop_3 ": {"span": [47, 58], "prop": [["signal_3_n", "<", "69.4"]]}}} {"id": 832, "sentence": ["If", "the", "value", "of", "signal_1_n", "becomes", "below", "88.8", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "will", "be", "instantly", "greater", "than", "or", "equal", "to", "99.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "88.8", ")", "imply", "signal_2_n", "more equal", "99.0", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "<", "88.8", ")"]]}, " prop_2 ": {"span": [14, 24], "prop": [["signal_2_n", ">=", "99.0"]]}}} {"id": 624, "sentence": ["At", "sometime", "in", "less", "than", "53", "time", "units", "eventually", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "37.2", "happens", ",", "and", "the", "signal_2_n", "signal", "will", "have", "to", "remain", "less", "than", "or", "equal", "to", "89.7", "finally", "."], "ltl": ["finally", "[0,53]", "(", "rise", "(", "signal_1_n", "less", "37.2", ")", "and", "signal_2_n", "less equal", "89.7", ")"], "logic_sentence": ["At", "sometime", "in", "less", "than", "53", "time", "units", "eventually", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["rise", "(", "signal_1_n", "<", "37.2", ")"]]}, " prop_2 ": {"span": [24, 38], "prop": [["signal_2_n", "<=", "89.7"]]}}} {"id": 1386, "sentence": ["On", "condition", "that", "signal_1_n", "is", "not", "higher", "than", "48.6", "or", "the", "signal_2_n", "signal", "keeps", "equal", "to", "26.8", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "should", "be", "less", "than", "or", "equal", "to", "42.6", "simultaneously", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more", "48.6", ")", "or", "signal_2_n", "math equal", "26.8", "imply", "signal_3_n", "less equal", "42.6", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["-", "(", "signal_1_n", ">", "48.6", ")"]]}, " prop_2 ": {"span": [10, 17], "prop": [["signal_2_n", "==", "26.8"]]}, " prop_3 ": {"span": [24, 34], "prop": [["signal_3_n", "<=", "42.6"]]}}} {"id": 5562, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "jumps", "to", "more", "than", "55.5", "happens", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "exists", "a", "certain", "time", "instant", "in", "the", "first", "26", "time", "units", ",", "after", "which", "the", "state", "of", "signal_2_n", "has", "to", "consecutively", "remain", "in", "signal_3_n", "for", "every", "time", "point", "in", "the", "following", "68", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "55.5", ")", "imply", "finally", "[0,26]", "(", "globally", "[0,68]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "exists", "a", "certain", "time", "instant", "in", "the", "first", "26", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "68", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "55.5", ")"]]}, " prop_2 ": {"span": [36, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3517, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "61.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "following", "87", "time", "units", ",", "ultimately", "the", "state", "of", "signal", "signal_2_n", "is", "signal_3_n", "at", "a", "certain", "time", "point", "within", "79", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "61.4", "imply", "globally", "[0,87]", "(", "finally", "[0,79]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "during", "the", "following", "87", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "87", "]", "(", "F", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", "<=", "61.4"]]}, " prop_2 ": {"span": [35, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 20, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "state", "of", "signal", "signal_1_n", "enters", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "within", "the", "first", "14", "to", "80", "time", "units", "for", "each", "time", "point", "during", "the", "subsequent", "78", "time", "units", ",", "the", "value", "of", "signal_3_n", "should", "be", "set", "to", "81.1", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[14,80]", "(", "globally", "[0,78]", "(", "signal_3_n", "math equal", "81.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "within", "the", "first", "14", "to", "80", "time", "units", "for", "each", "time", "point", "during", "the", "subsequent", "78", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "14", ":", "80", "]", "(", "G", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [48, 59], "prop": [["signal_3_n", "==", "81.1"]]}}} {"id": 2828, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "at", "most", "74.3", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "a", "time", "in", "the", "next", "59", "time", "units", ",", "after", "which", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "equal", "to", "88.9", "and", "then", "should", "uninterruptedly", "continue", "like", "this", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "74.3", ")", "imply", "finally", "[0,59]", "(", "globally", "(", "signal_2_n", "math equal", "88.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "there", "will", "be", "a", "time", "in", "the", "next", "59", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "59", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", "<=", "74.3", ")"]]}, " prop_2 ": {"span": [39, 65], "prop": [["signal_2_n", "==", "88.9"]]}}} {"id": 2248, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "signal_1_n", "signal", "shall", "be", "larger", "than", "73.9", "and", "the", "value", "of", "signal", "signal_2_n", "must", "keep", "larger", "than", "72.0", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "more", "73.9", "and", "signal_2_n", "more", "72.0", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["signal_1_n", ">", "73.9"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", ">", "72.0"]]}}} {"id": 5328, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "52.5", ",", "then", "in", "response", "signal_2_n", "shall", "be", "90.1", "and", "then", "consecutively", "stays", "at", "this", "value", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "52.5", "imply", "globally", "(", "signal_2_n", "math equal", "90.1", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<=", "52.5"]]}, " prop_2 ": {"span": [16, 34], "prop": [["signal_2_n", "==", "90.1"]]}}} {"id": 855, "sentence": ["For", "at", "least", "68", "time", "units", ",", "signal_1_n", "will", "have", "to", "consistently", "keep", "smaller", "than", "74.7", "."], "ltl": ["globally", "[0,68]", "(", "signal_1_n", "less", "74.7", ")"], "logic_sentence": ["For", "at", "least", "68", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "74.7"]]}}} {"id": 1070, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "has", "to", "be", "greater", "than", "or", "equal", "to", "21.6", "and", "less", "than", "or", "equal", "to", "44.0", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "21.6", "and", "signal_3_n", "less equal", "44.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 47], "prop": [["signal_3_n", ">=", "21.6"], ["signal_3_n", "<=", "44.0"]]}}} {"id": 4037, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "30.7", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "no", "more", "than", "65.8", "ought", "to", "happen", "instantly", "and", "the", "signal_3_n", "signal", "shall", "be", "larger", "than", "42.4", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "30.7", ")", "imply", "rise", "(", "signal_2_n", "less equal", "65.8", ")", "and", "signal_3_n", "more", "42.4", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "happen", "instantly", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "30.7", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["rise", "(", "signal_2_n", "<=", "65.8", ")"]]}, " prop_3 ": {"span": [46, 57], "prop": [["signal_3_n", ">", "42.4"]]}}} {"id": 508, "sentence": ["If", "the", "transition", "action", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "4.6", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "coming", "79", "time", "units", "ultimately", ",", "after", "which", "the", "mode", "of", "signal", "signal_2_n", "shall", "remain", "in", "signal_3_n", "all", "the", "time", "for", "each", "moment", "within", "97", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.6", ")", "imply", "finally", "[0,79]", "(", "globally", "[0,97]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "within", "the", "coming", "79", "time", "units", "ultimately", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "0", ":", "97", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<=", "4.6", ")"]]}, " prop_2 ": {"span": [45, 64], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3432, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "increases", "above", "94.5", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "continuously", "stay", "in", "signal_3_n", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "94.5", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "finally", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">", "94.5", ")"]]}, " prop_2 ": {"span": [38, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4087, "sentence": ["Globally", ",", "while", "the", "state", "of", "signal_1_n", "is", "not", "signal_2_n", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "shall", "be", "equal", "to", "57.8", "immediately", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "57.8", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_3_n", "==", "57.8"]]}}} {"id": 4573, "sentence": ["Ultimately", "there", "needs", "to", "be", "a", "time", "in", "the", "first", "30", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "keeps", "in", "signal_2_n", "."], "ltl": ["finally", "[0,30]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "there", "needs", "to", "be", "a", "time", "in", "the", "first", "30", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2332, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_1_n", "stays", "greater", "than", "49.5", "consistently", ",", "or", "the", "mode", "of", "signal", "signal_2_n", "must", "keep", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "more", "49.5", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "49.5"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 53, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "28.9", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "consistently", "stay", "greater", "than", "or", "equal", "to", "5.0", "and", "at", "most", "6.9", "for", "each", "time", "instant", "within", "the", "following", "81", "to", "82", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.9", ")", "imply", "globally", "[81,82]", "(", "signal_2_n", "more equal", "5.0", "and", "signal_2_n", "less equal", "6.9", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "81", ":", "82", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["rise", "(", "signal_1_n", "==", "28.9", ")"]]}, " prop_2 ": {"span": [25, 56], "prop": [["signal_2_n", ">=", "5.0"], ["signal_2_n", "<=", "6.9"]]}}} {"id": 3331, "sentence": ["There", "ought", "to", "be", "sometime", "within", "66", "time", "units", ",", "at", "which", "the", "scenario", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "77.5", "will", "have", "to", "ultimately", "take", "place", "."], "ltl": ["finally", "[0,66]", "(", "rise", "(", "signal_1_n", "less equal", "77.5", ")", ")"], "logic_sentence": ["There", "ought", "to", "be", "sometime", "within", "66", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "will", "have", "to", "ultimately", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 23], "prop": [["rise", "(", "signal_1_n", "<=", "77.5", ")"]]}}} {"id": 3833, "sentence": ["At", "a", "certain", "time", "instant", "in", "less", "than", "100", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "finally", "larger", "than", "36.3", "."], "ltl": ["finally", "[0,100]", "(", "signal_1_n", "more", "36.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "less", "than", "100", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "100", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "36.3"]]}}} {"id": 3233, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "goes", "lower", "than", "93.9", "takes", "place", ",", "then", "in", "response", "without", "any", "delay", "the", "signal_2_n", "signal", "must", "be", "over", "70.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "93.9", ")", "imply", "signal_2_n", "more", "70.4", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "<", "93.9", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", ">", "70.4"]]}}} {"id": 1310, "sentence": ["For", "more", "than", "71", "time", "units", ",", "the", "signal_1_n", "signal", "shall", "be", "consistently", "equal", "to", "74.1", "."], "ltl": ["globally", "[0,71]", "(", "signal_1_n", "math equal", "74.1", ")"], "logic_sentence": ["For", "more", "than", "71", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "71", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "74.1"]]}}} {"id": 1501, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "94", "time", "units", "consistently", "the", "value", "of", "signal", "signal_1_n", "keeps", "at", "least", "3.9", "and", "less", "than", "or", "equal", "to", "35.8", ",", "and", "continuously", "the", "signal_2_n", "signal", "has", "to", "stay", "above", "46.0", "and", "below", "49.5", "."], "ltl": ["globally", "[0,94]", "(", "(", "signal_1_n", "more equal", "3.9", "and", "signal_1_n", "less equal", "35.8", ")", "and", "(", "signal_2_n", "more", "46.0", "and", "signal_2_n", "less", "49.5", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "94", "time", "units", "consistently", "(", "prop_1", ")", ",", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "94", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 27], "prop": [["signal_1_n", ">=", "3.9"], ["signal_1_n", "<=", "35.8"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", ">", "46.0"], ["signal_2_n", "<", "49.5"]]}}} {"id": 183, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "higher", "than", "46.8", "and", "less", "than", "83.6", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "first", "26", "time", "units", "at", "a", "certain", "time", "point", "within", "the", "following", "96", "time", "units", ",", "eventually", "signal_2_n", "has", "to", "keep", "lower", "than", "65.6", "."], "ltl": ["globally", "(", "signal_1_n", "more", "46.8", "and", "signal_1_n", "less", "83.6", "imply", "globally", "[0,26]", "(", "finally", "[0,96]", "(", "signal_2_n", "less", "65.6", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "first", "26", "time", "units", "at", "a", "certain", "time", "point", "within", "the", "following", "96", "time", "units", ",", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "26", "]", "(", "F", "[", "0", ":", "96", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "46.8"], ["signal_1_n", "<", "83.6"]]}, " prop_2 ": {"span": [47, 54], "prop": [["signal_2_n", "<", "65.6"]]}}} {"id": 371, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "changes", "to", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "holds", ":", "instantly", "signal_3_n", "is", "set", "to", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [19, 24], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4106, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "signal_1_n", "shall", "continuously", "remain", "between", "2.9", "-LRB-", "closed", "-RRB-", "and", "42.0", "-LRB-", "closed", "-RRB-", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "2.9", "and", "signal_1_n", "less equal", "42.0", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 21], "prop": [["signal_1_n", ">=", "2.9"], ["signal_1_n", "<=", "42.0"]]}}} {"id": 286, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "starts", "deviating", "from", "33.7", "occurs", "or", "signal_2_n", "is", "1.6", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_3_n", "has", "to", "be", "larger", "than", "40.4", "then", "this", "scenario", "must", "uninterruptedly", "keep", "within", "the", "elapsed", "79", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "33.7", ")", "or", "signal_2_n", "math equal", "1.6", "imply", "historically", "[0,79]", "(", "signal_3_n", "more", "40.4", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "then", "this", "scenario", "must", "uninterruptedly", "keep", "within", "the", "elapsed", "79", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "79", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["fall", "(", "signal_1_n", "==", "33.7", ")"]]}, " prop_2 ": {"span": [11, 14], "prop": [["signal_2_n", "==", "1.6"]]}, " prop_3 ": {"span": [22, 29], "prop": [["signal_3_n", ">", "40.4"]]}}} {"id": 1405, "sentence": ["At", "a", "time", "after", "at", "most", "91", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "be", "eventually", "27.8", "or", "eventually", "the", "value", "of", "signal", "signal_2_n", "should", "be", "between", "43.0", "-LRB-", "closed", "-RRB-", "and", "48.1", "-LRB-", "closed", "-RRB-", "."], "ltl": ["finally", "[0,91]", "(", "signal_1_n", "math equal", "27.8", "or", "(", "signal_2_n", "more equal", "43.0", "and", "signal_2_n", "less equal", "48.1", ")", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "91", "time", "units", ",", "(", "prop_1", ")", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "91", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "27.8"]]}, " prop_2 ": {"span": [20, 37], "prop": [["signal_2_n", ">=", "43.0"], ["signal_2_n", "<=", "48.1"]]}}} {"id": 474, "sentence": ["In", "case", "that", "the", "event", "that", "signal_1_n", "becomes", "above", "19.7", "is", "detected", "then", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "56.6", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "19.7", ")", "imply", "signal_2_n", "more equal", "56.6", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "19.7", ")"]]}, " prop_2 ": {"span": [13, 28], "prop": [["signal_2_n", ">=", "56.6"]]}}} {"id": 5370, "sentence": ["At", "sometime", "during", "the", "first", "25", "to", "49", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "28.3", "should", "happen", "eventually", "or", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "eventually", "remain", "larger", "than", "6.0", "."], "ltl": ["finally", "[25,49]", "(", "fall", "(", "signal_1_n", "math equal", "28.3", ")", "or", "signal_2_n", "more", "6.0", ")"], "logic_sentence": ["At", "sometime", "during", "the", "first", "25", "to", "49", "time", "units", "the", "scenario", "that", "(", "prop_1", ")", "should", "happen", "eventually", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "25", ":", "49", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["fall", "(", "signal_1_n", "==", "28.3", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", ">", "6.0"]]}}} {"id": 2558, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "without", "interruption", "the", "signal_1_n", "signal", "will", "not", "be", "less", "than", "8.7", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "8.7", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["-", "(", "signal_1_n", "<", "8.7", ")"]]}}} {"id": 630, "sentence": ["On", "condition", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "changed", "to", "39.7", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "30.0", "and", "lower", "than", "60.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "39.7", ")", "imply", "signal_2_n", "more", "30.0", "and", "signal_2_n", "less", "60.8", ")"], "logic_sentence": ["On", "condition", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "39.7", ")"]]}, " prop_2 ": {"span": [21, 36], "prop": [["signal_2_n", ">", "30.0"], ["signal_2_n", "<", "60.8"]]}}} {"id": 1088, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "becomes", "lower", "than", "15.4", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "immediately", "keeps", "equal", "to", "86.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "15.4", ")", "imply", "signal_2_n", "math equal", "86.7", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<", "15.4", ")"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", "==", "86.7"]]}}} {"id": 4416, "sentence": ["When", "the", "signal_1_n", "signal", "is", "signal_2_n", "and", "always", "continued", "like", "that", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "42.0", "and", "then", "ought", "to", "continue", "like", "that", "uninterruptedly", "until", "the", "signal_4_n", "signal", "eventually", "goes", "to", "no", "more", "than", "26.0", ",", "which", "has", "to", "get", "detected", "at", "a", "certain", "time", "point", "starting", "between", "24", "to", "49", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "42.0", ")", "until", "[24,49]", "(", "rise", "(", "signal_4_n", "less equal", "26.0", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "24", ":", "49", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 72], "prop": [["signal_3_n", "==", "42.0"], ["rise", "(", "signal_4_n", "<=", "26.0", ")"]]}}} {"id": 423, "sentence": ["If", "the", "state", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", ",", "then", "for", "each", "moment", "within", "74", "time", "units", "the", "signal_3_n", "signal", "should", "be", "eventually", "no", "less", "than", "0.0", "and", "less", "than", "or", "equal", "to", "0.1", "at", "a", "certain", "time", "instant", "in", "the", "following", "43", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,74]", "(", "finally", "[0,43]", "(", "signal_3_n", "more equal", "0.0", "and", "signal_3_n", "less equal", "0.1", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "for", "each", "moment", "within", "74", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "74", "]", "(", "F", "[", "0", ":", "43", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 46], "prop": [["signal_3_n", ">=", "0.0"], ["signal_3_n", "<=", "0.1"]]}}} {"id": 1081, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "is", "n't", "below", "37.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "37.7", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["-", "(", "signal_1_n", "<", "37.7", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3535, "sentence": ["On", "condition", "that", "signal_1_n", "does", "not", "become", "signal_2_n", "and", "then", "this", "condition", "has", "consecutively", "held", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "till", "the", "execution", "ends", ",", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "in", "the", "following", "54", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "gets", "changed", "to", "24.2", "ought", "n't", "to", "get", "detected", "."], "ltl": ["globally", "(", "historically", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "(", "finally", "[0,54]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "24.2", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "then", "this", "condition", "has", "consecutively", "held", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "future", "till", "the", "execution", "ends", ",", "there", "needs", "to", "be", "finally", "a", "certain", "time", "point", "in", "the", "following", "54", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "n't", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "(", "F", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [68, 75], "prop": [["-", "rise", "(", "signal_3_n", "==", "24.2", ")"]]}}} {"id": 839, "sentence": ["For", "each", "moment", "during", "the", "first", "3", "to", "24", "time", "units", ",", "consecutively", "the", "signal_1_n", "signal", "ought", "to", "stay", "in", "signal_2_n", ",", "or", "consistently", "signal_3_n", "has", "to", "stay", "over", "14.3", "and", "less", "than", "19.9", "."], "ltl": ["globally", "[3,24]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more", "14.3", "and", "signal_3_n", "less", "19.9", ")", ")"], "logic_sentence": ["For", "each", "moment", "during", "the", "first", "3", "to", "24", "time", "units", ",", "consecutively", "(", "prop_1", ")", ",", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "3", ":", "24", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_3_n", ">", "14.3"], ["signal_3_n", "<", "19.9"]]}}} {"id": 2570, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "14", "time", "units", ",", "uninterruptedly", "signal_1_n", "will", "have", "to", "remain", "more", "than", "38.5", "and", "at", "most", "41.6", ",", "and", "the", "value", "of", "signal_2_n", "will", "have", "to", "keep", "less", "than", "26.9", "consecutively", "."], "ltl": ["globally", "[0,14]", "(", "(", "signal_1_n", "more", "38.5", "and", "signal_1_n", "less equal", "41.6", ")", "and", "signal_2_n", "less", "26.9", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "14", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "14", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", ">", "38.5"], ["signal_1_n", "<=", "41.6"]]}, " prop_2 ": {"span": [26, 38], "prop": [["signal_2_n", "<", "26.9"]]}}} {"id": 4730, "sentence": ["There", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "state", "of", "signal_1_n", "has", "to", "be", "signal_2_n", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5621, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_3_n", "needs", "to", "be", "ultimately", "signal_4_n", "at", "a", "time", "in", "the", "coming", "93", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,93]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 44], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2953, "sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "36", "time", "units", "the", "signal_1_n", "signal", "needs", "to", "be", "below", "57.4", "ultimately", "."], "ltl": ["finally", "[0,36]", "(", "signal_1_n", "less", "57.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "at", "most", "36", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<", "57.4"]]}}} {"id": 2021, "sentence": ["Whenever", "the", "signal_1_n", "signal", "gets", "changed", "to", "7.4", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "following", "27", "time", "units", ",", "the", "signal_2_n", "signal", "is", "ultimately", "greater", "than", "or", "equal", "to", "87.8", "at", "a", "time", "within", "the", "following", "60", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "7.4", ")", "imply", "globally", "[0,27]", "(", "finally", "[0,60]", "(", "signal_2_n", "more equal", "87.8", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "during", "the", "following", "27", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "27", "]", "(", "F", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "==", "7.4", ")"]]}, " prop_2 ": {"span": [27, 47], "prop": [["signal_2_n", ">=", "87.8"]]}}} {"id": 2751, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "state", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "detected", ",", "then", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "changes", "to", "6.4", "will", "have", "to", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "6.4", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "for", "each", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "eventually", "there", "ought", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "will", "have", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [50, 58], "prop": [["rise", "(", "signal_3_n", "==", "6.4", ")"]]}}} {"id": 2744, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "keeps", "less", "than", "or", "equal", "to", "42.7", "and", "the", "signal_2_n", "signal", "remains", "below", "71.7", "then", "the", "state", "of", "signal_3_n", "is", "n't", "signal_4_n", "and", "this", "scenario", "needs", "to", "hold", "consecutively", "in", "the", "last", "38", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "42.7", "and", "signal_2_n", "less", "71.7", "imply", "historically", "[0,38]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "(", "prop_3", ")", "and", "this", "scenario", "needs", "to", "hold", "consecutively", "in", "the", "last", "38", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "38", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "42.7"]]}, " prop_2 ": {"span": [20, 26], "prop": [["signal_2_n", "<", "71.7"]]}, " prop_3 ": {"span": [27, 34], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5057, "sentence": ["At", "a", "time", "during", "the", "first", "89", "time", "units", "the", "signal_1_n", "signal", "will", "be", "eventually", "larger", "than", "91.7", ",", "and", "the", "signal_2_n", "signal", "will", "ultimately", "stay", "less", "than", "or", "equal", "to", "45.1", "."], "ltl": ["finally", "[0,89]", "(", "signal_1_n", "more", "91.7", "and", "signal_2_n", "less equal", "45.1", ")"], "logic_sentence": ["At", "a", "time", "during", "the", "first", "89", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "89", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", ">", "91.7"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_2_n", "<=", "45.1"]]}}} {"id": 1684, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "0", "to", "9", "time", "units", ",", "the", "value", "of", "signal_1_n", "must", "get", "equal", "to", "65.7", "ultimately", ",", "or", "the", "value", "of", "signal_2_n", "needs", "to", "be", "larger", "than", "48.4", "ultimately", "."], "ltl": ["finally", "[0,9]", "(", "rise", "(", "signal_1_n", "math equal", "65.7", ")", "or", "signal_2_n", "more", "48.4", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "0", "to", "9", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["rise", "(", "signal_1_n", "==", "65.7", ")"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">", "48.4"]]}}} {"id": 346, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "1", "to", "46", "time", "units", ",", "eventually", "the", "mode", "of", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "."], "ltl": ["finally", "[1,46]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "1", "to", "46", "time", "units", ",", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "1", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6220, "sentence": ["During", "the", "first", "33", "time", "units", ",", "the", "signal_1_n", "signal", "will", "be", "set", "to", "signal_2_n", "all", "the", "time", "."], "ltl": ["globally", "[0,33]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["During", "the", "first", "33", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1138, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "should", "be", "a", "time", "within", "54", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "becomes", "not", "set", "to", "23.9", "shall", "ultimately", "get", "observed", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[0,54]", "(", "fall", "(", "signal_3_n", "math equal", "23.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "there", "should", "be", "a", "time", "within", "54", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "ultimately", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [53, 62], "prop": [["fall", "(", "signal_3_n", "==", "23.9", ")"]]}}} {"id": 6260, "sentence": ["Between", "6", "to", "16", "time", "units", "without", "interruption", "signal_1_n", "shall", "be", "smaller", "than", "0.5", ",", "and", "the", "value", "of", "signal", "signal_2_n", "has", "to", "continuously", "stay", "more", "than", "75.7", "."], "ltl": ["globally", "[6,16]", "(", "signal_1_n", "less", "0.5", "and", "signal_2_n", "more", "75.7", ")"], "logic_sentence": ["Between", "6", "to", "16", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "6", ":", "16", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "<", "0.5"]]}, " prop_2 ": {"span": [16, 28], "prop": [["signal_2_n", ">", "75.7"]]}}} {"id": 1577, "sentence": ["There", "is", "ultimately", "a", "certain", "time", "instant", "within", "the", "first", "30", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "equal", "to", "25.2", "."], "ltl": ["finally", "[0,30]", "(", "signal_1_n", "math equal", "25.2", ")"], "logic_sentence": ["There", "is", "ultimately", "a", "certain", "time", "instant", "within", "the", "first", "30", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "30", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", "==", "25.2"]]}}} {"id": 458, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "46.2", "is", "detected", "then", "in", "response", "the", "signal_2_n", "signal", "is", "smaller", "than", "38.1", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "46.2", ")", "imply", "signal_2_n", "less", "38.1", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", "<=", "46.2", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<", "38.1"]]}}} {"id": 3429, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "consecutively", "remain", "at", "most", "58.1", "for", "each", "moment", "during", "the", "first", "36", "time", "units", "."], "ltl": ["globally", "[0,36]", "(", "signal_1_n", "less equal", "58.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "<=", "58.1"]]}}} {"id": 5892, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "67.7", "takes", "place", ",", "then", "the", "scenario", "that", "signal_2_n", "shifts", "to", "signal_3_n", "should", "simultaneously", "not", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "67.7", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "scenario", "that", "(", "prop_2", ")", "should", "simultaneously", "not", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "67.7", ")"]]}, " prop_2 ": {"span": [21, 25], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1470, "sentence": ["For", "each", "time", "point", "during", "the", "first", "79", "to", "81", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "equal", "to", "77.4", "consistently", "."], "ltl": ["globally", "[79,81]", "(", "signal_1_n", "math equal", "77.4", ")"], "logic_sentence": ["For", "each", "time", "point", "during", "the", "first", "79", "to", "81", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "79", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "==", "77.4"]]}}} {"id": 1527, "sentence": ["For", "every", "time", "point", "within", "32", "to", "66", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "stay", "higher", "than", "8.4", "and", "less", "than", "11.4", "all", "the", "time", "."], "ltl": ["globally", "[32,66]", "(", "signal_1_n", "more", "8.4", "and", "signal_1_n", "less", "11.4", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "32", "to", "66", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "32", ":", "66", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 27], "prop": [["signal_1_n", ">", "8.4"], ["signal_1_n", "<", "11.4"]]}}} {"id": 542, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "uninterruptedly", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "41.1", "ought", "n't", "to", "get", "observed", ",", "and", "consistently", "signal_2_n", "must", "be", "in", "the", "range", "-LSB-", "62.8", ",", "73.7", "-RSB-", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "41.1", ")", "and", "(", "signal_2_n", "more equal", "62.8", "and", "signal_2_n", "less equal", "73.7", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "uninterruptedly", "the", "event", "that", "(", "prop_1", ")", "ought", "n't", "to", "get", "observed", ",", "and", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["-", "fall", "(", "signal_1_n", "==", "41.1", ")"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", ">=", "62.8"], ["signal_2_n", "<=", "73.7"]]}}} {"id": 608, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "39.5", "is", "observed", ",", "then", "in", "response", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "40.8", "happens", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "39.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "40.8", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["rise", "(", "signal_1_n", "<=", "39.5", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["rise", "(", "signal_2_n", "<=", "40.8", ")"]]}}} {"id": 4802, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "35.7", "takes", "place", ",", "or", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "no", "less", "than", "29.1", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "needs", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "75", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "shall", "continuously", "stay", "larger", "than", "67.4", "and", "less", "than", "83.6", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "35.7", ")", "or", "rise", "(", "signal_2_n", "more equal", "29.1", ")", "imply", "finally", "[0,75]", "(", "globally", "(", "signal_3_n", "more", "67.4", "and", "signal_3_n", "less", "83.6", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "or", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "there", "needs", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "75", "time", "units", ",", "after", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "75", "]", "(", "G", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["fall", "(", "signal_1_n", "==", "35.7", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["rise", "(", "signal_2_n", ">=", "29.1", ")"]]}, " prop_3 ": {"span": [58, 79], "prop": [["signal_3_n", ">", "67.4"], ["signal_3_n", "<", "83.6"]]}}} {"id": 1313, "sentence": ["For", "every", "time", "point", "within", "the", "first", "6", "time", "units", ",", "signal_1_n", "will", "be", "staying", "less", "than", "18.8", "without", "interruption", "."], "ltl": ["globally", "[0,6]", "(", "signal_1_n", "less", "18.8", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "6", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "6", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<", "18.8"]]}}} {"id": 191, "sentence": ["Within", "29", "to", "40", "time", "units", "uninterruptedly", "the", "value", "of", "signal_1_n", "should", "be", "equal", "to", "38.0", "and", "the", "state", "of", "signal_2_n", "should", "be", "uninterruptedly", "in", "signal_3_n", "."], "ltl": ["globally", "[29,40]", "(", "signal_1_n", "math equal", "38.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Within", "29", "to", "40", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "29", ":", "40", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "38.0"]]}, " prop_2 ": {"span": [17, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 388, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "no", "less", "than", "46.9", "then", "in", "response", "after", "a", "certain", "time", "instant", "during", "the", "next", "91", "time", "units", "for", "each", "time", "point", "in", "the", "subsequent", "94", "time", "units", ",", "the", "mode", "of", "signal", "signal_2_n", "will", "keep", "in", "signal_3_n", "consistently", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "46.9", "imply", "finally", "[0,91]", "(", "globally", "[0,94]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "91", "]", "(", "G", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 38], "prop": [["signal_1_n", ">=", "46.9"]]}, " prop_2 ": {"span": [39, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 80, "sentence": ["When", "signal_1_n", "is", "n't", "in", "signal_2_n", ",", "then", "in", "response", "signal_3_n", "will", "never", "become", "equal", "to", "20.8", "then", "this", "condition", "has", "to", "uninterruptedly", "keep", "for", "each", "time", "point", "within", "18", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,18]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "20.8", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "(", "prop_2", ")", "then", "this", "condition", "has", "to", "uninterruptedly", "keep", "for", "each", "time", "point", "within", "18", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [10, 17], "prop": [["-", "rise", "(", "signal_3_n", "==", "20.8", ")"]]}}} {"id": 3479, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "remains", "equal", "to", "43.9", "and", "the", "value", "of", "signal_2_n", "does", "not", "become", "less", "than", "or", "equal", "to", "46.3", ",", "then", "for", "each", "time", "instant", "during", "the", "next", "36", "time", "units", "at", "a", "certain", "time", "instant", "in", "the", "following", "5", "time", "units", "the", "scenario", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "bigger", "than", "97.9", "has", "to", "finally", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.9", "and", "negation", "fall", "(", "signal_2_n", "more", "46.3", ")", "imply", "globally", "[0,36]", "(", "finally", "[0,5]", "(", "rise", "(", "signal_3_n", "more", "97.9", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "for", "each", "time", "instant", "during", "the", "next", "36", "time", "units", "at", "a", "certain", "time", "instant", "in", "the", "following", "5", "time", "units", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "finally", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "36", "]", "(", "F", "[", "0", ":", "5", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "==", "43.9"]]}, " prop_2 ": {"span": [10, 23], "prop": [["-", "fall", "(", "signal_2_n", ">", "46.3", ")"]]}, " prop_3 ": {"span": [49, 58], "prop": [["rise", "(", "signal_3_n", ">", "97.9", ")"]]}}} {"id": 4617, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "bigger", "than", "21.4", "and", "less", "than", "or", "equal", "to", "79.5", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_2_n", "must", "be", "above", "0.8", "and", "less", "than", "30.4", "and", "then", "this", "condition", "shall", "sustain", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "subsequent", "52", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "21.4", "and", "signal_1_n", "less equal", "79.5", "imply", "globally", "[0,52]", "(", "signal_2_n", "more", "0.8", "and", "signal_2_n", "less", "30.4", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "shall", "sustain", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "subsequent", "52", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "52", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "21.4"], ["signal_1_n", "<=", "79.5"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", ">", "0.8"], ["signal_2_n", "<", "30.4"]]}}} {"id": 4776, "sentence": ["Whenever", "the", "signal_1_n", "signal", "will", "stay", "bigger", "than", "22.3", "uninterruptedly", "in", "the", "future", "before", "the", "simulation", "ends", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "40.6", "and", "then", "this", "condition", "must", "consistently", "continue", "in", "the", "first", "73", "time", "units", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "22.3", ")", "imply", "globally", "[0,73]", "(", "signal_2_n", "more", "40.6", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "then", "this", "condition", "must", "consistently", "continue", "in", "the", "first", "73", "time", "units", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "G", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", ">", "22.3"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">", "40.6"]]}}} {"id": 2135, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "the", "signal_3_n", "signal", "is", "n't", "no", "more", "than", "52.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "negation", "(", "signal_3_n", "less equal", "52.5", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["-", "(", "signal_3_n", "<=", "52.5", ")"]]}}} {"id": 2259, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "uninterruptedly", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "at", "least", "93.0", "is", "never", "detected", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "93.0", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "uninterruptedly", "the", "event", "that", "(", "prop_1", ")", "is", "never", "detected", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 22], "prop": [["-", "rise", "(", "signal_1_n", ">=", "93.0", ")"]]}}} {"id": 2469, "sentence": ["At", "a", "time", "after", "between", "4", "to", "79", "time", "units", "the", "value", "of", "signal", "signal_1_n", "is", "ultimately", "greater", "than", "or", "equal", "to", "14.9", ",", "and", "ultimately", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "to", "at", "most", "32.7", "has", "to", "happen", "."], "ltl": ["finally", "[4,79]", "(", "signal_1_n", "more equal", "14.9", "and", "rise", "(", "signal_2_n", "less equal", "32.7", ")", ")"], "logic_sentence": ["At", "a", "time", "after", "between", "4", "to", "79", "time", "units", "(", "prop_1", ")", ",", "and", "ultimately", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "happen", "."], "logic_ltl": ["F", "[", "4", ":", "79", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">=", "14.9"]]}, " prop_2 ": {"span": [30, 38], "prop": [["rise", "(", "signal_2_n", "<=", "32.7", ")"]]}}} {"id": 3019, "sentence": ["For", "every", "time", "instant", "within", "93", "time", "units", "consecutively", "signal_1_n", "should", "n't", "be", "lower", "than", "68.9", "."], "ltl": ["globally", "[0,93]", "(", "negation", "(", "signal_1_n", "less", "68.9", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "93", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "93", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["-", "(", "signal_1_n", "<", "68.9", ")"]]}}} {"id": 2079, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "6", "to", "62", "time", "units", "signal_1_n", "needs", "to", "always", "remain", "less", "than", "or", "equal", "to", "46.4", ",", "and", "signal_2_n", "should", "keep", "larger", "than", "1.3", "and", "smaller", "than", "54.0", "."], "ltl": ["globally", "[6,62]", "(", "signal_1_n", "less equal", "46.4", "and", "(", "signal_2_n", "more", "1.3", "and", "signal_2_n", "less", "54.0", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "6", "to", "62", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "6", ":", "62", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<=", "46.4"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", ">", "1.3"], ["signal_2_n", "<", "54.0"]]}}} {"id": 3261, "sentence": ["On", "condition", "that", "signal_1_n", "settles", "to", "26.5", "and", "the", "value", "of", "signal", "signal_2_n", "is", "larger", "than", "81.1", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "signal_3_n", "gets", "set", "to", "signal_4_n", "shall", "not", "occur", "eventually", "at", "a", "certain", "time", "point", "after", "at", "most", "15", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "26.5", "and", "signal_2_n", "more", "81.1", "imply", "finally", "[0,15]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_3", ")", "shall", "not", "occur", "eventually", "at", "a", "certain", "time", "point", "after", "at", "most", "15", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "15", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["signal_1_n", "==", "26.5"]]}, " prop_2 ": {"span": [8, 17], "prop": [["signal_2_n", ">", "81.1"]]}, " prop_3 ": {"span": [28, 33], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4069, "sentence": ["For", "more", "than", "8", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "needs", "to", "remain", "higher", "than", "2.4", "and", "the", "signal_2_n", "signal", "will", "have", "to", "keep", "larger", "than", "13.2", "without", "interruption", "."], "ltl": ["globally", "[0,8]", "(", "signal_1_n", "more", "2.4", "and", "signal_2_n", "more", "13.2", ")"], "logic_sentence": ["For", "more", "than", "8", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", ">", "2.4"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", ">", "13.2"]]}}} {"id": 1241, "sentence": ["Whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "shall", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "in", "the", "future", "until", "the", "simulation", "ends", ",", "the", "value", "of", "signal", "signal_3_n", "shall", "equal", "to", "67.4", "continuously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "(", "signal_3_n", "math equal", "67.4", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "shall", "be", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "in", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [49, 59], "prop": [["signal_3_n", "==", "67.4"]]}}} {"id": 4281, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "drops", "to", "less", "than", "or", "equal", "to", "24.3", "is", "detected", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "26.9", ",", "then", "at", "the", "same", "time", "the", "value", "of", "signal_3_n", "must", "stay", "no", "less", "than", "42.9", ",", "and", "promptly", "the", "mode", "of", "signal", "signal_4_n", "ought", "n't", "to", "be", "signal_5_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "24.3", ")", "or", "signal_2_n", "less equal", "26.9", "imply", "signal_3_n", "more equal", "42.9", "and", "negation", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "or", "(", "prop_2", ")", ",", "then", "at", "the", "same", "time", "(", "prop_3", ")", ",", "and", "promptly", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "24.3", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "<=", "26.9"]]}, " prop_3 ": {"span": [40, 50], "prop": [["signal_3_n", ">=", "42.9"]]}, " prop_4 ": {"span": [53, 63], "prop": [["-", "(", "signal_4_n", "==", "signal_5_n", ")"]]}}} {"id": 1244, "sentence": ["It", "is", "always", "the", "case", "that", "when", "signal_1_n", "is", "at", "least", "27.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "the", "signal_2_n", "signal", "ought", "to", "be", "greater", "than", "or", "equal", "to", "56.4", "and", "less", "than", "or", "equal", "to", "56.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "27.0", "imply", "signal_2_n", "more equal", "56.4", "and", "signal_2_n", "less equal", "56.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", ">=", "27.0"]]}, " prop_2 ": {"span": [25, 44], "prop": [["signal_2_n", ">=", "56.4"], ["signal_2_n", "<=", "56.7"]]}}} {"id": 1348, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "transition", "action", "that", "signal_3_n", "gets", "to", "greater", "than", "or", "equal", "to", "68.9", "shall", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "68.9", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "transition", "action", "that", "(", "prop_2", ")", "shall", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["rise", "(", "signal_3_n", ">=", "68.9", ")"]]}}} {"id": 4355, "sentence": ["When", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "7.3", "or", "the", "signal_2_n", "signal", "is", "smaller", "than", "65.5", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "signal_3_n", "is", "within", "the", "range", "-LRB-", "8.0", ",", "27.3", "-RRB-", "."], "ltl": ["globally", "(", "signal_1_n", "less", "7.3", "or", "signal_2_n", "less", "65.5", "imply", "signal_3_n", "more", "8.0", "and", "signal_3_n", "less", "27.3", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<", "7.3"]]}, " prop_2 ": {"span": [11, 18], "prop": [["signal_2_n", "<", "65.5"]]}, " prop_3 ": {"span": [27, 37], "prop": [["signal_3_n", ">", "8.0"], ["signal_3_n", "<", "27.3"]]}}} {"id": 3744, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "n't", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "the", "value", "of", "signal", "signal_3_n", "has", "to", "keep", "no", "more", "than", "98.9", "for", "each", "time", "instant", "within", "the", "first", "79", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,79]", "(", "signal_3_n", "less equal", "98.9", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 43], "prop": [["signal_3_n", "<=", "98.9"]]}}} {"id": 6384, "sentence": ["If", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "takes", "place", ",", "then", "for", "each", "moment", "in", "the", "next", "54", "time", "units", "there", "will", "be", "a", "certain", "time", "instant", "after", "at", "most", "1", "time", "units", "eventually", ",", "at", "which", "the", "state", "of", "signal", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,54]", "(", "finally", "[0,1]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "moment", "in", "the", "next", "54", "time", "units", "there", "will", "be", "a", "certain", "time", "instant", "after", "at", "most", "1", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "54", "]", "(", "F", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2638, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "21.8", "shall", "happen", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "eventually", "less", "than", "17.1", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "21.8", ")", "and", "signal_2_n", "less", "17.1", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", "the", "event", "that", "(", "prop_1", ")", "shall", "happen", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 27], "prop": [["rise", "(", "signal_1_n", "<=", "21.8", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "<", "17.1"]]}}} {"id": 3993, "sentence": ["At", "a", "time", "after", "between", "5", "to", "43", "time", "units", ",", "the", "state", "of", "signal_1_n", "will", "have", "to", "be", "in", "signal_2_n", "ultimately", "."], "ltl": ["finally", "[5,43]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["At", "a", "time", "after", "between", "5", "to", "43", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5323, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "90.7", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "following", "15", "time", "units", "the", "mode", "of", "signal", "signal_2_n", "does", "not", "become", "not", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "90.7", ")", "imply", "finally", "[0,15]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "at", "a", "certain", "time", "point", "within", "the", "following", "15", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "15", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "==", "90.7", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["-", "fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 4880, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "31", "time", "units", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "ultimately", "below", "31.6", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "less", "31.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "31", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "<", "31.6"]]}}} {"id": 1365, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "38.9", "gets", "observed", "then", "in", "response", "without", "any", "delay", "signal_2_n", "needs", "to", "be", "equal", "to", "37.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "38.9", ")", "imply", "signal_2_n", "math equal", "37.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", ">=", "38.9", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_2_n", "==", "37.1"]]}}} {"id": 5663, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "is", "62.6", ",", "and", "the", "event", "that", "signal_2_n", "increases", "to", "greater", "than", "or", "equal", "to", "68.9", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "certain", "moment", "within", "the", "following", "36", "time", "units", ",", "at", "which", "the", "event", "that", "signal_4_n", "becomes", "no", "more", "than", "94.3", "gets", "observed", ",", "until", "then", "the", "value", "of", "signal_3_n", "remains", "more", "than", "19.6", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "62.6", "and", "rise", "(", "signal_2_n", "more equal", "68.9", ")", "imply", "(", "signal_3_n", "more", "19.6", ")", "until", "[0,36]", "(", "rise", "(", "signal_4_n", "less equal", "94.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "be", "a", "certain", "moment", "within", "the", "following", "36", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "gets", "observed", ",", "until", "then", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "(", "prop_4", ")", "U", "[", "0", ":", "36", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "62.6"]]}, " prop_2 ": {"span": [19, 28], "prop": [["rise", "(", "signal_2_n", ">=", "68.9", ")"]]}, " prop_3 ": {"span": [55, 61], "prop": [["rise", "(", "signal_4_n", "<=", "94.3", ")"]]}, " prop_4 ": {"span": [66, 75], "prop": [["signal_3_n", ">", "19.6"]]}}} {"id": 346, "sentence": ["When", "the", "scenario", "that", "signal_1_n", "is", "changed", "to", "23.0", "happens", ",", "then", "ultimately", "after", "a", "time", "in", "the", "first", "6", "time", "units", ",", "the", "value", "of", "signal_2_n", "has", "to", "be", "above", "25.6", "and", "less", "than", "74.4", "uninterruptedly", "for", "each", "time", "point", "during", "the", "coming", "30", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.0", ")", "imply", "finally", "[0,6]", "(", "globally", "[0,30]", "(", "signal_2_n", "more", "25.6", "and", "signal_2_n", "less", "74.4", ")", ")", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "ultimately", "after", "a", "time", "in", "the", "first", "6", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "6", "]", "(", "G", "[", "0", ":", "30", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "23.0", ")"]]}, " prop_2 ": {"span": [23, 47], "prop": [["signal_2_n", ">", "25.6"], ["signal_2_n", "<", "74.4"]]}}} {"id": 2384, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "does", "not", "happen", "and", "the", "signal_3_n", "signal", "is", "set", "to", "signal_4_n", ",", "then", "the", "signal_5_n", "signal", "has", "to", "be", "set", "to", "62.1", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "signal_5_n", "math equal", "62.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "does", "not", "happen", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [32, 46], "prop": [["signal_5_n", "==", "62.1"]]}}} {"id": 240, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "65.0", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "in", "signal_3_n", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", ">=", "65.0", ")"]]}, " prop_2 ": {"span": [31, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 155, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "23", "time", "units", ",", "uninterruptedly", "signal_1_n", "should", "be", "greater", "than", "or", "equal", "to", "15.9", "and", "at", "most", "54.7", ",", "or", "uninterruptedly", "the", "value", "of", "signal_2_n", "will", "not", "be", "less", "than", "59.5", "."], "ltl": ["globally", "[0,23]", "(", "(", "signal_1_n", "more equal", "15.9", "and", "signal_1_n", "less equal", "54.7", ")", "or", "negation", "(", "signal_2_n", "less", "59.5", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "23", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 25], "prop": [["signal_1_n", ">=", "15.9"], ["signal_1_n", "<=", "54.7"]]}, " prop_2 ": {"span": [28, 38], "prop": [["-", "(", "signal_2_n", "<", "59.5", ")"]]}}} {"id": 1395, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "13", "to", "16", "time", "units", ",", "signal_1_n", "should", "keep", "bigger", "than", "82.2", "and", "less", "than", "or", "equal", "to", "94.8", "continuously", ",", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "uninterruptedly", "greater", "than", "or", "equal", "to", "3.0", "."], "ltl": ["globally", "[13,16]", "(", "(", "signal_1_n", "more", "82.2", "and", "signal_1_n", "less equal", "94.8", ")", "and", "signal_2_n", "more equal", "3.0", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "13", "to", "16", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "13", ":", "16", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 27], "prop": [["signal_1_n", ">", "82.2"], ["signal_1_n", "<=", "94.8"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_2_n", ">=", "3.0"]]}}} {"id": 5075, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "signal_2_n", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "within", "the", "next", "19", "time", "units", ",", "the", "value", "of", "signal_3_n", "ought", "to", "be", "above", "42.9", "and", "smaller", "than", "86.3", "and", "then", "this", "scenario", "must", "hold", "in", "the", "subsequent", "82", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,19]", "(", "globally", "[0,82]", "(", "signal_3_n", "more", "42.9", "and", "signal_3_n", "less", "86.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "certain", "moment", "within", "the", "next", "19", "time", "units", ",", "(", "prop_2", ")", "and", "then", "this", "scenario", "must", "hold", "in", "the", "subsequent", "82", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "19", "]", "(", "G", "[", "0", ":", "82", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [37, 50], "prop": [["signal_3_n", ">", "42.9"], ["signal_3_n", "<", "86.3"]]}}} {"id": 6309, "sentence": ["There", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "signal_1_n", "should", "be", "less", "than", "69.4", "."], "ltl": ["finally", "(", "signal_1_n", "less", "69.4", ")"], "logic_sentence": ["There", "needs", "to", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 22], "prop": [["signal_1_n", "<", "69.4"]]}}} {"id": 1572, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "38.8", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "shall", "exist", "sometime", "within", "the", "next", "72", "time", "units", ",", "at", "which", "consistently", "signal_2_n", "will", "keep", "in", "signal_3_n", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "38.8", ")", "imply", "finally", "[0,72]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "shall", "exist", "sometime", "within", "the", "next", "72", "time", "units", ",", "at", "which", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "72", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["rise", "(", "signal_1_n", "<=", "38.8", ")"]]}, " prop_2 ": {"span": [37, 49], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4029, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "47.8", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "uninterruptedly", "the", "mode", "of", "signal", "signal_2_n", "will", "be", "in", "signal_3_n", "till", "the", "mode", "of", "signal_4_n", "is", "in", "signal_5_n", "finally", "at", "a", "time", "within", "the", "subsequent", "40", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "47.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,40]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "40", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "47.8", ")"]]}, " prop_2 ": {"span": [28, 55], "prop": [["signal_2_n", "==", "signal_3_n"], ["signal_4_n", "==", "signal_5_n"]]}}} {"id": 4928, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "ultimately", "keep", "larger", "than", "24.3", "at", "a", "time", "after", "at", "most", "16", "time", "units", "."], "ltl": ["finally", "[0,16]", "(", "signal_1_n", "more", "24.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "16", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", ">", "24.3"]]}}} {"id": 960, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "signal_2_n", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "stays", "less", "than", "or", "equal", "to", "39.5", "without", "interruption", "till", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "first", "99", "time", "units", "ultimately", ",", "at", "which", "the", "signal_4_n", "signal", "will", "be", "equal", "to", "90.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "less equal", "39.5", ")", "until", "[0,99]", "(", "signal_4_n", "math equal", "90.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [29, 68], "prop": [["signal_3_n", "<=", "39.5"], ["signal_4_n", "==", "90.5"]]}}} {"id": 6233, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "86.2", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "certain", "moment", "in", "the", "following", "46", "time", "units", ",", "signal_2_n", "ought", "to", "be", "set", "to", "26.4", "uninterruptedly", "for", "each", "time", "point", "in", "the", "subsequent", "17", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "86.2", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,17]", "(", "signal_2_n", "math equal", "26.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "certain", "moment", "in", "the", "following", "46", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "17", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 20], "prop": [["rise", "(", "signal_1_n", ">=", "86.2", ")"]]}, " prop_2 ": {"span": [41, 59], "prop": [["signal_2_n", "==", "26.4"]]}}} {"id": 3446, "sentence": ["Whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "lower", "than", "18.2", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "drops", "to", "less", "than", "or", "equal", "to", "86.4", "ought", "to", "occur", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "18.2", ")", "imply", "rise", "(", "signal_2_n", "less equal", "86.4", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "occur", "at", "the", "same", "time", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "18.2", ")"]]}, " prop_2 ": {"span": [28, 39], "prop": [["rise", "(", "signal_2_n", "<=", "86.4", ")"]]}}} {"id": 2974, "sentence": ["In", "the", "case", "signal_1_n", "starts", "deviating", "from", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "next", "40", "to", "63", "time", "units", "at", "sometime", "in", "the", "next", "4", "to", "5", "time", "units", "the", "signal_3_n", "signal", "needs", "to", "be", "finally", "no", "larger", "than", "50.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[40,63]", "(", "finally", "[4,5]", "(", "signal_3_n", "less equal", "50.0", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "moment", "in", "the", "next", "40", "to", "63", "time", "units", "at", "sometime", "in", "the", "next", "4", "to", "5", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "40", ":", "63", "]", "(", "F", "[", "4", ":", "5", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 50], "prop": [["signal_3_n", "<=", "50.0"]]}}} {"id": 707, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "92.7", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", ",", "after", "which", "the", "value", "of", "signal_2_n", "will", "never", "go", "to", "less", "than", "or", "equal", "to", "59.5", "then", "consistently", "this", "condition", "should", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "92.7", ")", "imply", "finally", "(", "globally", "(", "negation", "fall", "(", "signal_2_n", "more", "59.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "there", "needs", "to", "exist", "a", "time", "in", "the", "future", ",", "after", "which", "(", "prop_2", ")", "then", "consistently", "this", "condition", "should", "continue", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["fall", "(", "signal_1_n", "==", "92.7", ")"]]}, " prop_2 ": {"span": [40, 54], "prop": [["-", "fall", "(", "signal_2_n", ">", "59.5", ")"]]}}} {"id": 702, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "shall", "remain", "greater", "than", "or", "equal", "to", "25.5", "continuously", "in", "the", "next", "11", "to", "54", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[11,54]", "(", "signal_3_n", "more equal", "25.5", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "11", ":", "54", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 41], "prop": [["signal_3_n", ">=", "25.5"]]}}} {"id": 1801, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "in", "response", "finally", "at", "a", "certain", "moment", "in", "the", "following", "18", "to", "70", "time", "units", ",", "the", "value", "of", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "69.0", "and", "then", "must", "hold", "like", "that", "consistently", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[18,70]", "(", "globally", "(", "signal_3_n", "less equal", "69.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "18", ":", "70", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 31], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 61], "prop": [["signal_3_n", "<=", "69.0"]]}}} {"id": 3720, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "less", "than", "14.9", "and", "this", "scenario", "has", "kept", "consistently", "during", "the", "last", "34", "to", "100", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "state", "of", "signal_2_n", "will", "not", "be", "in", "signal_3_n", "and", "then", "uninterruptedly", "this", "scenario", "ought", "to", "last", "within", "32", "time", "units", "."], "ltl": ["globally", "(", "historically", "[34,100]", "(", "signal_1_n", "less", "14.9", ")", "imply", "finally", "(", "globally", "[0,32]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "this", "scenario", "has", "kept", "consistently", "during", "the", "last", "34", "to", "100", "time", "units", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "have", "to", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "and", "then", "uninterruptedly", "this", "scenario", "ought", "to", "last", "within", "32", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "34", ":", "100", "]", "(", "prop_1", ")", "->", "F", "(", "G", "[", "0", ":", "32", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "<", "14.9"]]}, " prop_2 ": {"span": [61, 70], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1065, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "4.0", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal_2_n", "is", "greater", "than", "41.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "4.0", ")", "imply", "signal_2_n", "more", "41.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "4.0", ")"]]}, " prop_2 ": {"span": [34, 42], "prop": [["signal_2_n", ">", "41.3"]]}}} {"id": 300, "sentence": ["In", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "22.7", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "signal_2_n", "signal", "is", "never", "at", "most", "6.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "22.7", ")", "imply", "negation", "(", "signal_2_n", "less equal", "6.8", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "22.7", ")"]]}, " prop_2 ": {"span": [29, 37], "prop": [["-", "(", "signal_2_n", "<=", "6.8", ")"]]}}} {"id": 4183, "sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "to", "at", "most", "34.8", "gets", "observed", "then", "in", "response", "the", "condition", "that", "signal_2_n", "is", "n't", "in", "signal_3_n", "at", "a", "certain", "time", "instant", "after", "at", "most", "31", "time", "units", "sha", "n't", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "34.8", ")", "imply", "negation", "(", "finally", "[0,31]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "the", "condition", "that", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "F", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["rise", "(", "signal_1_n", "<=", "34.8", ")"]]}, " prop_2 ": {"span": [26, 46], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 607, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "65.5", "is", "observed", ",", "then", "at", "the", "same", "time", "point", "the", "event", "that", "the", "signal_2_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "75.2", "will", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "65.5", ")", "imply", "rise", "(", "signal_2_n", "less equal", "75.2", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "at", "the", "same", "time", "point", "the", "event", "that", "(", "prop_2", ")", "will", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "65.5", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["rise", "(", "signal_2_n", "<=", "75.2", ")"]]}}} {"id": 2696, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "to", "no", "larger", "than", "57.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "event", "that", "the", "mode", "of", "signal_2_n", "becomes", "not", "set", "to", "signal_3_n", "must", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "57.2", ")", "imply", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "event", "that", "(", "prop_2", ")", "must", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<=", "57.2", ")"]]}, " prop_2 ": {"span": [36, 45], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 591, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "rises", "to", "at", "least", "79.3", "happens", "then", "the", "following", "condition", "holds", ":", "immediately", "the", "signal_2_n", "signal", "is", "more", "than", "11.9", "and", "below", "19.0", "and", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_3_n", "must", "be", "equal", "to", "46.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "79.3", ")", "imply", "(", "signal_2_n", "more", "11.9", "and", "signal_2_n", "less", "19.0", ")", "and", "signal_3_n", "math equal", "46.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "holds", ":", "immediately", "(", "prop_2", ")", "and", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">=", "79.3", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", ">", "11.9"], ["signal_2_n", "<", "19.0"]]}, " prop_3 ": {"span": [39, 49], "prop": [["signal_3_n", "==", "46.9"]]}}} {"id": 6448, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "2.8", "or", "signal_2_n", "is", "not", "set", "to", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_4_n", "needs", "to", "stay", "equal", "to", "89.9", "continuously", "till", "finally", "the", "value", "of", "signal_5_n", "will", "be", "higher", "than", "4.5", "and", "less", "than", "55.2", "at", "a", "time", "within", "the", "first", "52", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "2.8", "or", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "(", "signal_4_n", "math equal", "89.9", ")", "until", "[0,52]", "(", "signal_5_n", "more", "4.5", "and", "signal_5_n", "less", "55.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "(", "prop_3", ")", "U", "[", "0", ":", "52", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "2.8"]]}, " prop_2 ": {"span": [14, 20], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [28, 60], "prop": [["signal_4_n", "==", "89.9"], ["signal_5_n", ">", "4.5"], ["signal_5_n", "<", "55.2"]]}}} {"id": 825, "sentence": ["At", "a", "time", "within", "the", "first", "44", "to", "79", "time", "units", ",", "finally", "the", "mode", "of", "signal_1_n", "ought", "to", "be", "signal_2_n", ",", "or", "the", "value", "of", "signal_3_n", "is", "equal", "to", "91.8", "eventually", "."], "ltl": ["finally", "[44,79]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "91.8", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "44", "to", "79", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "44", ":", "79", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 32], "prop": [["signal_3_n", "==", "91.8"]]}}} {"id": 2309, "sentence": ["For", "each", "moment", "within", "the", "first", "15", "to", "32", "time", "units", ",", "the", "value", "of", "signal_1_n", "consecutively", "stays", "at", "least", "25.0", ",", "or", "the", "scenario", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "16.7", "will", "continuously", "not", "happen", "."], "ltl": ["globally", "[15,32]", "(", "signal_1_n", "more equal", "25.0", "or", "negation", "fall", "(", "signal_2_n", "more", "16.7", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "15", "to", "32", "time", "units", ",", "(", "prop_1", ")", ",", "or", "the", "scenario", "that", "(", "prop_2", ")", "will", "continuously", "not", "happen", "."], "logic_ltl": ["G", "[", "15", ":", "32", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", ">=", "25.0"]]}, " prop_2 ": {"span": [26, 39], "prop": [["-", "fall", "(", "signal_2_n", ">", "16.7", ")"]]}}} {"id": 5885, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "72", "time", "units", ",", "ultimately", "the", "value", "of", "signal", "signal_1_n", "will", "keep", "below", "26.7", "or", "the", "value", "of", "signal_2_n", "shall", "be", "eventually", "at", "most", "22.5", "."], "ltl": ["finally", "[0,72]", "(", "signal_1_n", "less", "26.7", "or", "signal_2_n", "less equal", "22.5", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "72", "time", "units", ",", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "72", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 22], "prop": [["signal_1_n", "<", "26.7"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<=", "22.5"]]}}} {"id": 206, "sentence": ["On", "condition", "that", "the", "signal_1_n", "signal", "goes", "to", "no", "larger", "than", "6.3", ",", "then", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "will", "be", "equal", "to", "39.3", ",", "and", "at", "the", "same", "moment", "the", "event", "that", "the", "value", "of", "signal_3_n", "is", "shifted", "to", "49.7", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "6.3", ")", "imply", "signal_2_n", "math equal", "39.3", "and", "rise", "(", "signal_3_n", "math equal", "49.7", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", ",", "then", "starting", "without", "any", "delay", "(", "prop_2", ")", ",", "and", "at", "the", "same", "moment", "the", "event", "that", "(", "prop_3", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["rise", "(", "signal_1_n", "<=", "6.3", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "39.3"]]}, " prop_3 ": {"span": [36, 44], "prop": [["rise", "(", "signal_3_n", "==", "49.7", ")"]]}}} {"id": 3253, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "goes", "below", "65.2", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "signal_2_n", "signal", "will", "be", "over", "5.4", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "decreases", "to", "no", "more", "than", "77.1", "occurs", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "65.2", ")", "imply", "signal_2_n", "more", "5.4", "and", "rise", "(", "signal_3_n", "less equal", "77.1", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "and", "the", "event", "that", "(", "prop_3", ")", "occurs", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "<", "65.2", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", ">", "5.4"]]}, " prop_3 ": {"span": [37, 48], "prop": [["rise", "(", "signal_3_n", "<=", "77.1", ")"]]}}} {"id": 1100, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "34.8", "happens", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "shall", "be", "a", "time", "within", "the", "first", "20", "time", "units", ",", "after", "which", "for", "the", "subsequent", "29", "time", "units", ",", "the", "value", "of", "signal_2_n", "ought", "to", "be", "29.8", "without", "interruption", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "34.8", ")", "imply", "finally", "[0,20]", "(", "globally", "[0,29]", "(", "signal_2_n", "math equal", "29.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "shall", "be", "a", "time", "within", "the", "first", "20", "time", "units", ",", "after", "which", "for", "the", "subsequent", "29", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "20", "]", "(", "G", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 16], "prop": [["fall", "(", "signal_1_n", "==", "34.8", ")"]]}, " prop_2 ": {"span": [46, 56], "prop": [["signal_2_n", "==", "29.8"]]}}} {"id": 5191, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "91.0", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_2_n", "signal", "needs", "to", "be", "less", "than", "or", "equal", "to", "99.6", "consistently", "until", "at", "a", "time", "within", "10", "to", "72", "time", "units", ",", "the", "signal_3_n", "signal", "is", "lower", "than", "72.9", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "91.0", ")", "imply", "(", "signal_2_n", "less equal", "99.6", ")", "until", "[10,72]", "(", "signal_3_n", "less", "72.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "10", ":", "72", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "91.0", ")"]]}, " prop_2 ": {"span": [25, 57], "prop": [["signal_2_n", "<=", "99.6"], ["signal_3_n", "<", "72.9"]]}}} {"id": 764, "sentence": ["While", "the", "signal_1_n", "signal", "is", "within", "-LRB-", "48.2", ",", "65.4", "-RRB-", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "first", "0", "to", "10", "time", "units", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "88", "to", "98", "time", "units", ",", "at", "which", "signal_2_n", "shall", "be", "at", "most", "26.7", "."], "ltl": ["globally", "(", "signal_1_n", "more", "48.2", "and", "signal_1_n", "less", "65.4", "imply", "globally", "[0,10]", "(", "finally", "[88,98]", "(", "signal_2_n", "less equal", "26.7", ")", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "first", "0", "to", "10", "time", "units", "there", "should", "exist", "a", "certain", "moment", "in", "the", "first", "88", "to", "98", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "10", "]", "(", "F", "[", "88", ":", "98", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 11], "prop": [["signal_1_n", ">", "48.2"], ["signal_1_n", "<", "65.4"]]}, " prop_2 ": {"span": [43, 49], "prop": [["signal_2_n", "<=", "26.7"]]}}} {"id": 4189, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "34.8", "occurs", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "68", "time", "units", "there", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "1", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "to", "at", "least", "75.6", "will", "happen", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "34.8", ")", "imply", "globally", "[0,68]", "(", "finally", "[0,1]", "(", "rise", "(", "signal_2_n", "more equal", "75.6", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "68", "time", "units", "there", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "first", "1", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "will", "happen", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "68", "]", "(", "F", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "34.8", ")"]]}, " prop_2 ": {"span": [49, 57], "prop": [["rise", "(", "signal_2_n", ">=", "75.6", ")"]]}}} {"id": 5772, "sentence": ["During", "the", "interval", "that", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "moment", "during", "the", "subsequent", "30", "to", "88", "time", "units", "the", "state", "of", "signal", "signal_3_n", "uninterruptedly", "remains", "in", "signal_4_n", "for", "each", "moment", "within", "the", "next", "91", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[30,88]", "(", "globally", "[0,91]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "moment", "during", "the", "subsequent", "30", "to", "88", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "30", ":", "88", "]", "(", "G", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [31, 49], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5171, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "54", "time", "units", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "drops", "below", "10.0", "has", "to", "be", "observed", "finally", "."], "ltl": ["finally", "[0,54]", "(", "rise", "(", "signal_1_n", "less", "10.0", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "54", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "has", "to", "be", "observed", "finally", "."], "logic_ltl": ["F", "[", "0", ":", "54", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["rise", "(", "signal_1_n", "<", "10.0", ")"]]}}} {"id": 90, "sentence": ["There", "will", "exist", "a", "certain", "time", "instant", "within", "the", "first", "15", "to", "43", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "has", "to", "be", "larger", "than", "0.6", "ultimately", "."], "ltl": ["finally", "[15,43]", "(", "signal_1_n", "more", "0.6", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "instant", "within", "the", "first", "15", "to", "43", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "15", ":", "43", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 30], "prop": [["signal_1_n", ">", "0.6"]]}}} {"id": 1688, "sentence": ["The", "value", "of", "signal", "signal_1_n", "needs", "to", "uninterruptedly", "keep", "greater", "than", "or", "equal", "to", "56.3", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "56.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 22], "prop": [["signal_1_n", ">=", "56.3"]]}}} {"id": 5298, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "larger", "than", "68.0", "and", "less", "than", "69.2", "then", "at", "a", "certain", "time", "instant", "in", "the", "future", "the", "signal_4_n", "signal", "will", "be", "no", "less", "than", "76.8", "ultimately", ",", "before", "that", "without", "interruption", "the", "state", "of", "signal_2_n", "ought", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "68.0", "and", "signal_1_n", "less", "69.2", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "signal_4_n", "more equal", "76.8", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "at", "a", "certain", "time", "instant", "in", "the", "future", "(", "prop_2", ")", ",", "before", "that", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "68.0"], ["signal_1_n", "<", "69.2"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_4_n", ">=", "76.8"]]}, " prop_3 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1040, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "above", "85.0", "and", "smaller", "than", "93.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "18", "to", "63", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "the", "value", "of", "signal_2_n", "falls", "to", "less", "than", "or", "equal", "to", "74.4", "shall", "get", "detected", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more", "85.0", "and", "signal_1_n", "less", "93.3", "imply", "globally", "[18,63]", "(", "finally", "(", "rise", "(", "signal_2_n", "less equal", "74.4", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "18", "to", "63", "time", "units", ",", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "event", "that", "(", "prop_2", ")", "shall", "get", "detected", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "18", ":", "63", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "85.0"], ["signal_1_n", "<", "93.3"]]}, " prop_2 ": {"span": [61, 73], "prop": [["rise", "(", "signal_2_n", "<=", "74.4", ")"]]}}} {"id": 571, "sentence": ["The", "state", "of", "signal", "signal_1_n", "ought", "to", "consistently", "remain", "in", "signal_2_n", "for", "every", "time", "point", "within", "44", "time", "units", "."], "ltl": ["globally", "[0,44]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "44", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2712, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "92.2", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "33.9", "and", "at", "most", "66.9", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "instant", "within", "the", "following", "23", "time", "units", ",", "the", "value", "of", "signal", "signal_3_n", "will", "be", "more", "than", "1.8", "and", "this", "condition", "will", "be", "keeping", "consistently", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "92.2", "and", "(", "signal_2_n", "more equal", "33.9", "and", "signal_2_n", "less equal", "66.9", ")", "imply", "finally", "[0,23]", "(", "globally", "(", "signal_3_n", "more", "1.8", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "finally", "at", "a", "certain", "time", "instant", "within", "the", "following", "23", "time", "units", ",", "(", "prop_3", ")", "and", "this", "condition", "will", "be", "keeping", "consistently", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "23", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "92.2"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">=", "33.9"], ["signal_2_n", "<=", "66.9"]]}, " prop_3 ": {"span": [42, 52], "prop": [["signal_3_n", ">", "1.8"]]}}} {"id": 6085, "sentence": ["There", "should", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "first", "9", "to", "63", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "larger", "than", "18.3", "and", "below", "21.9", "."], "ltl": ["finally", "[9,63]", "(", "signal_1_n", "more", "18.3", "and", "signal_1_n", "less", "21.9", ")"], "logic_sentence": ["There", "should", "be", "eventually", "a", "certain", "time", "instant", "in", "the", "first", "9", "to", "63", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "9", ":", "63", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 32], "prop": [["signal_1_n", ">", "18.3"], ["signal_1_n", "<", "21.9"]]}}} {"id": 3248, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "uninterruptedly", "the", "event", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "3.8", "should", "never", "occur", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "3.8", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "uninterruptedly", "the", "event", "that", "(", "prop_1", ")", "should", "never", "occur", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["-", "rise", "(", "signal_1_n", ">=", "3.8", ")"]]}}} {"id": 6454, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "79", "time", "units", "consistently", "the", "signal_1_n", "signal", "will", "be", "staying", "in", "signal_2_n", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "stay", "below", "76.1", "consistently", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "76.1", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "79", "time", "units", "consistently", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_3_n", "<", "76.1"]]}}} {"id": 5802, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "24.1", "gets", "detected", ",", "then", "eventually", "there", "will", "be", "sometime", "in", "the", "next", "47", "time", "units", ",", "after", "which", "for", "every", "time", "point", "within", "48", "time", "units", ",", "the", "value", "of", "signal_2_n", "shall", "consistently", "keep", "at", "least", "27.5", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "24.1", ")", "imply", "finally", "[0,47]", "(", "globally", "[0,48]", "(", "signal_2_n", "more equal", "27.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "eventually", "there", "will", "be", "sometime", "in", "the", "next", "47", "time", "units", ",", "after", "which", "for", "every", "time", "point", "within", "48", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "47", "]", "(", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["fall", "(", "signal_1_n", "==", "24.1", ")"]]}, " prop_2 ": {"span": [42, 52], "prop": [["signal_2_n", ">=", "27.5"]]}}} {"id": 1029, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "starts", "not", "equaling", "to", "6.7", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "57.3", "needs", "to", "be", "detected", "starting", "without", "any", "delay", "or", "immediately", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "equal", "to", "85.3", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "6.7", ")", "imply", "rise", "(", "signal_2_n", "less equal", "57.3", ")", "or", "signal_3_n", "math equal", "85.3", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "starting", "without", "any", "delay", "or", "immediately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "6.7", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["rise", "(", "signal_2_n", "<=", "57.3", ")"]]}, " prop_3 ": {"span": [50, 61], "prop": [["signal_3_n", "==", "85.3"]]}}} {"id": 296, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "drops", "below", "25.6", "takes", "place", ",", "then", "ultimately", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", ",", "after", "which", "signal_2_n", "is", "uninterruptedly", "greater", "than", "or", "equal", "to", "10.6", "for", "each", "time", "point", "in", "the", "following", "37", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "25.6", ")", "imply", "finally", "(", "globally", "[0,37]", "(", "signal_2_n", "more equal", "10.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "ultimately", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<", "25.6", ")"]]}, " prop_2 ": {"span": [36, 55], "prop": [["signal_2_n", ">=", "10.6"]]}}} {"id": 4412, "sentence": ["Everytime", "when", "during", "the", "past", "the", "mode", "of", "signal", "signal_1_n", "has", "continuously", "remained", "in", "signal_2_n", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "96.8", "and", "then", "will", "keep", "like", "that", "without", "interruption", "till", "the", "value", "of", "signal_4_n", "will", "fall", "to", "at", "most", "51.1", "finally", ",", "which", "ought", "to", "be", "observed", "at", "sometime", "in", "the", "following", "59", "to", "72", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "math equal", "96.8", ")", "until", "[59,72]", "(", "rise", "(", "signal_4_n", "less equal", "51.1", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "during", "the", "past", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_2", ")", "U", "[", "59", ":", "72", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 66], "prop": [["signal_3_n", "==", "96.8"], ["rise", "(", "signal_4_n", "<=", "51.1", ")"]]}}} {"id": 125, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "gets", "set", "to", "signal_2_n", "occurs", ",", "then", "for", "every", "time", "point", "in", "the", "future", "till", "the", "simulation", "ends", "ultimately", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "greater", "than", "12.8", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more", "12.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "every", "time", "point", "in", "the", "future", "till", "the", "simulation", "ends", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 57], "prop": [["signal_3_n", ">", "12.8"]]}}} {"id": 2841, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "2.5", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "moment", "within", "the", "coming", "68", "time", "units", ",", "the", "signal_2_n", "signal", "should", "be", "equal", "to", "9.7", "and", "this", "condition", "will", "be", "consistently", "sustaining", "for", "each", "time", "point", "in", "the", "subsequent", "72", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "2.5", ")", "imply", "finally", "[0,68]", "(", "globally", "[0,72]", "(", "signal_2_n", "math equal", "9.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "moment", "within", "the", "coming", "68", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "will", "be", "consistently", "sustaining", "for", "each", "time", "point", "in", "the", "subsequent", "72", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "68", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", "<=", "2.5", ")"]]}, " prop_2 ": {"span": [45, 53], "prop": [["signal_2_n", "==", "9.7"]]}}} {"id": 813, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "becomes", "equal", "to", "63.9", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "15", "time", "units", ",", "at", "sometime", "in", "the", "coming", "95", "to", "95", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "should", "be", "less", "than", "14.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.9", ")", "imply", "globally", "[0,15]", "(", "finally", "[95,95]", "(", "signal_2_n", "less", "14.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "15", "time", "units", ",", "at", "sometime", "in", "the", "coming", "95", "to", "95", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "15", "]", "(", "F", "[", "95", ":", "95", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "63.9", ")"]]}, " prop_2 ": {"span": [45, 55], "prop": [["signal_2_n", "<", "14.7"]]}}} {"id": 6038, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "less", "than", "20.4", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "76.1", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "20.4", ")", "imply", "signal_2_n", "math equal", "76.1", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "20.4", ")"]]}, " prop_2 ": {"span": [25, 38], "prop": [["signal_2_n", "==", "76.1"]]}}} {"id": 2028, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "mode", "of", "signal_1_n", "ought", "to", "be", "uninterruptedly", "in", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 55, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "39.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "signal_2_n", "must", "never", "be", "75.5", "."], "ltl": ["globally", "(", "signal_1_n", "less", "39.7", "imply", "negation", "(", "signal_2_n", "math equal", "75.5", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "<", "39.7"]]}, " prop_2 ": {"span": [21, 26], "prop": [["-", "(", "signal_2_n", "==", "75.5", ")"]]}}} {"id": 411, "sentence": ["When", "the", "scenario", "that", "the", "signal_1_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "62.8", "is", "observed", "then", "in", "response", "the", "signal_2_n", "signal", "needs", "to", "be", "promptly", "less", "than", "or", "equal", "to", "16.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "62.8", ")", "imply", "signal_2_n", "less equal", "16.4", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "62.8", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["signal_2_n", "<=", "16.4"]]}}} {"id": 1971, "sentence": ["When", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "36.9", "is", "detected", ",", "then", "right", "away", "the", "state", "of", "signal_2_n", "is", "in", "signal_3_n", ",", "and", "at", "the", "same", "time", "point", "the", "mode", "of", "signal", "signal_4_n", "shall", "be", "signal_5_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "36.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "right", "away", "(", "prop_2", ")", ",", "and", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["fall", "(", "signal_1_n", "==", "36.9", ")"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [30, 38], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 5265, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "signal_1_n", "is", "lower", "than", "80.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "coming", "44", "to", "49", "time", "units", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "state", "of", "signal", "signal_2_n", "will", "be", "signal_3_n", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less", "80.7", "imply", "globally", "[44,49]", "(", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "coming", "44", "to", "49", "time", "units", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "44", ":", "49", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["signal_1_n", "<", "80.7"]]}, " prop_2 ": {"span": [50, 59], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3974, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "first", "27", "to", "52", "time", "units", "signal_3_n", "should", "be", "finally", "within", "-LSB-", "24.8", ",", "34.4", "-RSB-", "at", "a", "time", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[27,52]", "(", "finally", "(", "signal_3_n", "more equal", "24.8", "and", "signal_3_n", "less equal", "34.4", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "point", "within", "the", "first", "27", "to", "52", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "27", ":", "52", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [32, 48], "prop": [["signal_3_n", ">=", "24.8"], ["signal_3_n", "<=", "34.4"]]}}} {"id": 5236, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "rises", "to", "at", "least", "3.6", "occurs", "then", "there", "is", "eventually", "a", "certain", "time", "instant", "during", "the", "first", "53", "time", "units", ",", "after", "which", "for", "every", "moment", "during", "the", "coming", "2", "time", "units", "signal_2_n", "should", "be", "equal", "to", "55.2", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "3.6", ")", "imply", "finally", "[0,53]", "(", "globally", "[0,2]", "(", "signal_2_n", "math equal", "55.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "there", "is", "eventually", "a", "certain", "time", "instant", "during", "the", "first", "53", "time", "units", ",", "after", "which", "for", "every", "moment", "during", "the", "coming", "2", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "53", "]", "(", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", ">=", "3.6", ")"]]}, " prop_2 ": {"span": [49, 56], "prop": [["signal_2_n", "==", "55.2"]]}}} {"id": 629, "sentence": ["The", "value", "of", "signal_1_n", "should", "be", "finally", "set", "to", "40.1", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "40.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "==", "40.1"]]}}} {"id": 3422, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "goes", "down", "to", "lower", "than", "40.0", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "49", "time", "units", ",", "there", "has", "to", "be", "sometime", "within", "the", "subsequent", "4", "time", "units", "finally", ",", "at", "which", "signal_2_n", "has", "to", "be", "equal", "to", "74.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "40.0", ")", "imply", "globally", "[0,49]", "(", "finally", "[0,4]", "(", "signal_2_n", "math equal", "74.0", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "within", "the", "subsequent", "49", "time", "units", ",", "there", "has", "to", "be", "sometime", "within", "the", "subsequent", "4", "time", "units", "finally", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "49", "]", "(", "F", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "<", "40.0", ")"]]}, " prop_2 ": {"span": [50, 57], "prop": [["signal_2_n", "==", "74.0"]]}}} {"id": 601, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "81.4", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "will", "remain", "greater", "than", "or", "equal", "to", "84.3", "at", "once", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "81.4", ")", "imply", "signal_2_n", "more equal", "84.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "81.4", ")"]]}, " prop_2 ": {"span": [30, 41], "prop": [["signal_2_n", ">=", "84.3"]]}}} {"id": 1925, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "increases", "to", "no", "less", "than", "65.2", "gets", "observed", ",", "then", "in", "response", "signal_2_n", "will", "have", "to", "be", "higher", "than", "26.9", "and", "smaller", "than", "87.6", "and", "then", "will", "consistently", "remain", "like", "this", "for", "the", "last", "11", "to", "88", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "65.2", ")", "imply", "historically", "[11,88]", "(", "signal_2_n", "more", "26.9", "and", "signal_2_n", "less", "87.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "11", ":", "88", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", ">=", "65.2", ")"]]}, " prop_2 ": {"span": [23, 50], "prop": [["signal_2_n", ">", "26.9"], ["signal_2_n", "<", "87.6"]]}}} {"id": 975, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "jumps", "to", "more", "than", "13.3", "happens", "then", "there", "will", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "42", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "45.5", "has", "to", "get", "detected", "eventually", ",", "and", "until", "then", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "keeps", "equal", "to", "33.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "13.3", ")", "imply", "(", "signal_2_n", "math equal", "33.0", ")", "until", "[0,42]", "(", "rise", "(", "signal_3_n", "less equal", "45.5", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "there", "will", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "42", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "has", "to", "get", "detected", "eventually", ",", "and", "until", "then", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", ">", "13.3", ")"]]}, " prop_2 ": {"span": [37, 48], "prop": [["rise", "(", "signal_3_n", "<=", "45.5", ")"]]}, " prop_3 ": {"span": [59, 68], "prop": [["signal_2_n", "==", "33.0"]]}}} {"id": 3251, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "consecutively", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "89.7", "should", "n't", "take", "place", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "more equal", "89.7", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", "consecutively", "the", "scenario", "that", "(", "prop_1", ")", "should", "n't", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["-", "rise", "(", "signal_1_n", ">=", "89.7", ")"]]}}} {"id": 1932, "sentence": ["For", "every", "moment", "in", "the", "first", "19", "time", "units", "without", "interruption", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "equal", "to", "14.3", "."], "ltl": ["globally", "[0,19]", "(", "signal_1_n", "math equal", "14.3", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "19", "time", "units", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "19", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", "==", "14.3"]]}}} {"id": 2026, "sentence": ["At", "a", "time", "within", "the", "first", "56", "to", "86", "time", "units", "the", "value", "of", "signal_1_n", "will", "have", "to", "remain", "higher", "than", "67.6", "and", "smaller", "than", "87.2", "eventually", "and", "the", "value", "of", "signal_2_n", "will", "be", "eventually", "within", "-LSB-", "19.2", ",", "52.4", "-RSB-", "."], "ltl": ["finally", "[56,86]", "(", "(", "signal_1_n", "more", "67.6", "and", "signal_1_n", "less", "87.2", ")", "and", "(", "signal_2_n", "more equal", "19.2", "and", "signal_2_n", "less equal", "52.4", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "the", "first", "56", "to", "86", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "56", ":", "86", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_1", "&", "prop_1", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 41], "prop": [["signal_1_n", ">", "67.6"], ["signal_1_n", "<", "87.2"], ["signal_2_n", ">=", "19.2"], ["signal_2_n", "<=", "52.4"]]}}} {"id": 3991, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "no", "larger", "than", "19.4", "then", "in", "response", "the", "value", "of", "signal_2_n", "has", "to", "be", "immediately", "greater", "than", "70.8", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "19.4", "imply", "signal_2_n", "more", "70.8", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 10], "prop": [["signal_1_n", "<=", "19.4"]]}, " prop_2 ": {"span": [13, 24], "prop": [["signal_2_n", ">", "70.8"]]}}} {"id": 1894, "sentence": ["The", "value", "of", "signal_1_n", "is", "set", "to", "34.1", "uninterruptedly", "for", "every", "time", "point", "in", "the", "first", "38", "time", "units", "."], "ltl": ["globally", "[0,38]", "(", "signal_1_n", "math equal", "34.1", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "38", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 19], "prop": [["signal_1_n", "==", "34.1"]]}}} {"id": 4767, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "65", "time", "units", "the", "mode", "of", "signal_1_n", "is", "always", "in", "signal_2_n", "or", "signal_3_n", "will", "stay", "no", "less", "than", "6.8", "and", "less", "than", "or", "equal", "to", "80.8", "all", "the", "time", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "6.8", "and", "signal_3_n", "less equal", "80.8", ")", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "65", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 36], "prop": [["signal_3_n", ">=", "6.8"], ["signal_3_n", "<=", "80.8"]]}}} {"id": 258, "sentence": ["Globally", ",", "whenever", "the", "state", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "then", "in", "no", "time", "the", "state", "of", "signal", "signal_3_n", "shall", "be", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2216, "sentence": ["When", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "shifts", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 485, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "is", "changed", "to", "65.0", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "value", "of", "signal_2_n", "needs", "to", "be", "at", "least", "39.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "65.0", ")", "imply", "signal_2_n", "more equal", "39.2", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "==", "65.0", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", ">=", "39.2"]]}}} {"id": 2716, "sentence": ["When", "the", "value", "of", "signal_1_n", "is", "7.3", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "1.2", "and", "at", "most", "61.0", "then", "in", "response", "finally", "at", "a", "time", "in", "the", "next", "32", "time", "units", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "signal_3_n", "keeps", "above", "98.5", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "7.3", "and", "(", "signal_2_n", "more equal", "1.2", "and", "signal_2_n", "less equal", "61.0", ")", "imply", "finally", "[0,32]", "(", "globally", "(", "signal_3_n", "more", "98.5", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "in", "response", "finally", "at", "a", "time", "in", "the", "next", "32", "time", "units", "in", "the", "future", "until", "the", "end", "of", "the", "execution", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "F", "[", "0", ":", "32", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 7], "prop": [["signal_1_n", "==", "7.3"]]}, " prop_2 ": {"span": [9, 21], "prop": [["signal_2_n", ">=", "1.2"], ["signal_2_n", "<=", "61.0"]]}, " prop_3 ": {"span": [43, 50], "prop": [["signal_3_n", ">", "98.5"]]}}} {"id": 2543, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "the", "signal_1_n", "signal", "shall", "remain", "equal", "to", "17.7", "and", "without", "interruption", "signal_2_n", "will", "be", "keeping", "greater", "than", "or", "equal", "to", "86.4", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "17.7", "and", "signal_2_n", "more equal", "86.4", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", "consistently", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "17.7"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_2_n", ">=", "86.4"]]}}} {"id": 1359, "sentence": ["There", "has", "to", "be", "a", "certain", "moment", "during", "the", "first", "66", "time", "units", ",", "at", "which", "eventually", "signal_1_n", "must", "jump", "to", "over", "93.6", "."], "ltl": ["finally", "[0,66]", "(", "rise", "(", "signal_1_n", "more", "93.6", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "a", "certain", "moment", "during", "the", "first", "66", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 23], "prop": [["rise", "(", "signal_1_n", ">", "93.6", ")"]]}}} {"id": 32, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "14.2", "occurs", ",", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "50", "time", "units", ",", "ultimately", "at", "a", "certain", "moment", "within", "the", "coming", "73", "time", "units", ",", "the", "signal_2_n", "signal", "ought", "to", "be", "equal", "to", "30.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "14.2", ")", "imply", "globally", "[0,50]", "(", "finally", "[0,73]", "(", "signal_2_n", "math equal", "30.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "for", "each", "time", "instant", "within", "the", "subsequent", "50", "time", "units", ",", "ultimately", "at", "a", "certain", "moment", "within", "the", "coming", "73", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "50", "]", "(", "F", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 17], "prop": [["rise", "(", "signal_1_n", "<=", "14.2", ")"]]}, " prop_2 ": {"span": [43, 52], "prop": [["signal_2_n", "==", "30.8"]]}}} {"id": 1905, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", "uninterruptedly", "the", "signal_1_n", "signal", "keeps", "greater", "than", "97.3", "."], "ltl": ["globally", "(", "signal_1_n", "more", "97.3", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", ">", "97.3"]]}}} {"id": 3510, "sentence": ["In", "case", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "60.0", ",", "then", "the", "signal_2_n", "signal", "will", "be", "86.0", "and", "should", "continue", "like", "this", "all", "the", "time", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "60.0", ")", "imply", "historically", "(", "signal_2_n", "math equal", "86.0", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["rise", "(", "signal_1_n", ">=", "60.0", ")"]]}, " prop_2 ": {"span": [18, 41], "prop": [["signal_2_n", "==", "86.0"]]}}} {"id": 393, "sentence": ["There", "must", "be", "sometime", "within", "57", "time", "units", ",", "at", "which", "the", "state", "of", "signal_1_n", "shall", "be", "eventually", "set", "to", "signal_2_n", "or", "the", "event", "that", "the", "value", "of", "signal_3_n", "goes", "above", "60.1", "will", "eventually", "not", "occur", "."], "ltl": ["finally", "[0,57]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "rise", "(", "signal_3_n", "more", "60.1", ")", ")"], "logic_sentence": ["There", "must", "be", "sometime", "within", "57", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "will", "eventually", "not", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "57", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "rise", "(", "signal_3_n", ">", "60.1", ")"]]}}} {"id": 4093, "sentence": ["In", "the", "future", "the", "value", "of", "signal", "signal_1_n", "must", "continuously", "keep", "less", "than", "54.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "54.9", ")"], "logic_sentence": ["In", "the", "future", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", "<", "54.9"]]}}} {"id": 2414, "sentence": ["If", "the", "signal_1_n", "signal", "is", "larger", "than", "45.6", "and", "signal_2_n", "is", "n't", "50.5", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "sometime", "within", "the", "subsequent", "75", "time", "units", ",", "the", "state", "of", "signal_3_n", "ought", "to", "be", "uninterruptedly", "in", "signal_4_n", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "more", "45.6", "and", "negation", "(", "signal_2_n", "math equal", "50.5", ")", "imply", "finally", "[0,75]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "after", "sometime", "within", "the", "subsequent", "75", "time", "units", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "75", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", ">", "45.6"]]}, " prop_2 ": {"span": [9, 13], "prop": [["-", "(", "signal_2_n", "==", "50.5", ")"]]}, " prop_3 ": {"span": [30, 47], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5670, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "starting", "between", "14", "to", "14", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "ought", "to", "be", "finally", "greater", "than", "or", "equal", "to", "58.1", "and", "less", "than", "or", "equal", "to", "63.0", "and", "eventually", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "48.4", "must", "be", "observed", "."], "ltl": ["finally", "[14,14]", "(", "(", "signal_1_n", "more equal", "58.1", "and", "signal_1_n", "less equal", "63.0", ")", "and", "rise", "(", "signal_2_n", "more equal", "48.4", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "starting", "between", "14", "to", "14", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "eventually", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "be", "observed", "."], "logic_ltl": ["F", "[", "14", ":", "14", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 39], "prop": [["signal_1_n", ">=", "58.1"], ["signal_1_n", "<=", "63.0"]]}, " prop_2 ": {"span": [45, 56], "prop": [["rise", "(", "signal_2_n", ">=", "48.4", ")"]]}}} {"id": 4697, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "the", "signal_1_n", "signal", "will", "be", "staying", "at", "most", "16.6", "or", "consecutively", "the", "transition", "action", "that", "signal_2_n", "goes", "below", "38.9", "ought", "not", "to", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "16.6", "or", "negation", "fall", "(", "signal_2_n", "more equal", "38.9", ")", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_1", ")", "or", "consecutively", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "not", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "<=", "16.6"]]}, " prop_2 ": {"span": [25, 29], "prop": [["-", "fall", "(", "signal_2_n", ">=", "38.9", ")"]]}}} {"id": 1263, "sentence": ["Everytime", "when", "signal_1_n", "stays", "no", "larger", "than", "54.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "exists", "a", "certain", "time", "point", "during", "the", "following", "26", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "no", "larger", "than", "74.5", "uninterruptedly", "for", "every", "time", "point", "in", "the", "next", "72", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "54.6", "imply", "finally", "[0,26]", "(", "globally", "[0,72]", "(", "signal_2_n", "less equal", "74.5", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "exists", "a", "certain", "time", "point", "during", "the", "following", "26", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "26", "]", "(", "G", "[", "0", ":", "72", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 8], "prop": [["signal_1_n", "<=", "54.6"]]}, " prop_2 ": {"span": [31, 54], "prop": [["signal_2_n", "<=", "74.5"]]}}} {"id": 1505, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "49.5", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "during", "the", "coming", "67", "time", "units", "the", "mode", "of", "signal_2_n", "needs", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "49.5", ")", "imply", "globally", "[0,67]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "during", "the", "coming", "67", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "67", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "49.5", ")"]]}, " prop_2 ": {"span": [35, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 116, "sentence": ["There", "shall", "exist", "a", "time", "after", "at", "most", "23", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "shall", "be", "higher", "than", "52.0", "eventually", "or", "the", "signal_2_n", "signal", "will", "be", "above", "57.0", "finally", "."], "ltl": ["finally", "[0,23]", "(", "signal_1_n", "more", "52.0", "or", "signal_2_n", "more", "57.0", ")"], "logic_sentence": ["There", "shall", "exist", "a", "time", "after", "at", "most", "23", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "23", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", ">", "52.0"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", ">", "57.0"]]}}} {"id": 3646, "sentence": ["While", "the", "value", "of", "signal", "signal_1_n", "is", "above", "75.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "state", "of", "signal_2_n", "ought", "not", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "more", "75.5", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">", "75.5"]]}, " prop_2 ": {"span": [21, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 2305, "sentence": ["The", "state", "of", "signal", "signal_1_n", "shall", "keep", "in", "signal_2_n", "all", "the", "time", "within", "the", "first", "4", "to", "33", "time", "units", "."], "ltl": ["globally", "[4,33]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1044, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "over", "38.5", "and", "below", "69.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "38.5", "and", "signal_3_n", "less", "69.7", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_3_n", ">", "38.5"], ["signal_3_n", "<", "69.7"]]}}} {"id": 2863, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "below", "61.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "signal_2_n", "will", "have", "to", "continuously", "stay", "greater", "than", "or", "equal", "to", "30.0", "for", "every", "time", "point", "in", "the", "next", "63", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "61.9", "imply", "finally", "(", "globally", "[0,63]", "(", "signal_2_n", "more equal", "30.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "63", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "61.9"]]}, " prop_2 ": {"span": [38, 60], "prop": [["signal_2_n", ">=", "30.0"]]}}} {"id": 6065, "sentence": ["For", "every", "moment", "during", "the", "first", "45", "to", "61", "time", "units", "signal_1_n", "will", "have", "to", "consistently", "equal", "to", "61.7", "."], "ltl": ["globally", "[45,61]", "(", "signal_1_n", "math equal", "61.7", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "45", "to", "61", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "45", ":", "61", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "61.7"]]}}} {"id": 4974, "sentence": ["It", "is", "always", "the", "case", "that", "if", "signal_1_n", "is", "bigger", "than", "50.2", "and", "smaller", "than", "70.2", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "64.6", "happens", "then", "for", "every", "moment", "during", "the", "next", "73", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "instant", "after", "at", "most", "10", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "is", "larger", "than", "87.0", "finally", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "50.2", "and", "signal_1_n", "less", "70.2", ")", "and", "rise", "(", "signal_2_n", "less equal", "64.6", ")", "imply", "globally", "[0,73]", "(", "finally", "[0,10]", "(", "signal_3_n", "more", "87.0", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "happens", "then", "for", "every", "moment", "during", "the", "next", "73", "time", "units", ",", "there", "will", "be", "a", "certain", "time", "instant", "after", "at", "most", "10", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "0", ":", "10", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", ">", "50.2"], ["signal_1_n", "<", "70.2"]]}, " prop_2 ": {"span": [20, 31], "prop": [["rise", "(", "signal_2_n", "<=", "64.6", ")"]]}, " prop_3 ": {"span": [59, 69], "prop": [["signal_3_n", ">", "87.0"]]}}} {"id": 140, "sentence": ["There", "should", "be", "a", "certain", "moment", "in", "the", "first", "11", "to", "47", "time", "units", ",", "at", "which", "signal_1_n", "ought", "to", "be", "finally", "smaller", "than", "60.9", ",", "or", "eventually", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "goes", "down", "to", "lower", "than", "54.8", "shall", "get", "detected", "."], "ltl": ["finally", "[11,47]", "(", "signal_1_n", "less", "60.9", "or", "rise", "(", "signal_2_n", "less", "54.8", ")", ")"], "logic_sentence": ["There", "should", "be", "a", "certain", "moment", "in", "the", "first", "11", "to", "47", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "eventually", "the", "event", "that", "(", "prop_2", ")", "shall", "get", "detected", "."], "logic_ltl": ["F", "[", "11", ":", "47", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 25], "prop": [["signal_1_n", "<", "60.9"]]}, " prop_2 ": {"span": [31, 42], "prop": [["rise", "(", "signal_2_n", "<", "54.8", ")"]]}}} {"id": 556, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "less", "than", "or", "equal", "to", "26.3", "gets", "observed", ",", "then", "for", "each", "time", "point", "within", "the", "first", "51", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "next", "91", "time", "units", ",", "at", "which", "signal_2_n", "will", "have", "to", "be", "at", "most", "17.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "26.3", ")", "imply", "globally", "[0,51]", "(", "finally", "[0,91]", "(", "signal_2_n", "less equal", "17.7", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "for", "each", "time", "point", "within", "the", "first", "51", "time", "units", ",", "there", "must", "exist", "a", "certain", "time", "instant", "in", "the", "next", "91", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "51", "]", "(", "F", "[", "0", ":", "91", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<=", "26.3", ")"]]}, " prop_2 ": {"span": [46, 54], "prop": [["signal_2_n", "<=", "17.7"]]}}} {"id": 2444, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal_1_n", "is", "smaller", "than", "99.7", "then", "in", "response", "the", "state", "of", "signal", "signal_2_n", "has", "to", "be", "in", "signal_3_n", "and", "this", "condition", "will", "have", "to", "continue", "consistently", "for", "each", "time", "point", "within", "the", "coming", "2", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "99.7", "imply", "globally", "[0,2]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "in", "response", "(", "prop_2", ")", "and", "this", "condition", "will", "have", "to", "continue", "consistently", "for", "each", "time", "point", "within", "the", "coming", "2", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "2", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "99.7"]]}, " prop_2 ": {"span": [14, 24], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4936, "sentence": ["Consistently", "the", "value", "of", "signal_1_n", "will", "be", "staying", "above", "83.8", "for", "every", "time", "point", "in", "the", "first", "26", "time", "units", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more", "83.8", ")"], "logic_sentence": ["Consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["signal_1_n", ">", "83.8"]]}}} {"id": 1238, "sentence": ["In", "the", "case", "the", "event", "that", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "observed", "then", "there", "will", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "after", "which", "the", "value", "of", "signal_3_n", "has", "to", "equal", "to", "26.9", "and", "shall", "consistently", "stay", "like", "that", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "(", "signal_3_n", "math equal", "26.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "there", "will", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "eventually", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [36, 58], "prop": [["signal_3_n", "==", "26.9"]]}}} {"id": 1132, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "falls", "to", "less", "than", "or", "equal", "to", "50.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "keeping", "less", "than", "85.3", "continuously", "for", "every", "moment", "within", "the", "first", "31", "to", "60", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "50.1", ")", "imply", "globally", "[31,60]", "(", "signal_2_n", "less", "85.3", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "31", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["rise", "(", "signal_1_n", "<=", "50.1", ")"]]}, " prop_2 ": {"span": [24, 47], "prop": [["signal_2_n", "<", "85.3"]]}}} {"id": 5599, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "39.7", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "93", "time", "units", ",", "signal_2_n", "ought", "to", "be", "equal", "to", "88.2", "and", "then", "keep", "like", "this", "for", "the", "following", "7", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "39.7", ")", "imply", "finally", "[0,93]", "(", "globally", "[0,7]", "(", "signal_2_n", "math equal", "88.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "at", "a", "certain", "time", "instant", "in", "the", "following", "93", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "93", "]", "(", "G", "[", "0", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "39.7", ")"]]}, " prop_2 ": {"span": [39, 57], "prop": [["signal_2_n", "==", "88.2"]]}}} {"id": 2241, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "becomes", "signal_2_n", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "in", "the", "coming", "53", "time", "units", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "be", "equal", "to", "42.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,53]", "(", "signal_3_n", "math equal", "42.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "ought", "to", "be", "eventually", "a", "certain", "moment", "in", "the", "coming", "53", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "53", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 53], "prop": [["signal_3_n", "==", "42.4"]]}}} {"id": 4146, "sentence": ["At", "a", "certain", "time", "point", "within", "88", "time", "units", ",", "the", "event", "that", "signal_1_n", "starts", "deviating", "from", "27.2", "ought", "to", "occur", "finally", ",", "and", "the", "value", "of", "signal_2_n", "should", "be", "eventually", "greater", "than", "or", "equal", "to", "1.0", "and", "at", "most", "12.7", "."], "ltl": ["finally", "[0,88]", "(", "fall", "(", "signal_1_n", "math equal", "27.2", ")", "and", "(", "signal_2_n", "more equal", "1.0", "and", "signal_2_n", "less equal", "12.7", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "88", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "occur", "finally", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["fall", "(", "signal_1_n", "==", "27.2", ")"]]}, " prop_2 ": {"span": [24, 41], "prop": [["signal_2_n", ">=", "1.0"], ["signal_2_n", "<=", "12.7"]]}}} {"id": 6411, "sentence": ["While", "the", "signal_1_n", "signal", "is", "less", "than", "15.0", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "the", "state", "of", "signal_2_n", "shall", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "15.0", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["While", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "15.0"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5813, "sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "18.6", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consistently", "the", "signal_2_n", "signal", "is", "not", "48.7", "until", "signal_3_n", "is", "no", "more", "than", "99.1", "finally", ",", "which", "has", "to", "get", "observed", "at", "sometime", "after", "at", "most", "20", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "18.6", ")", "imply", "(", "negation", "(", "signal_2_n", "math equal", "48.7", ")", ")", "until", "[0,20]", "(", "signal_3_n", "less equal", "99.1", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["rise", "(", "signal_1_n", "<=", "18.6", ")"]]}, " prop_2 ": {"span": [31, 59], "prop": [["-", "(", "signal_2_n", "==", "48.7", ")"], ["signal_3_n", "<=", "99.1"]]}}} {"id": 754, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "92.8", "occurs", ",", "then", "in", "response", "the", "signal_2_n", "signal", "must", "be", "51.6", "and", "then", "this", "condition", "keeps", "all", "the", "time", "within", "the", "first", "7", "to", "10", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "92.8", ")", "imply", "globally", "[7,10]", "(", "signal_2_n", "math equal", "51.6", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "this", "condition", "keeps", "all", "the", "time", "within", "the", "first", "7", "to", "10", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "7", ":", "10", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "92.8", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "51.6"]]}}} {"id": 3653, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "43.7", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "larger", "than", "13.8", "and", "smaller", "than", "27.2", "without", "any", "delay", ",", "or", "signal_3_n", "shall", "be", "signal_4_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.7", "imply", "(", "signal_2_n", "more", "13.8", "and", "signal_2_n", "less", "27.2", ")", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "43.7"]]}, " prop_2 ": {"span": [19, 36], "prop": [["signal_2_n", ">", "13.8"], ["signal_2_n", "<", "27.2"]]}, " prop_3 ": {"span": [38, 46], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 875, "sentence": ["The", "value", "of", "signal_1_n", "will", "remain", "bigger", "than", "54.9", "and", "at", "most", "55.9", "at", "a", "certain", "time", "point", "within", "the", "first", "28", "time", "units", "."], "ltl": ["finally", "[0,28]", "(", "signal_1_n", "more", "54.9", "and", "signal_1_n", "less equal", "55.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "28", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", ">", "54.9"], ["signal_1_n", "<=", "55.9"]]}}} {"id": 3630, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "higher", "than", "71.3", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_2_n", "ought", "to", "be", "smaller", "than", "32.5", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "71.3", ")", "imply", "signal_2_n", "less", "32.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", ">", "71.3", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", "<", "32.5"]]}}} {"id": 6015, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "becomes", "no", "less", "than", "90.4", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "coming", "7", "to", "14", "time", "units", "finally", "the", "signal_2_n", "signal", "ought", "to", "keep", "larger", "than", "10.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "90.4", ")", "imply", "finally", "[7,14]", "(", "signal_2_n", "more", "10.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "time", "point", "during", "the", "coming", "7", "to", "14", "time", "units", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "7", ":", "14", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", ">=", "90.4", ")"]]}, " prop_2 ": {"span": [41, 50], "prop": [["signal_2_n", ">", "10.3"]]}}} {"id": 2117, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "settles", "to", "58.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "the", "mode", "of", "signal_2_n", "is", "n't", "set", "to", "signal_3_n", "and", "consecutively", "this", "scenario", "has", "to", "last", "for", "each", "moment", "within", "the", "subsequent", "1", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "58.1", "imply", "finally", "(", "globally", "[0,1]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "eventually", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "after", "which", "(", "prop_2", ")", "and", "consecutively", "this", "scenario", "has", "to", "last", "for", "each", "moment", "within", "the", "subsequent", "1", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "1", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "58.1"]]}, " prop_2 ": {"span": [42, 51], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1414, "sentence": ["In", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "94.1", "is", "observed", ",", "and", "the", "value", "of", "signal_2_n", "is", "between", "the", "interval", "-LSB-", "49.4", ",", "67.8", "-RSB-", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "21.2", "and", "less", "than", "or", "equal", "to", "69.5", "then", "this", "condition", "lasts", "for", "each", "time", "instant", "during", "the", "next", "7", "to", "23", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "94.1", ")", "and", "(", "signal_2_n", "more equal", "49.4", "and", "signal_2_n", "less equal", "67.8", ")", "imply", "globally", "[7,23]", "(", "signal_3_n", "more equal", "21.2", "and", "signal_3_n", "less equal", "69.5", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "then", "this", "condition", "lasts", "for", "each", "time", "instant", "during", "the", "next", "7", "to", "23", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "7", ":", "23", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "94.1", ")"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">=", "49.4"], ["signal_2_n", "<=", "67.8"]]}, " prop_3 ": {"span": [39, 59], "prop": [["signal_3_n", ">=", "21.2"], ["signal_3_n", "<=", "69.5"]]}}} {"id": 2991, "sentence": ["Whenever", "the", "transition", "action", "that", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "66.4", "happens", "then", "the", "state", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "66.4", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", "<=", "66.4", ")"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5078, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "is", "equal", "to", "53.4", ",", "or", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "12.4", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_3_n", "must", "be", "signal_4_n", "then", "this", "condition", "will", "sustain", "for", "every", "time", "instant", "during", "the", "next", "56", "to", "59", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "53.4", "or", "signal_2_n", "less equal", "12.4", "imply", "globally", "[56,59]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "then", "this", "condition", "will", "sustain", "for", "every", "time", "instant", "during", "the", "next", "56", "to", "59", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "56", ":", "59", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "53.4"]]}, " prop_2 ": {"span": [13, 25], "prop": [["signal_2_n", "<=", "12.4"]]}, " prop_3 ": {"span": [32, 39], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 697, "sentence": ["At", "a", "time", "after", "at", "most", "31", "time", "units", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "no", "less", "than", "17.5", "and", "lower", "than", "34.4", "ultimately", "."], "ltl": ["finally", "[0,31]", "(", "signal_1_n", "more equal", "17.5", "and", "signal_1_n", "less", "34.4", ")"], "logic_sentence": ["At", "a", "time", "after", "at", "most", "31", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", ">=", "17.5"], ["signal_1_n", "<", "34.4"]]}}} {"id": 6024, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "is", "shifted", "to", "58.5", "does", "n't", "get", "detected", "and", "the", "signal_2_n", "signal", "rises", "to", "greater", "than", "or", "equal", "to", "55.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "sometime", "within", "the", "next", "25", "to", "33", "time", "units", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "more", "than", "10.4", "and", "less", "than", "or", "equal", "to", "17.7", "and", "consistently", "this", "scenario", "must", "hold", "for", "every", "time", "point", "during", "the", "coming", "5", "to", "89", "time", "units", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "58.5", ")", "and", "rise", "(", "signal_2_n", "more equal", "55.7", ")", "imply", "finally", "[25,33]", "(", "globally", "[5,89]", "(", "signal_3_n", "more", "10.4", "and", "signal_3_n", "less equal", "17.7", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "does", "n't", "get", "detected", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "after", "sometime", "within", "the", "next", "25", "to", "33", "time", "units", "(", "prop_3", ")", "and", "consistently", "this", "scenario", "must", "hold", "for", "every", "time", "point", "during", "the", "coming", "5", "to", "89", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "25", ":", "33", "]", "(", "G", "[", "5", ":", "89", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["-", "rise", "(", "signal_1_n", "==", "58.5", ")"]]}, " prop_2 ": {"span": [24, 35], "prop": [["rise", "(", "signal_2_n", ">=", "55.7", ")"]]}, " prop_3 ": {"span": [55, 73], "prop": [["signal_3_n", ">", "10.4"], ["signal_3_n", "<=", "17.7"]]}}} {"id": 4584, "sentence": ["Continuously", "the", "value", "of", "signal_1_n", "should", "keep", "above", "90.6", "for", "more", "than", "56", "time", "units", "."], "ltl": ["globally", "[0,56]", "(", "signal_1_n", "more", "90.6", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 15], "prop": [["signal_1_n", ">", "90.6"]]}}} {"id": 1042, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "instantly", "larger", "than", "53.3", "and", "lower", "than", "63.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "53.3", "and", "signal_3_n", "less", "63.5", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_3_n", ">", "53.3"], ["signal_3_n", "<", "63.5"]]}}} {"id": 3791, "sentence": ["At", "sometime", "within", "68", "time", "units", "the", "event", "that", "the", "signal_1_n", "signal", "decreases", "to", "less", "than", "or", "equal", "to", "74.4", "will", "not", "be", "detected", "eventually", "."], "ltl": ["finally", "[0,68]", "(", "negation", "fall", "(", "signal_1_n", "more", "74.4", ")", ")"], "logic_sentence": ["At", "sometime", "within", "68", "time", "units", "the", "event", "that", "(", "prop_1", ")", "will", "not", "be", "detected", "eventually", "."], "logic_ltl": ["F", "[", "0", ":", "68", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["-", "fall", "(", "signal_1_n", ">", "74.4", ")"]]}}} {"id": 117, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "20", "time", "units", ",", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "raised", "to", "no", "less", "than", "18.5", "ought", "to", "happen", ",", "or", "eventually", "the", "state", "of", "signal_2_n", "has", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,20]", "(", "rise", "(", "signal_1_n", "more equal", "18.5", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "20", "time", "units", ",", "ultimately", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "happen", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["rise", "(", "signal_1_n", ">=", "18.5", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2587, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "gets", "to", "less", "than", "or", "equal", "to", "99.6", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "first", "34", "to", "78", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "the", "signal_2_n", "signal", "must", "be", "no", "less", "than", "10.7", "and", "less", "than", "or", "equal", "to", "39.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "99.6", ")", "imply", "globally", "[34,78]", "(", "finally", "(", "signal_2_n", "more equal", "10.7", "and", "signal_2_n", "less equal", "39.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "first", "34", "to", "78", "time", "units", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "34", ":", "78", "]", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<=", "99.6", ")"]]}, " prop_2 ": {"span": [50, 66], "prop": [["signal_2_n", ">=", "10.7"], ["signal_2_n", "<=", "39.2"]]}}} {"id": 1069, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_3_n", "should", "be", "promptly", "greater", "than", "or", "equal", "to", "8.3", "and", "at", "most", "21.0", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "8.3", "and", "signal_3_n", "less equal", "21.0", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 47], "prop": [["signal_3_n", ">=", "8.3"], ["signal_3_n", "<=", "21.0"]]}}} {"id": 5775, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "19", "to", "62", "time", "units", "eventually", ",", "at", "which", "the", "state", "of", "signal_3_n", "has", "to", "be", "set", "to", "signal_4_n", "then", "this", "condition", "ought", "to", "consecutively", "sustain", "for", "every", "time", "instant", "during", "the", "next", "10", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[19,62]", "(", "globally", "[0,10]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "shall", "exist", "a", "certain", "time", "instant", "within", "the", "subsequent", "19", "to", "62", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", "then", "this", "condition", "ought", "to", "consecutively", "sustain", "for", "every", "time", "instant", "during", "the", "next", "10", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "19", ":", "62", "]", "(", "G", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [44, 54], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1373, "sentence": ["If", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "equal", "to", "32.8", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "the", "transition", "action", "that", "the", "mode", "of", "signal_2_n", "gets", "changed", "to", "signal_3_n", "is", "observed", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "43", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "32.8", ")", "imply", "globally", "(", "finally", "[0,43]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "the", "transition", "action", "that", "(", "prop_2", ")", "is", "observed", "finally", "at", "a", "certain", "time", "point", "in", "the", "coming", "43", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "==", "32.8", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 659, "sentence": ["On", "condition", "that", "signal_1_n", "is", "larger", "than", "31.1", "and", "less", "than", "52.4", "and", "signal_2_n", "is", "smaller", "than", "39.7", ",", "then", "in", "response", "for", "every", "time", "point", "during", "the", "coming", "20", "time", "units", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "0", "to", "8", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_3_n", "jumps", "to", "greater", "than", "or", "equal", "to", "73.5", "will", "have", "to", "be", "detected", "ultimately", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "31.1", "and", "signal_1_n", "less", "52.4", ")", "and", "signal_2_n", "less", "39.7", "imply", "globally", "[0,20]", "(", "finally", "[0,8]", "(", "rise", "(", "signal_3_n", "more equal", "73.5", ")", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "for", "every", "time", "point", "during", "the", "coming", "20", "time", "units", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "0", "to", "8", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "be", "detected", "ultimately", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "G", "[", "0", ":", "20", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", ">", "31.1"], ["signal_1_n", "<", "52.4"]]}, " prop_2 ": {"span": [13, 18], "prop": [["signal_2_n", "<", "39.7"]]}, " prop_3 ": {"span": [56, 68], "prop": [["rise", "(", "signal_3_n", ">=", "73.5", ")"]]}}} {"id": 4742, "sentence": ["There", "exists", "a", "certain", "moment", "during", "the", "first", "97", "time", "units", "eventually", ",", "at", "which", "the", "signal_1_n", "signal", "will", "have", "to", "be", "lower", "than", "12.1", "and", "signal_2_n", "has", "to", "be", "less", "than", "or", "equal", "to", "65.0", "."], "ltl": ["finally", "[0,97]", "(", "signal_1_n", "less", "12.1", "and", "signal_2_n", "less equal", "65.0", ")"], "logic_sentence": ["There", "exists", "a", "certain", "moment", "during", "the", "first", "97", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "97", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", "<", "12.1"]]}, " prop_2 ": {"span": [26, 36], "prop": [["signal_2_n", "<=", "65.0"]]}}} {"id": 87, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "higher", "than", "49.8", "and", "less", "than", "70.8", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_2_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "22.5", "simultaneously", "."], "ltl": ["globally", "(", "signal_1_n", "more", "49.8", "and", "signal_1_n", "less", "70.8", "imply", "signal_2_n", "more equal", "22.5", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">", "49.8"], ["signal_1_n", "<", "70.8"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", ">=", "22.5"]]}}} {"id": 4012, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "10.2", "and", "signal_2_n", "is", "over", "6.5", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "future", "till", "the", "simulation", "ends", "there", "will", "exist", "a", "time", "within", "the", "subsequent", "20", "to", "95", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "stay", "greater", "than", "or", "equal", "to", "86.2", "and", "at", "most", "94.8", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "10.2", "and", "signal_2_n", "more", "6.5", "imply", "globally", "(", "finally", "[20,95]", "(", "signal_3_n", "more equal", "86.2", "and", "signal_3_n", "less equal", "94.8", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "time", "point", "in", "the", "future", "till", "the", "simulation", "ends", "there", "will", "exist", "a", "time", "within", "the", "subsequent", "20", "to", "95", "time", "units", "ultimately", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "(", "F", "[", "20", ":", "95", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 14], "prop": [["signal_1_n", "<=", "10.2"]]}, " prop_2 ": {"span": [15, 19], "prop": [["signal_2_n", ">", "6.5"]]}, " prop_3 ": {"span": [55, 71], "prop": [["signal_3_n", ">=", "86.2"], ["signal_3_n", "<=", "94.8"]]}}} {"id": 172, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "at", "least", "14.3", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_2_n", "signal", "has", "to", "be", "set", "to", "signal_3_n", "and", "the", "event", "that", "the", "signal_4_n", "signal", "goes", "lower", "than", "11.4", "is", "promptly", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "14.3", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less", "11.4", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "the", "event", "that", "(", "prop_3", ")", "is", "promptly", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">=", "14.3", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [37, 44], "prop": [["rise", "(", "signal_4_n", "<", "11.4", ")"]]}}} {"id": 150, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "the", "state", "of", "signal_3_n", "needs", "to", "be", "in", "signal_4_n", ",", "and", "signal_5_n", "shall", "be", "less", "than", "or", "equal", "to", "14.0", "instantly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "less equal", "14.0", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [29, 39], "prop": [["signal_5_n", "<=", "14.0"]]}}} {"id": 1483, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "signal_1_n", "exceeds", "80.1", "occurs", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "needs", "to", "stay", "equal", "to", "7.5", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "80.1", ")", "imply", "signal_2_n", "math equal", "7.5", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 10], "prop": [["rise", "(", "signal_1_n", ">", "80.1", ")"]]}, " prop_2 ": {"span": [17, 28], "prop": [["signal_2_n", "==", "7.5"]]}}} {"id": 3943, "sentence": ["In", "the", "case", "signal_1_n", "keeps", "greater", "than", "89.1", ",", "or", "the", "transition", "action", "that", "signal_2_n", "is", "changed", "to", "70.2", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "moment", "in", "the", "first", "69", "time", "units", "the", "signal_3_n", "signal", "will", "be", "no", "larger", "than", "47.9", "and", "keeps", "like", "this", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "following", "85", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "89.1", "or", "rise", "(", "signal_2_n", "math equal", "70.2", ")", "imply", "finally", "[0,69]", "(", "globally", "[0,85]", "(", "signal_3_n", "less equal", "47.9", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "after", "a", "certain", "moment", "in", "the", "first", "69", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "0", ":", "69", "]", "(", "G", "[", "0", ":", "85", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", ">", "89.1"]]}, " prop_2 ": {"span": [14, 19], "prop": [["rise", "(", "signal_2_n", "==", "70.2", ")"]]}, " prop_3 ": {"span": [42, 68], "prop": [["signal_3_n", "<=", "47.9"]]}}} {"id": 718, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "no", "less", "than", "10.3", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "needs", "to", "be", "below", "95.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "10.3", ")", "imply", "signal_2_n", "less", "95.6", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "10.3", ")"]]}, " prop_2 ": {"span": [25, 31], "prop": [["signal_2_n", "<", "95.6"]]}}} {"id": 2022, "sentence": ["There", "will", "be", "a", "certain", "time", "point", "within", "the", "first", "2", "to", "78", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "finally", "remain", "above", "8.8", "and", "below", "29.2", "and", "eventually", "signal_2_n", "will", "have", "to", "be", "no", "less", "than", "55.8", "and", "at", "most", "55.8", "."], "ltl": ["finally", "[2,78]", "(", "(", "signal_1_n", "more", "8.8", "and", "signal_1_n", "less", "29.2", ")", "and", "(", "signal_2_n", "more equal", "55.8", "and", "signal_2_n", "less equal", "55.8", ")", ")"], "logic_sentence": ["There", "will", "be", "a", "certain", "time", "point", "within", "the", "first", "2", "to", "78", "time", "units", ",", "at", "which", "(", "prop_1", ")", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "2", ":", "78", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 33], "prop": [["signal_1_n", ">", "8.8"], ["signal_1_n", "<", "29.2"]]}, " prop_2 ": {"span": [35, 48], "prop": [["signal_2_n", ">=", "55.8"], ["signal_2_n", "<=", "55.8"]]}}} {"id": 247, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "28.6", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "must", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "32", "time", "units", ",", "at", "which", "signal_2_n", "consistently", "stays", "greater", "than", "0.7", "and", "at", "most", "14.3", "for", "each", "moment", "in", "the", "coming", "58", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "28.6", ")", "imply", "finally", "[0,32]", "(", "globally", "[0,58]", "(", "signal_2_n", "more", "0.7", "and", "signal_2_n", "less equal", "14.3", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "finally", "there", "must", "exist", "a", "certain", "time", "instant", "during", "the", "coming", "32", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "32", "]", "(", "G", "[", "0", ":", "58", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "28.6", ")"]]}, " prop_2 ": {"span": [42, 61], "prop": [["signal_2_n", ">", "0.7"], ["signal_2_n", "<=", "14.3"]]}}} {"id": 1481, "sentence": ["Whenever", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "least", "58.9", "gets", "observed", ",", "and", "the", "signal_2_n", "signal", "remains", "greater", "than", "or", "equal", "to", "36.4", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "above", "46.1", "and", "below", "46.4", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "58.9", ")", "and", "signal_2_n", "more equal", "36.4", "imply", "signal_3_n", "more", "46.1", "and", "signal_3_n", "less", "46.4", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "and", "(", "prop_2", ")", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["rise", "(", "signal_1_n", ">=", "58.9", ")"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", ">=", "36.4"]]}, " prop_3 ": {"span": [31, 45], "prop": [["signal_3_n", ">", "46.1"], ["signal_3_n", "<", "46.4"]]}}} {"id": 4546, "sentence": ["When", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "is", "changed", "to", "52.7", "happens", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "be", "greater", "than", "6.4", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "52.7", ")", "imply", "signal_2_n", "more", "6.4", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "52.7", ")"]]}, " prop_2 ": {"span": [20, 34], "prop": [["signal_2_n", ">", "6.4"]]}}} {"id": 3707, "sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "below", "94.0", "should", "happen", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "94.0", ")", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "ultimately", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "should", "happen", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [22, 29], "prop": [["rise", "(", "signal_1_n", "<", "94.0", ")"]]}}} {"id": 258, "sentence": ["For", "every", "time", "point", "in", "the", "first", "43", "time", "units", ",", "the", "mode", "of", "signal_1_n", "is", "continuously", "set", "to", "signal_2_n", ",", "or", "signal_3_n", "shall", "remain", "greater", "than", "or", "equal", "to", "26.7", "and", "at", "most", "88.8", "consecutively", "."], "ltl": ["globally", "[0,43]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "26.7", "and", "signal_3_n", "less equal", "88.8", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "43", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "43", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_3_n", ">=", "26.7"], ["signal_3_n", "<=", "88.8"]]}}} {"id": 6410, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal_1_n", "is", "less", "than", "95.5", "then", "in", "response", "at", "once", "the", "mode", "of", "signal", "signal_2_n", "shall", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "95.5", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "in", "response", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["signal_1_n", "<", "95.5"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4296, "sentence": ["For", "each", "time", "instant", "within", "the", "first", "0", "to", "2", "time", "units", "signal_1_n", "should", "continuously", "not", "be", "equal", "to", "49.4", "or", "consecutively", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "67.0", "."], "ltl": ["globally", "[0,2]", "(", "negation", "(", "signal_1_n", "math equal", "49.4", ")", "or", "signal_2_n", "less equal", "67.0", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "the", "first", "0", "to", "2", "time", "units", "(", "prop_1", ")", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "2", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["-", "(", "signal_1_n", "==", "49.4", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<=", "67.0"]]}}} {"id": 1109, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "below", "58.2", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "signal_2_n", "should", "not", "be", "signal_3_n", "finally", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "58.2", ")", "imply", "globally", "(", "finally", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "<", "58.2", ")"]]}, " prop_2 ": {"span": [43, 63], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3856, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "changes", "to", "63.3", "then", "in", "response", "starting", "without", "any", "delay", "the", "scenario", "that", "signal_2_n", "shifts", "to", "signal_3_n", "should", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "63.3", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "in", "response", "starting", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "should", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "==", "63.3", ")"]]}, " prop_2 ": {"span": [23, 27], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1033, "sentence": ["There", "exists", "a", "certain", "time", "instant", "after", "at", "most", "16", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "above", "48.3", "finally", "."], "ltl": ["finally", "[0,16]", "(", "signal_1_n", "more", "48.3", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "instant", "after", "at", "most", "16", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "16", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", ">", "48.3"]]}}} {"id": 1214, "sentence": ["It", "is", "always", "the", "case", "that", "when", "there", "will", "exist", "sometime", "within", "the", "coming", "5", "to", "11", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "at", "most", "49.3", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "sometime", "in", "the", "next", "87", "time", "units", ",", "the", "signal_2_n", "signal", "will", "be", "14.2", "consistently", "for", "each", "time", "instant", "during", "the", "following", "60", "time", "units", "."], "ltl": ["globally", "(", "finally", "[5,11]", "(", "rise", "(", "signal_1_n", "less equal", "49.3", ")", ")", "imply", "finally", "[0,87]", "(", "globally", "[0,60]", "(", "signal_2_n", "math equal", "14.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "there", "will", "exist", "sometime", "within", "the", "coming", "5", "to", "11", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "after", "sometime", "in", "the", "next", "87", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "5", ":", "11", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "87", "]", "(", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [26, 36], "prop": [["rise", "(", "signal_1_n", "<=", "49.3", ")"]]}, " prop_2 ": {"span": [57, 74], "prop": [["signal_2_n", "==", "14.2"]]}}} {"id": 4746, "sentence": ["There", "ought", "to", "exist", "a", "time", "within", "33", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "needs", "to", "be", "eventually", "less", "than", "42.9", ",", "and", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "64.8", "finally", "."], "ltl": ["finally", "[0,33]", "(", "signal_1_n", "less", "42.9", "and", "signal_2_n", "less equal", "64.8", ")"], "logic_sentence": ["There", "ought", "to", "exist", "a", "time", "within", "33", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "33", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 24], "prop": [["signal_1_n", "<", "42.9"]]}, " prop_2 ": {"span": [26, 41], "prop": [["signal_2_n", "<=", "64.8"]]}}} {"id": 5744, "sentence": ["The", "event", "that", "the", "value", "of", "signal_1_n", "gets", "lower", "than", "41.5", "must", "take", "place", "eventually", "at", "a", "certain", "moment", "after", "at", "most", "3", "time", "units", "."], "ltl": ["finally", "[0,3]", "(", "rise", "(", "signal_1_n", "less", "41.5", ")", ")"], "logic_sentence": ["The", "event", "that", "(", "prop_1", ")", "must", "take", "place", "eventually", "at", "a", "certain", "moment", "after", "at", "most", "3", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "3", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "<", "41.5", ")"]]}}} {"id": 4629, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "falls", "to", "at", "most", "87.6", "gets", "observed", "then", "for", "each", "moment", "in", "the", "first", "31", "time", "units", ",", "there", "is", "a", "certain", "time", "point", "during", "the", "coming", "59", "time", "units", ",", "at", "which", "eventually", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "45.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "87.6", ")", "imply", "globally", "[0,31]", "(", "finally", "[0,59]", "(", "signal_2_n", "more equal", "45.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "for", "each", "moment", "in", "the", "first", "31", "time", "units", ",", "there", "is", "a", "certain", "time", "point", "during", "the", "coming", "59", "time", "units", ",", "at", "which", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "F", "[", "0", ":", "59", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "<=", "87.6", ")"]]}, " prop_2 ": {"span": [48, 57], "prop": [["signal_2_n", ">=", "45.2"]]}}} {"id": 2016, "sentence": ["There", "has", "to", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "signal_1_n", "sha", "n't", "be", "smaller", "than", "62.4", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "99.0", "will", "have", "to", "be", "detected", "."], "ltl": ["finally", "(", "negation", "(", "signal_1_n", "less", "62.4", ")", "and", "rise", "(", "signal_2_n", "more equal", "99.0", ")", ")"], "logic_sentence": ["There", "has", "to", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "be", "detected", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["-", "(", "signal_1_n", "<", "62.4", ")"]]}, " prop_2 ": {"span": [29, 41], "prop": [["rise", "(", "signal_2_n", ">=", "99.0", ")"]]}}} {"id": 41, "sentence": ["For", "every", "moment", "during", "the", "first", "28", "time", "units", ",", "the", "signal_1_n", "signal", "needs", "to", "remain", "in", "signal_2_n", "continuously", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "28", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1616, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "lower", "than", "56.8", "is", "observed", "then", "in", "no", "time", "the", "state", "of", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "56.8", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "56.8", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1368, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "is", "above", "24.0", "and", "less", "than", "57.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "34.2", "and", "at", "most", "83.0", "and", "should", "keep", "like", "this", "without", "interruption", "until", "there", "is", "a", "time", "during", "the", "next", "38", "time", "units", ",", "at", "which", "signal_3_n", "is", "equal", "to", "4.9", "."], "ltl": ["globally", "(", "finally", "(", "signal_1_n", "more", "24.0", "and", "signal_1_n", "less", "57.1", ")", "imply", "(", "signal_2_n", "more equal", "34.2", "and", "signal_2_n", "less equal", "83.0", ")", "until", "[0,38]", "(", "signal_3_n", "math equal", "4.9", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "(", "prop_1", "&", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "38", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [18, 32], "prop": [["signal_1_n", ">", "24.0"], ["signal_1_n", "<", "57.1"]]}, " prop_2 ": {"span": [41, 83], "prop": [["signal_2_n", ">=", "34.2"], ["signal_2_n", "<=", "83.0"], ["signal_3_n", "==", "4.9"]]}}} {"id": 438, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "8.0", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal", "signal_3_n", "is", "set", "to", "signal_4_n", "finally", "at", "a", "certain", "time", "instant", "during", "the", "next", "73", "time", "units", ",", "before", "this", "consistently", "signal_2_n", "will", "keep", "equal", "to", "39.6", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "8.0", "imply", "(", "signal_2_n", "math equal", "39.6", ")", "until", "[0,73]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "8.0"]]}, " prop_2 ": {"span": [18, 49], "prop": [["signal_3_n", "==", "signal_4_n"], ["signal_2_n", "==", "39.6"]]}}} {"id": 997, "sentence": ["Globally", ",", "when", "the", "event", "that", "signal_1_n", "deviates", "from", "88.9", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "signal_2_n", "signal", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "88.9", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["fall", "(", "signal_1_n", "==", "88.9", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4775, "sentence": ["In", "the", "case", "continuously", "signal_1_n", "keeps", "above", "66.9", "in", "the", "future", "till", "the", "simulation", "ends", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_2_n", "must", "be", "larger", "than", "51.0", "and", "then", "will", "consecutively", "keep", "like", "this", "for", "each", "time", "instant", "during", "the", "coming", "48", "time", "units", "."], "ltl": ["globally", "(", "globally", "(", "signal_1_n", "more", "66.9", ")", "imply", "globally", "[0,48]", "(", "signal_2_n", "more", "51.0", ")", ")"], "logic_sentence": ["In", "the", "case", "continuously", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "G", "(", "prop_1", ")", "->", "G", "[", "0", ":", "48", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["signal_1_n", ">", "66.9"]]}, " prop_2 ": {"span": [25, 51], "prop": [["signal_2_n", ">", "51.0"]]}}} {"id": 3662, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "signal_1_n", "increases", "above", "45.5", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "2.8", "and", "less", "than", "or", "equal", "to", "10.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "45.5", ")", "imply", "signal_2_n", "more equal", "2.8", "and", "signal_2_n", "less equal", "10.6", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", ">", "45.5", ")"]]}, " prop_2 ": {"span": [21, 40], "prop": [["signal_2_n", ">=", "2.8"], ["signal_2_n", "<=", "10.6"]]}}} {"id": 1661, "sentence": ["There", "has", "to", "be", "ultimately", "a", "time", "within", "26", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "will", "be", "less", "than", "74.5", "."], "ltl": ["finally", "[0,26]", "(", "signal_1_n", "less", "74.5", ")"], "logic_sentence": ["There", "has", "to", "be", "ultimately", "a", "time", "within", "26", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["signal_1_n", "<", "74.5"]]}}} {"id": 1396, "sentence": ["Within", "the", "first", "16", "to", "31", "time", "units", ",", "the", "signal_1_n", "signal", "ought", "to", "be", "bigger", "than", "12.2", "and", "less", "than", "or", "equal", "to", "35.1", "consecutively", ",", "and", "consecutively", "signal_2_n", "has", "to", "keep", "greater", "than", "or", "equal", "to", "33.6", "."], "ltl": ["globally", "[16,31]", "(", "(", "signal_1_n", "more", "12.2", "and", "signal_1_n", "less equal", "35.1", ")", "and", "signal_2_n", "more equal", "33.6", ")"], "logic_sentence": ["Within", "the", "first", "16", "to", "31", "time", "units", ",", "(", "prop_1", ")", ",", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "16", ":", "31", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 26], "prop": [["signal_1_n", ">", "12.2"], ["signal_1_n", "<=", "35.1"]]}, " prop_2 ": {"span": [29, 39], "prop": [["signal_2_n", ">=", "33.6"]]}}} {"id": 203, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "94.1", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "must", "be", "71.3", "at", "the", "same", "time", "point", "and", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "gets", "set", "to", "28.3", "ought", "to", "happen", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "94.1", ")", "imply", "signal_2_n", "math equal", "71.3", "and", "rise", "(", "signal_3_n", "math equal", "28.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "the", "scenario", "that", "(", "prop_3", ")", "ought", "to", "happen", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<=", "94.1", ")"]]}, " prop_2 ": {"span": [26, 39], "prop": [["signal_2_n", "==", "71.3"]]}, " prop_3 ": {"span": [43, 51], "prop": [["rise", "(", "signal_3_n", "==", "28.3", ")"]]}}} {"id": 3815, "sentence": ["In", "the", "future", ",", "consistently", "signal_1_n", "has", "to", "be", "equal", "to", "73.8", "and", "signal_2_n", "must", "consecutively", "keep", "higher", "than", "93.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "73.8", "and", "signal_2_n", "more", "93.7", ")"], "logic_sentence": ["In", "the", "future", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["signal_1_n", "==", "73.8"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", ">", "93.7"]]}}} {"id": 2072, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "is", "always", "less", "than", "or", "equal", "to", "28.9", "and", "the", "value", "of", "signal", "signal_2_n", "must", "be", "at", "least", "70.5", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "28.9", "and", "signal_2_n", "more equal", "70.5", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 19], "prop": [["signal_1_n", "<=", "28.9"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", ">=", "70.5"]]}}} {"id": 4493, "sentence": ["Finally", "the", "value", "of", "signal", "signal_1_n", "shall", "become", "at", "most", "74.9", "at", "sometime", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less equal", "74.9", ")", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 20], "prop": [["rise", "(", "signal_1_n", "<=", "74.9", ")"]]}}} {"id": 915, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "between", "-LSB-", "18.5", ",", "46.8", "-RSB-", ",", "or", "the", "state", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "event", "that", "the", "value", "of", "signal_4_n", "changes", "to", "92.2", "ought", "to", "get", "observed", ",", "and", "the", "value", "of", "signal", "signal_5_n", "will", "be", "above", "14.9", "and", "less", "than", "74.2", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "18.5", "and", "signal_1_n", "less equal", "46.8", ")", "or", "signal_2_n", "math equal", "signal_3_n", "imply", "rise", "(", "signal_4_n", "math equal", "92.2", ")", "and", "(", "signal_5_n", "more", "14.9", "and", "signal_5_n", "less", "74.2", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "promptly", "the", "event", "that", "(", "prop_3", ")", "ought", "to", "get", "observed", ",", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "18.5"], ["signal_1_n", "<=", "46.8"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [33, 40], "prop": [["rise", "(", "signal_4_n", "==", "92.2", ")"]]}, " prop_4 ": {"span": [46, 64], "prop": [["signal_5_n", ">", "14.9"], ["signal_5_n", "<", "74.2"]]}}} {"id": 5673, "sentence": ["At", "a", "time", "in", "the", "future", ",", "eventually", "the", "signal_1_n", "signal", "will", "be", "26.0", "and", "the", "value", "of", "signal_2_n", "is", "larger", "than", "2.3", "and", "below", "2.6", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "26.0", "and", "(", "signal_2_n", "more", "2.3", "and", "signal_2_n", "less", "2.6", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", ",", "eventually", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "26.0"]]}, " prop_2 ": {"span": [15, 27], "prop": [["signal_2_n", ">", "2.3"], ["signal_2_n", "<", "2.6"]]}}} {"id": 52, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "signal_1_n", "gets", "set", "to", "18.8", "is", "observed", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "should", "be", "above", "53.2", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "18.8", ")", "imply", "signal_2_n", "more", "53.2", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "18.8", ")"]]}, " prop_2 ": {"span": [19, 31], "prop": [["signal_2_n", ">", "53.2"]]}}} {"id": 220, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal_1_n", "exceeds", "50.1", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "first", "49", "time", "units", "eventually", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "get", "raised", "to", "greater", "than", "or", "equal", "to", "38.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "50.1", ")", "imply", "globally", "[0,49]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "38.3", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "first", "49", "time", "units", "eventually", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "49", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", ">", "50.1", ")"]]}, " prop_2 ": {"span": [47, 60], "prop": [["rise", "(", "signal_2_n", ">=", "38.3", ")"]]}}} {"id": 1203, "sentence": ["There", "has", "to", "exist", "a", "time", "within", "the", "first", "26", "time", "units", ",", "at", "which", "signal_1_n", "is", "eventually", "greater", "than", "or", "equal", "to", "89.7", ",", "and", "eventually", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["finally", "[0,26]", "(", "signal_1_n", "more equal", "89.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "a", "time", "within", "the", "first", "26", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 24], "prop": [["signal_1_n", ">=", "89.7"]]}, " prop_2 ": {"span": [27, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5169, "sentence": ["There", "is", "finally", "a", "certain", "moment", "in", "less", "than", "73", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "48.7", "needs", "to", "occur", "."], "ltl": ["finally", "[0,73]", "(", "rise", "(", "signal_1_n", "less", "48.7", ")", ")"], "logic_sentence": ["There", "is", "finally", "a", "certain", "moment", "in", "less", "than", "73", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "needs", "to", "occur", "."], "logic_ltl": ["F", "[", "0", ":", "73", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 28], "prop": [["rise", "(", "signal_1_n", "<", "48.7", ")"]]}}} {"id": 341, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "signal_1_n", "gets", "to", "at", "most", "8.2", "happens", ",", "then", "for", "every", "moment", "in", "the", "following", "73", "time", "units", ",", "there", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "after", "at", "most", "42", "time", "units", ",", "at", "which", "the", "event", "that", "signal_2_n", "shifts", "to", "10.3", "must", "not", "take", "place", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "8.2", ")", "imply", "globally", "[0,73]", "(", "finally", "[0,42]", "(", "negation", "rise", "(", "signal_2_n", "math equal", "10.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "every", "moment", "in", "the", "following", "73", "time", "units", ",", "there", "needs", "to", "finally", "exist", "a", "certain", "time", "instant", "after", "at", "most", "42", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "must", "not", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["rise", "(", "signal_1_n", "<=", "8.2", ")"]]}, " prop_2 ": {"span": [50, 54], "prop": [["-", "rise", "(", "signal_2_n", "==", "10.3", ")"]]}}} {"id": 4948, "sentence": ["Globally", ",", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "there", "needs", "to", "be", "sometime", "during", "the", "subsequent", "24", "to", "66", "time", "units", "finally", ",", "after", "which", "the", "value", "of", "signal_3_n", "needs", "to", "be", "greater", "than", "or", "equal", "to", "45.3", "then", "this", "scenario", "needs", "to", "consecutively", "continue", "for", "every", "time", "point", "within", "the", "coming", "1", "to", "41", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[24,66]", "(", "globally", "[1,41]", "(", "signal_3_n", "more equal", "45.3", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "there", "needs", "to", "be", "sometime", "during", "the", "subsequent", "24", "to", "66", "time", "units", "finally", ",", "after", "which", "(", "prop_2", ")", "then", "this", "scenario", "needs", "to", "consecutively", "continue", "for", "every", "time", "point", "within", "the", "coming", "1", "to", "41", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "24", ":", "66", "]", "(", "G", "[", "1", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [31, 44], "prop": [["signal_3_n", ">=", "45.3"]]}}} {"id": 434, "sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "signal_1_n", "goes", "lower", "than", "49.2", "gets", "observed", ",", "then", "signal_2_n", "will", "have", "to", "be", "smaller", "than", "40.3", "eventually", "at", "a", "certain", "moment", "within", "the", "subsequent", "54", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "49.2", ")", "imply", "finally", "[0,54]", "(", "signal_2_n", "less", "40.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "54", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "<", "49.2", ")"]]}, " prop_2 ": {"span": [17, 36], "prop": [["signal_2_n", "<", "40.3"]]}}} {"id": 2507, "sentence": ["As", "soon", "as", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "57.6", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "shall", "be", "lower", "than", "0.9", "simultaneously", "and", "simultaneously", "signal_3_n", "should", "never", "be", "69.3", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "57.6", "imply", "signal_2_n", "less", "0.9", "and", "negation", "(", "signal_3_n", "math equal", "69.3", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "simultaneously", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", ">=", "57.6"]]}, " prop_2 ": {"span": [20, 27], "prop": [["signal_2_n", "<", "0.9"]]}, " prop_3 ": {"span": [29, 34], "prop": [["-", "(", "signal_3_n", "==", "69.3", ")"]]}}} {"id": 4734, "sentence": ["For", "the", "first", "39", "time", "units", "the", "value", "of", "signal_1_n", "ought", "to", "stay", "smaller", "than", "43.3", "consecutively", "."], "ltl": ["globally", "[0,39]", "(", "signal_1_n", "less", "43.3", ")"], "logic_sentence": ["For", "the", "first", "39", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "39", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["signal_1_n", "<", "43.3"]]}}} {"id": 431, "sentence": ["When", "the", "event", "that", "the", "state", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "is", "simultaneously", "smaller", "than", "3.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less", "3.5", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 31], "prop": [["signal_3_n", "<", "3.5"]]}}} {"id": 217, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "exceeds", "73.8", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "subsequent", "19", "time", "units", ",", "finally", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "57.7", "needs", "to", "get", "observed", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "73.8", ")", "imply", "globally", "[0,19]", "(", "finally", "(", "rise", "(", "signal_2_n", "more equal", "57.7", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "during", "the", "subsequent", "19", "time", "units", ",", "finally", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "get", "observed", "at", "a", "certain", "time", "instant", "in", "the", "future", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "19", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 11], "prop": [["rise", "(", "signal_1_n", ">", "73.8", ")"]]}, " prop_2 ": {"span": [35, 47], "prop": [["rise", "(", "signal_2_n", ">=", "57.7", ")"]]}}} {"id": 5909, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "not", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "is", "87.2", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "moment", "during", "the", "coming", "24", "time", "units", "uninterruptedly", "the", "value", "of", "signal_4_n", "will", "be", "staying", "below", "8.9", "for", "the", "subsequent", "13", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "87.2", "imply", "finally", "[0,24]", "(", "globally", "[0,13]", "(", "signal_4_n", "less", "8.9", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "ultimately", "at", "a", "certain", "moment", "during", "the", "coming", "24", "time", "units", "uninterruptedly", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "24", "]", "(", "G", "[", "0", ":", "13", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 23], "prop": [["signal_3_n", "==", "87.2"]]}, " prop_3 ": {"span": [44, 59], "prop": [["signal_4_n", "<", "8.9"]]}}} {"id": 655, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "at", "most", "62.0", "and", "the", "value", "of", "signal", "signal_2_n", "keeps", "higher", "than", "2.0", "and", "less", "than", "70.0", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "76", "time", "units", "ultimately", "at", "a", "time", "within", "the", "next", "34", "to", "85", "time", "units", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "gets", "above", "66.5", "will", "have", "to", "occur", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "62.0", "and", "(", "signal_2_n", "more", "2.0", "and", "signal_2_n", "less", "70.0", ")", "imply", "globally", "[0,76]", "(", "finally", "[34,85]", "(", "rise", "(", "signal_3_n", "more", "66.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "during", "the", "following", "76", "time", "units", "ultimately", "at", "a", "time", "within", "the", "next", "34", "to", "85", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "will", "have", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", "->", "G", "[", "0", ":", "76", "]", "(", "F", "[", "34", ":", "85", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "<=", "62.0"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", ">", "2.0"], ["signal_2_n", "<", "70.0"]]}, " prop_3 ": {"span": [65, 73], "prop": [["rise", "(", "signal_3_n", ">", "66.5", ")"]]}}} {"id": 2406, "sentence": ["The", "value", "of", "signal_1_n", "will", "be", "uninterruptedly", "set", "to", "75.3", "for", "each", "time", "instant", "during", "the", "first", "81", "time", "units", "."], "ltl": ["globally", "[0,81]", "(", "signal_1_n", "math equal", "75.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "81", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "75.3"]]}}} {"id": 5928, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "enters", "signal_2_n", "is", "observed", ",", "then", "in", "response", "signal_3_n", "should", "be", "equal", "to", "74.1", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "74.1", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_3_n", "==", "74.1"]]}}} {"id": 4514, "sentence": ["If", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "no", "less", "than", "21.9", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "needs", "to", "be", "equal", "to", "0.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "21.9", ")", "imply", "signal_2_n", "math equal", "0.1", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 15], "prop": [["rise", "(", "signal_1_n", ">=", "21.9", ")"]]}, " prop_2 ": {"span": [28, 38], "prop": [["signal_2_n", "==", "0.1"]]}}} {"id": 3398, "sentence": ["In", "the", "first", "40", "to", "75", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "be", "continuously", "set", "to", "99.7", "."], "ltl": ["globally", "[40,75]", "(", "signal_1_n", "math equal", "99.7", ")"], "logic_sentence": ["In", "the", "first", "40", "to", "75", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "40", ":", "75", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", "==", "99.7"]]}}} {"id": 1911, "sentence": ["In", "case", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "changes", "to", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "signal_3_n", "signal", "has", "to", "be", "eventually", "no", "less", "than", "35.3", "and", "less", "than", "or", "equal", "to", "71.4", "at", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "signal_3_n", "more equal", "35.3", "and", "signal_3_n", "less equal", "71.4", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 52], "prop": [["signal_3_n", ">=", "35.3"], ["signal_3_n", "<=", "71.4"]]}}} {"id": 6386, "sentence": ["Whenever", "the", "event", "that", "the", "signal_1_n", "signal", "shifts", "to", "signal_2_n", "is", "observed", ",", "then", "for", "each", "time", "point", "during", "the", "first", "10", "time", "units", ",", "there", "must", "be", "a", "time", "within", "the", "coming", "29", "time", "units", ",", "at", "which", "the", "state", "of", "signal_3_n", "will", "have", "to", "be", "finally", "in", "signal_4_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,10]", "(", "finally", "[0,29]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "for", "each", "time", "point", "during", "the", "first", "10", "time", "units", ",", "there", "must", "be", "a", "time", "within", "the", "coming", "29", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "10", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 50], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 13, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "must", "not", "be", "signal_2_n", "for", "more", "than", "47", "time", "units", "."], "ltl": ["globally", "[0,47]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "47", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 15], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 498, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", ",", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "21", "to", "43", "time", "units", ",", "signal_3_n", "shall", "ultimately", "not", "be", "above", "9.0", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[21,43]", "(", "finally", "(", "negation", "(", "signal_3_n", "more", "9.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "for", "each", "time", "instant", "in", "the", "subsequent", "21", "to", "43", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "21", ":", "43", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 49], "prop": [["-", "(", "signal_3_n", ">", "9.0", ")"]]}}} {"id": 352, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "equal", "to", "70.1", "then", "for", "every", "time", "instant", "during", "the", "coming", "71", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "instant", "within", "the", "coming", "28", "time", "units", ",", "at", "which", "signal_2_n", "ought", "to", "be", "above", "26.7", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "70.1", "imply", "globally", "[0,71]", "(", "finally", "[0,28]", "(", "signal_2_n", "more", "26.7", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "for", "every", "time", "instant", "during", "the", "coming", "71", "time", "units", ",", "there", "should", "be", "a", "certain", "time", "instant", "within", "the", "coming", "28", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "71", "]", "(", "F", "[", "0", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "70.1"]]}, " prop_2 ": {"span": [39, 45], "prop": [["signal_2_n", ">", "26.7"]]}}} {"id": 620, "sentence": ["Whenever", "signal_1_n", "is", "greater", "than", "4.7", ",", "and", "the", "value", "of", "signal_2_n", "remains", "larger", "than", "73.4", ",", "then", "for", "every", "moment", "within", "the", "subsequent", "67", "to", "75", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "38", "to", "96", "time", "units", ",", "ultimately", "the", "event", "that", "the", "value", "of", "signal_3_n", "becomes", "greater", "than", "85.6", "shall", "get", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "more", "4.7", "and", "signal_2_n", "more", "73.4", "imply", "globally", "[67,75]", "(", "finally", "[38,96]", "(", "rise", "(", "signal_3_n", "more", "85.6", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "for", "every", "moment", "within", "the", "subsequent", "67", "to", "75", "time", "units", ",", "at", "a", "certain", "time", "point", "during", "the", "subsequent", "38", "to", "96", "time", "units", ",", "ultimately", "the", "event", "that", "(", "prop_3", ")", "shall", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "67", ":", "75", "]", "(", "F", "[", "38", ":", "96", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", ">", "4.7"]]}, " prop_2 ": {"span": [8, 16], "prop": [["signal_2_n", ">", "73.4"]]}, " prop_3 ": {"span": [48, 56], "prop": [["rise", "(", "signal_3_n", ">", "85.6", ")"]]}}} {"id": 3392, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "deviating", "from", "93.9", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "subsequent", "31", "time", "units", ",", "the", "signal_2_n", "signal", "should", "always", "keep", "greater", "than", "or", "equal", "to", "2.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "93.9", ")", "imply", "globally", "[0,31]", "(", "signal_2_n", "more equal", "2.1", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "within", "the", "subsequent", "31", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["fall", "(", "signal_1_n", "==", "93.9", ")"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_2_n", ">=", "2.1"]]}}} {"id": 479, "sentence": ["When", "signal_1_n", "is", "less", "than", "or", "equal", "to", "93.2", "and", "signal_2_n", "increases", "to", "no", "less", "than", "9.0", ",", "then", "in", "response", "at", "a", "certain", "moment", "during", "the", "following", "63", "time", "units", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_3_n", "gets", "changed", "to", "signal_4_n", "should", "occur", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "93.2", "and", "rise", "(", "signal_2_n", "more equal", "9.0", ")", "imply", "finally", "[0,63]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "in", "response", "at", "a", "certain", "moment", "during", "the", "following", "63", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "should", "occur", "ultimately", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "63", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", "<=", "93.2"]]}, " prop_2 ": {"span": [10, 17], "prop": [["rise", "(", "signal_2_n", ">=", "9.0", ")"]]}, " prop_3 ": {"span": [35, 44], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4451, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "is", "changed", "to", "signal_2_n", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "19.0", "and", "uninterruptedly", "this", "scenario", "will", "have", "to", "sustain", "for", "each", "time", "instant", "during", "the", "first", "1", "to", "6", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[1,6]", "(", "signal_3_n", "less equal", "19.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "will", "have", "to", "sustain", "for", "each", "time", "instant", "during", "the", "first", "1", "to", "6", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "1", ":", "6", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [30, 44], "prop": [["signal_3_n", "<=", "19.0"]]}}} {"id": 2830, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "27.9", "occurs", ",", "then", "there", "ought", "to", "eventually", "exist", "sometime", "within", "the", "coming", "55", "time", "units", ",", "after", "which", "the", "signal_2_n", "signal", "has", "to", "be", "67.4", "consistently", "in", "the", "future", "before", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "27.9", ")", "imply", "finally", "[0,55]", "(", "globally", "(", "signal_2_n", "math equal", "67.4", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "there", "ought", "to", "eventually", "exist", "sometime", "within", "the", "coming", "55", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "55", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "<=", "27.9", ")"]]}, " prop_2 ": {"span": [33, 48], "prop": [["signal_2_n", "==", "67.4"]]}}} {"id": 1753, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "9", "time", "units", "finally", "the", "signal_1_n", "signal", "needs", "to", "be", "at", "least", "6.2", "and", "smaller", "than", "89.7", "."], "ltl": ["finally", "[0,9]", "(", "signal_1_n", "more equal", "6.2", "and", "signal_1_n", "less", "89.7", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "9", "time", "units", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "9", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 24], "prop": [["signal_1_n", ">=", "6.2"], ["signal_1_n", "<", "89.7"]]}}} {"id": 5639, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "71.1", "happens", ",", "then", "signal_2_n", "needs", "to", "get", "more", "than", "59.7", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "71.1", ")", "imply", "rise", "(", "signal_2_n", "more", "59.7", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "71.1", ")"]]}, " prop_2 ": {"span": [14, 21], "prop": [["rise", "(", "signal_2_n", ">", "59.7", ")"]]}}} {"id": 1867, "sentence": ["At", "a", "certain", "time", "instant", "within", "78", "time", "units", "signal_1_n", "should", "be", "finally", "greater", "than", "84.3", "."], "ltl": ["finally", "[0,78]", "(", "signal_1_n", "more", "84.3", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "within", "78", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "78", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "84.3"]]}}} {"id": 14, "sentence": ["The", "value", "of", "signal", "signal_1_n", "shall", "be", "at", "least", "28.9", "uninterruptedly", "for", "every", "moment", "within", "64", "time", "units", "."], "ltl": ["globally", "[0,64]", "(", "signal_1_n", "more equal", "28.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", ">=", "28.9"]]}}} {"id": 3544, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "12.9", "gets", "observed", "then", "uninterruptedly", "the", "value", "of", "signal_2_n", "should", "keep", "less", "than", "or", "equal", "to", "65.8", "until", "the", "value", "of", "signal_3_n", "is", "at", "least", "62.3", "and", "at", "most", "84.5", ",", "which", "ought", "to", "get", "observed", "at", "sometime", "in", "the", "coming", "2", "to", "29", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "12.9", ")", "imply", "(", "signal_2_n", "less equal", "65.8", ")", "until", "[2,29]", "(", "signal_3_n", "more equal", "62.3", "and", "signal_3_n", "less equal", "84.5", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "then", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "2", ":", "29", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 26], "prop": [["rise", "(", "signal_1_n", ">=", "12.9", ")"]]}, " prop_2 ": {"span": [28, 69], "prop": [["signal_2_n", "<=", "65.8"], ["signal_3_n", ">=", "62.3"], ["signal_3_n", "<=", "84.5"]]}}} {"id": 292, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "becomes", "signal_2_n", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "becomes", "no", "less", "than", "83.5", "must", "be", "observed", ",", "and", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "starts", "not", "equaling", "to", "27.9", "must", "instantly", "not", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "more equal", "83.5", ")", "and", "negation", "fall", "(", "signal_4_n", "math equal", "27.9", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "immediately", "the", "event", "that", "(", "prop_2", ")", "must", "be", "observed", ",", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "must", "instantly", "not", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [25, 35], "prop": [["rise", "(", "signal_3_n", ">=", "83.5", ")"]]}, " prop_3 ": {"span": [44, 52], "prop": [["-", "fall", "(", "signal_4_n", "==", "27.9", ")"]]}}} {"id": 392, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "crosses", "96.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "is", "instantly", "38.9", ",", "or", "signal_3_n", "ought", "to", "remain", "bigger", "than", "92.9", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "96.6", ")", "imply", "signal_2_n", "math equal", "38.9", "or", "signal_3_n", "more", "92.9", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["rise", "(", "signal_1_n", ">", "96.6", ")"]]}, " prop_2 ": {"span": [16, 20], "prop": [["signal_2_n", "==", "38.9"]]}, " prop_3 ": {"span": [22, 34], "prop": [["signal_3_n", ">", "92.9"]]}}} {"id": 2585, "sentence": ["Finally", "at", "a", "certain", "time", "instant", "in", "the", "first", "9", "to", "12", "time", "units", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "should", "n't", "occur", "."], "ltl": ["finally", "[9,12]", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Finally", "at", "a", "certain", "time", "instant", "in", "the", "first", "9", "to", "12", "time", "units", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "n't", "occur", "."], "logic_ltl": ["F", "[", "9", ":", "12", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 23], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 1896, "sentence": ["Whenever", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "18.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "there", "has", "to", "be", "a", "time", "in", "the", "future", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "be", "equal", "to", "8.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "18.2", ")", "imply", "globally", "(", "finally", "(", "signal_2_n", "math equal", "8.1", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", ",", "ultimately", "there", "has", "to", "be", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 12], "prop": [["rise", "(", "signal_1_n", ">=", "18.2", ")"]]}, " prop_2 ": {"span": [48, 56], "prop": [["signal_2_n", "==", "8.1"]]}}} {"id": 2827, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "at", "most", "85.8", "is", "observed", ",", "then", "at", "a", "certain", "moment", "in", "the", "subsequent", "60", "time", "units", "the", "value", "of", "signal", "signal_2_n", "must", "be", "38.1", "and", "then", "should", "uninterruptedly", "stay", "like", "this", "in", "the", "future", "until", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "85.8", ")", "imply", "finally", "[0,60]", "(", "globally", "(", "signal_2_n", "math equal", "38.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "at", "a", "certain", "moment", "in", "the", "subsequent", "60", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "60", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "85.8", ")"]]}, " prop_2 ": {"span": [29, 51], "prop": [["signal_2_n", "==", "38.1"]]}}} {"id": 992, "sentence": ["For", "each", "moment", "within", "66", "time", "units", ",", "signal_1_n", "shall", "not", "shift", "to", "68.1", "or", "the", "value", "of", "signal", "signal_2_n", "always", "remains", "at", "least", "68.6", "and", "less", "than", "or", "equal", "to", "88.3", "."], "ltl": ["globally", "[0,66]", "(", "negation", "rise", "(", "signal_1_n", "math equal", "68.1", ")", "or", "(", "signal_2_n", "more equal", "68.6", "and", "signal_2_n", "less equal", "88.3", ")", ")"], "logic_sentence": ["For", "each", "moment", "within", "66", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "66", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["-", "rise", "(", "signal_1_n", "==", "68.1", ")"]]}, " prop_2 ": {"span": [15, 32], "prop": [["signal_2_n", ">=", "68.6"], ["signal_2_n", "<=", "88.3"]]}}} {"id": 645, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "and", "the", "value", "of", "signal", "signal_3_n", "is", "75.5", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "within", "the", "next", "38", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_4_n", "must", "be", "greater", "than", "or", "equal", "to", "46.5", "for", "each", "time", "point", "in", "the", "coming", "14", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "75.5", "imply", "finally", "[0,38]", "(", "globally", "[0,14]", "(", "signal_4_n", "more equal", "46.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "after", "a", "certain", "moment", "within", "the", "next", "38", "time", "units", ",", "consistently", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "38", "]", "(", "G", "[", "0", ":", "14", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_3_n", "==", "75.5"]]}, " prop_3 ": {"span": [44, 67], "prop": [["signal_4_n", ">=", "46.5"]]}}} {"id": 5521, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "remains", "higher", "than", "36.6", "and", "the", "value", "of", "signal", "signal_2_n", "is", "less", "than", "or", "equal", "to", "5.5", ",", "then", "signal_3_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "41.4", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "more", "36.6", "and", "signal_2_n", "less equal", "5.5", "imply", "signal_3_n", "less equal", "41.4", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 16], "prop": [["signal_1_n", ">", "36.6"]]}, " prop_2 ": {"span": [17, 29], "prop": [["signal_2_n", "<=", "5.5"]]}, " prop_3 ": {"span": [31, 45], "prop": [["signal_3_n", "<=", "41.4"]]}}} {"id": 4506, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "signal_1_n", "signal", "is", "less", "than", "91.2", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "time", "instant", "after", "between", "37", "to", "37", "time", "units", "signal_4_n", "shall", "be", "signal_5_n", ",", "and", "until", "then", "the", "state", "of", "signal", "signal_2_n", "ought", "to", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "91.2", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[37,37]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "at", "a", "certain", "time", "instant", "after", "(", "prop_2", ")", ",", "and", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "37", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "<", "91.2"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_4_n", "==", "signal_5_n"]]}, " prop_3 ": {"span": [44, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 555, "sentence": ["There", "is", "eventually", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "drops", "below", "81.9", "needs", "to", "take", "place", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "81.9", ")", ")"], "logic_sentence": ["There", "is", "eventually", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_1", ")", "needs", "to", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [17, 24], "prop": [["rise", "(", "signal_1_n", "<", "81.9", ")"]]}}} {"id": 5020, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "72.9", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "the", "value", "of", "signal", "signal_2_n", "is", "never", "greater", "than", "11.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "72.9", ")", "imply", "negation", "(", "signal_2_n", "more", "11.0", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "right", "away", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "72.9", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["-", "(", "signal_2_n", ">", "11.0", ")"]]}}} {"id": 4942, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "87", "time", "units", ",", "at", "which", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "8.6", "ought", "to", "take", "place", "."], "ltl": ["finally", "[0,87]", "(", "fall", "(", "signal_1_n", "math equal", "8.6", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "the", "first", "87", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "ought", "to", "take", "place", "."], "logic_ltl": ["F", "[", "0", ":", "87", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 29], "prop": [["fall", "(", "signal_1_n", "==", "8.6", ")"]]}}} {"id": 3281, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "86", "time", "units", ",", "signal_1_n", "must", "be", "equal", "to", "66.3", "ultimately", ",", "and", "the", "signal_2_n", "signal", "ought", "to", "be", "signal_3_n", "eventually", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "math equal", "66.3", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "86", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["signal_1_n", "==", "66.3"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3523, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal_1_n", "keeps", "smaller", "than", "24.1", ",", "and", "the", "value", "of", "signal", "signal_2_n", "is", "34.5", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_3_n", "changes", "to", "signal_4_n", "should", "be", "detected", "instantly", "."], "ltl": ["globally", "(", "signal_1_n", "less", "24.1", "and", "signal_2_n", "math equal", "34.5", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "scenario", "that", "(", "prop_3", ")", "should", "be", "detected", "instantly", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["signal_1_n", "<", "24.1"]]}, " prop_2 ": {"span": [16, 23], "prop": [["signal_2_n", "==", "34.5"]]}, " prop_3 ": {"span": [34, 42], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6098, "sentence": ["In", "case", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "5.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "past", "7", "to", "62", "time", "units", "signal_2_n", "ought", "to", "remain", "no", "more", "than", "51.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "5.1", ")", "imply", "historically", "[7,62]", "(", "signal_2_n", "less equal", "51.7", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "past", "7", "to", "62", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "7", ":", "62", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", "==", "5.1", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["signal_2_n", "<=", "51.7"]]}}} {"id": 780, "sentence": ["On", "condition", "that", "the", "transition", "action", "that", "the", "state", "of", "signal", "signal_1_n", "gets", "shifted", "to", "signal_2_n", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_3_n", "will", "be", "more", "than", "8.6", "and", "less", "than", "25.4", "instantly", ",", "or", "at", "the", "same", "time", "the", "signal_4_n", "signal", "should", "be", "51.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "(", "signal_3_n", "more", "8.6", "and", "signal_3_n", "less", "25.4", ")", "or", "signal_4_n", "math equal", "51.5", ")"], "logic_sentence": ["On", "condition", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", ",", "or", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [27, 42], "prop": [["signal_3_n", ">", "8.6"], ["signal_3_n", "<", "25.4"]]}, " prop_3 ": {"span": [48, 54], "prop": [["signal_4_n", "==", "51.5"]]}}} {"id": 4266, "sentence": ["For", "each", "moment", "in", "the", "first", "21", "time", "units", ",", "signal_1_n", "shall", "be", "44.8", "uninterruptedly", ",", "or", "continuously", "the", "value", "of", "signal", "signal_2_n", "shall", "keep", "less", "than", "or", "equal", "to", "98.2", "."], "ltl": ["globally", "[0,21]", "(", "signal_1_n", "math equal", "44.8", "or", "signal_2_n", "less equal", "98.2", ")"], "logic_sentence": ["For", "each", "moment", "in", "the", "first", "21", "time", "units", ",", "(", "prop_1", ")", ",", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "21", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "==", "44.8"]]}, " prop_2 ": {"span": [18, 31], "prop": [["signal_2_n", "<=", "98.2"]]}}} {"id": 1077, "sentence": ["Globally", ",", "everytime", "when", "signal_1_n", "is", "not", "below", "60.5", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "in", "no", "time", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "60.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["-", "(", "signal_1_n", "<", "60.5", ")"]]}, " prop_2 ": {"span": [16, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 441, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "68.1", "then", "the", "signal_2_n", "signal", "has", "to", "keep", "equal", "to", "62.4", "all", "the", "time", "till", "the", "state", "of", "signal", "signal_3_n", "stays", "in", "signal_4_n", ",", "which", "needs", "to", "be", "detected", "at", "a", "certain", "time", "instant", "in", "the", "following", "20", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.1", "imply", "(", "signal_2_n", "math equal", "62.4", ")", "until", "[0,20]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "20", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "68.1"]]}, " prop_2 ": {"span": [11, 49], "prop": [["signal_2_n", "==", "62.4"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 2755, "sentence": ["For", "each", "time", "point", "in", "the", "first", "79", "time", "units", ",", "uninterruptedly", "the", "signal_1_n", "signal", "ought", "to", "stay", "less", "than", "or", "equal", "to", "10.4", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "less equal", "10.4", ")"], "logic_sentence": ["For", "each", "time", "point", "in", "the", "first", "79", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", "<=", "10.4"]]}}} {"id": 789, "sentence": ["Within", "51", "to", "53", "time", "units", ",", "signal_1_n", "will", "have", "to", "consecutively", "remain", "less", "than", "or", "equal", "to", "68.6", "and", "without", "interruption", "signal_2_n", "should", "remain", "smaller", "than", "76.7", "."], "ltl": ["globally", "[51,53]", "(", "signal_1_n", "less equal", "68.6", "and", "signal_2_n", "less", "76.7", ")"], "logic_sentence": ["Within", "51", "to", "53", "time", "units", ",", "(", "prop_1", ")", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "51", ":", "53", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "68.6"]]}, " prop_2 ": {"span": [22, 28], "prop": [["signal_2_n", "<", "76.7"]]}}} {"id": 1998, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "98.4", ",", "and", "the", "mode", "of", "signal", "signal_2_n", "remains", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "interruption", "the", "value", "of", "signal", "signal_4_n", "should", "be", "set", "to", "3.0", "for", "every", "time", "point", "within", "the", "coming", "15", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "98.4", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,15]", "(", "signal_4_n", "math equal", "3.0", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "interruption", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "15", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", ">=", "98.4"]]}, " prop_2 ": {"span": [17, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 56], "prop": [["signal_4_n", "==", "3.0"]]}}} {"id": 183, "sentence": ["In", "the", "case", "signal_1_n", "remains", "no", "less", "than", "55.3", "and", "less", "than", "or", "equal", "to", "85.4", "continuously", "until", "ultimately", "the", "event", "that", "the", "value", "of", "signal_2_n", "deviates", "from", "24.1", "does", "n't", "take", "place", "at", "a", "certain", "time", "point", "during", "the", "following", "54", "time", "units", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "ultimately", "exist", "a", "time", "during", "the", "subsequent", "25", "to", "25", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "ought", "to", "be", "consistently", "52.4", "in", "the", "coming", "18", "to", "45", "time", "units", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "55.3", "and", "signal_1_n", "less equal", "85.4", ")", "until", "[0,54]", "(", "negation", "fall", "(", "signal_2_n", "math equal", "24.1", ")", ")", "imply", "finally", "[25,25]", "(", "globally", "[18,45]", "(", "signal_3_n", "math equal", "52.4", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "there", "must", "ultimately", "exist", "a", "time", "during", "the", "subsequent", "25", "to", "25", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "U", "[", "0", ":", "54", "]", "(", "prop_1", ")", "->", "F", "[", "25", ":", "25", "]", "(", "G", "[", "18", ":", "45", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 44], "prop": [["signal_1_n", ">=", "55.3"], ["signal_1_n", "<=", "85.4"], ["-", "fall", "(", "signal_2_n", "==", "24.1", ")"]]}, " prop_2 ": {"span": [68, 84], "prop": [["signal_3_n", "==", "52.4"]]}}} {"id": 589, "sentence": ["For", "every", "time", "point", "during", "the", "first", "31", "time", "units", "signal_1_n", "ought", "to", "always", "stay", "in", "signal_2_n", "and", "consecutively", "the", "signal_3_n", "signal", "should", "not", "be", "less", "than", "51.7", "."], "ltl": ["globally", "[0,31]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "negation", "(", "signal_3_n", "less", "51.7", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "31", "time", "units", "(", "prop_1", ")", "and", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "31", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "(", "signal_3_n", "<", "51.7", ")"]]}}} {"id": 1760, "sentence": ["For", "every", "moment", "in", "the", "first", "69", "to", "92", "time", "units", ",", "signal_1_n", "ought", "to", "stay", "less", "than", "or", "equal", "to", "52.6", "consistently", ",", "and", "the", "state", "of", "signal", "signal_2_n", "will", "be", "uninterruptedly", "staying", "in", "signal_3_n", "."], "ltl": ["globally", "[69,92]", "(", "signal_1_n", "less equal", "52.6", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "moment", "in", "the", "first", "69", "to", "92", "time", "units", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "69", ":", "92", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 23], "prop": [["signal_1_n", "<=", "52.6"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4246, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "starts", "deviating", "from", "28.8", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "at", "least", "66.5", "instantly", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "28.8", ")", "imply", "signal_2_n", "more equal", "66.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["fall", "(", "signal_1_n", "==", "28.8", ")"]]}, " prop_2 ": {"span": [30, 43], "prop": [["signal_2_n", ">=", "66.5"]]}}} {"id": 5369, "sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "within", "1", "to", "94", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "31.5", "is", "observed", "or", "ultimately", "the", "value", "of", "signal", "signal_2_n", "should", "remain", "larger", "than", "10.6", "."], "ltl": ["finally", "[1,94]", "(", "fall", "(", "signal_1_n", "math equal", "31.5", ")", "or", "signal_2_n", "more", "10.6", ")"], "logic_sentence": ["There", "must", "exist", "a", "certain", "time", "instant", "within", "1", "to", "94", "time", "units", ",", "at", "which", "finally", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "1", ":", "94", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [20, 27], "prop": [["fall", "(", "signal_1_n", "==", "31.5", ")"]]}, " prop_2 ": {"span": [31, 41], "prop": [["signal_2_n", ">", "10.6"]]}}} {"id": 5796, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "equals", "to", "79.4", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "should", "uninterruptedly", "keep", "below", "93.4", "till", "the", "signal_3_n", "signal", "is", "signal_4_n", ",", "which", "ought", "to", "be", "observed", "at", "sometime", "within", "the", "following", "1", "to", "14", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "79.4", "imply", "(", "signal_2_n", "less", "93.4", ")", "until", "[1,14]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "1", ":", "14", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "79.4"]]}, " prop_2 ": {"span": [23, 55], "prop": [["signal_2_n", "<", "93.4"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1426, "sentence": ["For", "each", "time", "point", "within", "79", "time", "units", ",", "signal_1_n", "ought", "to", "be", "consistently", "less", "than", "or", "equal", "to", "99.4", ",", "or", "the", "value", "of", "signal_2_n", "has", "to", "be", "set", "to", "1.5", "all", "the", "time", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "less equal", "99.4", "or", "signal_2_n", "math equal", "1.5", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "79", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<=", "99.4"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", "==", "1.5"]]}}} {"id": 494, "sentence": ["If", "the", "signal_1_n", "signal", "gets", "equal", "to", "64.1", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "is", "signal_3_n", "and", "this", "condition", "should", "last", "without", "interruption", "for", "every", "time", "instant", "in", "the", "subsequent", "99", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "64.1", ")", "imply", "globally", "[0,99]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "and", "this", "condition", "should", "last", "without", "interruption", "for", "every", "time", "instant", "in", "the", "subsequent", "99", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["rise", "(", "signal_1_n", "==", "64.1", ")"]]}, " prop_2 ": {"span": [16, 19], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1129, "sentence": ["Globally", ",", "in", "case", "that", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "signal_1_n", "stayed", "less", "than", "or", "equal", "to", "82.0", "all", "the", "time", "then", "in", "response", "at", "a", "certain", "time", "instant", "within", "the", "subsequent", "92", "time", "units", ",", "eventually", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "starts", "deviating", "from", "62.9", "needs", "to", "take", "place", ",", "till", "then", "consecutively", "the", "value", "of", "signal", "signal_2_n", "will", "be", "keeping", "greater", "than", "23.7", "and", "smaller", "than", "27.3", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "less equal", "82.0", ")", "imply", "(", "signal_2_n", "more", "23.7", "and", "signal_2_n", "less", "27.3", ")", "until", "[0,92]", "(", "fall", "(", "signal_3_n", "math equal", "62.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "(", "prop_1", ")", ",", "eventually", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "take", "place", ",", "till", "then", "consecutively", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "92", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [14, 39], "prop": [["signal_1_n", "<=", "82.0"]]}, " prop_2 ": {"span": [44, 53], "prop": [["fall", "(", "signal_3_n", "==", "62.9", ")"]]}, " prop_3 ": {"span": [61, 76], "prop": [["signal_2_n", ">", "23.7"], ["signal_2_n", "<", "27.3"]]}}} {"id": 593, "sentence": ["For", "each", "time", "point", "within", "the", "first", "24", "time", "units", "consistently", "the", "signal_1_n", "signal", "shall", "be", "no", "more", "than", "26.2", "."], "ltl": ["globally", "[0,24]", "(", "signal_1_n", "less equal", "26.2", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "24", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "24", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["signal_1_n", "<=", "26.2"]]}}} {"id": 442, "sentence": ["During", "the", "interval", "that", "the", "value", "of", "signal_1_n", "is", "below", "91.5", "then", "in", "response", "finally", "after", "sometime", "starting", "at", "most", "46", "time", "units", "signal_2_n", "should", "be", "equal", "to", "98.6", "and", "then", "this", "condition", "shall", "consecutively", "remain", "for", "each", "time", "point", "in", "the", "coming", "49", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "91.5", "imply", "finally", "[0,46]", "(", "globally", "[0,49]", "(", "signal_2_n", "math equal", "98.6", ")", ")", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "in", "response", "finally", "after", "sometime", "starting", "at", "most", "46", "time", "units", "(", "prop_2", ")", "and", "then", "this", "condition", "shall", "consecutively", "remain", "for", "each", "time", "point", "in", "the", "coming", "49", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "49", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "91.5"]]}, " prop_2 ": {"span": [23, 29], "prop": [["signal_2_n", "==", "98.6"]]}}} {"id": 5522, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "below", "41.8", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "next", "28", "time", "units", ",", "for", "every", "time", "point", "within", "the", "next", "28", "time", "units", ",", "signal_2_n", "shall", "stay", "higher", "than", "5.4", "and", "smaller", "than", "18.7", "without", "interruption", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "41.8", ")", "imply", "finally", "[0,28]", "(", "globally", "[0,28]", "(", "signal_2_n", "more", "5.4", "and", "signal_2_n", "less", "18.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "ultimately", "after", "a", "certain", "time", "point", "in", "the", "next", "28", "time", "units", ",", "for", "every", "time", "point", "within", "the", "next", "28", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "28", "]", "(", "G", "[", "0", ":", "28", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "<", "41.8", ")"]]}, " prop_2 ": {"span": [47, 59], "prop": [["signal_2_n", ">", "5.4"], ["signal_2_n", "<", "18.7"]]}}} {"id": 667, "sentence": ["Everytime", "when", "the", "mode", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "then", "promptly", "the", "state", "of", "signal_3_n", "should", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 636, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "then", "in", "response", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "during", "the", "subsequent", "18", "to", "53", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "the", "state", "of", "signal_3_n", "gets", "set", "to", "signal_4_n", "needs", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "[18,53]", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "point", "in", "the", "future", "until", "the", "simulation", "ends", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "during", "the", "subsequent", "18", "to", "53", "time", "units", "ultimately", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "needs", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "18", ":", "53", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [53, 61], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 3887, "sentence": ["There", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "ultimately", "the", "event", "that", "the", "value", "of", "signal_1_n", "falls", "below", "68.7", "should", "get", "observed", ",", "or", "finally", "the", "value", "of", "signal_2_n", "ought", "n't", "to", "be", "less", "than", "or", "equal", "to", "84.2", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "68.7", ")", "or", "negation", "(", "signal_2_n", "less equal", "84.2", ")", ")"], "logic_sentence": ["There", "ought", "to", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "ultimately", "the", "event", "that", "(", "prop_1", ")", "should", "get", "observed", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 25], "prop": [["rise", "(", "signal_1_n", "<", "68.7", ")"]]}, " prop_2 ": {"span": [31, 45], "prop": [["-", "(", "signal_2_n", "<=", "84.2", ")"]]}}} {"id": 375, "sentence": ["For", "every", "moment", "within", "the", "first", "86", "time", "units", "the", "value", "of", "signal", "signal_1_n", "must", "be", "larger", "than", "73.5", "uninterruptedly", "and", "signal_2_n", "needs", "to", "be", "above", "39.1", "without", "interruption", "."], "ltl": ["globally", "[0,86]", "(", "signal_1_n", "more", "73.5", "and", "signal_2_n", "more", "39.1", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "86", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "86", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "73.5"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_2_n", ">", "39.1"]]}}} {"id": 669, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "state", "of", "signal", "signal_3_n", "should", "be", "in", "signal_4_n", "right", "away", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5634, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "59.0", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "first", "11", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "8", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "signal_2_n", "gets", "set", "to", "signal_3_n", "has", "to", "take", "place", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "59.0", ")", "imply", "globally", "[0,11]", "(", "finally", "[0,8]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "the", "first", "11", "time", "units", ",", "there", "will", "have", "to", "be", "a", "certain", "time", "instant", "in", "less", "than", "8", "time", "units", ",", "at", "which", "eventually", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "F", "[", "0", ":", "8", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["fall", "(", "signal_1_n", "==", "59.0", ")"]]}, " prop_2 ": {"span": [60, 65], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5300, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "larger", "than", "42.7", "and", "less", "than", "63.7", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "continuously", "in", "signal_3_n", "till", "there", "is", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "value", "of", "signal", "signal_4_n", "is", "greater", "than", "or", "equal", "to", "62.6", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "42.7", "and", "signal_1_n", "less", "63.7", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "signal_4_n", "more equal", "62.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "42.7"], ["signal_1_n", "<", "63.7"]]}, " prop_2 ": {"span": [25, 65], "prop": [["signal_2_n", "==", "signal_3_n"], ["signal_4_n", ">=", "62.6"]]}}} {"id": 4992, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "gets", "to", "at", "most", "9.7", "happens", ",", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "signal_2_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "36.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "9.7", ")", "imply", "signal_2_n", "less equal", "36.8", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["rise", "(", "signal_1_n", "<=", "9.7", ")"]]}, " prop_2 ": {"span": [24, 34], "prop": [["signal_2_n", "<=", "36.8"]]}}} {"id": 68, "sentence": ["For", "each", "time", "instant", "in", "the", "first", "32", "time", "units", ",", "the", "value", "of", "signal_1_n", "shall", "be", "consistently", "smaller", "than", "88.7", "."], "ltl": ["globally", "[0,32]", "(", "signal_1_n", "less", "88.7", ")"], "logic_sentence": ["For", "each", "time", "instant", "in", "the", "first", "32", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "32", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "88.7"]]}}} {"id": 544, "sentence": ["For", "more", "than", "95", "time", "units", "the", "value", "of", "signal", "signal_1_n", "shall", "consecutively", "keep", "above", "18.5", "and", "less", "than", "79.0", ",", "and", "the", "signal_2_n", "signal", "shall", "remain", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "[0,95]", "(", "(", "signal_1_n", "more", "18.5", "and", "signal_1_n", "less", "79.0", ")", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "more", "than", "95", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "95", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["signal_1_n", ">", "18.5"], ["signal_1_n", "<", "79.0"]]}, " prop_2 ": {"span": [22, 30], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6228, "sentence": ["Globally", ",", "if", "the", "event", "that", "signal_1_n", "drops", "below", "5.3", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "2", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "75", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "the", "mode", "of", "signal_2_n", "deviates", "from", "signal_3_n", "needs", "to", "happen", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "5.3", ")", "imply", "globally", "[0,2]", "(", "finally", "[0,75]", "(", "fall", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "in", "the", "subsequent", "2", "time", "units", ",", "there", "needs", "to", "exist", "a", "certain", "time", "instant", "starting", "at", "most", "75", "time", "units", "eventually", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "2", "]", "(", "F", "[", "0", ":", "75", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "<", "5.3", ")"]]}, " prop_2 ": {"span": [53, 60], "prop": [["fall", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 436, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "less", "than", "7.4", "occurs", "then", "the", "following", "condition", "is", "true", ":", "finally", "signal_2_n", "will", "be", "less", "than", "92.7", "at", "sometime", "in", "the", "coming", "37", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "7.4", ")", "imply", "finally", "[0,37]", "(", "signal_2_n", "less", "92.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "37", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", "<", "7.4", ")"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_2_n", "<", "92.7"]]}}} {"id": 4839, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "39.0", "or", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "93.9", ",", "then", "for", "each", "moment", "in", "the", "coming", "94", "time", "units", ",", "there", "must", "be", "a", "certain", "moment", "within", "the", "coming", "32", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "begins", "deviating", "from", "66.3", "gets", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "39.0", "or", "signal_2_n", "less equal", "93.9", "imply", "globally", "[0,94]", "(", "finally", "[0,32]", "(", "fall", "(", "signal_3_n", "math equal", "66.3", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "for", "each", "moment", "in", "the", "coming", "94", "time", "units", ",", "there", "must", "be", "a", "certain", "moment", "within", "the", "coming", "32", "time", "units", ",", "at", "which", "ultimately", "the", "scenario", "that", "(", "prop_3", ")", "gets", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "94", "]", "(", "F", "[", "0", ":", "32", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "39.0"]]}, " prop_2 ": {"span": [18, 29], "prop": [["signal_2_n", "<=", "93.9"]]}, " prop_3 ": {"span": [60, 68], "prop": [["fall", "(", "signal_3_n", "==", "66.3", ")"]]}}} {"id": 1705, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "and", "has", "been", "keeping", "like", "this", "within", "the", "elapsed", "9", "time", "units", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "following", "72", "time", "units", ",", "at", "which", "signal_3_n", "ought", "to", "be", "signal_4_n", "and", "then", "this", "condition", "will", "hold", "without", "interruption", "for", "the", "next", "61", "time", "units", "."], "ltl": ["globally", "(", "historically", "[0,9]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,72]", "(", "globally", "[0,61]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "needs", "to", "finally", "exist", "a", "certain", "moment", "within", "the", "following", "72", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "hold", "without", "interruption", "for", "the", "next", "61", "time", "units", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "0", ":", "9", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "72", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 26], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [52, 57], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 272, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "less", "than", "58.9", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "58.2", "gets", "detected", ",", "then", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "keep", "at", "most", "27.4", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "less", "58.9", "and", "rise", "(", "signal_2_n", "less", "58.2", ")", "imply", "signal_3_n", "less equal", "27.4", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<", "58.9"]]}, " prop_2 ": {"span": [17, 24], "prop": [["rise", "(", "signal_2_n", "<", "58.2", ")"]]}, " prop_3 ": {"span": [28, 43], "prop": [["signal_3_n", "<=", "27.4"]]}}} {"id": 5383, "sentence": ["Without", "interruption", "the", "mode", "of", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 20], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 572, "sentence": ["In", "the", "first", "7", "time", "units", "the", "value", "of", "signal", "signal_1_n", "uninterruptedly", "stays", "over", "53.0", "and", "less", "than", "91.3", "."], "ltl": ["globally", "[0,7]", "(", "signal_1_n", "more", "53.0", "and", "signal_1_n", "less", "91.3", ")"], "logic_sentence": ["In", "the", "first", "7", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "7", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["signal_1_n", ">", "53.0"], ["signal_1_n", "<", "91.3"]]}}} {"id": 2319, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "signal_1_n", "signal", "keeps", "equal", "to", "55.9", ",", "or", "signal_2_n", "is", "less", "than", "or", "equal", "to", "81.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "in", "the", "subsequent", "0", "to", "73", "time", "units", ",", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "63", "to", "99", "time", "units", "the", "transition", "action", "that", "the", "signal_3_n", "signal", "starts", "deviating", "from", "signal_4_n", "ought", "to", "occur", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "55.9", "or", "signal_2_n", "less equal", "81.0", "imply", "globally", "[0,73]", "(", "finally", "[63,99]", "(", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "in", "the", "subsequent", "0", "to", "73", "time", "units", ",", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "63", "to", "99", "time", "units", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "occur", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "73", "]", "(", "F", "[", "63", ":", "99", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "55.9"]]}, " prop_2 ": {"span": [16, 24], "prop": [["signal_2_n", "<=", "81.0"]]}, " prop_3 ": {"span": [63, 70], "prop": [["fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2877, "sentence": ["There", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "shall", "be", "greater", "than", "69.4", "and", "below", "96.6", "."], "ltl": ["finally", "(", "signal_1_n", "more", "69.4", "and", "signal_1_n", "less", "96.6", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [18, 31], "prop": [["signal_1_n", ">", "69.4"], ["signal_1_n", "<", "96.6"]]}}} {"id": 3568, "sentence": ["Globally", ",", "in", "case", "that", "the", "mode", "of", "signal", "signal_1_n", "is", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal_3_n", "ought", "to", "be", "equal", "to", "72.7", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "globally", "(", "signal_3_n", "math equal", "72.7", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [30, 42], "prop": [["signal_3_n", "==", "72.7"]]}}} {"id": 2880, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "signal_1_n", "ought", "to", "be", "larger", "than", "35.5", "and", "less", "than", "72.5", "."], "ltl": ["finally", "(", "signal_1_n", "more", "35.5", "and", "signal_1_n", "less", "72.5", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [21, 32], "prop": [["signal_1_n", ">", "35.5"], ["signal_1_n", "<", "72.5"]]}}} {"id": 4008, "sentence": ["Everytime", "when", "the", "event", "that", "the", "mode", "of", "signal_1_n", "gets", "set", "to", "signal_2_n", "gets", "observed", ",", "then", "instantly", "the", "signal_3_n", "signal", "shall", "be", "greater", "than", "or", "equal", "to", "34.3", "and", "less", "than", "or", "equal", "to", "50.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more equal", "34.3", "and", "signal_3_n", "less equal", "50.8", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [18, 36], "prop": [["signal_3_n", ">=", "34.3"], ["signal_3_n", "<=", "50.8"]]}}} {"id": 222, "sentence": ["If", "in", "the", "past", "32", "to", "64", "time", "units", ",", "continuously", "the", "mode", "of", "signal", "signal_1_n", "has", "been", "staying", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "coming", "80", "time", "units", ",", "the", "value", "of", "signal_3_n", "ought", "to", "always", "keep", "no", "more", "than", "7.0", "."], "ltl": ["globally", "(", "historically", "[32,64]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,80]", "(", "signal_3_n", "less equal", "7.0", ")", ")"], "logic_sentence": ["If", "in", "the", "past", "32", "to", "64", "time", "units", ",", "continuously", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "point", "during", "the", "coming", "80", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "32", ":", "64", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [40, 52], "prop": [["signal_3_n", "<=", "7.0"]]}}} {"id": 1570, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "remains", "no", "less", "than", "12.9", "and", "no", "more", "than", "34.8", "and", "the", "value", "of", "signal_2_n", "starts", "deviating", "from", "10.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "next", "4", "to", "49", "time", "units", ",", "at", "which", "the", "signal_4_n", "signal", "will", "be", "ultimately", "larger", "than", "73.0", ",", "and", "till", "then", "signal_3_n", "will", "be", "keeping", "higher", "than", "28.3", "and", "smaller", "than", "83.6", "consistently", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "12.9", "and", "signal_1_n", "less equal", "34.8", ")", "and", "fall", "(", "signal_2_n", "math equal", "10.0", ")", "imply", "(", "signal_3_n", "more", "28.3", "and", "signal_3_n", "less", "83.6", ")", "until", "[4,49]", "(", "signal_4_n", "more", "73.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "next", "4", "to", "49", "time", "units", ",", "at", "which", "(", "prop_3", ")", ",", "and", "till", "then", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "(", "prop_4", "&", "prop_4", ")", "U", "[", "4", ":", "49", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 22], "prop": [["signal_1_n", ">=", "12.9"], ["signal_1_n", "<=", "34.8"]]}, " prop_2 ": {"span": [23, 31], "prop": [["fall", "(", "signal_2_n", "==", "10.0", ")"]]}, " prop_3 ": {"span": [58, 67], "prop": [["signal_4_n", ">", "73.0"]]}, " prop_4 ": {"span": [71, 83], "prop": [["signal_3_n", ">", "28.3"], ["signal_3_n", "<", "83.6"]]}}} {"id": 145, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "begins", "deviating", "from", "27.6", "takes", "place", ",", "then", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "0", "to", "0", "time", "units", ",", "after", "which", "the", "mode", "of", "signal_2_n", "should", "be", "set", "to", "signal_3_n", "uninterruptedly", "for", "the", "subsequent", "79", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "27.6", ")", "imply", "finally", "[0,0]", "(", "globally", "[0,79]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "in", "the", "next", "0", "to", "0", "time", "units", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "0", "]", "(", "G", "[", "0", ":", "79", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 18], "prop": [["fall", "(", "signal_1_n", "==", "27.6", ")"]]}, " prop_2 ": {"span": [42, 58], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 47, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "is", "ultimately", "set", "to", "36.9", "at", "a", "certain", "moment", "starting", "between", "1", "to", "3", "time", "units", "then", "without", "interruption", "the", "value", "of", "signal", "signal_2_n", "ought", "never", "to", "be", "at", "most", "35.7", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "finally", "[1,3]", "(", "signal_1_n", "math equal", "36.9", ")", "imply", "globally", "(", "negation", "(", "signal_2_n", "less equal", "35.7", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "1", ":", "3", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 21], "prop": [["signal_1_n", "==", "36.9"]]}, " prop_2 ": {"span": [24, 45], "prop": [["-", "(", "signal_2_n", "<=", "35.7", ")"]]}}} {"id": 4455, "sentence": ["At", "a", "time", "within", "11", "time", "units", ",", "finally", "the", "value", "of", "signal_1_n", "has", "to", "be", "bigger", "than", "42.2", ",", "and", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "less", "than", "or", "equal", "to", "30.7", "shall", "be", "finally", "detected", "."], "ltl": ["finally", "[0,11]", "(", "signal_1_n", "more", "42.2", "and", "rise", "(", "signal_2_n", "less equal", "30.7", ")", ")"], "logic_sentence": ["At", "a", "time", "within", "11", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "finally", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "11", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">", "42.2"]]}, " prop_2 ": {"span": [24, 34], "prop": [["rise", "(", "signal_2_n", "<=", "30.7", ")"]]}}} {"id": 2068, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "rises", "to", "at", "least", "5.8", "gets", "detected", ",", "then", "in", "response", "instantly", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "falls", "below", "66.1", "has", "to", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "5.8", ")", "imply", "rise", "(", "signal_2_n", "less", "66.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "instantly", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "5.8", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["rise", "(", "signal_2_n", "<", "66.1", ")"]]}}} {"id": 408, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "10.3", "occurs", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "promptly", "less", "than", "or", "equal", "to", "79.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "10.3", ")", "imply", "signal_2_n", "less equal", "79.4", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["rise", "(", "signal_1_n", ">=", "10.3", ")"]]}, " prop_2 ": {"span": [26, 40], "prop": [["signal_2_n", "<=", "79.4"]]}}} {"id": 5206, "sentence": ["Eventually", "signal_1_n", "will", "remain", "less", "than", "or", "equal", "to", "63.0", "at", "a", "certain", "moment", "in", "the", "future", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "63.0", ")"], "logic_sentence": ["Eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "<=", "63.0"]]}}} {"id": 534, "sentence": ["In", "the", "case", "signal_1_n", "is", "5.2", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "is", "ultimately", "signal_3_n", "at", "a", "certain", "time", "point", "within", "15", "to", "16", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "5.2", "imply", "finally", "[15,16]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "15", ":", "16", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 6], "prop": [["signal_1_n", "==", "5.2"]]}, " prop_2 ": {"span": [13, 32], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 411, "sentence": ["When", "signal_1_n", "is", "equal", "to", "31.3", ",", "then", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "then", "this", "scenario", "needs", "to", "uninterruptedly", "continue", "till", "there", "exists", "a", "time", "in", "the", "next", "29", "time", "units", ",", "at", "which", "the", "event", "that", "signal_4_n", "decreases", "to", "less", "than", "or", "equal", "to", "76.2", "gets", "detected", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "31.3", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,29]", "(", "rise", "(", "signal_4_n", "less equal", "76.2", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "then", "this", "scenario", "needs", "to", "uninterruptedly", "continue", "till", "there", "exists", "a", "time", "in", "the", "next", "29", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_3", ")", "gets", "detected", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "29", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "==", "31.3"]]}, " prop_2 ": {"span": [8, 17], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [41, 50], "prop": [["rise", "(", "signal_4_n", "<=", "76.2", ")"]]}}} {"id": 4382, "sentence": ["For", "the", "first", "6", "to", "56", "time", "units", "consistently", "the", "value", "of", "signal", "signal_1_n", "needs", "to", "be", "more", "than", "21.5", "."], "ltl": ["globally", "[6,56]", "(", "signal_1_n", "more", "21.5", ")"], "logic_sentence": ["For", "the", "first", "6", "to", "56", "time", "units", "consistently", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "6", ":", "56", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", ">", "21.5"]]}}} {"id": 4624, "sentence": ["Finally", "the", "signal_1_n", "signal", "has", "to", "be", "set", "to", "signal_2_n", "at", "sometime", "within", "the", "first", "36", "time", "units", "."], "ltl": ["finally", "[0,36]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "36", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 573, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "65", "time", "units", "the", "value", "of", "signal_1_n", "shall", "be", "larger", "than", "6.6", "and", "below", "63.7", "consecutively", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "more", "6.6", "and", "signal_1_n", "less", "63.7", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "65", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">", "6.6"], ["signal_1_n", "<", "63.7"]]}}} {"id": 3416, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "exceeds", "30.5", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "signal_2_n", "shall", "never", "be", "smaller", "than", "65.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "30.5", ")", "imply", "negation", "(", "signal_2_n", "less", "65.6", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 9], "prop": [["rise", "(", "signal_1_n", ">", "30.5", ")"]]}, " prop_2 ": {"span": [25, 32], "prop": [["-", "(", "signal_2_n", "<", "65.6", ")"]]}}} {"id": 2678, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "starts", "deviating", "from", "8.9", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_2_n", "signal", "will", "have", "to", "always", "stay", "at", "52.5", "for", "every", "time", "point", "during", "the", "subsequent", "4", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "8.9", ")", "imply", "globally", "[0,4]", "(", "signal_2_n", "math equal", "52.5", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "4", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "8.9", ")"]]}, " prop_2 ": {"span": [25, 45], "prop": [["signal_2_n", "==", "52.5"]]}}} {"id": 5376, "sentence": ["For", "the", "first", "5", "to", "97", "time", "units", ",", "the", "signal_1_n", "signal", "has", "to", "uninterruptedly", "remain", "less", "than", "or", "equal", "to", "83.8", "."], "ltl": ["globally", "[5,97]", "(", "signal_1_n", "less equal", "83.8", ")"], "logic_sentence": ["For", "the", "first", "5", "to", "97", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "5", ":", "97", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", "<=", "83.8"]]}}} {"id": 5263, "sentence": ["Everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "71.3", "then", "for", "each", "time", "instant", "in", "the", "coming", "37", "to", "73", "time", "units", ",", "ultimately", "at", "a", "time", "in", "the", "future", "before", "the", "simulation", "ends", "the", "signal_2_n", "signal", "has", "to", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "71.3", "imply", "globally", "[37,73]", "(", "finally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "for", "each", "time", "instant", "in", "the", "coming", "37", "to", "73", "time", "units", ",", "ultimately", "at", "a", "time", "in", "the", "future", "before", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "37", ":", "73", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 11], "prop": [["signal_1_n", "<", "71.3"]]}, " prop_2 ": {"span": [33, 45], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1632, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "greater", "than", "56.9", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "equal", "to", "29.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "56.9", ")", "imply", "signal_2_n", "math equal", "29.6", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "promptly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 14], "prop": [["rise", "(", "signal_1_n", ">", "56.9", ")"]]}, " prop_2 ": {"span": [25, 37], "prop": [["signal_2_n", "==", "29.6"]]}}} {"id": 2673, "sentence": ["Everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "begins", "deviating", "from", "59.9", "happens", ",", "then", "for", "every", "moment", "in", "the", "first", "11", "time", "units", ",", "the", "event", "that", "the", "signal_2_n", "signal", "becomes", "smaller", "than", "56.6", "will", "ultimately", "get", "detected", "at", "sometime", "starting", "at", "most", "6", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "59.9", ")", "imply", "globally", "[0,11]", "(", "finally", "[0,6]", "(", "rise", "(", "signal_2_n", "less", "56.6", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "for", "every", "moment", "in", "the", "first", "11", "time", "units", ",", "the", "event", "that", "(", "prop_2", ")", "will", "ultimately", "get", "detected", "at", "sometime", "starting", "at", "most", "6", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "11", "]", "(", "F", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["fall", "(", "signal_1_n", "==", "59.9", ")"]]}, " prop_2 ": {"span": [28, 35], "prop": [["rise", "(", "signal_2_n", "<", "56.6", ")"]]}}} {"id": 1866, "sentence": ["Whenever", "the", "event", "that", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "60.3", "is", "observed", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "78", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "over", "48.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "60.3", ")", "imply", "globally", "[0,78]", "(", "signal_2_n", "more", "48.0", ")", ")"], "logic_sentence": ["Whenever", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "for", "every", "moment", "within", "the", "following", "78", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "78", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", "<=", "60.3", ")"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", ">", "48.0"]]}}} {"id": 4387, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "84.7", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "the", "signal_2_n", "signal", "ought", "to", "uninterruptedly", "remain", "less", "than", "90.8", "for", "each", "time", "point", "during", "the", "following", "41", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "84.7", "imply", "finally", "(", "globally", "[0,41]", "(", "signal_2_n", "less", "90.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "ought", "to", "be", "a", "certain", "time", "point", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 18], "prop": [["signal_1_n", "<=", "84.7"]]}, " prop_2 ": {"span": [40, 60], "prop": [["signal_2_n", "<", "90.8"]]}}} {"id": 3209, "sentence": ["Globally", ",", "when", "signal_1_n", "is", "smaller", "than", "24.2", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "the", "signal_2_n", "signal", "needs", "to", "be", "smaller", "than", "40.9", "."], "ltl": ["globally", "(", "signal_1_n", "less", "24.2", "imply", "signal_2_n", "less", "40.9", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "once", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "<", "24.2"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "<", "40.9"]]}}} {"id": 3937, "sentence": ["If", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "42.6", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "first", "60", "time", "units", ",", "the", "value", "of", "signal_2_n", "ought", "to", "remain", "below", "14.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "42.6", ")", "imply", "globally", "[0,60]", "(", "signal_2_n", "less", "14.5", ")", ")"], "logic_sentence": ["If", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "in", "the", "first", "60", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", ">", "42.6", ")"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_2_n", "<", "14.5"]]}}} {"id": 1725, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "56.7", "gets", "observed", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "subsequent", "88", "time", "units", "there", "is", "a", "certain", "time", "instant", "within", "35", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "finally", "60.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "56.7", ")", "imply", "globally", "[0,88]", "(", "finally", "[0,35]", "(", "signal_2_n", "math equal", "60.2", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "subsequent", "88", "time", "units", "there", "is", "a", "certain", "time", "instant", "within", "35", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "35", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "56.7", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["signal_2_n", "==", "60.2"]]}}} {"id": 4027, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "75.8", "occurs", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal", "signal_2_n", "should", "consistently", "keep", "in", "signal_3_n", "till", "at", "a", "certain", "moment", "in", "less", "than", "89", "time", "units", "the", "signal_4_n", "signal", "is", "signal_5_n", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "75.8", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "[0,89]", "(", "signal_4_n", "math equal", "signal_5_n", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "75.8", ")"]]}, " prop_2 ": {"span": [24, 51], "prop": [["signal_2_n", "==", "signal_3_n"], ["signal_4_n", "==", "signal_5_n"]]}}} {"id": 372, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "goes", "lower", "than", "36.1", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "set", "to", "signal_3_n", "starting", "without", "any", "delay", ",", "and", "signal_4_n", "must", "be", "set", "to", "15.6", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "36.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "15.6", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["rise", "(", "signal_1_n", "<", "36.1", ")"]]}, " prop_2 ": {"span": [18, 33], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [35, 45], "prop": [["signal_4_n", "==", "15.6"]]}}} {"id": 2114, "sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "98.3", "eventually", "and", "ultimately", "signal_2_n", "needs", "to", "be", "equal", "to", "58.2", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "98.3", "and", "signal_2_n", "math equal", "58.2", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "(", "prop_1", ")", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 27], "prop": [["signal_1_n", ">=", "98.3"]]}, " prop_2 ": {"span": [29, 36], "prop": [["signal_2_n", "==", "58.2"]]}}} {"id": 2754, "sentence": ["For", "each", "moment", "within", "the", "first", "92", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "stay", "at", "most", "69.3", "."], "ltl": ["globally", "[0,92]", "(", "signal_1_n", "less equal", "69.3", ")"], "logic_sentence": ["For", "each", "moment", "within", "the", "first", "92", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "92", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["signal_1_n", "<=", "69.3"]]}}} {"id": 5037, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "the", "signal_1_n", "signal", "will", "remain", "no", "less", "than", "92.1", "uninterruptedly", "and", "signal_2_n", "ought", "to", "uninterruptedly", "equal", "to", "9.0", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "92.1", "and", "signal_2_n", "math equal", "9.0", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", ">=", "92.1"]]}, " prop_2 ": {"span": [18, 25], "prop": [["signal_2_n", "==", "9.0"]]}}} {"id": 3053, "sentence": ["Within", "8", "to", "12", "time", "units", ",", "without", "interruption", "the", "signal_1_n", "signal", "ought", "to", "keep", "equal", "to", "82.7", "and", "signal_2_n", "must", "be", "greater", "than", "66.4", "."], "ltl": ["globally", "[8,12]", "(", "signal_1_n", "math equal", "82.7", "and", "signal_2_n", "more", "66.4", ")"], "logic_sentence": ["Within", "8", "to", "12", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "8", ":", "12", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "82.7"]]}, " prop_2 ": {"span": [19, 25], "prop": [["signal_2_n", ">", "66.4"]]}}} {"id": 2819, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "shall", "remain", "in", "-LSB-", "15.7", ",", "84.3", "-RSB-", "all", "the", "time", ",", "and", "without", "interruption", "signal_2_n", "needs", "to", "stay", "larger", "than", "70.5", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "15.7", "and", "signal_1_n", "less equal", "84.3", ")", "and", "signal_2_n", "more", "70.5", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 22], "prop": [["signal_1_n", ">=", "15.7"], ["signal_1_n", "<=", "84.3"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", ">", "70.5"]]}}} {"id": 3851, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "signal_1_n", "goes", "to", "greater", "than", "or", "equal", "to", "74.2", "gets", "observed", ",", "then", "in", "response", "promptly", "the", "mode", "of", "signal_2_n", "will", "be", "in", "signal_3_n", "and", "the", "mode", "of", "signal_4_n", "shall", "be", "in", "signal_5_n", "at", "the", "same", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "74.2", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "promptly", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "74.2", ")"]]}, " prop_2 ": {"span": [27, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 48], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 3709, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "smaller", "than", "66.8", "shall", "ultimately", "take", "place", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "66.8", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "event", "that", "(", "prop_1", ")", "shall", "ultimately", "take", "place", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["rise", "(", "signal_1_n", "<", "66.8", ")"]]}}} {"id": 4220, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "leaves", "signal_2_n", "happens", "then", "signal_3_n", "ought", "to", "be", "equal", "to", "40.6", "and", "then", "this", "condition", "needs", "to", "continue", "consistently", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "math equal", "40.6", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "(", "prop_2", ")", "and", "then", "this", "condition", "needs", "to", "continue", "consistently", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["signal_3_n", "==", "40.6"]]}}} {"id": 1720, "sentence": ["When", "signal_1_n", "is", "higher", "than", "7.7", "and", "the", "value", "of", "signal", "signal_2_n", "is", "71.1", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal_3_n", "needs", "to", "be", "equal", "to", "90.3", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "more", "7.7", "and", "signal_2_n", "math equal", "71.1", "imply", "signal_3_n", "math equal", "90.3", ")"], "logic_sentence": ["When", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", ">", "7.7"]]}, " prop_2 ": {"span": [7, 14], "prop": [["signal_2_n", "==", "71.1"]]}, " prop_3 ": {"span": [20, 33], "prop": [["signal_3_n", "==", "90.3"]]}}} {"id": 497, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "increases", "above", "0.9", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "42", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "be", "eventually", "below", "99.0", ",", "until", "then", "the", "value", "of", "signal", "signal_2_n", "has", "to", "keep", "equal", "to", "75.6", "continuously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "0.9", ")", "imply", "(", "signal_2_n", "math equal", "75.6", ")", "until", "[0,42]", "(", "signal_3_n", "less", "99.0", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "42", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "42", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", ">", "0.9", ")"]]}, " prop_2 ": {"span": [40, 51], "prop": [["signal_3_n", "<", "99.0"]]}, " prop_3 ": {"span": [54, 66], "prop": [["signal_2_n", "==", "75.6"]]}}} {"id": 3097, "sentence": ["Globally", ",", "everytime", "when", "the", "state", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "or", "the", "event", "that", "the", "signal_3_n", "signal", "becomes", "not", "set", "to", "signal_4_n", "does", "n't", "get", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "subsequent", "40", "to", "75", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_5_n", "shall", "be", "equal", "to", "92.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "negation", "fall", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "finally", "[40,75]", "(", "signal_5_n", "math equal", "92.1", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "does", "n't", "get", "observed", ",", "then", "the", "following", "condition", "is", "true", ":", "there", "has", "to", "be", "a", "certain", "time", "instant", "during", "the", "subsequent", "40", "to", "75", "time", "units", "eventually", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "F", "[", "40", ":", "75", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [17, 25], "prop": [["-", "fall", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [57, 67], "prop": [["signal_5_n", "==", "92.1"]]}}} {"id": 66, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "condition", "that", "consecutively", "the", "value", "of", "signal_1_n", "has", "never", "been", "at", "least", "63.4", "in", "the", "past", "since", "the", "start", "of", "the", "simulation", "is", "not", "true", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "after", "at", "most", "83", "time", "units", ",", "at", "which", "signal_2_n", "will", "be", "no", "more", "than", "90.3", "and", "then", "be", "continuing", "like", "that", "continuously", "for", "each", "time", "instant", "during", "the", "next", "76", "time", "units", "."], "ltl": ["globally", "(", "negation", "(", "historically", "(", "negation", "(", "signal_1_n", "more equal", "63.4", ")", ")", ")", "imply", "finally", "[0,83]", "(", "globally", "[0,76]", "(", "signal_2_n", "less equal", "90.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "condition", "that", "consecutively", "(", "prop_1", ")", "is", "not", "true", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "there", "will", "have", "to", "be", "a", "certain", "time", "point", "after", "at", "most", "83", "time", "units", ",", "at", "which", "(", "prop_2", ")", "and", "then", "be", "continuing", "like", "that", "continuously", "for", "each", "time", "instant", "during", "the", "next", "76", "time", "units", "."], "logic_ltl": ["G", "(", "-", "(", "hist|ically", "(", "prop_1", ")", ")", "->", "F", "[", "0", ":", "83", "]", "(", "G", "[", "0", ":", "76", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 32], "prop": [["-", "(", "signal_1_n", ">=", "63.4", ")"]]}, " prop_2 ": {"span": [62, 69], "prop": [["signal_2_n", "<=", "90.3"]]}}} {"id": 503, "sentence": ["As", "soon", "as", "the", "value", "of", "signal", "signal_1_n", "is", "smaller", "than", "65.2", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "time", "instant", "after", "at", "most", "84", "time", "units", "the", "state", "of", "signal", "signal_2_n", "should", "n't", "be", "set", "to", "signal_3_n", "and", "then", "consecutively", "this", "condition", "will", "keep", "for", "each", "time", "point", "within", "74", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "65.2", "imply", "finally", "[0,84]", "(", "globally", "[0,74]", "(", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "finally", "at", "a", "certain", "time", "instant", "after", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "will", "keep", "for", "each", "time", "point", "within", "74", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "84", "]", "(", "G", "[", "0", ":", "74", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "<", "65.2"]]}, " prop_2 ": {"span": [26, 42], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1900, "sentence": ["At", "a", "certain", "time", "instant", "after", "between", "68", "to", "75", "time", "units", "signal_1_n", "ought", "to", "be", "finally", "48.2", ",", "and", "the", "signal_2_n", "signal", "will", "be", "eventually", "set", "to", "25.6", "."], "ltl": ["finally", "[68,75]", "(", "signal_1_n", "math equal", "48.2", "and", "signal_2_n", "math equal", "25.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "after", "between", "68", "to", "75", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "68", ":", "75", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "==", "48.2"]]}, " prop_2 ": {"span": [20, 29], "prop": [["signal_2_n", "==", "25.6"]]}}} {"id": 2616, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "signal_1_n", "shall", "remain", "in", "signal_2_n", "uninterruptedly", "or", "the", "mode", "of", "signal", "signal_3_n", "consistently", "keeps", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "before", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [14, 23], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 515, "sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "58", "time", "units", ",", "finally", "signal_1_n", "will", "have", "to", "settle", "to", "95.4", "."], "ltl": ["finally", "[0,58]", "(", "signal_1_n", "math equal", "95.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "during", "the", "first", "58", "time", "units", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "58", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 20], "prop": [["signal_1_n", "==", "95.4"]]}}} {"id": 2446, "sentence": ["While", "the", "value", "of", "signal_1_n", "is", "below", "91.3", ",", "then", "the", "following", "condition", "holds", ":", "the", "mode", "of", "signal_2_n", "ought", "to", "be", "signal_3_n", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "remain", "for", "every", "moment", "within", "the", "first", "84", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "91.3", "imply", "globally", "[0,84]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["While", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "have", "to", "uninterruptedly", "remain", "for", "every", "moment", "within", "the", "first", "84", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "84", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 8], "prop": [["signal_1_n", "<", "91.3"]]}, " prop_2 ": {"span": [15, 23], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5503, "sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "changes", "to", "0.8", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "the", "value", "of", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "34.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "0.8", ")", "imply", "signal_2_n", "more equal", "34.8", ")"], "logic_sentence": ["Globally", ",", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "moment", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "0.8", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", ">=", "34.8"]]}}} {"id": 925, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "44.7", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "immediately", "greater", "than", "or", "equal", "to", "67.5", "and", "less", "than", "or", "equal", "to", "99.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "44.7", ")", "imply", "signal_2_n", "more equal", "67.5", "and", "signal_2_n", "less equal", "99.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", ">", "44.7", ")"]]}, " prop_2 ": {"span": [24, 47], "prop": [["signal_2_n", ">=", "67.5"], ["signal_2_n", "<=", "99.8"]]}}} {"id": 224, "sentence": ["There", "will", "exist", "a", "certain", "time", "point", "after", "at", "most", "84", "time", "units", ",", "at", "which", "the", "event", "that", "signal_1_n", "goes", "down", "to", "smaller", "than", "15.4", "must", "be", "ultimately", "observed", "and", "the", "transition", "action", "that", "signal_2_n", "goes", "to", "at", "least", "68.0", "must", "finally", "get", "detected", "."], "ltl": ["finally", "[0,84]", "(", "rise", "(", "signal_1_n", "less", "15.4", ")", "and", "rise", "(", "signal_2_n", "more equal", "68.0", ")", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "time", "point", "after", "at", "most", "84", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "must", "be", "ultimately", "observed", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "finally", "get", "detected", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [19, 26], "prop": [["rise", "(", "signal_1_n", "<", "15.4", ")"]]}, " prop_2 ": {"span": [35, 41], "prop": [["rise", "(", "signal_2_n", ">=", "68.0", ")"]]}}} {"id": 6452, "sentence": ["For", "every", "time", "instant", "within", "42", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "remains", "in", "signal_2_n", "continuously", "or", "the", "value", "of", "signal", "signal_3_n", "shall", "stay", "below", "25.6", "consecutively", "."], "ltl": ["globally", "[0,42]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "25.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "42", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "42", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_3_n", "<", "25.6"]]}}} {"id": 1968, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "shifts", "to", "signal_2_n", "occurs", ",", "then", "in", "response", "the", "value", "of", "signal_3_n", "will", "be", "above", "82.1", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "more", "82.1", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "occurs", ",", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [24, 36], "prop": [["signal_3_n", ">", "82.1"]]}}} {"id": 5070, "sentence": ["For", "every", "time", "point", "in", "the", "first", "26", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "needs", "to", "be", "above", "80.8", "and", "signal_2_n", "will", "consecutively", "not", "be", "in", "signal_3_n", "."], "ltl": ["globally", "[0,26]", "(", "signal_1_n", "more", "80.8", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["For", "every", "time", "point", "in", "the", "first", "26", "time", "units", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "26", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", ">", "80.8"]]}, " prop_2 ": {"span": [20, 27], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1903, "sentence": ["The", "value", "of", "signal_1_n", "is", "uninterruptedly", "higher", "than", "21.8", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "more", "21.8", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", ">", "21.8"]]}}} {"id": 517, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "starts", "not", "equaling", "to", "76.3", "gets", "observed", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "following", "27", "time", "units", ",", "at", "a", "time", "in", "the", "following", "89", "time", "units", "eventually", "the", "mode", "of", "signal", "signal_2_n", "needs", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "76.3", ")", "imply", "globally", "[0,27]", "(", "finally", "[0,89]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "for", "every", "time", "point", "within", "the", "following", "27", "time", "units", ",", "at", "a", "time", "in", "the", "following", "89", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "27", "]", "(", "F", "[", "0", ":", "89", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["fall", "(", "signal_1_n", "==", "76.3", ")"]]}, " prop_2 ": {"span": [47, 57], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1557, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "is", "shifted", "to", "33.3", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "signal_2_n", "signal", "increases", "to", "greater", "than", "or", "equal", "to", "35.0", "promptly", "takes", "place", ",", "or", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "88.3", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "33.3", ")", "imply", "rise", "(", "signal_2_n", "more equal", "35.0", ")", "or", "signal_3_n", "less", "88.3", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_2", ")", "promptly", "takes", "place", ",", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "33.3", ")"]]}, " prop_2 ": {"span": [29, 40], "prop": [["rise", "(", "signal_2_n", ">=", "35.0", ")"]]}, " prop_3 ": {"span": [45, 58], "prop": [["signal_3_n", "<", "88.3"]]}}} {"id": 3070, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "is", "43.7", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_2_n", "must", "be", "20.6", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "43.7", "imply", "signal_2_n", "math equal", "20.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 13], "prop": [["signal_1_n", "==", "43.7"]]}, " prop_2 ": {"span": [20, 32], "prop": [["signal_2_n", "==", "20.6"]]}}} {"id": 1242, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "goes", "to", "greater", "than", "or", "equal", "to", "11.0", ",", "then", "the", "signal_2_n", "signal", "should", "remain", "at", "least", "38.6", "and", "less", "than", "or", "equal", "to", "76.9", "simultaneously", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "11.0", ")", "imply", "signal_2_n", "more equal", "38.6", "and", "signal_2_n", "less equal", "76.9", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["rise", "(", "signal_1_n", ">=", "11.0", ")"]]}, " prop_2 ": {"span": [16, 32], "prop": [["signal_2_n", ">=", "38.6"], ["signal_2_n", "<=", "76.9"]]}}} {"id": 4937, "sentence": ["Globally", ",", "if", "the", "signal_1_n", "signal", "is", "less", "than", "27.2", "and", "the", "event", "that", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "44.0", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "signal_3_n", "should", "n't", "be", "no", "larger", "than", "60.8", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "signal_1_n", "less", "27.2", "and", "rise", "(", "signal_2_n", "more equal", "44.0", ")", "imply", "finally", "(", "globally", "(", "negation", "(", "signal_3_n", "less equal", "60.8", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "27.2"]]}, " prop_2 ": {"span": [14, 22], "prop": [["rise", "(", "signal_2_n", ">=", "44.0", ")"]]}, " prop_3 ": {"span": [47, 64], "prop": [["-", "(", "signal_3_n", "<=", "60.8", ")"]]}}} {"id": 3914, "sentence": ["Finally", "there", "will", "exist", "a", "time", "after", "between", "4", "to", "45", "time", "units", ",", "at", "which", "the", "state", "of", "signal", "signal_1_n", "will", "have", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[4,45]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Finally", "there", "will", "exist", "a", "time", "after", "between", "4", "to", "45", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "4", ":", "45", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 424, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "eventually", "there", "exists", "a", "certain", "time", "instant", "within", "1", "to", "12", "time", "units", ",", "at", "which", "signal_1_n", "will", "be", "in", "signal_2_n", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "the", "value", "of", "signal_3_n", "rises", "to", "greater", "than", "or", "equal", "to", "74.5", "will", "have", "to", "ultimately", "happen", "at", "a", "certain", "time", "instant", "within", "the", "following", "21", "to", "32", "time", "units", "."], "ltl": ["globally", "(", "finally", "[1,12]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[21,32]", "(", "rise", "(", "signal_3_n", "more equal", "74.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "eventually", "there", "exists", "a", "certain", "time", "instant", "within", "1", "to", "12", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "ultimately", "happen", "at", "a", "certain", "time", "instant", "within", "the", "following", "21", "to", "32", "time", "units", "."], "logic_ltl": ["G", "(", "F", "[", "1", ":", "12", "]", "(", "prop_1", ")", "->", "F", "[", "21", ":", "32", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [25, 30], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [41, 53], "prop": [["rise", "(", "signal_3_n", ">=", "74.5", ")"]]}}} {"id": 6172, "sentence": ["Finally", "there", "will", "exist", "sometime", "in", "the", "future", ",", "at", "which", "the", "value", "of", "signal", "signal_1_n", "must", "go", "down", "to", "less", "than", "46.1", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "less", "46.1", ")", ")"], "logic_sentence": ["Finally", "there", "will", "exist", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["rise", "(", "signal_1_n", "<", "46.1", ")"]]}}} {"id": 3449, "sentence": ["Without", "interruption", "the", "signal_1_n", "signal", "must", "remain", "above", "46.3", "and", "less", "than", "57.9", "for", "each", "moment", "within", "74", "to", "86", "time", "units", "."], "ltl": ["globally", "[74,86]", "(", "signal_1_n", "more", "46.3", "and", "signal_1_n", "less", "57.9", ")"], "logic_sentence": ["Without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "74", ":", "86", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [2, 22], "prop": [["signal_1_n", ">", "46.3"], ["signal_1_n", "<", "57.9"]]}}} {"id": 662, "sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "40", "to", "89", "time", "units", "the", "value", "of", "signal_1_n", "ought", "to", "be", "eventually", "no", "less", "than", "77.4", "."], "ltl": ["finally", "[40,89]", "(", "signal_1_n", "more equal", "77.4", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "during", "the", "first", "40", "to", "89", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "40", ":", "89", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 25], "prop": [["signal_1_n", ">=", "77.4"]]}}} {"id": 1495, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "drops", "to", "at", "most", "73.4", "is", "observed", "then", "starting", "without", "any", "delay", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "44.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "73.4", ")", "imply", "signal_2_n", "more equal", "44.7", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "<=", "73.4", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", ">=", "44.7"]]}}} {"id": 42, "sentence": ["Everytime", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "72.5", "is", "detected", "then", "in", "response", "for", "each", "moment", "within", "the", "next", "98", "time", "units", ",", "the", "state", "of", "signal_2_n", "must", "be", "consistently", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "72.5", ")", "imply", "globally", "[0,98]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "for", "each", "moment", "within", "the", "next", "98", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["rise", "(", "signal_1_n", "<=", "72.5", ")"]]}, " prop_2 ": {"span": [31, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 524, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "n't", "no", "larger", "than", "6.7", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "signal_4_n", "shall", "not", "be", "at", "least", "10.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "6.7", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "more equal", "10.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["-", "(", "signal_1_n", "<=", "6.7", ")"]]}, " prop_2 ": {"span": [18, 26], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [35, 42], "prop": [["-", "(", "signal_4_n", ">=", "10.3", ")"]]}}} {"id": 5447, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "changed", "to", "74.9", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "has", "to", "be", "higher", "than", "0.4", "and", "less", "than", "33.2", "and", "this", "scenario", "will", "remain", "without", "interruption", "till", "ultimately", "the", "signal_3_n", "signal", "is", "not", "less", "than", "or", "equal", "to", "27.1", ",", "which", "will", "have", "to", "be", "observed", "at", "a", "certain", "moment", "in", "the", "coming", "6", "to", "88", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "74.9", ")", "imply", "(", "signal_2_n", "more", "0.4", "and", "signal_2_n", "less", "33.2", ")", "until", "[6,88]", "(", "negation", "(", "signal_3_n", "less equal", "27.1", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "this", "scenario", "will", "remain", "without", "interruption", "till", "ultimately", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "6", ":", "88", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "74.9", ")"]]}, " prop_2 ": {"span": [22, 35], "prop": [["signal_2_n", ">", "0.4"], ["signal_2_n", "<", "33.2"]]}, " prop_3 ": {"span": [44, 74], "prop": [["-", "(", "signal_3_n", "<=", "27.1", ")"]]}}} {"id": 139, "sentence": ["The", "signal_1_n", "signal", "will", "remain", "no", "less", "than", "19.7", "and", "less", "than", "or", "equal", "to", "23.3", "without", "interruption", "for", "every", "time", "point", "in", "the", "first", "37", "time", "units", "."], "ltl": ["globally", "[0,37]", "(", "signal_1_n", "more equal", "19.7", "and", "signal_1_n", "less equal", "23.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "37", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 28], "prop": [["signal_1_n", ">=", "19.7"], ["signal_1_n", "<=", "23.3"]]}}} {"id": 249, "sentence": ["If", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "58.7", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "sometime", "during", "the", "next", "13", "time", "units", "eventually", ",", "at", "which", "for", "every", "time", "point", "in", "the", "next", "44", "time", "units", ",", "the", "signal_2_n", "signal", "needs", "to", "be", "above", "0.4", "and", "no", "more", "than", "8.5", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "58.7", ")", "imply", "finally", "[0,13]", "(", "globally", "[0,44]", "(", "signal_2_n", "more", "0.4", "and", "signal_2_n", "less equal", "8.5", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "be", "sometime", "during", "the", "next", "13", "time", "units", "eventually", ",", "at", "which", "for", "every", "time", "point", "in", "the", "next", "44", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "13", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["rise", "(", "signal_1_n", ">=", "58.7", ")"]]}, " prop_2 ": {"span": [54, 68], "prop": [["signal_2_n", ">", "0.4"], ["signal_2_n", "<=", "8.5"]]}}} {"id": 687, "sentence": ["Globally", ",", "everytime", "when", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "consecutively", "the", "mode", "of", "signal", "signal_1_n", "has", "never", "been", "in", "signal_2_n", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "88", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "should", "be", "ultimately", "set", "to", "signal_4_n", "at", "a", "certain", "time", "instant", "within", "the", "next", "29", "time", "units", "."], "ltl": ["globally", "(", "historically", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "imply", "globally", "[0,88]", "(", "finally", "[0,29]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "in", "the", "past", "since", "the", "beginning", "of", "the", "simulation", ",", "consecutively", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "first", "88", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", ")", "->", "G", "[", "0", ":", "88", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [44, 66], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 773, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "lower", "than", "74.0", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "the", "value", "of", "signal_2_n", "should", "n't", "be", "no", "larger", "than", "21.5", "ultimately", "at", "sometime", "in", "the", "following", "0", "to", "44", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "74.0", ")", "imply", "globally", "(", "finally", "[0,44]", "(", "negation", "(", "signal_2_n", "less equal", "21.5", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "future", "until", "the", "simulation", "ends", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["rise", "(", "signal_1_n", "<", "74.0", ")"]]}, " prop_2 ": {"span": [37, 59], "prop": [["-", "(", "signal_2_n", "<=", "21.5", ")"]]}}} {"id": 6037, "sentence": ["Everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "lower", "than", "92.5", "gets", "observed", ",", "then", "in", "response", "without", "any", "delay", "the", "value", "of", "signal_2_n", "will", "be", "equal", "to", "43.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "92.5", ")", "imply", "signal_2_n", "math equal", "43.7", ")"], "logic_sentence": ["Everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "in", "response", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<", "92.5", ")"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_2_n", "==", "43.7"]]}}} {"id": 1783, "sentence": ["Within", "the", "first", "23", "time", "units", "the", "signal_1_n", "signal", "must", "be", "equal", "to", "25.9", "consecutively", "and", "the", "state", "of", "signal_2_n", "should", "continuously", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "[0,23]", "(", "signal_1_n", "math equal", "25.9", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Within", "the", "first", "23", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["signal_1_n", "==", "25.9"]]}, " prop_2 ": {"span": [16, 25], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1722, "sentence": ["As", "soon", "as", "the", "scenario", "that", "the", "signal_1_n", "signal", "jumps", "to", "greater", "than", "or", "equal", "to", "76.5", "gets", "detected", "then", "in", "response", "the", "value", "of", "signal", "signal_2_n", "is", "68.2", "at", "the", "same", "time", "point", ",", "or", "the", "transition", "action", "that", "signal_3_n", "drops", "to", "less", "than", "or", "equal", "to", "24.0", "ought", "to", "instantly", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "76.5", ")", "imply", "signal_2_n", "math equal", "68.2", "or", "rise", "(", "signal_3_n", "less equal", "24.0", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "in", "response", "(", "prop_2", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_3", ")", "ought", "to", "instantly", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "76.5", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["signal_2_n", "==", "68.2"]]}, " prop_3 ": {"span": [40, 49], "prop": [["rise", "(", "signal_3_n", "<=", "24.0", ")"]]}}} {"id": 4771, "sentence": ["For", "each", "time", "point", "within", "the", "first", "27", "time", "units", "consistently", "the", "state", "of", "signal", "signal_1_n", "shall", "be", "set", "to", "signal_2_n", "or", "signal_3_n", "shall", "remain", "in", "-LSB-", "14.3", ",", "17.5", "-RSB-", "continuously", "."], "ltl": ["globally", "[0,27]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "(", "signal_3_n", "more equal", "14.3", "and", "signal_3_n", "less equal", "17.5", ")", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "27", "time", "units", "consistently", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "27", "]", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_3_n", ">=", "14.3"], ["signal_3_n", "<=", "17.5"]]}}} {"id": 776, "sentence": ["Whenever", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "smaller", "than", "4.0", "is", "observed", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "there", "has", "to", "be", "sometime", "in", "the", "next", "5", "to", "7", "time", "units", ",", "at", "which", "ultimately", "the", "value", "of", "signal_2_n", "sha", "n't", "be", "at", "most", "61.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "4.0", ")", "imply", "globally", "(", "finally", "[5,7]", "(", "negation", "(", "signal_2_n", "less equal", "61.0", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "in", "response", "for", "each", "moment", "in", "the", "future", "till", "the", "end", "of", "the", "simulation", ",", "there", "has", "to", "be", "sometime", "in", "the", "next", "5", "to", "7", "time", "units", ",", "at", "which", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "5", ":", "7", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<", "4.0", ")"]]}, " prop_2 ": {"span": [48, 58], "prop": [["-", "(", "signal_2_n", "<=", "61.0", ")"]]}}} {"id": 6306, "sentence": ["For", "every", "time", "point", "within", "15", "to", "62", "time", "units", ",", "continuously", "the", "mode", "of", "signal", "signal_1_n", "ought", "to", "be", "in", "signal_2_n", "or", "continuously", "the", "value", "of", "signal_3_n", "shall", "stay", "less", "than", "51.7", "."], "ltl": ["globally", "[15,62]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less", "51.7", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "15", "to", "62", "time", "units", ",", "continuously", "(", "prop_1", ")", "or", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "15", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [24, 33], "prop": [["signal_3_n", "<", "51.7"]]}}} {"id": 5353, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "is", "set", "to", "signal_2_n", "and", "the", "signal_3_n", "signal", "is", "95.5", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_4_n", "ought", "to", "be", "larger", "than", "4.8", "and", "uninterruptedly", "this", "condition", "will", "be", "continuing", "for", "each", "time", "instant", "during", "the", "first", "50", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "95.5", "imply", "globally", "[0,50]", "(", "signal_4_n", "more", "4.8", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "uninterruptedly", "this", "condition", "will", "be", "continuing", "for", "each", "time", "instant", "during", "the", "first", "50", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "50", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [12, 17], "prop": [["signal_3_n", "==", "95.5"]]}, " prop_3 ": {"span": [25, 36], "prop": [["signal_4_n", ">", "4.8"]]}}} {"id": 1966, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "signal_1_n", "signal", "becomes", "equal", "to", "55.3", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "following", "43", "time", "units", "there", "shall", "ultimately", "exist", "a", "time", "during", "the", "next", "34", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "keep", "larger", "than", "66.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "55.3", ")", "imply", "globally", "[0,43]", "(", "finally", "[0,34]", "(", "signal_2_n", "more", "66.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "following", "43", "time", "units", "there", "shall", "ultimately", "exist", "a", "time", "during", "the", "next", "34", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "F", "[", "0", ":", "34", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", "==", "55.3", ")"]]}, " prop_2 ": {"span": [42, 53], "prop": [["signal_2_n", ">", "66.3"]]}}} {"id": 137, "sentence": ["There", "will", "have", "to", "be", "sometime", "in", "the", "first", "9", "to", "22", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "smaller", "than", "74.5", "eventually", "or", "the", "transition", "action", "that", "signal_2_n", "becomes", "less", "than", "49.4", "will", "have", "to", "eventually", "occur", "."], "ltl": ["finally", "[9,22]", "(", "signal_1_n", "less", "74.5", "or", "rise", "(", "signal_2_n", "less", "49.4", ")", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "sometime", "in", "the", "first", "9", "to", "22", "time", "units", ",", "at", "which", "(", "prop_1", ")", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "eventually", "occur", "."], "logic_ltl": ["F", "[", "9", ":", "22", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 28], "prop": [["signal_1_n", "<", "74.5"]]}, " prop_2 ": {"span": [33, 38], "prop": [["rise", "(", "signal_2_n", "<", "49.4", ")"]]}}} {"id": 5523, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "down", "to", "smaller", "than", "65.7", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "98", "time", "units", "eventually", ",", "after", "which", "the", "signal_2_n", "signal", "has", "to", "be", "larger", "than", "58.8", "and", "less", "than", "74.2", "and", "this", "scenario", "will", "sustain", "all", "the", "time", "within", "the", "following", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "65.7", ")", "imply", "finally", "[0,98]", "(", "globally", "[0,50]", "(", "signal_2_n", "more", "58.8", "and", "signal_2_n", "less", "74.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "during", "the", "first", "98", "time", "units", "eventually", ",", "after", "which", "(", "prop_2", ")", "and", "this", "scenario", "will", "sustain", "all", "the", "time", "within", "the", "following", "50", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "98", "]", "(", "G", "[", "0", ":", "50", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<", "65.7", ")"]]}, " prop_2 ": {"span": [46, 59], "prop": [["signal_2_n", ">", "58.8"], ["signal_2_n", "<", "74.2"]]}}} {"id": 325, "sentence": ["It", "is", "always", "the", "case", "that", "while", "the", "value", "of", "signal", "signal_1_n", "is", "lower", "than", "24.3", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "instant", "signal_2_n", "is", "greater", "than", "2.9", "and", "less", "than", "3.9", "or", "the", "value", "of", "signal_3_n", "shall", "be", "10.7", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "signal_1_n", "less", "24.3", "imply", "(", "signal_2_n", "more", "2.9", "and", "signal_2_n", "less", "3.9", ")", "or", "signal_3_n", "math equal", "10.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "at", "the", "same", "time", "(", "prop_2", ")", "or", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "|", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<", "24.3"]]}, " prop_2 ": {"span": [27, 37], "prop": [["signal_2_n", ">", "2.9"], ["signal_2_n", "<", "3.9"]]}, " prop_3 ": {"span": [38, 49], "prop": [["signal_3_n", "==", "10.7"]]}}} {"id": 614, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "at", "most", "92.9", "is", "observed", ",", "then", "finally", "at", "a", "certain", "moment", "in", "the", "coming", "46", "time", "units", "the", "state", "of", "signal_2_n", "has", "to", "be", "signal_3_n", "and", "then", "must", "always", "keep", "like", "that", "for", "each", "time", "point", "during", "the", "subsequent", "36", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "92.9", ")", "imply", "finally", "[0,46]", "(", "globally", "[0,36]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "finally", "at", "a", "certain", "moment", "in", "the", "coming", "46", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "46", "]", "(", "G", "[", "0", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "92.9", ")"]]}, " prop_2 ": {"span": [30, 55], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 239, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "83.0", "then", "the", "following", "condition", "is", "true", ":", "the", "mode", "of", "signal", "signal_2_n", "should", "be", "in", "signal_3_n", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "83.0", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["rise", "(", "signal_1_n", ">=", "83.0", ")"]]}, " prop_2 ": {"span": [22, 36], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6189, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "is", "above", "0.8", "and", "smaller", "than", "16.4", "and", "signal_2_n", "is", "equal", "to", "44.8", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "signal_3_n", "signal", "shall", "be", "set", "to", "signal_4_n", "at", "once", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "0.8", "and", "signal_1_n", "less", "16.4", ")", "and", "signal_2_n", "math equal", "44.8", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 18], "prop": [["signal_1_n", ">", "0.8"], ["signal_1_n", "<", "16.4"]]}, " prop_2 ": {"span": [19, 24], "prop": [["signal_2_n", "==", "44.8"]]}, " prop_3 ": {"span": [32, 42], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 152, "sentence": ["For", "the", "first", "23", "time", "units", "signal_1_n", "shall", "be", "consecutively", "greater", "than", "or", "equal", "to", "14.5", "and", "less", "than", "or", "equal", "to", "52.3", "or", "the", "signal_2_n", "signal", "will", "always", "not", "be", "lower", "than", "86.7", "."], "ltl": ["globally", "[0,23]", "(", "(", "signal_1_n", "more equal", "14.5", "and", "signal_1_n", "less equal", "52.3", ")", "or", "negation", "(", "signal_2_n", "less", "86.7", ")", ")"], "logic_sentence": ["For", "the", "first", "23", "time", "units", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "23", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 23], "prop": [["signal_1_n", ">=", "14.5"], ["signal_1_n", "<=", "52.3"]]}, " prop_2 ": {"span": [24, 34], "prop": [["-", "(", "signal_2_n", "<", "86.7", ")"]]}}} {"id": 1440, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "signal_1_n", "increases", "to", "greater", "than", "or", "equal", "to", "94.7", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "exist", "a", "certain", "moment", "during", "the", "following", "41", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "shall", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "94.7", ")", "imply", "finally", "[0,41]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "scenario", "that", "(", "prop_1", ")", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "exist", "a", "certain", "moment", "during", "the", "following", "41", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "41", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 20], "prop": [["rise", "(", "signal_1_n", ">=", "94.7", ")"]]}, " prop_2 ": {"span": [47, 54], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 1927, "sentence": ["For", "every", "time", "instant", "in", "the", "first", "33", "time", "units", ",", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "continuously", "remain", "in", "signal_2_n", "."], "ltl": ["globally", "[0,33]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "in", "the", "first", "33", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 1285, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "the", "signal_1_n", "signal", "should", "keep", "above", "42.7", "and", "the", "value", "of", "signal", "signal_2_n", "keeps", "equal", "to", "29.7", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "more", "42.7", "and", "signal_2_n", "math equal", "29.7", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "execution", "ends", ",", "without", "interruption", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["signal_1_n", ">", "42.7"]]}, " prop_2 ": {"span": [18, 28], "prop": [["signal_2_n", "==", "29.7"]]}}} {"id": 2645, "sentence": ["There", "will", "exist", "sometime", "during", "the", "first", "4", "time", "units", ",", "at", "which", "eventually", "the", "state", "of", "signal_1_n", "must", "be", "signal_2_n", "."], "ltl": ["finally", "[0,4]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "exist", "sometime", "during", "the", "first", "4", "time", "units", ",", "at", "which", "eventually", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "4", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2379, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "signal_1_n", "gets", "smaller", "than", "2.2", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "first", "36", "time", "units", ",", "at", "sometime", "within", "the", "coming", "29", "time", "units", ",", "signal_2_n", "has", "to", "be", "less", "than", "21.1", "finally", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "2.2", ")", "imply", "globally", "[0,36]", "(", "finally", "[0,29]", "(", "signal_2_n", "less", "21.1", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "each", "time", "point", "within", "the", "first", "36", "time", "units", ",", "at", "sometime", "within", "the", "coming", "29", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "36", "]", "(", "F", "[", "0", ":", "29", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 12], "prop": [["rise", "(", "signal_1_n", "<", "2.2", ")"]]}, " prop_2 ": {"span": [43, 51], "prop": [["signal_2_n", "<", "21.1"]]}}} {"id": 3530, "sentence": ["For", "every", "moment", "during", "the", "first", "8", "time", "units", "uninterruptedly", "the", "state", "of", "signal_1_n", "is", "never", "in", "signal_2_n", ",", "and", "without", "interruption", "signal_3_n", "needs", "to", "keep", "equal", "to", "57.9", "."], "ltl": ["globally", "[0,8]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "57.9", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "8", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "8", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_3_n", "==", "57.9"]]}}} {"id": 591, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "goes", "above", "84.3", "takes", "place", ",", "then", "in", "response", "signal_2_n", "has", "to", "be", "promptly", "above", "62.0", ",", "and", "the", "value", "of", "signal_3_n", "shall", "be", "larger", "than", "0.4", "and", "at", "most", "16.9", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "84.3", ")", "imply", "signal_2_n", "more", "62.0", "and", "(", "signal_3_n", "more", "0.4", "and", "signal_3_n", "less equal", "16.9", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "(", "prop_2", ")", ",", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 9], "prop": [["rise", "(", "signal_1_n", ">", "84.3", ")"]]}, " prop_2 ": {"span": [15, 22], "prop": [["signal_2_n", ">", "62.0"]]}, " prop_3 ": {"span": [24, 42], "prop": [["signal_3_n", ">", "0.4"], ["signal_3_n", "<=", "16.9"]]}}} {"id": 1381, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "signal_1_n", "signal", "is", "shifted", "to", "65.5", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "the", "value", "of", "signal", "signal_2_n", "finally", "stays", "above", "24.7", "and", "less", "than", "or", "equal", "to", "32.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "65.5", ")", "imply", "finally", "(", "signal_2_n", "more", "24.7", "and", "signal_2_n", "less equal", "32.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "65.5", ")"]]}, " prop_2 ": {"span": [43, 59], "prop": [["signal_2_n", ">", "24.7"], ["signal_2_n", "<=", "32.1"]]}}} {"id": 501, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "becomes", "not", "set", "to", "signal_2_n", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "15", "to", "29", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "signal_3_n", "must", "n't", "be", "more", "than", "75.9", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[15,29]", "(", "finally", "(", "negation", "(", "signal_3_n", "more", "75.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "during", "the", "first", "15", "to", "29", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "15", ":", "29", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [52, 59], "prop": [["-", "(", "signal_3_n", ">", "75.9", ")"]]}}} {"id": 6393, "sentence": ["The", "signal_1_n", "signal", "needs", "to", "remain", "equal", "to", "32.3", "consecutively", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.3", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 17], "prop": [["signal_1_n", "==", "32.3"]]}}} {"id": 2811, "sentence": ["Whenever", "the", "signal_1_n", "signal", "becomes", "not", "set", "to", "4.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "60", "time", "units", "finally", "the", "event", "that", "the", "signal_2_n", "signal", "is", "changed", "to", "15.3", "shall", "be", "observed", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "0", "to", "6", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "4.6", ")", "imply", "globally", "[0,60]", "(", "finally", "[0,6]", "(", "rise", "(", "signal_2_n", "math equal", "15.3", ")", ")", ")", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "within", "60", "time", "units", "finally", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "observed", "at", "a", "certain", "time", "point", "within", "the", "subsequent", "0", "to", "6", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "0", ":", "6", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["fall", "(", "signal_1_n", "==", "4.6", ")"]]}, " prop_2 ": {"span": [30, 37], "prop": [["rise", "(", "signal_2_n", "==", "15.3", ")"]]}}} {"id": 4603, "sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal_1_n", "will", "be", "consistently", "larger", "than", "54.0", "and", "below", "81.7", "or", "consistently", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "54.0", "and", "signal_1_n", "less", "81.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["signal_1_n", ">", "54.0"], ["signal_1_n", "<", "81.7"]]}, " prop_2 ": {"span": [25, 35], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4305, "sentence": ["It", "is", "always", "the", "case", "that", "when", "there", "will", "be", "a", "time", "in", "the", "next", "9", "to", "97", "time", "units", "ultimately", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "will", "settle", "to", "20.4", ",", "and", "until", "then", "the", "state", "of", "signal_1_n", "will", "be", "set", "to", "signal_2_n", "all", "the", "time", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", ",", "the", "value", "of", "signal", "signal_4_n", "ought", "to", "stay", "greater", "than", "5.4", "without", "interruption", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "signal_2_n", ")", "until", "[9,97]", "(", "signal_3_n", "math equal", "20.4", ")", "imply", "globally", "(", "signal_4_n", "more", "5.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "there", "will", "be", "a", "time", "in", "the", "next", "9", "to", "97", "time", "units", "ultimately", ",", "at", "which", "(", "prop_1", ")", ",", "and", "until", "then", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "the", "future", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "[", "9", ":", "97", "]", "(", "prop_1", ")", "->", "G", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [24, 33], "prop": [["signal_3_n", "==", "20.4"]]}, " prop_2 ": {"span": [37, 49], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_3 ": {"span": [61, 74], "prop": [["signal_4_n", ">", "5.4"]]}}} {"id": 18, "sentence": ["If", "the", "signal_1_n", "signal", "is", "no", "less", "than", "44.8", ",", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "lower", "than", "67.2", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "next", "7", "to", "14", "time", "units", "finally", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal_3_n", "should", "be", "equal", "to", "5.7", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "44.8", "and", "rise", "(", "signal_2_n", "less", "67.2", ")", "imply", "globally", "[7,14]", "(", "finally", "(", "signal_3_n", "math equal", "5.7", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "moment", "in", "the", "next", "7", "to", "14", "time", "units", "finally", "there", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "7", ":", "14", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 9], "prop": [["signal_1_n", ">=", "44.8"]]}, " prop_2 ": {"span": [15, 22], "prop": [["rise", "(", "signal_2_n", "<", "67.2", ")"]]}, " prop_3 ": {"span": [65, 74], "prop": [["signal_3_n", "==", "5.7"]]}}} {"id": 2264, "sentence": ["For", "each", "time", "point", "within", "the", "first", "21", "to", "73", "time", "units", ",", "the", "signal_1_n", "signal", "must", "consecutively", "stay", "at", "36.0", "or", "consistently", "the", "signal_2_n", "signal", "needs", "to", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[21,73]", "(", "signal_1_n", "math equal", "36.0", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "21", "to", "73", "time", "units", ",", "(", "prop_1", ")", "or", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "21", ":", "73", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 21], "prop": [["signal_1_n", "==", "36.0"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3759, "sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal_1_n", "is", "eventually", "greater", "than", "or", "equal", "to", "14.6", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "14.6", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 27], "prop": [["signal_1_n", ">=", "14.6"]]}}} {"id": 5961, "sentence": ["It", "is", "always", "the", "case", "that", "when", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "next", "25", "time", "units", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "is", "smaller", "than", "40.2", ",", "until", "then", "uninterruptedly", "the", "value", "of", "signal_1_n", "will", "remain", "on", "44.5", "then", "in", "response", "there", "is", "a", "certain", "time", "point", "during", "the", "first", "36", "time", "units", ",", "at", "which", "signal_3_n", "will", "be", "higher", "than", "33.9", "and", "less", "than", "or", "equal", "to", "44.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "math equal", "44.5", ")", "until", "[0,25]", "(", "signal_2_n", "less", "40.2", ")", "imply", "finally", "[0,36]", "(", "signal_3_n", "more", "33.9", "and", "signal_3_n", "less equal", "44.7", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "eventually", "there", "will", "be", "a", "certain", "time", "instant", "in", "the", "next", "25", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "until", "then", "uninterruptedly", "(", "prop_2", ")", "then", "in", "response", "there", "is", "a", "certain", "time", "point", "during", "the", "first", "36", "time", "units", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_2", ")", "U", "[", "0", ":", "25", "]", "(", "prop_1", ")", "->", "F", "[", "0", ":", "36", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [24, 33], "prop": [["signal_2_n", "<", "40.2"]]}, " prop_2 ": {"span": [37, 45], "prop": [["signal_1_n", "==", "44.5"]]}, " prop_3 ": {"span": [63, 76], "prop": [["signal_3_n", ">", "33.9"], ["signal_3_n", "<=", "44.7"]]}}} {"id": 337, "sentence": ["At", "a", "certain", "moment", "after", "between", "18", "to", "33", "time", "units", ",", "the", "event", "that", "the", "state", "of", "signal_1_n", "deviates", "from", "signal_2_n", "will", "occur", "."], "ltl": ["finally", "[18,33]", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "after", "between", "18", "to", "33", "time", "units", ",", "the", "event", "that", "(", "prop_1", ")", "will", "occur", "."], "logic_ltl": ["F", "[", "18", ":", "33", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 22], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 713, "sentence": ["Within", "the", "first", "30", "to", "32", "time", "units", ",", "the", "signal_1_n", "signal", "uninterruptedly", "stays", "less", "than", "or", "equal", "to", "37.0", "or", "consecutively", "the", "value", "of", "signal_2_n", "remains", "greater", "than", "or", "equal", "to", "28.7", "."], "ltl": ["globally", "[30,32]", "(", "signal_1_n", "less equal", "37.0", "or", "signal_2_n", "more equal", "28.7", ")"], "logic_sentence": ["Within", "the", "first", "30", "to", "32", "time", "units", ",", "(", "prop_1", ")", "or", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "30", ":", "32", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 20], "prop": [["signal_1_n", "<=", "37.0"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">=", "28.7"]]}}} {"id": 3565, "sentence": ["For", "every", "time", "point", "during", "the", "first", "78", "time", "units", ",", "the", "state", "of", "signal", "signal_1_n", "will", "be", "being", "set", "to", "signal_2_n", "all", "the", "time", "or", "uninterruptedly", "signal_3_n", "will", "have", "to", "be", "38.9", "."], "ltl": ["globally", "[0,78]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "38.9", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "78", "time", "units", ",", "(", "prop_1", ")", "or", "uninterruptedly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "78", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 25], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [27, 33], "prop": [["signal_3_n", "==", "38.9"]]}}} {"id": 5309, "sentence": ["If", "the", "event", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "gets", "observed", "then", "in", "response", "the", "signal_3_n", "signal", "stays", "above", "85.5", "consecutively", "for", "each", "time", "instant", "within", "the", "first", "43", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,43]", "(", "signal_3_n", "more", "85.5", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "43", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 34], "prop": [["signal_3_n", ">", "85.5"]]}}} {"id": 65, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "signal_1_n", "gets", "less", "than", "82.5", "happens", "then", "at", "the", "same", "time", "point", "the", "signal_2_n", "signal", "is", "equal", "to", "24.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "82.5", ")", "imply", "signal_2_n", "math equal", "24.5", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "at", "the", "same", "time", "point", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["rise", "(", "signal_1_n", "<", "82.5", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_2_n", "==", "24.5"]]}}} {"id": 3347, "sentence": ["Globally", ",", "everytime", "when", "the", "signal_1_n", "signal", "remains", "on", "52.2", "or", "the", "value", "of", "signal_2_n", "is", "greater", "than", "1.9", "and", "smaller", "than", "2.1", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "state", "of", "signal", "signal_3_n", "will", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "52.2", "or", "(", "signal_2_n", "more", "1.9", "and", "signal_2_n", "less", "2.1", ")", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 10], "prop": [["signal_1_n", "==", "52.2"]]}, " prop_2 ": {"span": [11, 23], "prop": [["signal_2_n", ">", "1.9"], ["signal_2_n", "<", "2.1"]]}, " prop_3 ": {"span": [36, 45], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 4444, "sentence": ["For", "each", "time", "instant", "within", "65", "time", "units", "uninterruptedly", "the", "signal_1_n", "signal", "will", "be", "keeping", "in", "signal_2_n", ",", "and", "the", "value", "of", "signal_3_n", "must", "keep", "equal", "to", "42.5", "continuously", "."], "ltl": ["globally", "[0,65]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "42.5", ")"], "logic_sentence": ["For", "each", "time", "instant", "within", "65", "time", "units", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "65", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_3_n", "==", "42.5"]]}}} {"id": 1687, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "larger", "than", "92.7", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "first", "85", "time", "units", "at", "sometime", "within", "the", "subsequent", "25", "to", "71", "time", "units", "eventually", "signal_2_n", "is", "not", "smaller", "than", "92.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "92.7", ")", "imply", "globally", "[0,85]", "(", "finally", "[25,71]", "(", "negation", "(", "signal_2_n", "less", "92.6", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "moment", "in", "the", "first", "85", "time", "units", "at", "sometime", "within", "the", "subsequent", "25", "to", "71", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "85", "]", "(", "F", "[", "25", ":", "71", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "92.7", ")"]]}, " prop_2 ": {"span": [44, 50], "prop": [["-", "(", "signal_2_n", "<", "92.6", ")"]]}}} {"id": 2383, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "enters", "signal_2_n", "is", "not", "observed", ",", "and", "the", "mode", "of", "signal_3_n", "is", "in", "signal_4_n", "then", "in", "response", "at", "once", "the", "signal_5_n", "signal", "will", "be", "set", "to", "5.9", "."], "ltl": ["globally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "signal_3_n", "math equal", "signal_4_n", "imply", "signal_5_n", "math equal", "5.9", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "not", "observed", ",", "and", "(", "prop_2", ")", "then", "in", "response", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 29], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [34, 42], "prop": [["signal_5_n", "==", "5.9"]]}}} {"id": 4636, "sentence": ["On", "condition", "that", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "less", "than", "or", "equal", "to", "75.1", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "10", "to", "13", "time", "units", "finally", "at", "a", "time", "during", "the", "next", "3", "to", "11", "time", "units", ",", "the", "signal_2_n", "signal", "ought", "to", "be", "larger", "than", "2.7", "and", "less", "than", "6.6", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "75.1", ")", "imply", "globally", "[10,13]", "(", "finally", "[3,11]", "(", "signal_2_n", "more", "2.7", "and", "signal_2_n", "less", "6.6", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "moment", "within", "the", "subsequent", "10", "to", "13", "time", "units", "finally", "at", "a", "time", "during", "the", "next", "3", "to", "11", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "10", ":", "13", "]", "(", "F", "[", "3", ":", "11", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["-", "(", "signal_1_n", "<=", "75.1", ")"]]}, " prop_2 ": {"span": [49, 62], "prop": [["signal_2_n", ">", "2.7"], ["signal_2_n", "<", "6.6"]]}}} {"id": 4340, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "74.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "event", "that", "the", "value", "of", "signal_2_n", "gets", "to", "less", "than", "or", "equal", "to", "24.4", "shall", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "74.4", "imply", "rise", "(", "signal_2_n", "less equal", "24.4", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "in", "no", "time", "the", "event", "that", "(", "prop_2", ")", "shall", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "74.4"]]}, " prop_2 ": {"span": [34, 46], "prop": [["rise", "(", "signal_2_n", "<=", "24.4", ")"]]}}} {"id": 827, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "uninterruptedly", "the", "value", "of", "signal", "signal_1_n", "will", "stay", "less", "than", "or", "equal", "to", "4.7", "and", "signal_2_n", "shall", "keep", "in", "signal_3_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "4.7", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "uninterruptedly", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", "<=", "4.7"]]}, " prop_2 ": {"span": [23, 29], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4517, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "future", ",", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "ultimately", "greater", "than", "or", "equal", "to", "45.8", "and", "at", "most", "59.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more equal", "45.8", "and", "signal_3_n", "less equal", "59.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "future", ",", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [51, 70], "prop": [["signal_3_n", ">=", "45.8"], ["signal_3_n", "<=", "59.2"]]}}} {"id": 668, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "above", "6.5", "and", "less", "than", "or", "equal", "to", "53.3", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "following", "17", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "9", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "signal_2_n", "signal", "becomes", "no", "larger", "than", "47.9", "should", "not", "occur", "finally", "."], "ltl": ["globally", "(", "signal_1_n", "more", "6.5", "and", "signal_1_n", "less equal", "53.3", "imply", "globally", "[0,17]", "(", "finally", "[0,9]", "(", "negation", "fall", "(", "signal_2_n", "more", "47.9", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "in", "response", "for", "every", "moment", "during", "the", "following", "17", "time", "units", ",", "there", "ought", "to", "be", "a", "certain", "time", "instant", "starting", "at", "most", "9", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "should", "not", "occur", "finally", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_1", "->", "G", "[", "0", ":", "17", "]", "(", "F", "[", "0", ":", "9", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 23], "prop": [["signal_1_n", ">", "6.5"], ["signal_1_n", "<=", "53.3"]]}, " prop_2 ": {"span": [57, 65], "prop": [["-", "fall", "(", "signal_2_n", ">", "47.9", ")"]]}}} {"id": 1543, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "raised", "to", "no", "less", "than", "30.1", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "greater", "than", "or", "equal", "to", "6.8", "and", "at", "most", "50.5", "at", "the", "same", "moment", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "30.1", ")", "imply", "signal_2_n", "more equal", "6.8", "and", "signal_2_n", "less equal", "50.5", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "30.1", ")"]]}, " prop_2 ": {"span": [28, 49], "prop": [["signal_2_n", ">=", "6.8"], ["signal_2_n", "<=", "50.5"]]}}} {"id": 4050, "sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "consecutively", "the", "state", "of", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "end", "of", "the", "execution", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 824, "sentence": ["At", "a", "certain", "time", "point", "within", "42", "to", "49", "time", "units", ",", "ultimately", "signal_1_n", "should", "be", "set", "to", "signal_2_n", "or", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "equal", "to", "18.1", "."], "ltl": ["finally", "[42,49]", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "18.1", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "within", "42", "to", "49", "time", "units", ",", "ultimately", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "42", ":", "49", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_3_n", "==", "18.1"]]}}} {"id": 1977, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "greater", "than", "70.7", "gets", "observed", ",", "then", "starting", "without", "any", "delay", "the", "value", "of", "signal_2_n", "needs", "to", "be", "less", "than", "74.2", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "70.7", ")", "imply", "signal_2_n", "less", "74.2", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", ">", "70.7", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", "<", "74.2"]]}}} {"id": 1402, "sentence": ["The", "value", "of", "signal_1_n", "should", "ultimately", "equal", "to", "12.4", "at", "a", "certain", "time", "point", "within", "the", "first", "66", "time", "units", "."], "ltl": ["finally", "[0,66]", "(", "signal_1_n", "math equal", "12.4", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 20], "prop": [["signal_1_n", "==", "12.4"]]}}} {"id": 1400, "sentence": ["On", "condition", "that", "the", "event", "that", "the", "state", "of", "signal_1_n", "enters", "signal_2_n", "gets", "observed", ",", "then", "instantly", "the", "value", "of", "signal_3_n", "will", "have", "to", "remain", "less", "than", "or", "equal", "to", "39.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "39.3", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "instantly", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [17, 31], "prop": [["signal_3_n", "<=", "39.3"]]}}} {"id": 2557, "sentence": ["Consecutively", "the", "value", "of", "signal", "signal_1_n", "is", "n't", "smaller", "than", "80.2", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "80.2", ")", ")"], "logic_sentence": ["Consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["-", "(", "signal_1_n", "<", "80.2", ")"]]}}} {"id": 1183, "sentence": ["In", "the", "future", "till", "the", "simulation", "ends", "the", "value", "of", "signal_1_n", "shall", "be", "consecutively", "equal", "to", "90.9", "and", "the", "value", "of", "signal_2_n", "is", "n't", "greater", "than", "34.9", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "90.9", "and", "negation", "(", "signal_2_n", "more", "34.9", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 17], "prop": [["signal_1_n", "==", "90.9"]]}, " prop_2 ": {"span": [18, 27], "prop": [["-", "(", "signal_2_n", ">", "34.9", ")"]]}}} {"id": 1657, "sentence": ["There", "shall", "be", "a", "time", "starting", "at", "most", "86", "time", "units", "finally", ",", "at", "which", "signal_1_n", "should", "be", "less", "than", "5.9", "."], "ltl": ["finally", "[0,86]", "(", "signal_1_n", "less", "5.9", ")"], "logic_sentence": ["There", "shall", "be", "a", "time", "starting", "at", "most", "86", "time", "units", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "86", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 21], "prop": [["signal_1_n", "<", "5.9"]]}}} {"id": 746, "sentence": ["In", "case", "that", "signal_1_n", "is", "equal", "to", "83.1", ",", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "19.1", ",", "then", "the", "following", "condition", "holds", ":", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "below", "16.4", "immediately", "and", "signal_4_n", "will", "have", "to", "be", "higher", "than", "2.9", "and", "less", "than", "18.9", "at", "the", "same", "time", "point", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "83.1", "and", "signal_2_n", "more equal", "19.1", "imply", "signal_3_n", "less", "16.4", "and", "(", "signal_4_n", "more", "2.9", "and", "signal_4_n", "less", "18.9", ")", ")"], "logic_sentence": ["In", "case", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "and", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "(", "prop_4", "&", "prop_4", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 8], "prop": [["signal_1_n", "==", "83.1"]]}, " prop_2 ": {"span": [10, 18], "prop": [["signal_2_n", ">=", "19.1"]]}, " prop_3 ": {"span": [25, 35], "prop": [["signal_3_n", "<", "16.4"]]}, " prop_4 ": {"span": [36, 53], "prop": [["signal_4_n", ">", "2.9"], ["signal_4_n", "<", "18.9"]]}}} {"id": 6054, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "greater", "than", "or", "equal", "to", "66.1", "is", "detected", "and", "signal_2_n", "is", "greater", "than", "or", "equal", "to", "3.0", "then", "in", "response", "for", "each", "moment", "within", "the", "next", "91", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "finally", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal", "signal_3_n", "is", "shifted", "to", "signal_4_n", "will", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "66.1", ")", "and", "signal_2_n", "more equal", "3.0", "imply", "globally", "[0,91]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", "and", "(", "prop_2", ")", "then", "in", "response", "for", "each", "moment", "within", "the", "next", "91", "time", "units", ",", "there", "shall", "exist", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", "finally", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "91", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["rise", "(", "signal_1_n", ">=", "66.1", ")"]]}, " prop_2 ": {"span": [24, 32], "prop": [["signal_2_n", ">=", "3.0"]]}, " prop_3 ": {"span": [66, 77], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 5550, "sentence": ["The", "signal_1_n", "signal", "will", "have", "to", "uninterruptedly", "remain", "no", "less", "than", "24.1", "and", "less", "than", "or", "equal", "to", "49.9", "for", "each", "time", "instant", "within", "the", "first", "89", "time", "units", "."], "ltl": ["globally", "[0,89]", "(", "signal_1_n", "more equal", "24.1", "and", "signal_1_n", "less equal", "49.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "89", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 29], "prop": [["signal_1_n", ">=", "24.1"], ["signal_1_n", "<=", "49.9"]]}}} {"id": 1522, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "2.6", "and", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_2_n", "gets", "changed", "to", "signal_3_n", "does", "not", "occur", ",", "then", "in", "response", "for", "each", "moment", "during", "the", "first", "5", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", ",", "the", "transition", "action", "that", "the", "signal_4_n", "signal", "becomes", "greater", "than", "99.9", "needs", "to", "happen", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "2.6", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,5]", "(", "finally", "(", "rise", "(", "signal_4_n", "more", "99.9", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "does", "not", "occur", ",", "then", "in", "response", "for", "each", "moment", "during", "the", "first", "5", "time", "units", ",", "at", "a", "certain", "time", "instant", "in", "the", "future", ",", "the", "transition", "action", "that", "(", "prop_3", ")", "needs", "to", "happen", "eventually", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "5", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", ">=", "2.6"]]}, " prop_2 ": {"span": [19, 28], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [58, 65], "prop": [["rise", "(", "signal_4_n", ">", "99.9", ")"]]}}} {"id": 1188, "sentence": ["There", "has", "to", "exist", "sometime", "in", "the", "future", ",", "at", "which", "the", "signal_1_n", "signal", "is", "set", "to", "signal_2_n", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "has", "to", "exist", "sometime", "in", "the", "future", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2113, "sentence": ["There", "should", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "ultimately", "the", "value", "of", "signal_1_n", "shall", "be", "greater", "than", "or", "equal", "to", "52.3", ",", "and", "signal_2_n", "should", "be", "69.8", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "more equal", "52.3", "and", "signal_2_n", "math equal", "69.8", ")"], "logic_sentence": ["There", "should", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "ultimately", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 29], "prop": [["signal_1_n", ">=", "52.3"]]}, " prop_2 ": {"span": [31, 36], "prop": [["signal_2_n", "==", "69.8"]]}}} {"id": 1018, "sentence": ["If", "the", "scenario", "that", "signal_1_n", "becomes", "more", "than", "65.9", "happens", ",", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_2_n", "must", "be", "set", "to", "signal_3_n", "consecutively", "till", "signal_4_n", "will", "not", "exceed", "96.9", ",", "which", "should", "be", "ultimately", "detected", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "65.9", ")", "imply", "(", "signal_2_n", "math equal", "signal_3_n", ")", "until", "(", "negation", "rise", "(", "signal_4_n", "more", "96.9", ")", ")", ")"], "logic_sentence": ["If", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", ">", "65.9", ")"]]}, " prop_2 ": {"span": [17, 50], "prop": [["signal_2_n", "==", "signal_3_n"], ["-", "rise", "(", "signal_4_n", ">", "96.9", ")"]]}}} {"id": 695, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "signal_1_n", "is", "below", "6.5", ",", "and", "signal_2_n", "is", "less", "than", "93.7", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "should", "be", "promptly", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "6.5", "and", "signal_2_n", "less", "93.7", "imply", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["signal_1_n", "<", "6.5"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "<", "93.7"]]}, " prop_3 ": {"span": [26, 32], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 20, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "signal_1_n", "signal", "is", "in", "signal_2_n", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "2", "time", "units", ",", "at", "which", "the", "signal_3_n", "signal", "ought", "to", "be", "equal", "to", "65.5", "and", "then", "will", "be", "holding", "like", "that", "all", "the", "time", "for", "each", "time", "instant", "during", "the", "coming", "70", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,2]", "(", "globally", "[0,70]", "(", "signal_3_n", "math equal", "65.5", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "should", "exist", "a", "certain", "time", "instant", "within", "the", "coming", "2", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "2", "]", "(", "G", "[", "0", ":", "70", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 15], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [41, 70], "prop": [["signal_3_n", "==", "65.5"]]}}} {"id": 4075, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal_1_n", "stays", "at", "40.8", "and", "the", "event", "that", "the", "value", "of", "signal_2_n", "decreases", "to", "no", "larger", "than", "46.8", "takes", "place", ",", "then", "in", "response", "there", "must", "eventually", "exist", "a", "certain", "time", "point", "during", "the", "following", "22", "time", "units", ",", "after", "which", "in", "the", "future", "before", "the", "execution", "ends", "signal_3_n", "is", "always", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "40.8", "and", "rise", "(", "signal_2_n", "less equal", "46.8", ")", "imply", "finally", "[0,22]", "(", "globally", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "and", "the", "event", "that", "(", "prop_2", ")", "takes", "place", ",", "then", "in", "response", "there", "must", "eventually", "exist", "a", "certain", "time", "point", "during", "the", "following", "22", "time", "units", ",", "after", "which", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "22", "]", "(", "G", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["signal_1_n", "==", "40.8"]]}, " prop_2 ": {"span": [18, 28], "prop": [["rise", "(", "signal_2_n", "<=", "46.8", ")"]]}, " prop_3 ": {"span": [58, 63], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1791, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "signal_1_n", "signal", "is", "less", "than", "or", "equal", "to", "46.6", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "mode", "of", "signal_2_n", "sha", "n't", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "46.6", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["signal_1_n", "<=", "46.6"]]}, " prop_2 ": {"span": [28, 38], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 802, "sentence": ["Globally", ",", "if", "the", "state", "of", "signal", "signal_1_n", "is", "in", "signal_2_n", "then", "at", "the", "same", "time", "the", "state", "of", "signal", "signal_3_n", "has", "to", "be", "in", "signal_4_n", "and", "signal_5_n", "shall", "be", "equal", "to", "76.1", "at", "the", "same", "time", "instant", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "signal_3_n", "math equal", "signal_4_n", "and", "signal_5_n", "math equal", "76.1", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "then", "at", "the", "same", "time", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [16, 26], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [27, 38], "prop": [["signal_5_n", "==", "76.1"]]}}} {"id": 3997, "sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "72", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "must", "be", "higher", "than", "88.2", "finally", ",", "or", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "10.5", "ultimately", "."], "ltl": ["finally", "[0,72]", "(", "signal_1_n", "more", "88.2", "or", "signal_2_n", "less equal", "10.5", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "certain", "time", "point", "after", "at", "most", "72", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "72", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 27], "prop": [["signal_1_n", ">", "88.2"]]}, " prop_2 ": {"span": [29, 40], "prop": [["signal_2_n", "<=", "10.5"]]}}} {"id": 5373, "sentence": ["For", "every", "time", "point", "during", "the", "first", "4", "to", "17", "time", "units", "signal_1_n", "shall", "keep", "less", "than", "or", "equal", "to", "8.9", "."], "ltl": ["globally", "[4,17]", "(", "signal_1_n", "less equal", "8.9", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "4", "to", "17", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "4", ":", "17", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["signal_1_n", "<=", "8.9"]]}}} {"id": 224, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "state", "of", "signal_1_n", "consistently", "keeps", "in", "signal_2_n", "during", "the", "elapsed", "43", "to", "97", "time", "units", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "signal_3_n", "signal", "must", "stay", "no", "larger", "than", "70.3", "for", "each", "time", "instant", "within", "94", "time", "units", "."], "ltl": ["globally", "(", "historically", "[43,97]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,94]", "(", "signal_3_n", "less equal", "70.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "43", ":", "97", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "94", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 49], "prop": [["signal_3_n", "<=", "70.3"]]}}} {"id": 6277, "sentence": ["The", "value", "of", "signal", "signal_1_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "28.6", "at", "a", "time", "after", "between", "3", "to", "9", "time", "units", "."], "ltl": ["finally", "[3,9]", "(", "signal_1_n", "less equal", "28.6", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "3", ":", "9", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 24], "prop": [["signal_1_n", "<=", "28.6"]]}}} {"id": 560, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "value", "of", "signal", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "59.7", "then", "the", "subsequent", "condition", "shall", "not", "be", "true", ":", "there", "will", "exist", "sometime", "during", "the", "following", "60", "time", "units", ",", "at", "which", "signal_3_n", "is", "59.2", "finally", ",", "until", "then", "the", "value", "of", "signal", "signal_2_n", "will", "uninterruptedly", "not", "be", "less", "than", "or", "equal", "to", "37.2", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "59.7", "imply", "negation", "(", "(", "negation", "(", "signal_2_n", "less equal", "37.2", ")", ")", "until", "[0,60]", "(", "signal_3_n", "math equal", "59.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", "then", "the", "subsequent", "condition", "shall", "not", "be", "true", ":", "there", "will", "exist", "sometime", "during", "the", "following", "60", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "(", "prop_3", ")", "U", "[", "0", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 19], "prop": [["signal_1_n", "<=", "59.7"]]}, " prop_2 ": {"span": [41, 45], "prop": [["signal_3_n", "==", "59.2"]]}, " prop_3 ": {"span": [48, 63], "prop": [["-", "(", "signal_2_n", "<=", "37.2", ")"]]}}} {"id": 1107, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "is", "shifted", "to", "67.3", "occurs", "then", "in", "response", "the", "value", "of", "signal_2_n", "shall", "be", "promptly", "greater", "than", "or", "equal", "to", "34.3", "and", "no", "more", "than", "40.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "67.3", ")", "imply", "signal_2_n", "more equal", "34.3", "and", "signal_2_n", "less equal", "40.5", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "==", "67.3", ")"]]}, " prop_2 ": {"span": [15, 33], "prop": [["signal_2_n", ">=", "34.3"], ["signal_2_n", "<=", "40.5"]]}}} {"id": 380, "sentence": ["There", "shall", "be", "a", "certain", "time", "point", "during", "the", "first", "7", "time", "units", ",", "at", "which", "signal_1_n", "is", "finally", "greater", "than", "or", "equal", "to", "5.7", "and", "less", "than", "or", "equal", "to", "34.9", "."], "ltl": ["finally", "[0,7]", "(", "signal_1_n", "more equal", "5.7", "and", "signal_1_n", "less equal", "34.9", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "point", "during", "the", "first", "7", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "7", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 32], "prop": [["signal_1_n", ">=", "5.7"], ["signal_1_n", "<=", "34.9"]]}}} {"id": 999, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "becomes", "not", "set", "to", "46.1", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", "without", "any", "delay", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "46.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["fall", "(", "signal_1_n", "==", "46.1", ")"]]}, " prop_2 ": {"span": [32, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4884, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "is", "over", "4.2", "and", "less", "than", "88.1", "and", "then", "should", "continue", "like", "this", "consecutively", "until", "the", "value", "of", "signal_4_n", "is", "no", "more", "than", "50.0", "finally", ",", "which", "must", "get", "detected", "at", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "(", "signal_3_n", "more", "4.2", "and", "signal_3_n", "less", "88.1", ")", "until", "(", "signal_4_n", "less equal", "50.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "then", "should", "continue", "like", "this", "consecutively", "until", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "U", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_3_n", ">", "4.2"], ["signal_3_n", "<", "88.1"]]}, " prop_3 ": {"span": [39, 65], "prop": [["signal_4_n", "<=", "50.0"]]}}} {"id": 3737, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "shifts", "to", "7.9", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "within", "79", "time", "units", "for", "every", "time", "instant", "within", "the", "coming", "22", "time", "units", ",", "the", "value", "of", "signal_2_n", "must", "continuously", "keep", "greater", "than", "or", "equal", "to", "36.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "7.9", ")", "imply", "finally", "[0,79]", "(", "globally", "[0,22]", "(", "signal_2_n", "more equal", "36.1", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", "then", "the", "following", "condition", "holds", ":", "at", "sometime", "within", "79", "time", "units", "for", "every", "time", "instant", "within", "the", "coming", "22", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "79", "]", "(", "G", "[", "0", ":", "22", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 15], "prop": [["rise", "(", "signal_1_n", "==", "7.9", ")"]]}, " prop_2 ": {"span": [40, 53], "prop": [["signal_2_n", ">=", "36.1"]]}}} {"id": 3443, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "becomes", "below", "66.7", "gets", "observed", "then", "in", "response", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "drops", "to", "less", "than", "or", "equal", "to", "43.4", "ought", "to", "get", "detected", "at", "once", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "66.7", ")", "imply", "rise", "(", "signal_2_n", "less equal", "43.4", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", "then", "in", "response", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "to", "get", "detected", "at", "once", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "66.7", ")"]]}, " prop_2 ": {"span": [20, 33], "prop": [["rise", "(", "signal_2_n", "<=", "43.4", ")"]]}}} {"id": 36, "sentence": ["When", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "at", "most", "67.2", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "23", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "first", "19", "time", "units", ",", "at", "which", "the", "signal_2_n", "signal", "has", "to", "equal", "to", "37.6", "eventually", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "67.2", ")", "imply", "globally", "[0,23]", "(", "finally", "[0,19]", "(", "signal_2_n", "math equal", "37.6", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "point", "within", "23", "time", "units", "there", "will", "have", "to", "be", "a", "certain", "moment", "in", "the", "first", "19", "time", "units", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "23", "]", "(", "F", "[", "0", ":", "19", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 14], "prop": [["rise", "(", "signal_1_n", "<=", "67.2", ")"]]}, " prop_2 ": {"span": [49, 58], "prop": [["signal_2_n", "==", "37.6"]]}}} {"id": 2330, "sentence": ["Finally", "there", "must", "exist", "sometime", "within", "12", "to", "85", "time", "units", ",", "at", "which", "signal_1_n", "will", "remain", "larger", "than", "34.9", "."], "ltl": ["finally", "[12,85]", "(", "signal_1_n", "more", "34.9", ")"], "logic_sentence": ["Finally", "there", "must", "exist", "sometime", "within", "12", "to", "85", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "12", ":", "85", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["signal_1_n", ">", "34.9"]]}}} {"id": 2435, "sentence": ["If", "the", "value", "of", "signal", "signal_1_n", "was", "higher", "than", "2.3", "and", "smaller", "than", "3.0", "consistently", "in", "the", "past", "since", "the", "start", "of", "the", "execution", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "first", "63", "to", "76", "time", "units", ",", "finally", "the", "value", "of", "signal_2_n", "will", "be", "greater", "than", "or", "equal", "to", "60.6", "at", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "historically", "(", "signal_1_n", "more", "2.3", "and", "signal_1_n", "less", "3.0", ")", "imply", "globally", "[63,76]", "(", "finally", "(", "signal_2_n", "more equal", "60.6", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "for", "each", "time", "instant", "within", "the", "first", "63", "to", "76", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "(", "prop_1", "&", "prop_1", ")", "->", "G", "[", "63", ":", "76", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 24], "prop": [["signal_1_n", ">", "2.3"], ["signal_1_n", "<", "3.0"]]}, " prop_2 ": {"span": [44, 68], "prop": [["signal_2_n", ">=", "60.6"]]}}} {"id": 138, "sentence": ["At", "a", "certain", "time", "point", "starting", "between", "22", "to", "61", "time", "units", "signal_1_n", "is", "eventually", "below", "35.3", ",", "or", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "gets", "less", "than", "53.5", "should", "be", "eventually", "detected", "."], "ltl": ["finally", "[22,61]", "(", "signal_1_n", "less", "35.3", "or", "rise", "(", "signal_2_n", "less", "53.5", ")", ")"], "logic_sentence": ["At", "a", "certain", "time", "point", "starting", "between", "22", "to", "61", "time", "units", "(", "prop_1", ")", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "should", "be", "eventually", "detected", "."], "logic_ltl": ["F", "[", "22", ":", "61", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 17], "prop": [["signal_1_n", "<", "35.3"]]}, " prop_2 ": {"span": [23, 30], "prop": [["rise", "(", "signal_2_n", "<", "53.5", ")"]]}}} {"id": 606, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "equal", "to", "18.4", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "the", "value", "of", "signal_2_n", "must", "be", "greater", "than", "or", "equal", "to", "3.7", "and", "no", "more", "than", "5.7", "and", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_3_n", "begins", "deviating", "from", "76.3", "has", "to", "be", "immediately", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "18.4", ")", "imply", "(", "signal_2_n", "more equal", "3.7", "and", "signal_2_n", "less equal", "5.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "76.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "without", "any", "delay", "(", "prop_2", ")", "and", "the", "transition", "action", "that", "(", "prop_3", ")", "has", "to", "be", "immediately", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 19], "prop": [["rise", "(", "signal_1_n", "==", "18.4", ")"]]}, " prop_2 ": {"span": [33, 50], "prop": [["signal_2_n", ">=", "3.7"], ["signal_2_n", "<=", "5.7"]]}, " prop_3 ": {"span": [55, 64], "prop": [["fall", "(", "signal_3_n", "==", "76.3", ")"]]}}} {"id": 1220, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "83.9", "is", "observed", ",", "then", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "point", "within", "the", "following", "93", "time", "units", ",", "at", "which", "signal_3_n", "will", "be", "less", "than", "53.3", ",", "before", "that", "signal_2_n", "needs", "to", "keep", "greater", "than", "47.3", "and", "below", "51.0", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "83.9", ")", "imply", "(", "signal_2_n", "more", "47.3", "and", "signal_2_n", "less", "51.0", ")", "until", "[0,93]", "(", "signal_3_n", "less", "53.3", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "there", "ought", "to", "eventually", "exist", "a", "certain", "time", "point", "within", "the", "following", "93", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "before", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", "&", "prop_3", ")", "U", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "==", "83.9", ")"]]}, " prop_2 ": {"span": [37, 43], "prop": [["signal_3_n", "<", "53.3"]]}, " prop_3 ": {"span": [45, 57], "prop": [["signal_2_n", ">", "47.3"], ["signal_2_n", "<", "51.0"]]}}} {"id": 4144, "sentence": ["At", "a", "time", "in", "less", "than", "68", "time", "units", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "69.1", "should", "happen", "eventually", ",", "and", "ultimately", "the", "signal_2_n", "signal", "must", "be", "greater", "than", "or", "equal", "to", "46.8", "and", "less", "than", "or", "equal", "to", "56.4", "."], "ltl": ["finally", "[0,68]", "(", "fall", "(", "signal_1_n", "math equal", "69.1", ")", "and", "(", "signal_2_n", "more equal", "46.8", "and", "signal_2_n", "less equal", "56.4", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "less", "than", "68", "time", "units", "the", "event", "that", "(", "prop_1", ")", "should", "happen", "eventually", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "68", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["fall", "(", "signal_1_n", "==", "69.1", ")"]]}, " prop_2 ": {"span": [24, 42], "prop": [["signal_2_n", ">=", "46.8"], ["signal_2_n", "<=", "56.4"]]}}} {"id": 622, "sentence": ["At", "a", "time", "within", "10", "time", "units", ",", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "gets", "below", "70.6", "ought", "to", "finally", "happen", "and", "the", "signal_2_n", "signal", "is", "less", "than", "or", "equal", "to", "68.5", "."], "ltl": ["finally", "[0,10]", "(", "rise", "(", "signal_1_n", "less", "70.6", ")", "and", "signal_2_n", "less equal", "68.5", ")"], "logic_sentence": ["At", "a", "time", "within", "10", "time", "units", ",", "the", "scenario", "that", "(", "prop_1", ")", "ought", "to", "finally", "happen", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "10", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", "<", "70.6", ")"]]}, " prop_2 ": {"span": [23, 33], "prop": [["signal_2_n", "<=", "68.5"]]}}} {"id": 625, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "starts", "deviating", "from", "87.4", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "ought", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_2_n", "signal", "ought", "to", "be", "less", "than", "or", "equal", "to", "55.1", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "87.4", ")", "imply", "finally", "(", "signal_2_n", "less equal", "55.1", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "finally", "there", "ought", "to", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 10], "prop": [["fall", "(", "signal_1_n", "==", "87.4", ")"]]}, " prop_2 ": {"span": [40, 52], "prop": [["signal_2_n", "<=", "55.1"]]}}} {"id": 1452, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "mode", "of", "signal_1_n", "remains", "in", "signal_2_n", ",", "then", "finally", "there", "is", "sometime", "after", "at", "most", "77", "time", "units", ",", "after", "which", "the", "value", "of", "signal_3_n", "will", "be", "41.6", "then", "this", "condition", "shall", "continuously", "hold", "for", "every", "moment", "during", "the", "coming", "44", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "imply", "finally", "[0,77]", "(", "globally", "[0,44]", "(", "signal_3_n", "math equal", "41.6", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", ",", "then", "finally", "there", "is", "sometime", "after", "at", "most", "77", "time", "units", ",", "after", "which", "(", "prop_2", ")", "then", "this", "condition", "shall", "continuously", "hold", "for", "every", "moment", "during", "the", "coming", "44", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "77", "]", "(", "G", "[", "0", ":", "44", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [28, 35], "prop": [["signal_3_n", "==", "41.6"]]}}} {"id": 2224, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "85.5", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "the", "state", "of", "signal_2_n", "will", "have", "to", "be", "in", "signal_3_n", "starting", "without", "any", "delay", ",", "and", "at", "once", "the", "signal_4_n", "signal", "shall", "get", "to", "less", "than", "or", "equal", "to", "8.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "85.5", ")", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "rise", "(", "signal_4_n", "less equal", "8.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", ",", "and", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [10, 23], "prop": [["rise", "(", "signal_1_n", ">=", "85.5", ")"]]}, " prop_2 ": {"span": [32, 46], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [50, 62], "prop": [["rise", "(", "signal_4_n", "<=", "8.3", ")"]]}}} {"id": 3048, "sentence": ["There", "should", "be", "ultimately", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_1_n", "shall", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "should", "be", "ultimately", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 902, "sentence": ["Globally", ",", "if", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "37.5", "is", "observed", "then", "the", "value", "of", "signal", "signal_2_n", "needs", "to", "be", "equal", "to", "79.1", "right", "away", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "37.5", ")", "imply", "signal_2_n", "math equal", "79.1", ")"], "logic_sentence": ["Globally", ",", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["fall", "(", "signal_1_n", "==", "37.5", ")"]]}, " prop_2 ": {"span": [14, 27], "prop": [["signal_2_n", "==", "79.1"]]}}} {"id": 881, "sentence": ["When", "the", "event", "that", "signal_1_n", "is", "shifted", "to", "16.5", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "should", "exist", "a", "time", "within", "the", "coming", "31", "to", "69", "time", "units", ",", "at", "which", "in", "the", "future", "till", "the", "execution", "ends", "signal_2_n", "will", "be", "remaining", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "16.5", ")", "imply", "finally", "[31,69]", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["When", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "the", "following", "condition", "holds", ":", "eventually", "there", "should", "exist", "a", "time", "within", "the", "coming", "31", "to", "69", "time", "units", ",", "at", "which", "in", "the", "future", "till", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "31", ":", "69", "]", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["rise", "(", "signal_1_n", "==", "16.5", ")"]]}, " prop_2 ": {"span": [39, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5092, "sentence": ["As", "soon", "as", "the", "transition", "action", "that", "signal_1_n", "goes", "below", "4.8", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "the", "signal_2_n", "signal", "will", "be", "58.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "4.8", ")", "imply", "signal_2_n", "math equal", "58.9", ")"], "logic_sentence": ["As", "soon", "as", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "observed", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["rise", "(", "signal_1_n", "<", "4.8", ")"]]}, " prop_2 ": {"span": [24, 30], "prop": [["signal_2_n", "==", "58.9"]]}}} {"id": 456, "sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "the", "value", "of", "signal", "signal_1_n", "will", "be", "shifted", "to", "95.4", "or", "the", "mode", "of", "signal", "signal_2_n", "ought", "to", "be", "in", "signal_3_n", "finally", "."], "ltl": ["finally", "(", "rise", "(", "signal_1_n", "math equal", "95.4", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["At", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 22], "prop": [["rise", "(", "signal_1_n", "==", "95.4", ")"]]}, " prop_2 ": {"span": [23, 34], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 4612, "sentence": ["Globally", ",", "if", "the", "mode", "of", "signal_1_n", "is", "not", "changed", "to", "signal_2_n", "and", "then", "this", "condition", "will", "hold", "uninterruptedly", "until", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "the", "signal_3_n", "signal", "jumps", "to", "higher", "than", "57.3", "is", "observed", "finally", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "certain", "time", "instant", "during", "the", "first", "88", "time", "units", ",", "the", "value", "of", "signal_4_n", "needs", "to", "be", "less", "than", "37.8", "and", "this", "condition", "shall", "hold", "uninterruptedly", "for", "each", "time", "point", "in", "the", "next", "88", "time", "units", "."], "ltl": ["globally", "(", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")", "until", "(", "rise", "(", "signal_3_n", "more", "57.3", ")", ")", "imply", "finally", "[0,88]", "(", "globally", "[0,88]", "(", "signal_4_n", "less", "37.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "then", "this", "condition", "will", "hold", "uninterruptedly", "until", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "simulation", "ends", ",", "at", "which", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", "finally", ",", "then", "the", "following", "condition", "is", "true", ":", "eventually", "after", "a", "certain", "time", "instant", "during", "the", "first", "88", "time", "units", ",", "(", "prop_3", ")", "and", "this", "condition", "shall", "hold", "uninterruptedly", "for", "each", "time", "point", "in", "the", "next", "88", "time", "units", "."], "logic_ltl": ["G", "(", "(", "prop_1", ")", "U", "(", "prop_2", ")", "->", "F", "[", "0", ":", "88", "]", "(", "G", "[", "0", ":", "88", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 47], "prop": [["rise", "(", "signal_3_n", ">", "57.3", ")"]]}, " prop_3 ": {"span": [71, 81], "prop": [["signal_4_n", "<", "37.8"]]}}} {"id": 1314, "sentence": ["For", "each", "moment", "within", "28", "time", "units", ",", "the", "value", "of", "signal_1_n", "will", "be", "always", "below", "1.7", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "less", "1.7", ")"], "logic_sentence": ["For", "each", "moment", "within", "28", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "<", "1.7"]]}}} {"id": 1205, "sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "during", "the", "first", "66", "time", "units", ",", "at", "which", "the", "value", "of", "signal_1_n", "shall", "be", "finally", "greater", "than", "or", "equal", "to", "36.0", ",", "and", "ultimately", "signal_2_n", "will", "have", "to", "stay", "in", "signal_3_n", "."], "ltl": ["finally", "[0,66]", "(", "signal_1_n", "more equal", "36.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["There", "needs", "to", "be", "a", "certain", "time", "point", "during", "the", "first", "66", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "66", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [17, 30], "prop": [["signal_1_n", ">=", "36.0"]]}, " prop_2 ": {"span": [33, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 2614, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "the", "signal_1_n", "signal", "needs", "to", "stay", "in", "signal_2_n", ",", "or", "the", "signal_3_n", "signal", "is", "set", "to", "signal_4_n", "consecutively", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [20, 28], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 1769, "sentence": ["The", "value", "of", "signal_1_n", "will", "have", "to", "be", "set", "to", "16.2", "all", "the", "time", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "16.2", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "16.2"]]}}} {"id": 318, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal_1_n", "stays", "less", "than", "or", "equal", "to", "40.4", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "following", "46", "time", "units", ",", "there", "ought", "to", "be", "finally", "a", "time", "within", "the", "coming", "0", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "signal_2_n", "becomes", "bigger", "than", "8.4", "ought", "n't", "to", "be", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "40.4", "imply", "globally", "[0,46]", "(", "finally", "[0,0]", "(", "negation", "rise", "(", "signal_2_n", "more", "8.4", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "moment", "within", "the", "following", "46", "time", "units", ",", "there", "ought", "to", "be", "finally", "a", "time", "within", "the", "coming", "0", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "n't", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "46", "]", "(", "F", "[", "0", ":", "0", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 16], "prop": [["signal_1_n", "<=", "40.4"]]}, " prop_2 ": {"span": [55, 60], "prop": [["-", "rise", "(", "signal_2_n", ">", "8.4", ")"]]}}} {"id": 1874, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal_1_n", "becomes", "bigger", "than", "76.6", ",", "then", "in", "response", "the", "condition", "that", "without", "interruption", "the", "value", "of", "signal_2_n", "wo", "n't", "be", "77.0", "for", "each", "moment", "during", "the", "following", "65", "time", "units", "should", "n't", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "76.6", ")", "imply", "negation", "(", "globally", "[0,65]", "(", "negation", "(", "signal_2_n", "math equal", "77.0", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", ",", "then", "in", "response", "the", "condition", "that", "without", "interruption", "(", "prop_2", ")", "should", "n't", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "65", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["rise", "(", "signal_1_n", ">", "76.6", ")"]]}, " prop_2 ": {"span": [20, 37], "prop": [["-", "(", "signal_2_n", "==", "77.0", ")"]]}}} {"id": 1534, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "becomes", "equal", "to", "28.5", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "signal_2_n", "ought", "to", "be", "at", "most", "76.3", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "28.5", ")", "imply", "signal_2_n", "less equal", "76.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", "==", "28.5", ")"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "<=", "76.3"]]}}} {"id": 786, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "97", "time", "units", ",", "consistently", "the", "value", "of", "signal", "signal_1_n", "will", "never", "be", "less", "than", "or", "equal", "to", "18.9", "and", "the", "value", "of", "signal_2_n", "should", "uninterruptedly", "stay", "over", "40.4", "and", "less", "than", "68.2", "."], "ltl": ["globally", "[0,97]", "(", "negation", "(", "signal_1_n", "less equal", "18.9", ")", "and", "(", "signal_2_n", "more", "40.4", "and", "signal_2_n", "less", "68.2", ")", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "97", "time", "units", ",", "consistently", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "97", "]", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 26], "prop": [["-", "(", "signal_1_n", "<=", "18.9", ")"]]}, " prop_2 ": {"span": [27, 40], "prop": [["signal_2_n", ">", "40.4"], ["signal_2_n", "<", "68.2"]]}}} {"id": 1817, "sentence": ["If", "the", "event", "that", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "47.3", "takes", "place", "then", "in", "response", "the", "value", "of", "signal_2_n", "should", "be", "promptly", "greater", "than", "31.8", "and", "smaller", "than", "64.7", ",", "and", "the", "event", "that", "the", "value", "of", "signal", "signal_3_n", "begins", "deviating", "from", "95.4", "will", "take", "place", "promptly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "47.3", ")", "imply", "(", "signal_2_n", "more", "31.8", "and", "signal_2_n", "less", "64.7", ")", "and", "fall", "(", "signal_3_n", "math equal", "95.4", ")", ")"], "logic_sentence": ["If", "the", "event", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "(", "prop_2", ")", ",", "and", "the", "event", "that", "(", "prop_3", ")", "will", "take", "place", "promptly", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", "&", "prop_2", ")", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 13], "prop": [["rise", "(", "signal_1_n", "<=", "47.3", ")"]]}, " prop_2 ": {"span": [18, 32], "prop": [["signal_2_n", ">", "31.8"], ["signal_2_n", "<", "64.7"]]}, " prop_3 ": {"span": [37, 46], "prop": [["fall", "(", "signal_3_n", "==", "95.4", ")"]]}}} {"id": 51, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal_1_n", "will", "be", "finally", "59.3", "at", "sometime", "within", "the", "coming", "8", "to", "8", "time", "units", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "the", "value", "of", "signal_2_n", "sha", "n't", "be", "less", "than", "or", "equal", "to", "1.8", "."], "ltl": ["globally", "(", "finally", "[8,8]", "(", "signal_1_n", "math equal", "59.3", ")", "imply", "globally", "(", "negation", "(", "signal_2_n", "less equal", "1.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "[", "8", ":", "8", "]", "(", "prop_1", ")", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 25], "prop": [["signal_1_n", "==", "59.3"]]}, " prop_2 ": {"span": [43, 56], "prop": [["-", "(", "signal_2_n", "<=", "1.8", ")"]]}}} {"id": 3996, "sentence": ["There", "needs", "to", "exist", "a", "time", "after", "between", "5", "to", "10", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "will", "be", "signal_2_n", "finally", "."], "ltl": ["finally", "[5,10]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "needs", "to", "exist", "a", "time", "after", "between", "5", "to", "10", "time", "units", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "5", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [16, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6443, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "not", "smaller", "than", "35.5", ",", "and", "the", "signal_2_n", "signal", "is", "43.2", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "have", "to", "be", "sometime", "during", "the", "subsequent", "14", "to", "64", "time", "units", ",", "at", "which", "for", "the", "coming", "6", "time", "units", "the", "mode", "of", "signal", "signal_3_n", "should", "uninterruptedly", "remain", "in", "signal_4_n", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less", "35.5", ")", "and", "signal_2_n", "math equal", "43.2", "imply", "finally", "[14,64]", "(", "globally", "[0,6]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "finally", "there", "will", "have", "to", "be", "sometime", "during", "the", "subsequent", "14", "to", "64", "time", "units", ",", "at", "which", "for", "the", "coming", "6", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "14", ":", "64", "]", "(", "G", "[", "0", ":", "6", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["-", "(", "signal_1_n", "<", "35.5", ")"]]}, " prop_2 ": {"span": [14, 19], "prop": [["signal_2_n", "==", "43.2"]]}, " prop_3 ": {"span": [53, 63], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 440, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "equals", "to", "68.3", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "exists", "sometime", "within", "the", "next", "10", "time", "units", ",", "at", "which", "the", "mode", "of", "signal", "signal_3_n", "must", "be", "finally", "signal_4_n", ",", "and", "till", "then", "the", "value", "of", "signal", "signal_2_n", "stays", "equal", "to", "21.7", "all", "the", "time", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.3", "imply", "(", "signal_2_n", "math equal", "21.7", ")", "until", "[0,10]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "exists", "sometime", "within", "the", "next", "10", "time", "units", ",", "at", "which", "(", "prop_2", ")", ",", "and", "till", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "68.3"]]}, " prop_2 ": {"span": [32, 41], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_3 ": {"span": [45, 57], "prop": [["signal_2_n", "==", "21.7"]]}}} {"id": 553, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "decreases", "to", "at", "most", "73.1", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "47", "time", "units", "at", "sometime", "during", "the", "subsequent", "31", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "must", "stay", "less", "than", "or", "equal", "to", "80.8", "ultimately", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "73.1", ")", "imply", "globally", "[0,47]", "(", "finally", "[0,31]", "(", "signal_2_n", "less equal", "80.8", ")", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "within", "the", "subsequent", "47", "time", "units", "at", "sometime", "during", "the", "subsequent", "31", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "47", "]", "(", "F", "[", "0", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["rise", "(", "signal_1_n", "<=", "73.1", ")"]]}, " prop_2 ": {"span": [43, 57], "prop": [["signal_2_n", "<=", "80.8"]]}}} {"id": 214, "sentence": ["Globally", ",", "when", "the", "value", "of", "signal", "signal_1_n", "is", "89.4", "or", "signal_2_n", "keeps", "equal", "to", "28.4", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "first", "58", "time", "units", "at", "a", "certain", "time", "instant", "starting", "at", "most", "94", "time", "units", "eventually", "the", "mode", "of", "signal", "signal_3_n", "will", "have", "to", "be", "in", "signal_4_n", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "89.4", "or", "signal_2_n", "math equal", "28.4", "imply", "globally", "[0,58]", "(", "finally", "[0,94]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "for", "each", "time", "instant", "in", "the", "first", "58", "time", "units", "at", "a", "certain", "time", "instant", "starting", "at", "most", "94", "time", "units", "eventually", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "G", "[", "0", ":", "58", "]", "(", "F", "[", "0", ":", "94", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "==", "89.4"]]}, " prop_2 ": {"span": [11, 16], "prop": [["signal_2_n", "==", "28.4"]]}, " prop_3 ": {"span": [45, 56], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 101, "sentence": ["Uninterruptedly", "the", "signal_1_n", "signal", "ought", "to", "stay", "less", "than", "34.1", "in", "the", "future", "till", "the", "simulation", "ends", "."], "ltl": ["globally", "(", "signal_1_n", "less", "34.1", ")"], "logic_sentence": ["Uninterruptedly", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 17], "prop": [["signal_1_n", "<", "34.1"]]}}} {"id": 1801, "sentence": ["On", "condition", "that", "the", "event", "that", "signal_1_n", "shifts", "to", "77.4", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "66", "time", "units", "signal_2_n", "shall", "stay", "at", "least", "38.9", "and", "less", "than", "or", "equal", "to", "78.1", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "77.4", ")", "imply", "globally", "[0,66]", "(", "signal_2_n", "more equal", "38.9", "and", "signal_2_n", "less equal", "78.1", ")", ")"], "logic_sentence": ["On", "condition", "that", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "in", "the", "subsequent", "66", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "66", "]", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 10], "prop": [["rise", "(", "signal_1_n", "==", "77.4", ")"]]}, " prop_2 ": {"span": [29, 43], "prop": [["signal_2_n", ">=", "38.9"], ["signal_2_n", "<=", "78.1"]]}}} {"id": 3433, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "increases", "above", "41.0", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "signal_2_n", "signal", "needs", "to", "consecutively", "remain", "in", "signal_3_n", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "41.0", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "the", "following", "condition", "is", "true", ":", "finally", "there", "shall", "be", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["rise", "(", "signal_1_n", ">", "41.0", ")"]]}, " prop_2 ": {"span": [49, 61], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3130, "sentence": ["In", "the", "event", "that", "the", "value", "of", "signal_1_n", "is", "above", "34.0", ",", "and", "the", "value", "of", "signal_2_n", "is", "below", "9.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "time", "after", "at", "most", "11", "time", "units", "eventually", ",", "after", "which", "the", "value", "of", "signal", "signal_3_n", "shall", "be", "larger", "than", "15.9", "and", "smaller", "than", "28.7", "and", "should", "stay", "in", "this", "range", "within", "the", "next", "8", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "more", "34.0", "and", "signal_2_n", "less", "9.9", "imply", "finally", "[0,11]", "(", "globally", "[0,8]", "(", "signal_3_n", "more", "15.9", "and", "signal_3_n", "less", "28.7", ")", ")", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "ought", "to", "exist", "a", "time", "after", "at", "most", "11", "time", "units", "eventually", ",", "after", "which", "(", "prop_3", ")", "and", "should", "stay", "in", "this", "range", "within", "the", "next", "8", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "11", "]", "(", "G", "[", "0", ":", "8", "]", "(", "prop_3", "&", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", ">", "34.0"]]}, " prop_2 ": {"span": [13, 20], "prop": [["signal_2_n", "<", "9.9"]]}, " prop_3 ": {"span": [46, 60], "prop": [["signal_3_n", ">", "15.9"], ["signal_3_n", "<", "28.7"]]}}} {"id": 6055, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "signal_1_n", "goes", "to", "no", "less", "than", "66.3", "happens", ",", "and", "the", "signal_2_n", "signal", "is", "greater", "than", "or", "equal", "to", "53.3", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "36", "time", "units", "there", "must", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "scenario", "that", "the", "state", "of", "signal_3_n", "becomes", "signal_4_n", "has", "to", "occur", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "66.3", ")", "and", "signal_2_n", "more equal", "53.3", "imply", "globally", "[0,36]", "(", "finally", "(", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "36", "time", "units", "there", "must", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "has", "to", "occur", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "36", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 19], "prop": [["rise", "(", "signal_1_n", ">=", "66.3", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_2_n", ">=", "53.3"]]}, " prop_3 ": {"span": [70, 76], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 902, "sentence": ["In", "the", "case", "signal_1_n", "shifts", "to", "23.3", "then", "the", "following", "condition", "is", "true", ":", "immediately", "the", "value", "of", "signal_2_n", "ought", "to", "be", "greater", "than", "or", "equal", "to", "42.0", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "23.3", ")", "imply", "signal_2_n", "more equal", "42.0", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "immediately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 7], "prop": [["rise", "(", "signal_1_n", "==", "23.3", ")"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_2_n", ">=", "42.0"]]}}} {"id": 416, "sentence": ["During", "the", "first", "7", "to", "20", "time", "units", "signal_1_n", "has", "to", "be", "set", "to", "signal_2_n", "without", "interruption", "."], "ltl": ["globally", "[7,20]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["During", "the", "first", "7", "to", "20", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "7", ":", "20", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5516, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "the", "value", "of", "signal_1_n", "falls", "to", "no", "more", "than", "25.0", "takes", "place", ",", "then", "for", "each", "time", "instant", "during", "the", "coming", "23", "time", "units", ",", "the", "value", "of", "signal_2_n", "is", "equal", "to", "20.3", "at", "sometime", "in", "the", "future", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "25.0", ")", "imply", "globally", "[0,23]", "(", "finally", "(", "signal_2_n", "math equal", "20.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "for", "each", "time", "instant", "during", "the", "coming", "23", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "23", "]", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["rise", "(", "signal_1_n", "<=", "25.0", ")"]]}, " prop_2 ": {"span": [35, 48], "prop": [["signal_2_n", "==", "20.3"]]}}} {"id": 1260, "sentence": ["When", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "leaves", "signal_2_n", "does", "n't", "take", "place", ",", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "shall", "remain", "equal", "to", "63.5", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "math equal", "63.5", ")"], "logic_sentence": ["When", "the", "scenario", "that", "(", "prop_1", ")", "does", "n't", "take", "place", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [22, 32], "prop": [["signal_3_n", "==", "63.5"]]}}} {"id": 1373, "sentence": ["During", "the", "first", "3", "to", "29", "time", "units", "signal_1_n", "will", "consecutively", "not", "be", "at", "most", "74.8", "."], "ltl": ["globally", "[3,29]", "(", "negation", "(", "signal_1_n", "less equal", "74.8", ")", ")"], "logic_sentence": ["During", "the", "first", "3", "to", "29", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "3", ":", "29", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["-", "(", "signal_1_n", "<=", "74.8", ")"]]}}} {"id": 2882, "sentence": ["At", "a", "time", "starting", "between", "7", "to", "13", "time", "units", "eventually", "signal_1_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "18.7", "and", "less", "than", "or", "equal", "to", "43.6", ",", "and", "eventually", "signal_2_n", "must", "remain", "below", "94.9", "."], "ltl": ["finally", "[7,13]", "(", "(", "signal_1_n", "more equal", "18.7", "and", "signal_1_n", "less equal", "43.6", ")", "and", "signal_2_n", "less", "94.9", ")"], "logic_sentence": ["At", "a", "time", "starting", "between", "7", "to", "13", "time", "units", "eventually", "(", "prop_1", ")", ",", "and", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "7", ":", "13", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 29], "prop": [["signal_1_n", ">=", "18.7"], ["signal_1_n", "<=", "43.6"]]}, " prop_2 ": {"span": [32, 37], "prop": [["signal_2_n", "<", "94.9"]]}}} {"id": 6370, "sentence": ["Globally", ",", "while", "the", "signal_1_n", "signal", "is", "less", "than", "1.0", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "during", "the", "next", "39", "time", "units", "signal_2_n", "must", "not", "be", "smaller", "than", "57.6", "and", "consecutively", "this", "scenario", "shall", "keep", "between", "9", "to", "60", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "1.0", "imply", "finally", "[0,39]", "(", "globally", "[9,60]", "(", "negation", "(", "signal_2_n", "less", "57.6", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "while", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "after", "a", "certain", "moment", "during", "the", "next", "39", "time", "units", "(", "prop_2", ")", "and", "consecutively", "this", "scenario", "shall", "keep", "between", "9", "to", "60", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "39", "]", "(", "G", "[", "9", ":", "60", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 10], "prop": [["signal_1_n", "<", "1.0"]]}, " prop_2 ": {"span": [26, 33], "prop": [["-", "(", "signal_2_n", "<", "57.6", ")"]]}}} {"id": 1840, "sentence": ["For", "every", "time", "instant", "within", "the", "first", "79", "time", "units", "the", "value", "of", "signal_1_n", "shall", "consistently", "keep", "at", "least", "11.8", "and", "less", "than", "or", "equal", "to", "17.6", ",", "or", "the", "mode", "of", "signal_2_n", "should", "always", "remain", "in", "signal_3_n", "."], "ltl": ["globally", "[0,79]", "(", "(", "signal_1_n", "more equal", "11.8", "and", "signal_1_n", "less equal", "17.6", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "every", "time", "instant", "within", "the", "first", "79", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 27], "prop": [["signal_1_n", ">=", "11.8"], ["signal_1_n", "<=", "17.6"]]}, " prop_2 ": {"span": [29, 38], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 439, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "55.6", "and", "less", "than", "70.8", ",", "and", "the", "scenario", "that", "the", "signal_2_n", "signal", "increases", "to", "no", "less", "than", "16.6", "is", "detected", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "signal_3_n", "shall", "be", "at", "most", "27.3", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "55.6", "and", "signal_1_n", "less", "70.8", ")", "and", "rise", "(", "signal_2_n", "more equal", "16.6", ")", "imply", "signal_3_n", "less equal", "27.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", ",", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "detected", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["signal_1_n", ">", "55.6"], ["signal_1_n", "<", "70.8"]]}, " prop_2 ": {"span": [27, 36], "prop": [["rise", "(", "signal_2_n", ">=", "16.6", ")"]]}, " prop_3 ": {"span": [48, 54], "prop": [["signal_3_n", "<=", "27.3"]]}}} {"id": 760, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "mode", "of", "signal", "signal_1_n", "deviates", "from", "signal_2_n", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "98", "time", "units", ",", "the", "signal_3_n", "signal", "will", "stay", "equal", "to", "29.0", "without", "interruption", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,98]", "(", "signal_3_n", "math equal", "29.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "each", "time", "instant", "within", "the", "following", "98", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "98", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [40, 50], "prop": [["signal_3_n", "==", "29.0"]]}}} {"id": 6071, "sentence": ["At", "a", "certain", "moment", "in", "the", "first", "6", "to", "84", "time", "units", "the", "signal_1_n", "signal", "is", "61.9", "ultimately", "and", "the", "transition", "action", "that", "the", "signal_2_n", "signal", "goes", "to", "less", "than", "or", "equal", "to", "56.9", "ought", "not", "to", "get", "observed", "ultimately", "."], "ltl": ["finally", "[6,84]", "(", "signal_1_n", "math equal", "61.9", "and", "negation", "fall", "(", "signal_2_n", "more", "56.9", ")", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "first", "6", "to", "84", "time", "units", "(", "prop_1", ")", "and", "the", "transition", "action", "that", "(", "prop_2", ")", "ought", "not", "to", "get", "observed", "ultimately", "."], "logic_ltl": ["F", "[", "6", ":", "84", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 18], "prop": [["signal_1_n", "==", "61.9"]]}, " prop_2 ": {"span": [23, 34], "prop": [["-", "fall", "(", "signal_2_n", ">", "56.9", ")"]]}}} {"id": 3258, "sentence": ["Globally", ",", "during", "the", "interval", "that", "the", "value", "of", "signal", "signal_1_n", "is", "68.4", "and", "the", "value", "of", "signal_2_n", "is", "above", "41.7", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "the", "next", "93", "time", "units", "finally", "the", "scenario", "that", "the", "state", "of", "signal_3_n", "enters", "signal_4_n", "does", "not", "take", "place", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "68.4", "and", "signal_2_n", "more", "41.7", "imply", "finally", "[0,93]", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "at", "a", "certain", "moment", "within", "the", "next", "93", "time", "units", "finally", "the", "scenario", "that", "(", "prop_3", ")", "does", "not", "take", "place", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "F", "[", "0", ":", "93", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["signal_1_n", "==", "68.4"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", ">", "41.7"]]}, " prop_3 ": {"span": [45, 51], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 4855, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "no", "larger", "than", "59.1", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "next", "42", "time", "units", ",", "at", "sometime", "in", "the", "following", "17", "to", "31", "time", "units", ",", "ultimately", "the", "signal_2_n", "signal", "has", "to", "be", "equal", "to", "53.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "59.1", "imply", "globally", "[0,42]", "(", "finally", "[17,31]", "(", "signal_2_n", "math equal", "53.1", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "next", "42", "time", "units", ",", "at", "sometime", "in", "the", "following", "17", "to", "31", "time", "units", ",", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "42", "]", "(", "F", "[", "17", ":", "31", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["signal_1_n", "<=", "59.1"]]}, " prop_2 ": {"span": [45, 54], "prop": [["signal_2_n", "==", "53.1"]]}}} {"id": 1066, "sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "consecutively", "signal_1_n", "will", "have", "to", "remain", "above", "81.2", ",", "or", "signal_2_n", "will", "have", "to", "remain", "less", "than", "65.7", "without", "interruption", "."], "ltl": ["globally", "(", "signal_1_n", "more", "81.2", "or", "signal_2_n", "less", "65.7", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "simulation", "ends", "consecutively", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", ">", "81.2"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "<", "65.7"]]}}} {"id": 1461, "sentence": ["At", "a", "time", "in", "the", "first", "6", "time", "units", "the", "signal_1_n", "signal", "should", "be", "above", "50.5", "and", "smaller", "than", "65.1", "finally", ",", "or", "finally", "the", "value", "of", "signal_2_n", "must", "n't", "be", "greater", "than", "or", "equal", "to", "35.2", "."], "ltl": ["finally", "[0,6]", "(", "(", "signal_1_n", "more", "50.5", "and", "signal_1_n", "less", "65.1", ")", "or", "negation", "(", "signal_2_n", "more equal", "35.2", ")", ")"], "logic_sentence": ["At", "a", "time", "in", "the", "first", "6", "time", "units", "(", "prop_1", ")", ",", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "6", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 21], "prop": [["signal_1_n", ">", "50.5"], ["signal_1_n", "<", "65.1"]]}, " prop_2 ": {"span": [24, 37], "prop": [["-", "(", "signal_2_n", ">=", "35.2", ")"]]}}} {"id": 4061, "sentence": ["For", "every", "time", "point", "within", "the", "first", "7", "to", "18", "time", "units", "without", "interruption", "signal_1_n", "should", "not", "be", "below", "56.0", ",", "and", "the", "value", "of", "signal_2_n", "keeps", "at", "least", "3.0", "all", "the", "time", "."], "ltl": ["globally", "[7,18]", "(", "negation", "(", "signal_1_n", "less", "56.0", ")", "and", "signal_2_n", "more equal", "3.0", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "7", "to", "18", "time", "units", "without", "interruption", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "7", ":", "18", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 20], "prop": [["-", "(", "signal_1_n", "<", "56.0", ")"]]}, " prop_2 ": {"span": [22, 33], "prop": [["signal_2_n", ">=", "3.0"]]}}} {"id": 398, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "the", "signal_1_n", "signal", "gets", "to", "greater", "than", "or", "equal", "to", "6.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "the", "value", "of", "signal", "signal_2_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "41.5", "and", "shall", "stay", "in", "this", "interval", "consecutively", "in", "the", "future", "until", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "6.5", ")", "imply", "finally", "(", "globally", "(", "signal_2_n", "less equal", "41.5", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "there", "must", "exist", "sometime", "in", "the", "future", "before", "the", "simulation", "ends", "eventually", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", ">=", "6.5", ")"]]}, " prop_2 ": {"span": [44, 72], "prop": [["signal_2_n", "<=", "41.5"]]}}} {"id": 2513, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "shifted", "to", "81.0", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "state", "of", "signal_2_n", "needs", "to", "be", "signal_3_n", "and", "then", "has", "been", "uninterruptedly", "holding", "like", "that", "during", "the", "elapsed", "73", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "81.0", ")", "imply", "historically", "[0,73]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "0", ":", "73", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["rise", "(", "signal_1_n", "==", "81.0", ")"]]}, " prop_2 ": {"span": [26, 48], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 6334, "sentence": ["Within", "the", "first", "9", "to", "26", "time", "units", ",", "continuously", "the", "state", "of", "signal_1_n", "should", "never", "be", "set", "to", "signal_2_n", "."], "ltl": ["globally", "[9,26]", "(", "negation", "(", "signal_1_n", "math equal", "signal_2_n", ")", ")"], "logic_sentence": ["Within", "the", "first", "9", "to", "26", "time", "units", ",", "continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "9", ":", "26", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 20], "prop": [["-", "(", "signal_1_n", "==", "signal_2_n", ")"]]}}} {"id": 3108, "sentence": ["In", "case", "that", "the", "event", "that", "the", "value", "of", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "37.8", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "signal_2_n", "must", "be", "58.1", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "37.8", ")", "imply", "signal_2_n", "math equal", "58.1", ")"], "logic_sentence": ["In", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 17], "prop": [["rise", "(", "signal_1_n", "<=", "37.8", ")"]]}, " prop_2 ": {"span": [31, 35], "prop": [["signal_2_n", "==", "58.1"]]}}} {"id": 630, "sentence": ["For", "every", "time", "instant", "during", "the", "first", "91", "time", "units", "signal_1_n", "shall", "be", "consecutively", "98.1", ",", "and", "signal_2_n", "shall", "be", "equal", "to", "34.6", "consecutively", "."], "ltl": ["globally", "[0,91]", "(", "signal_1_n", "math equal", "98.1", "and", "signal_2_n", "math equal", "34.6", ")"], "logic_sentence": ["For", "every", "time", "instant", "during", "the", "first", "91", "time", "units", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "91", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 15], "prop": [["signal_1_n", "==", "98.1"]]}, " prop_2 ": {"span": [17, 24], "prop": [["signal_2_n", "==", "34.6"]]}}} {"id": 2865, "sentence": ["When", "signal_1_n", "is", "less", "than", "38.5", ",", "then", "in", "response", "there", "has", "to", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "the", "signal_2_n", "signal", "shall", "consistently", "remain", "greater", "than", "or", "equal", "to", "89.5", "for", "every", "moment", "during", "the", "coming", "28", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less", "38.5", "imply", "finally", "(", "globally", "[0,28]", "(", "signal_2_n", "more equal", "89.5", ")", ")", ")"], "logic_sentence": ["When", "(", "prop_1", ")", ",", "then", "in", "response", "there", "has", "to", "finally", "exist", "a", "time", "in", "the", "future", "before", "the", "execution", "ends", ",", "after", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "28", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["signal_1_n", "<", "38.5"]]}, " prop_2 ": {"span": [27, 48], "prop": [["signal_2_n", ">=", "89.5"]]}}} {"id": 131, "sentence": ["It", "is", "always", "the", "case", "that", "while", "signal_1_n", "is", "in", "signal_2_n", ",", "or", "the", "signal_3_n", "signal", "is", "less", "than", "or", "equal", "to", "40.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "the", "value", "of", "signal_4_n", "will", "have", "to", "be", "greater", "than", "5.3", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "or", "signal_3_n", "less equal", "40.9", "imply", "signal_4_n", "more", "5.3", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "while", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 11], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [13, 23], "prop": [["signal_3_n", "<=", "40.9"]]}, " prop_3 ": {"span": [35, 46], "prop": [["signal_4_n", ">", "5.3"]]}}} {"id": 690, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "decreases", "to", "less", "than", "or", "equal", "to", "56.5", "then", "the", "following", "condition", "holds", ":", "the", "signal_2_n", "signal", "should", "stay", "higher", "than", "61.1", "in", "the", "subsequent", "2", "to", "50", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "56.5", ")", "imply", "globally", "[2,50]", "(", "signal_2_n", "more", "61.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "2", ":", "50", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["rise", "(", "signal_1_n", "<=", "56.5", ")"]]}, " prop_2 ": {"span": [27, 43], "prop": [["signal_2_n", ">", "61.1"]]}}} {"id": 4233, "sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "the", "signal_1_n", "signal", "ought", "to", "consecutively", "remain", "greater", "than", "or", "equal", "to", "2.5", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "2.5", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "simulation", "ends", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [8, 21], "prop": [["signal_1_n", ">=", "2.5"]]}}} {"id": 3985, "sentence": ["In", "the", "event", "that", "the", "signal_1_n", "signal", "is", "smaller", "than", "56.7", "or", "the", "value", "of", "signal", "signal_2_n", "is", "over", "54.6", ",", "then", "in", "response", "the", "value", "of", "signal", "signal_3_n", "is", "above", "22.8", "and", "less", "than", "35.1", "in", "no", "time", "."], "ltl": ["globally", "(", "signal_1_n", "less", "56.7", "or", "signal_2_n", "more", "54.6", "imply", "signal_3_n", "more", "22.8", "and", "signal_3_n", "less", "35.1", ")"], "logic_sentence": ["In", "the", "event", "that", "(", "prop_1", ")", "or", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 11], "prop": [["signal_1_n", "<", "56.7"]]}, " prop_2 ": {"span": [12, 20], "prop": [["signal_2_n", ">", "54.6"]]}, " prop_3 ": {"span": [24, 39], "prop": [["signal_3_n", ">", "22.8"], ["signal_3_n", "<", "35.1"]]}}} {"id": 1780, "sentence": ["The", "state", "of", "signal", "signal_1_n", "ought", "to", "be", "always", "in", "signal_2_n", "for", "each", "time", "point", "within", "the", "first", "45", "to", "48", "time", "units", "."], "ltl": ["globally", "[45,48]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "45", ":", "48", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 6403, "sentence": ["Finally", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "changes", "to", "67.5", "will", "have", "to", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "first", "64", "time", "units", "."], "ltl": ["finally", "[0,64]", "(", "rise", "(", "signal_1_n", "math equal", "67.5", ")", ")"], "logic_sentence": ["Finally", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "have", "to", "get", "detected", "at", "a", "certain", "time", "point", "in", "the", "first", "64", "time", "units", "."], "logic_ltl": ["F", "[", "0", ":", "64", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "==", "67.5", ")"]]}}} {"id": 5082, "sentence": ["Everytime", "when", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "becomes", "less", "than", "or", "equal", "to", "13.3", "gets", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "value", "of", "signal_2_n", "will", "have", "to", "be", "greater", "than", "or", "equal", "to", "30.1", "and", "at", "most", "51.4", "in", "no", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "13.3", ")", "imply", "signal_2_n", "more equal", "30.1", "and", "signal_2_n", "less equal", "51.4", ")"], "logic_sentence": ["Everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 20], "prop": [["rise", "(", "signal_1_n", "<=", "13.3", ")"]]}, " prop_2 ": {"span": [28, 49], "prop": [["signal_2_n", ">=", "30.1"], ["signal_2_n", "<=", "51.4"]]}}} {"id": 6357, "sentence": ["Continuously", "the", "value", "of", "signal", "signal_1_n", "must", "be", "66.3", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "66.3", ")"], "logic_sentence": ["Continuously", "(", "prop_1", ")", "."], "logic_ltl": ["G", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", "==", "66.3"]]}}} {"id": 898, "sentence": ["Globally", ",", "whenever", "the", "signal_1_n", "signal", "is", "n't", "less", "than", "or", "equal", "to", "39.8", "then", "there", "will", "have", "to", "be", "eventually", "a", "time", "in", "the", "future", ",", "at", "which", "signal_2_n", "should", "not", "become", "at", "most", "92.2", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "39.8", ")", "imply", "finally", "(", "negation", "fall", "(", "signal_2_n", "more", "92.2", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "there", "will", "have", "to", "be", "eventually", "a", "time", "in", "the", "future", ",", "at", "which", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["-", "(", "signal_1_n", "<=", "39.8", ")"]]}, " prop_2 ": {"span": [29, 36], "prop": [["-", "fall", "(", "signal_2_n", ">", "92.2", ")"]]}}} {"id": 3252, "sentence": ["As", "soon", "as", "the", "scenario", "that", "signal_1_n", "gets", "smaller", "than", "34.1", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "higher", "than", "46.0", "and", "at", "once", "the", "value", "of", "signal", "signal_3_n", "needs", "to", "go", "to", "less", "than", "or", "equal", "to", "50.5", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "34.1", ")", "imply", "signal_2_n", "more", "46.0", "and", "rise", "(", "signal_3_n", "less equal", "50.5", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "at", "the", "same", "time", "instant", "(", "prop_2", ")", "and", "at", "once", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", "<", "34.1", ")"]]}, " prop_2 ": {"span": [27, 39], "prop": [["signal_2_n", ">", "46.0"]]}, " prop_3 ": {"span": [42, 57], "prop": [["rise", "(", "signal_3_n", "<=", "50.5", ")"]]}}} {"id": 3520, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "is", "less", "than", "or", "equal", "to", "74.7", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "next", "44", "time", "units", ",", "the", "mode", "of", "signal_2_n", "will", "be", "finally", "set", "to", "signal_3_n", "at", "a", "time", "in", "the", "following", "10", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "74.7", "imply", "globally", "[0,44]", "(", "finally", "[0,10]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "for", "every", "moment", "in", "the", "next", "44", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "44", "]", "(", "F", "[", "0", ":", "10", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 15], "prop": [["signal_1_n", "<=", "74.7"]]}, " prop_2 ": {"span": [33, 52], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 5342, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "set", "to", "signal_2_n", "takes", "place", "then", "the", "following", "condition", "holds", ":", "the", "signal_3_n", "signal", "has", "to", "be", "above", "94.2", "and", "uninterruptedly", "this", "scenario", "should", "remain", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "signal_3_n", "more", "94.2", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "and", "uninterruptedly", "this", "scenario", "should", "remain", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 29], "prop": [["signal_3_n", ">", "94.2"]]}}} {"id": 1789, "sentence": ["In", "the", "case", "the", "signal_1_n", "signal", "is", "no", "more", "than", "55.5", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "the", "mode", "of", "signal_2_n", "must", "not", "be", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "55.5", "imply", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 11], "prop": [["signal_1_n", "<=", "55.5"]]}, " prop_2 ": {"span": [21, 29], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 5924, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "changed", "to", "70.5", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "the", "event", "that", "the", "value", "of", "signal_3_n", "goes", "down", "to", "lower", "than", "86.3", "needs", "to", "happen", "at", "a", "time", "in", "the", "future", ",", "until", "then", "the", "signal_2_n", "signal", "needs", "to", "remain", "greater", "than", "or", "equal", "to", "60.7", "all", "the", "time", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "70.5", ")", "imply", "(", "signal_2_n", "more equal", "60.7", ")", "until", "(", "rise", "(", "signal_3_n", "less", "86.3", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "ultimately", "the", "event", "that", "(", "prop_2", ")", "needs", "to", "happen", "at", "a", "time", "in", "the", "future", ",", "until", "then", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "70.5", ")"]]}, " prop_2 ": {"span": [34, 44], "prop": [["rise", "(", "signal_3_n", "<", "86.3", ")"]]}, " prop_3 ": {"span": [56, 71], "prop": [["signal_2_n", ">=", "60.7"]]}}} {"id": 1442, "sentence": ["Globally", ",", "if", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "55.0", "and", "less", "than", "or", "equal", "to", "98.5", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "or", "equal", "to", "66.9", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "event", "that", "signal_3_n", "is", "shifted", "to", "70.0", "gets", "detected", "or", "at", "the", "same", "time", "the", "mode", "of", "signal", "signal_4_n", "should", "be", "set", "to", "signal_5_n", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "55.0", "and", "signal_1_n", "less equal", "98.5", ")", "and", "signal_2_n", "less equal", "66.9", "imply", "rise", "(", "signal_3_n", "math equal", "70.0", ")", "or", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "starting", "without", "any", "delay", "the", "event", "that", "(", "prop_3", ")", "gets", "detected", "or", "at", "the", "same", "time", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [3, 18], "prop": [["signal_1_n", ">=", "55.0"], ["signal_1_n", "<=", "98.5"]]}, " prop_2 ": {"span": [19, 30], "prop": [["signal_2_n", "<=", "66.9"]]}, " prop_3 ": {"span": [47, 52], "prop": [["rise", "(", "signal_3_n", "==", "70.0", ")"]]}, " prop_4 ": {"span": [59, 69], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 440, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "value", "of", "signal", "signal_1_n", "is", "larger", "than", "91.6", "and", "less", "than", "97.4", "and", "the", "scenario", "that", "signal_2_n", "becomes", "greater", "than", "or", "equal", "to", "86.1", "happens", "then", "in", "response", "at", "the", "same", "time", "instant", "the", "value", "of", "signal", "signal_3_n", "ought", "to", "be", "less", "than", "or", "equal", "to", "80.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "91.6", "and", "signal_1_n", "less", "97.4", ")", "and", "rise", "(", "signal_2_n", "more equal", "86.1", ")", "imply", "signal_3_n", "less equal", "80.6", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "happens", "then", "in", "response", "at", "the", "same", "time", "instant", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["signal_1_n", ">", "91.6"], ["signal_1_n", "<", "97.4"]]}, " prop_2 ": {"span": [24, 32], "prop": [["rise", "(", "signal_2_n", ">=", "86.1", ")"]]}, " prop_3 ": {"span": [41, 55], "prop": [["signal_3_n", "<=", "80.6"]]}}} {"id": 963, "sentence": ["Globally", ",", "if", "the", "value", "of", "signal_1_n", "is", "less", "than", "or", "equal", "to", "39.1", ",", "then", "in", "no", "time", "the", "transition", "action", "that", "the", "value", "of", "signal_2_n", "becomes", "over", "49.3", "will", "have", "to", "be", "detected", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "39.1", "imply", "rise", "(", "signal_2_n", "more", "49.3", ")", ")"], "logic_sentence": ["Globally", ",", "if", "(", "prop_1", ")", ",", "then", "in", "no", "time", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "have", "to", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [3, 14], "prop": [["signal_1_n", "<=", "39.1"]]}, " prop_2 ": {"span": [23, 30], "prop": [["rise", "(", "signal_2_n", ">", "49.3", ")"]]}}} {"id": 6011, "sentence": ["Whenever", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "or", "equal", "to", "98.1", "is", "observed", ",", "then", "in", "response", "simultaneously", "the", "mode", "of", "signal_2_n", "should", "be", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "98.1", ")", "imply", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["Whenever", "the", "scenario", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "in", "response", "simultaneously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 12], "prop": [["rise", "(", "signal_1_n", ">=", "98.1", ")"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 283, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "the", "signal_1_n", "signal", "starts", "not", "equaling", "to", "11.2", "gets", "detected", ",", "or", "signal_2_n", "is", "62.0", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal", "signal_3_n", "must", "be", "larger", "than", "57.3", "and", "then", "this", "condition", "has", "continued", "all", "the", "time", "during", "the", "elapsed", "46", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "11.2", ")", "or", "signal_2_n", "math equal", "62.0", "imply", "historically", "[0,46]", "(", "signal_3_n", "more", "57.3", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "gets", "detected", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", "and", "then", "this", "condition", "has", "continued", "all", "the", "time", "during", "the", "elapsed", "46", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "hist|ically", "[", "0", ":", "46", "]", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 16], "prop": [["fall", "(", "signal_1_n", "==", "11.2", ")"]]}, " prop_2 ": {"span": [20, 23], "prop": [["signal_2_n", "==", "62.0"]]}, " prop_3 ": {"span": [30, 40], "prop": [["signal_3_n", ">", "57.3"]]}}} {"id": 1002, "sentence": ["In", "the", "future", "till", "the", "execution", "ends", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "must", "stay", "below", "81.2", "and", "continuously", "the", "mode", "of", "signal", "signal_2_n", "should", "n't", "be", "set", "to", "signal_3_n", "."], "ltl": ["globally", "(", "signal_1_n", "less", "81.2", "and", "negation", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "future", "till", "(", "prop_1", ")", "and", "continuously", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 18], "prop": [["signal_1_n", "<", "81.2"]]}, " prop_2 ": {"span": [20, 31], "prop": [["-", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 358, "sentence": ["There", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "be", "eventually", "more", "than", "26.4", "or", "finally", "the", "value", "of", "signal", "signal_2_n", "sha", "n't", "be", "equal", "to", "34.4", "."], "ltl": ["finally", "(", "signal_1_n", "more", "26.4", "or", "negation", "(", "signal_2_n", "math equal", "34.4", ")", ")"], "logic_sentence": ["There", "has", "to", "be", "sometime", "in", "the", "future", "before", "the", "execution", "ends", ",", "at", "which", "(", "prop_1", ")", "or", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [15, 26], "prop": [["signal_1_n", ">", "26.4"]]}, " prop_2 ": {"span": [28, 39], "prop": [["-", "(", "signal_2_n", "==", "34.4", ")"]]}}} {"id": 4728, "sentence": ["There", "will", "exist", "a", "certain", "moment", "in", "the", "future", "finally", ",", "at", "which", "the", "mode", "of", "signal", "signal_1_n", "will", "have", "to", "be", "signal_2_n", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "exist", "a", "certain", "moment", "in", "the", "future", "finally", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [13, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2798, "sentence": ["Globally", ",", "in", "case", "that", "the", "value", "of", "signal", "signal_1_n", "is", "42.6", ",", "then", "in", "response", "in", "the", "past", "1", "to", "3", "time", "units", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "continuously", "keep", "equal", "to", "61.1", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "42.6", "imply", "historically", "[1,3]", "(", "signal_2_n", "math equal", "61.1", ")", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "(", "prop_1", ")", ",", "then", "in", "response", "in", "the", "past", "1", "to", "3", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "hist|ically", "[", "1", ":", "3", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["signal_1_n", "==", "42.6"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", "==", "61.1"]]}}} {"id": 382, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "first", "19", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "to", "less", "than", "or", "equal", "to", "74.2", "should", "be", "finally", "observed", "and", "the", "value", "of", "signal", "signal_2_n", "will", "have", "to", "be", "smaller", "than", "97.9", "eventually", "."], "ltl": ["finally", "[0,19]", "(", "rise", "(", "signal_1_n", "less equal", "74.2", ")", "and", "signal_2_n", "less", "97.9", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "instant", "in", "the", "first", "19", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "should", "be", "finally", "observed", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "19", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 33], "prop": [["rise", "(", "signal_1_n", "<=", "74.2", ")"]]}, " prop_2 ": {"span": [38, 51], "prop": [["signal_2_n", "<", "97.9"]]}}} {"id": 522, "sentence": ["Globally", ",", "during", "the", "interval", "that", "signal_1_n", "is", "not", "no", "more", "than", "37.3", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "in", "signal_3_n", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "the", "signal_4_n", "signal", "ought", "n't", "to", "be", "greater", "than", "or", "equal", "to", "81.3", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "less equal", "37.3", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "negation", "(", "signal_4_n", "more equal", "81.3", ")", ")"], "logic_sentence": ["Globally", ",", "during", "the", "interval", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "starting", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["-", "(", "signal_1_n", "<=", "37.3", ")"]]}, " prop_2 ": {"span": [14, 22], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [34, 47], "prop": [["-", "(", "signal_4_n", ">=", "81.3", ")"]]}}} {"id": 6083, "sentence": ["At", "a", "certain", "moment", "during", "the", "first", "0", "to", "37", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_1_n", "will", "have", "to", "be", "larger", "than", "4.8", "and", "less", "than", "46.7", "."], "ltl": ["finally", "[0,37]", "(", "signal_1_n", "more", "4.8", "and", "signal_1_n", "less", "46.7", ")"], "logic_sentence": ["At", "a", "certain", "moment", "during", "the", "first", "0", "to", "37", "time", "units", ",", "finally", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "37", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [14, 30], "prop": [["signal_1_n", ">", "4.8"], ["signal_1_n", "<", "46.7"]]}}} {"id": 225, "sentence": ["It", "is", "always", "the", "case", "that", "when", "the", "state", "of", "signal_1_n", "has", "kept", "in", "signal_2_n", "within", "the", "last", "8", "to", "12", "time", "units", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "the", "value", "of", "signal", "signal_3_n", "must", "be", "less", "than", "or", "equal", "to", "49.0", "for", "every", "time", "point", "in", "the", "next", "93", "time", "units", "."], "ltl": ["globally", "(", "historically", "[8,12]", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,93]", "(", "signal_3_n", "less equal", "49.0", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "hist|ically", "[", "8", ":", "12", "]", "(", "prop_1", ")", "->", "G", "[", "0", ":", "93", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 23], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [32, 55], "prop": [["signal_3_n", "<=", "49.0"]]}}} {"id": 637, "sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "20", "time", "units", ",", "at", "which", "the", "signal_1_n", "signal", "is", "finally", "greater", "than", "or", "equal", "to", "87.4", ",", "and", "signal_2_n", "ought", "to", "be", "at", "most", "42.8", "ultimately", "."], "ltl": ["finally", "[0,20]", "(", "signal_1_n", "more equal", "87.4", "and", "signal_2_n", "less equal", "42.8", ")"], "logic_sentence": ["There", "will", "have", "to", "be", "a", "certain", "time", "instant", "during", "the", "first", "20", "time", "units", ",", "at", "which", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "20", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [18, 29], "prop": [["signal_1_n", ">=", "87.4"]]}, " prop_2 ": {"span": [31, 39], "prop": [["signal_2_n", "<=", "42.8"]]}}} {"id": 6235, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "value", "of", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "60.5", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "in", "the", "subsequent", "77", "time", "units", ",", "the", "value", "of", "signal_2_n", "will", "be", "consecutively", "equaling", "to", "54.1", "for", "each", "time", "instant", "within", "the", "coming", "61", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "60.5", ")", "imply", "finally", "[0,77]", "(", "globally", "[0,61]", "(", "signal_2_n", "math equal", "54.1", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "(", "prop_1", ")", "then", "the", "following", "condition", "is", "true", ":", "after", "a", "certain", "moment", "in", "the", "subsequent", "77", "time", "units", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "77", "]", "(", "G", "[", "0", ":", "61", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [9, 22], "prop": [["rise", "(", "signal_1_n", ">=", "60.5", ")"]]}, " prop_2 ": {"span": [40, 60], "prop": [["signal_2_n", "==", "54.1"]]}}} {"id": 1252, "sentence": ["Everytime", "when", "the", "signal_1_n", "signal", "stays", "greater", "than", "26.1", "and", "below", "61.7", "and", "the", "scenario", "that", "the", "value", "of", "signal_2_n", "changes", "to", "62.6", "is", "observed", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "signal_3_n", "shall", "be", "76.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "26.1", "and", "signal_1_n", "less", "61.7", ")", "and", "rise", "(", "signal_2_n", "math equal", "62.6", ")", "imply", "signal_3_n", "math equal", "76.6", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "and", "the", "scenario", "that", "(", "prop_2", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "in", "no", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [2, 12], "prop": [["signal_1_n", ">", "26.1"], ["signal_1_n", "<", "61.7"]]}, " prop_2 ": {"span": [16, 23], "prop": [["rise", "(", "signal_2_n", "==", "62.6", ")"]]}, " prop_3 ": {"span": [34, 38], "prop": [["signal_3_n", "==", "76.6"]]}}} {"id": 2477, "sentence": ["The", "value", "of", "signal_1_n", "ought", "to", "remain", "on", "13.9", "without", "interruption", "for", "every", "time", "instant", "during", "the", "first", "10", "time", "units", "."], "ltl": ["globally", "[0,10]", "(", "signal_1_n", "math equal", "13.9", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "10", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 21], "prop": [["signal_1_n", "==", "13.9"]]}}} {"id": 4682, "sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "signal_1_n", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "7.1", "takes", "place", ",", "then", "ultimately", "there", "exists", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "for", "each", "moment", "within", "the", "next", "80", "time", "units", "the", "mode", "of", "signal", "signal_2_n", "must", "consistently", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "7.1", ")", "imply", "finally", "(", "globally", "[0,80]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "ultimately", "there", "exists", "sometime", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "for", "each", "moment", "within", "the", "next", "80", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "[", "0", ":", "80", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 17], "prop": [["rise", "(", "signal_1_n", ">=", "7.1", ")"]]}, " prop_2 ": {"span": [46, 56], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 58, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "changes", "to", "98.9", "takes", "place", "then", "in", "response", "at", "the", "same", "time", "signal_2_n", "will", "have", "to", "be", "less", "than", "or", "equal", "to", "36.7", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "98.9", ")", "imply", "signal_2_n", "less equal", "36.7", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", "then", "in", "response", "at", "the", "same", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 17], "prop": [["rise", "(", "signal_1_n", "==", "98.9", ")"]]}, " prop_2 ": {"span": [26, 37], "prop": [["signal_2_n", "<=", "36.7"]]}}} {"id": 3995, "sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "71", "to", "88", "time", "units", ",", "at", "which", "ultimately", "the", "mode", "of", "signal", "signal_1_n", "is", "set", "to", "signal_2_n", "."], "ltl": ["finally", "[71,88]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["There", "will", "have", "to", "exist", "a", "certain", "time", "point", "within", "71", "to", "88", "time", "units", ",", "at", "which", "ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "71", ":", "88", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [19, 28], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 124, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "the", "mode", "of", "signal", "signal_1_n", "gets", "changed", "to", "signal_2_n", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "finally", "signal_3_n", "should", "be", "above", "85.6", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "(", "finally", "(", "signal_3_n", "more", "85.6", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "till", "the", "execution", "ends", ",", "there", "exists", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [12, 21], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [57, 62], "prop": [["signal_3_n", ">", "85.6"]]}}} {"id": 684, "sentence": ["For", "each", "time", "instant", "during", "the", "first", "25", "to", "99", "time", "units", ",", "the", "value", "of", "signal", "signal_1_n", "should", "remain", "higher", "than", "49.0", "and", "less", "than", "79.7", "uninterruptedly", ",", "or", "the", "mode", "of", "signal_2_n", "needs", "to", "always", "keep", "in", "signal_3_n", "."], "ltl": ["globally", "[25,99]", "(", "(", "signal_1_n", "more", "49.0", "and", "signal_1_n", "less", "79.7", ")", "or", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["For", "each", "time", "instant", "during", "the", "first", "25", "to", "99", "time", "units", ",", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "25", ":", "99", "]", "(", "(", "prop_1", "&", "prop_1", ")", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [13, 28], "prop": [["signal_1_n", ">", "49.0"], ["signal_1_n", "<", "79.7"]]}, " prop_2 ": {"span": [30, 40], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 539, "sentence": ["For", "every", "time", "point", "within", "the", "first", "25", "to", "46", "time", "units", "signal_1_n", "has", "to", "stay", "equal", "to", "3.2", "consistently", "."], "ltl": ["globally", "[25,46]", "(", "signal_1_n", "math equal", "3.2", ")"], "logic_sentence": ["For", "every", "time", "point", "within", "the", "first", "25", "to", "46", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "25", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [12, 20], "prop": [["signal_1_n", "==", "3.2"]]}}} {"id": 4116, "sentence": ["Whenever", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "goes", "down", "to", "less", "than", "71.2", "occurs", ",", "and", "the", "state", "of", "signal", "signal_2_n", "is", "set", "to", "signal_3_n", "then", "in", "response", "within", "the", "last", "32", "time", "units", "the", "value", "of", "signal_4_n", "needs", "to", "keep", "within", "the", "closed", "interval", "-LSB-", "0.3", ",", "0.4", "-RSB-", "consecutively", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "71.2", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "historically", "[0,32]", "(", "signal_4_n", "more equal", "0.3", "and", "signal_4_n", "less equal", "0.4", ")", ")"], "logic_sentence": ["Whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "occurs", ",", "and", "(", "prop_2", ")", "then", "in", "response", "within", "the", "last", "32", "time", "units", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "hist|ically", "[", "0", ":", "32", "]", "(", "prop_3", "&", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 15], "prop": [["rise", "(", "signal_1_n", "<", "71.2", ")"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [36, 53], "prop": [["signal_4_n", ">=", "0.3"], ["signal_4_n", "<=", "0.4"]]}}} {"id": 1008, "sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "53", "time", "units", "the", "value", "of", "signal_1_n", "ought", "to", "be", "ultimately", "greater", "than", "or", "equal", "to", "72.9", "and", "at", "most", "90.9", "."], "ltl": ["finally", "[0,53]", "(", "signal_1_n", "more equal", "72.9", "and", "signal_1_n", "less equal", "90.9", ")"], "logic_sentence": ["At", "a", "certain", "time", "instant", "in", "the", "first", "53", "time", "units", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "53", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 29], "prop": [["signal_1_n", ">=", "72.9"], ["signal_1_n", "<=", "90.9"]]}}} {"id": 3755, "sentence": ["In", "the", "case", "the", "value", "of", "signal", "signal_1_n", "stays", "equal", "to", "24.0", "and", "the", "value", "of", "signal_2_n", "is", "less", "than", "42.0", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "the", "value", "of", "signal_3_n", "is", "instantly", "larger", "than", "8.3", "and", "lower", "than", "11.5", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "24.0", "and", "signal_2_n", "less", "42.0", "imply", "signal_3_n", "more", "8.3", "and", "signal_3_n", "less", "11.5", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "24.0"]]}, " prop_2 ": {"span": [13, 21], "prop": [["signal_2_n", "<", "42.0"]]}, " prop_3 ": {"span": [30, 43], "prop": [["signal_3_n", ">", "8.3"], ["signal_3_n", "<", "11.5"]]}}} {"id": 2219, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "72.0", ",", "then", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "simulation", "ends", "the", "scenario", "that", "signal_2_n", "jumps", "to", "greater", "than", "or", "equal", "to", "43.0", "will", "have", "to", "happen", "at", "a", "certain", "moment", "during", "the", "coming", "31", "to", "36", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "72.0", "imply", "globally", "(", "finally", "[31,36]", "(", "rise", "(", "signal_2_n", "more equal", "43.0", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "then", "for", "each", "time", "instant", "in", "the", "future", "until", "the", "simulation", "ends", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "happen", "at", "a", "certain", "moment", "during", "the", "coming", "31", "to", "36", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "31", ":", "36", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 17], "prop": [["signal_1_n", "==", "72.0"]]}, " prop_2 ": {"span": [33, 42], "prop": [["rise", "(", "signal_2_n", ">=", "43.0", ")"]]}}} {"id": 1040, "sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "signal_1_n", "deviates", "from", "signal_2_n", "gets", "detected", ",", "then", "in", "response", "the", "signal_3_n", "signal", "should", "be", "signal_4_n", "and", "then", "consecutively", "this", "condition", "shall", "remain", "for", "the", "first", "99", "time", "units", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[0,99]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "in", "case", "that", "the", "transition", "action", "that", "(", "prop_1", ")", "gets", "detected", ",", "then", "in", "response", "(", "prop_2", ")", "and", "then", "consecutively", "this", "condition", "shall", "remain", "for", "the", "first", "99", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "99", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [13, 17], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [23, 29], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 299, "sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "the", "signal_1_n", "signal", "will", "be", "set", "to", "signal_2_n", ",", "and", "the", "signal_3_n", "signal", "shall", "stay", "in", "signal_4_n", "uninterruptedly", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "math equal", "signal_4_n", ")"], "logic_sentence": ["In", "the", "future", "till", "the", "end", "of", "the", "simulation", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [9, 17], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [19, 27], "prop": [["signal_3_n", "==", "signal_4_n"]]}}} {"id": 5000, "sentence": ["At", "a", "time", "within", "88", "time", "units", ",", "signal_1_n", "is", "set", "to", "signal_2_n", "finally", "and", "the", "value", "of", "signal_3_n", "shall", "be", "less", "than", "or", "equal", "to", "83.9", "ultimately", "."], "ltl": ["finally", "[0,88]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "less equal", "83.9", ")"], "logic_sentence": ["At", "a", "time", "within", "88", "time", "units", ",", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "0", ":", "88", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [15, 28], "prop": [["signal_3_n", "<=", "83.9"]]}}} {"id": 206, "sentence": ["The", "mode", "of", "signal_1_n", "ought", "to", "be", "always", "set", "to", "signal_2_n", "for", "each", "moment", "within", "79", "time", "units", "."], "ltl": ["globally", "[0,79]", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "79", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [0, 18], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 2242, "sentence": ["During", "the", "interval", "that", "the", "event", "that", "the", "state", "of", "signal", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "is", "not", "detected", ",", "and", "the", "state", "of", "signal_3_n", "is", "not", "signal_4_n", "then", "the", "following", "condition", "holds", ":", "the", "state", "of", "signal_5_n", "ought", "to", "be", "in", "signal_6_n", "instantly", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["During", "the", "interval", "that", "the", "event", "that", "(", "prop_1", ")", "is", "not", "detected", ",", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 28], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [34, 44], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 321, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "value", "of", "signal_1_n", "keeps", "no", "more", "than", "39.6", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "subsequent", "60", "time", "units", ",", "ultimately", "at", "a", "certain", "time", "point", "during", "the", "coming", "83", "time", "units", ",", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "crosses", "53.5", "wo", "n't", "happen", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "39.6", "imply", "globally", "[0,60]", "(", "finally", "[0,83]", "(", "negation", "rise", "(", "signal_2_n", "more", "53.5", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "(", "prop_1", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "point", "within", "the", "subsequent", "60", "time", "units", ",", "ultimately", "at", "a", "certain", "time", "point", "during", "the", "coming", "83", "time", "units", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "wo", "n't", "happen", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "60", "]", "(", "F", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 16], "prop": [["signal_1_n", "<=", "39.6"]]}, " prop_2 ": {"span": [53, 60], "prop": [["-", "rise", "(", "signal_2_n", ">", "53.5", ")"]]}}} {"id": 5076, "sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "the", "signal_1_n", "signal", "gets", "shifted", "to", "signal_2_n", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "the", "first", "61", "time", "units", "the", "value", "of", "signal_3_n", "ought", "to", "be", "above", "23.1", "and", "smaller", "than", "27.2", "and", "this", "scenario", "should", "last", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "coming", "35", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,61]", "(", "globally", "[0,35]", "(", "signal_3_n", "more", "23.1", "and", "signal_3_n", "less", "27.2", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "occurs", ",", "then", "the", "following", "condition", "is", "true", ":", "at", "a", "time", "within", "the", "first", "61", "time", "units", "(", "prop_2", ")", "and", "this", "scenario", "should", "last", "all", "the", "time", "for", "each", "time", "instant", "within", "the", "coming", "35", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "61", "]", "(", "G", "[", "0", ":", "35", "]", "(", "prop_2", "&", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 17], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 48], "prop": [["signal_3_n", ">", "23.1"], ["signal_3_n", "<", "27.2"]]}}} {"id": 2245, "sentence": ["In", "the", "case", "the", "scenario", "that", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "is", "n't", "observed", "and", "the", "mode", "of", "signal_3_n", "is", "n't", "set", "to", "signal_4_n", ",", "then", "in", "response", "the", "signal_5_n", "signal", "should", "be", "instantly", "signal_6_n", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "and", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", "imply", "signal_5_n", "math equal", "signal_6_n", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "is", "n't", "observed", "and", "(", "prop_2", ")", ",", "then", "in", "response", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["-", "fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [15, 24], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [28, 35], "prop": [["signal_5_n", "==", "signal_6_n"]]}}} {"id": 2378, "sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "signal_1_n", "decreases", "below", "31.3", "takes", "place", ",", "then", "in", "response", "for", "every", "time", "point", "within", "67", "time", "units", ",", "finally", "the", "value", "of", "signal_2_n", "needs", "to", "be", "less", "than", "29.7", "at", "sometime", "within", "the", "next", "11", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "31.3", ")", "imply", "globally", "[0,67]", "(", "finally", "[0,11]", "(", "signal_2_n", "less", "29.7", ")", ")", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "the", "transition", "action", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "in", "response", "for", "every", "time", "point", "within", "67", "time", "units", ",", "finally", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "0", ":", "67", "]", "(", "F", "[", "0", ":", "11", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [8, 12], "prop": [["rise", "(", "signal_1_n", "<", "31.3", ")"]]}, " prop_2 ": {"span": [28, 46], "prop": [["signal_2_n", "<", "29.7"]]}}} {"id": 2601, "sentence": ["Within", "28", "time", "units", "the", "signal_1_n", "signal", "must", "be", "less", "than", "or", "equal", "to", "89.9", "continuously", ",", "or", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "uninterruptedly", "38.1", "."], "ltl": ["globally", "[0,28]", "(", "signal_1_n", "less equal", "89.9", "or", "signal_2_n", "math equal", "38.1", ")"], "logic_sentence": ["Within", "28", "time", "units", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "28", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", "<=", "89.9"]]}, " prop_2 ": {"span": [18, 27], "prop": [["signal_2_n", "==", "38.1"]]}}} {"id": 4919, "sentence": ["There", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "event", "that", "the", "mode", "of", "signal_1_n", "is", "shifted", "to", "signal_2_n", "does", "not", "take", "place", "eventually", ",", "or", "the", "value", "of", "signal", "signal_3_n", "is", "less", "than", "or", "equal", "to", "5.1", "."], "ltl": ["finally", "(", "negation", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "or", "signal_3_n", "less equal", "5.1", ")"], "logic_sentence": ["There", "shall", "be", "a", "certain", "time", "instant", "in", "the", "future", ",", "at", "which", "the", "event", "that", "(", "prop_1", ")", "does", "not", "take", "place", "eventually", ",", "or", "(", "prop_2", ")", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 24], "prop": [["-", "rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [31, 43], "prop": [["signal_3_n", "<=", "5.1"]]}}} {"id": 1911, "sentence": ["When", "the", "transition", "action", "that", "signal_1_n", "goes", "down", "to", "less", "than", "77.9", "is", "detected", ",", "then", "for", "every", "time", "instant", "within", "the", "following", "8", "to", "34", "time", "units", ",", "at", "a", "certain", "moment", "within", "24", "to", "65", "time", "units", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "changes", "to", "signal_3_n", "has", "to", "be", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "77.9", ")", "imply", "globally", "[8,34]", "(", "finally", "[24,65]", "(", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "for", "every", "time", "instant", "within", "the", "following", "8", "to", "34", "time", "units", ",", "at", "a", "certain", "moment", "within", "24", "to", "65", "time", "units", "the", "scenario", "that", "(", "prop_2", ")", "has", "to", "be", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "8", ":", "34", "]", "(", "F", "[", "24", ":", "65", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 12], "prop": [["rise", "(", "signal_1_n", "<", "77.9", ")"]]}, " prop_2 ": {"span": [42, 50], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 1239, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "starts", "deviating", "from", "signal_2_n", "happens", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "the", "signal_3_n", "signal", "will", "be", "equal", "to", "12.8", "and", "then", "this", "condition", "will", "be", "consecutively", "remaining", "in", "the", "future", "till", "the", "execution", "ends", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "globally", "(", "signal_3_n", "math equal", "12.8", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "happens", "then", "in", "response", "at", "a", "certain", "time", "instant", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_2", ")", "and", "then", "this", "condition", "will", "be", "consecutively", "remaining", "in", "the", "future", "till", "the", "execution", "ends", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "G", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [35, 43], "prop": [["signal_3_n", "==", "12.8"]]}}} {"id": 1617, "sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "gets", "to", "greater", "than", "or", "equal", "to", "37.0", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "instant", "starting", "between", "9", "to", "23", "time", "units", "eventually", "the", "signal_2_n", "signal", "wo", "n't", "be", "less", "than", "or", "equal", "to", "67.9", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "37.0", ")", "imply", "globally", "(", "finally", "[9,23]", "(", "negation", "(", "signal_2_n", "less equal", "67.9", ")", ")", ")", ")"], "logic_sentence": ["Globally", ",", "if", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", "then", "all", "of", "the", "following", "conditions", "hold", ":", "for", "every", "time", "instant", "in", "the", "future", "until", "the", "end", "of", "the", "simulation", "at", "a", "certain", "time", "instant", "starting", "between", "9", "to", "23", "time", "units", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "[", "9", ":", "23", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 20], "prop": [["rise", "(", "signal_1_n", ">=", "37.0", ")"]]}, " prop_2 ": {"span": [56, 68], "prop": [["-", "(", "signal_2_n", "<=", "67.9", ")"]]}}} {"id": 2855, "sentence": ["On", "condition", "that", "the", "value", "of", "signal_1_n", "is", "within", "the", "interval", "-LRB-", "65.3", ",", "66.3", "-RRB-", "and", "signal_2_n", "is", "at", "most", "37.7", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "signal_3_n", "signal", "is", "n't", "lower", "than", "4.7", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more", "65.3", "and", "signal_1_n", "less", "66.3", ")", "and", "signal_2_n", "less equal", "37.7", "imply", "finally", "(", "negation", "(", "signal_3_n", "less", "4.7", ")", ")", ")"], "logic_sentence": ["On", "condition", "that", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "needs", "to", "be", "ultimately", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", "->", "F", "(", "prop_3", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 16], "prop": [["signal_1_n", ">", "65.3"], ["signal_1_n", "<", "66.3"]]}, " prop_2 ": {"span": [17, 22], "prop": [["signal_2_n", "<=", "37.7"]]}, " prop_3 ": {"span": [51, 59], "prop": [["-", "(", "signal_3_n", "<", "4.7", ")"]]}}} {"id": 4312, "sentence": ["For", "every", "moment", "during", "the", "first", "70", "time", "units", ",", "signal_1_n", "needs", "to", "consecutively", "stay", "less", "than", "or", "equal", "to", "68.0", "."], "ltl": ["globally", "[0,70]", "(", "signal_1_n", "less equal", "68.0", ")"], "logic_sentence": ["For", "every", "moment", "during", "the", "first", "70", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "70", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 21], "prop": [["signal_1_n", "<=", "68.0"]]}}} {"id": 638, "sentence": ["Globally", ",", "when", "the", "scenario", "that", "the", "signal_1_n", "signal", "goes", "down", "to", "smaller", "than", "25.8", "occurs", "then", "in", "response", "eventually", "there", "must", "be", "a", "certain", "moment", "in", "the", "coming", "23", "time", "units", ",", "at", "which", "the", "event", "that", "the", "value", "of", "signal", "signal_2_n", "gets", "to", "no", "less", "than", "75.9", "shall", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less", "25.8", ")", "imply", "finally", "[0,23]", "(", "rise", "(", "signal_2_n", "more equal", "75.9", ")", ")", ")"], "logic_sentence": ["Globally", ",", "when", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "in", "response", "eventually", "there", "must", "be", "a", "certain", "moment", "in", "the", "coming", "23", "time", "units", ",", "at", "which", "the", "event", "that", "(", "prop_2", ")", "shall", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "23", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<", "25.8", ")"]]}, " prop_2 ": {"span": [38, 49], "prop": [["rise", "(", "signal_2_n", ">=", "75.9", ")"]]}}} {"id": 122, "sentence": ["There", "exists", "a", "certain", "time", "instant", "during", "the", "first", "59", "to", "62", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal_1_n", "gets", "shifted", "to", "43.4", "will", "have", "to", "take", "place", "ultimately", ",", "or", "eventually", "the", "value", "of", "signal_2_n", "is", "above", "83.5", "."], "ltl": ["finally", "[59,62]", "(", "rise", "(", "signal_1_n", "math equal", "43.4", ")", "or", "signal_2_n", "more", "83.5", ")"], "logic_sentence": ["There", "exists", "a", "certain", "time", "instant", "during", "the", "first", "59", "to", "62", "time", "units", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_1", ")", "will", "have", "to", "take", "place", "ultimately", ",", "or", "eventually", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "59", ":", "62", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [21, 29], "prop": [["rise", "(", "signal_1_n", "==", "43.4", ")"]]}, " prop_2 ": {"span": [38, 45], "prop": [["signal_2_n", ">", "83.5"]]}}} {"id": 650, "sentence": ["Globally", ",", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "deviates", "from", "35.9", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "signal_2_n", "ought", "to", "be", "greater", "than", "12.5", "and", "no", "more", "than", "15.9", "in", "no", "time", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "35.9", ")", "imply", "signal_2_n", "more", "12.5", "and", "signal_2_n", "less equal", "15.9", ")"], "logic_sentence": ["Globally", ",", "when", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["fall", "(", "signal_1_n", "==", "35.9", ")"]]}, " prop_2 ": {"span": [22, 37], "prop": [["signal_2_n", ">", "12.5"], ["signal_2_n", "<=", "15.9"]]}}} {"id": 5893, "sentence": ["In", "the", "case", "the", "scenario", "that", "the", "value", "of", "signal_1_n", "shifts", "to", "0.4", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "the", "transition", "action", "that", "the", "mode", "of", "signal_2_n", "is", "changed", "to", "signal_3_n", "will", "not", "get", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "0.4", ")", "imply", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "the", "case", "the", "scenario", "that", "(", "prop_1", ")", "occurs", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "simultaneously", "the", "transition", "action", "that", "(", "prop_2", ")", "will", "not", "get", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 13], "prop": [["rise", "(", "signal_1_n", "==", "0.4", ")"]]}, " prop_2 ": {"span": [28, 36], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 3145, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "signal_1_n", "signal", "is", "equal", "to", "32.6", ",", "and", "the", "value", "of", "signal", "signal_2_n", "goes", "to", "greater", "than", "or", "equal", "to", "48.8", ",", "then", "the", "following", "condition", "is", "true", ":", "the", "value", "of", "signal_3_n", "will", "have", "to", "be", "bigger", "than", "89.2", "at", "once", ",", "and", "promptly", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_4_n", "deviates", "from", "2.1", "ought", "to", "get", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "32.6", "and", "rise", "(", "signal_2_n", "more equal", "48.8", ")", "imply", "signal_3_n", "more", "89.2", "and", "fall", "(", "signal_4_n", "math equal", "2.1", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", ",", "then", "the", "following", "condition", "is", "true", ":", "(", "prop_3", ")", ",", "and", "promptly", "the", "transition", "action", "that", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [8, 15], "prop": [["signal_1_n", "==", "32.6"]]}, " prop_2 ": {"span": [17, 30], "prop": [["rise", "(", "signal_2_n", ">=", "48.8", ")"]]}, " prop_3 ": {"span": [38, 51], "prop": [["signal_3_n", ">", "89.2"]]}, " prop_4 ": {"span": [58, 70], "prop": [["fall", "(", "signal_4_n", "==", "2.1", ")"]]}}} {"id": 504, "sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "the", "value", "of", "signal_1_n", "goes", "over", "82.0", "is", "detected", ",", "and", "the", "value", "of", "signal_2_n", "is", "n't", "less", "than", "or", "equal", "to", "34.0", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "the", "signal_3_n", "signal", "gets", "raised", "to", "greater", "than", "or", "equal", "to", "94.3", "will", "have", "to", "happen", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "82.0", ")", "and", "negation", "(", "signal_2_n", "less equal", "34.0", ")", "imply", "rise", "(", "signal_3_n", "more equal", "94.3", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "everytime", "when", "the", "event", "that", "(", "prop_1", ")", "is", "detected", ",", "and", "(", "prop_2", ")", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "the", "event", "that", "(", "prop_3", ")", "will", "have", "to", "happen", "without", "any", "delay", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["rise", "(", "signal_1_n", ">", "82.0", ")"]]}, " prop_2 ": {"span": [22, 34], "prop": [["-", "(", "signal_2_n", "<=", "34.0", ")"]]}, " prop_3 ": {"span": [46, 58], "prop": [["rise", "(", "signal_3_n", ">=", "94.3", ")"]]}}} {"id": 168, "sentence": ["As", "soon", "as", "the", "value", "of", "signal_1_n", "is", "65.5", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "following", "63", "time", "units", ",", "the", "value", "of", "signal", "signal_2_n", "sha", "n't", "be", "54.0", "and", "this", "condition", "needs", "to", "uninterruptedly", "remain", "during", "the", "subsequent", "83", "time", "units", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "65.5", "imply", "finally", "[0,63]", "(", "globally", "[0,83]", "(", "negation", "(", "signal_2_n", "math equal", "54.0", ")", ")", ")", ")"], "logic_sentence": ["As", "soon", "as", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "at", "a", "certain", "time", "point", "in", "the", "following", "63", "time", "units", ",", "(", "prop_2", ")", "and", "this", "condition", "needs", "to", "uninterruptedly", "remain", "during", "the", "subsequent", "83", "time", "units", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "63", "]", "(", "G", "[", "0", ":", "83", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 9], "prop": [["signal_1_n", "==", "65.5"]]}, " prop_2 ": {"span": [28, 37], "prop": [["-", "(", "signal_2_n", "==", "54.0", ")"]]}}} {"id": 830, "sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "signal_1_n", "will", "have", "to", "be", "consecutively", "no", "more", "than", "65.0", ",", "and", "the", "state", "of", "signal", "signal_2_n", "needs", "to", "stay", "in", "signal_3_n", "continuously", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "65.0", "and", "signal_2_n", "math equal", "signal_3_n", ")"], "logic_sentence": ["In", "the", "future", "until", "the", "execution", "ends", ",", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 18], "prop": [["signal_1_n", "<=", "65.0"]]}, " prop_2 ": {"span": [20, 31], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3572, "sentence": ["For", "each", "time", "point", "within", "the", "first", "14", "to", "78", "time", "units", "the", "state", "of", "signal_1_n", "will", "have", "to", "stay", "in", "signal_2_n", "without", "interruption", "and", "the", "signal_3_n", "signal", "ought", "to", "always", "remain", "no", "less", "than", "55.4", "."], "ltl": ["globally", "[14,78]", "(", "signal_1_n", "math equal", "signal_2_n", "and", "signal_3_n", "more equal", "55.4", ")"], "logic_sentence": ["For", "each", "time", "point", "within", "the", "first", "14", "to", "78", "time", "units", "(", "prop_1", ")", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "14", ":", "78", "]", "(", "prop_1", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [12, 24], "prop": [["signal_1_n", "==", "signal_2_n"]]}, " prop_2 ": {"span": [25, 36], "prop": [["signal_3_n", ">=", "55.4"]]}}} {"id": 1478, "sentence": ["Globally", ",", "if", "the", "event", "that", "the", "value", "of", "signal", "signal_1_n", "goes", "to", "at", "least", "61.4", "gets", "observed", ",", "and", "the", "signal_2_n", "signal", "remains", "greater", "than", "or", "equal", "to", "53.9", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "the", "value", "of", "signal", "signal_3_n", "will", "have", "to", "be", "above", "52.5", "and", "smaller", "than", "97.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "61.4", ")", "and", "signal_2_n", "more equal", "53.9", "imply", "signal_3_n", "more", "52.5", "and", "signal_3_n", "less", "97.3", ")"], "logic_sentence": ["Globally", ",", "if", "the", "event", "that", "(", "prop_1", ")", "gets", "observed", ",", "and", "(", "prop_2", ")", "then", "all", "of", "the", "following", "conditions", "hold", ":", "without", "any", "delay", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "prop_3", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [6, 16], "prop": [["rise", "(", "signal_1_n", ">=", "61.4", ")"]]}, " prop_2 ": {"span": [20, 30], "prop": [["signal_2_n", ">=", "53.9"]]}, " prop_3 ": {"span": [41, 56], "prop": [["signal_3_n", ">", "52.5"], ["signal_3_n", "<", "97.3"]]}}} {"id": 4448, "sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "the", "state", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "8", "to", "9", "time", "units", ",", "consecutively", "the", "value", "of", "signal", "signal_3_n", "has", "to", "be", "less", "than", "or", "equal", "to", "8.4", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "globally", "[8,9]", "(", "signal_3_n", "less equal", "8.4", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "scenario", "that", "(", "prop_1", ")", "takes", "place", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "point", "during", "the", "first", "8", "to", "9", "time", "units", ",", "consecutively", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "[", "8", ":", "9", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [39, 53], "prop": [["signal_3_n", "<=", "8.4"]]}}} {"id": 6062, "sentence": ["For", "every", "moment", "within", "7", "to", "27", "time", "units", ",", "consecutively", "signal_1_n", "ought", "to", "stay", "equal", "to", "21.7", "."], "ltl": ["globally", "[7,27]", "(", "signal_1_n", "math equal", "21.7", ")"], "logic_sentence": ["For", "every", "moment", "within", "7", "to", "27", "time", "units", ",", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "7", ":", "27", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 18], "prop": [["signal_1_n", "==", "21.7"]]}}} {"id": 4807, "sentence": ["Everytime", "when", "signal_1_n", "is", "greater", "than", "45.3", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "the", "value", "of", "signal", "signal_2_n", "shall", "be", "no", "more", "than", "44.3", "ultimately", "."], "ltl": ["globally", "(", "signal_1_n", "more", "45.3", "imply", "globally", "(", "finally", "(", "signal_2_n", "less equal", "44.3", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "for", "every", "time", "instant", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "a", "certain", "time", "point", "in", "the", "future", ",", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "F", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 7], "prop": [["signal_1_n", ">", "45.3"]]}, " prop_2 ": {"span": [39, 51], "prop": [["signal_2_n", "<=", "44.3"]]}}} {"id": 5371, "sentence": ["At", "a", "certain", "moment", "within", "the", "first", "6", "to", "39", "time", "units", ",", "finally", "the", "value", "of", "signal", "signal_1_n", "shall", "deviate", "from", "10.5", ",", "or", "ultimately", "the", "value", "of", "signal_2_n", "is", "above", "51.0", "."], "ltl": ["finally", "[6,39]", "(", "fall", "(", "signal_1_n", "math equal", "10.5", ")", "or", "signal_2_n", "more", "51.0", ")"], "logic_sentence": ["At", "a", "certain", "moment", "within", "the", "first", "6", "to", "39", "time", "units", ",", "finally", "(", "prop_1", ")", ",", "or", "ultimately", "(", "prop_2", ")", "."], "logic_ltl": ["F", "[", "6", ":", "39", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [14, 23], "prop": [["fall", "(", "signal_1_n", "==", "10.5", ")"]]}, " prop_2 ": {"span": [26, 33], "prop": [["signal_2_n", ">", "51.0"]]}}} {"id": 3729, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "the", "mode", "of", "signal_1_n", "gets", "changed", "to", "signal_2_n", "is", "detected", ",", "then", "in", "response", "there", "will", "exist", "a", "certain", "time", "instant", "within", "42", "time", "units", "eventually", ",", "at", "which", "without", "interruption", "the", "mode", "of", "signal", "signal_3_n", "should", "n't", "be", "in", "signal_4_n", "for", "every", "moment", "in", "the", "subsequent", "27", "time", "units", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "[0,42]", "(", "globally", "[0,27]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", ",", "then", "in", "response", "there", "will", "exist", "a", "certain", "time", "instant", "within", "42", "time", "units", "eventually", ",", "at", "which", "without", "interruption", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "42", "]", "(", "G", "[", "0", ":", "27", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [10, 18], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [41, 60], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 821, "sentence": ["Globally", ",", "whenever", "the", "event", "that", "signal_1_n", "falls", "to", "less", "than", "or", "equal", "to", "84.1", "occurs", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "signal_2_n", "remains", "greater", "than", "40.7", "uninterruptedly", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "less equal", "84.1", ")", "imply", "globally", "(", "signal_2_n", "more", "40.7", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "event", "that", "(", "prop_1", ")", "occurs", "then", "the", "following", "condition", "is", "true", ":", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "G", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 15], "prop": [["rise", "(", "signal_1_n", "<=", "84.1", ")"]]}, " prop_2 ": {"span": [32, 38], "prop": [["signal_2_n", ">", "40.7"]]}}} {"id": 42, "sentence": ["For", "every", "moment", "within", "the", "first", "46", "time", "units", "consecutively", "signal_1_n", "is", "never", "equal", "to", "12.8", "."], "ltl": ["globally", "[0,46]", "(", "negation", "(", "signal_1_n", "math equal", "12.8", ")", ")"], "logic_sentence": ["For", "every", "moment", "within", "the", "first", "46", "time", "units", "consecutively", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "46", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["-", "(", "signal_1_n", "==", "12.8", ")"]]}}} {"id": 1623, "sentence": ["There", "exists", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "signal_1_n", "needs", "to", "be", "less", "than", "or", "equal", "to", "15.4", "or", "the", "event", "that", "the", "signal_2_n", "signal", "goes", "down", "to", "smaller", "than", "99.2", "is", "detected", "ultimately", "."], "ltl": ["finally", "(", "signal_1_n", "less equal", "15.4", "or", "rise", "(", "signal_2_n", "less", "99.2", ")", ")"], "logic_sentence": ["There", "exists", "a", "time", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "(", "prop_1", ")", "or", "the", "event", "that", "(", "prop_2", ")", "is", "detected", "ultimately", "."], "logic_ltl": ["F", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [16, 26], "prop": [["signal_1_n", "<=", "15.4"]]}, " prop_2 ": {"span": [30, 39], "prop": [["rise", "(", "signal_2_n", "<", "99.2", ")"]]}}} {"id": 6352, "sentence": ["Globally", ",", "when", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "37.0", "and", "less", "than", "or", "equal", "to", "71.1", "or", "the", "signal_2_n", "signal", "is", "in", "the", "range", "-LSB-", "14.5", ",", "57.7", "-RSB-", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "the", "value", "of", "signal_3_n", "has", "to", "be", "greater", "than", "96.0", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "37.0", "and", "signal_1_n", "less equal", "71.1", ")", "or", "(", "signal_2_n", "more equal", "14.5", "and", "signal_2_n", "less equal", "57.7", ")", "imply", "signal_3_n", "more", "96.0", ")"], "logic_sentence": ["Globally", ",", "when", "(", "prop_1", ")", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "point", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [3, 20], "prop": [["signal_1_n", ">=", "37.0"], ["signal_1_n", "<=", "71.1"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_2_n", ">=", "14.5"], ["signal_2_n", "<=", "57.7"]]}, " prop_3 ": {"span": [44, 54], "prop": [["signal_3_n", ">", "96.0"]]}}} {"id": 2198, "sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "signal_1_n", "gets", "set", "to", "signal_2_n", "is", "observed", "then", "the", "following", "condition", "holds", ":", "signal_3_n", "is", "less", "than", "or", "equal", "to", "15.9", "starting", "without", "any", "delay", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "signal_3_n", "less equal", "15.9", ")"], "logic_sentence": ["Globally", ",", "in", "case", "that", "the", "event", "that", "(", "prop_1", ")", "is", "observed", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 33], "prop": [["signal_3_n", "<=", "15.9"]]}}} {"id": 1523, "sentence": ["Everytime", "when", "the", "value", "of", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "59.2", ",", "and", "the", "event", "that", "the", "mode", "of", "signal_2_n", "shifts", "to", "signal_3_n", "does", "not", "occur", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "subsequent", "63", "time", "units", "eventually", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_4_n", "becomes", "greater", "than", "19.4", "gets", "observed", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "59.2", "and", "negation", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", "imply", "globally", "[0,63]", "(", "finally", "(", "rise", "(", "signal_4_n", "more", "19.4", ")", ")", ")", ")"], "logic_sentence": ["Everytime", "when", "(", "prop_1", ")", ",", "and", "the", "event", "that", "(", "prop_2", ")", "then", "in", "response", "for", "every", "time", "instant", "within", "the", "subsequent", "63", "time", "units", "eventually", "there", "needs", "to", "exist", "a", "certain", "moment", "in", "the", "future", "before", "the", "end", "of", "the", "simulation", ",", "at", "which", "the", "transition", "action", "that", "(", "prop_3", ")", "gets", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "63", "]", "(", "F", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [2, 13], "prop": [["signal_1_n", ">=", "59.2"]]}, " prop_2 ": {"span": [18, 28], "prop": [["-", "rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}, " prop_3 ": {"span": [65, 74], "prop": [["rise", "(", "signal_4_n", ">", "19.4", ")"]]}}} {"id": 3987, "sentence": ["During", "the", "interval", "that", "signal_1_n", "is", "at", "most", "60.5", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "the", "value", "of", "signal", "signal_2_n", "must", "remain", "above", "37.1", "."], "ltl": ["globally", "(", "signal_1_n", "less equal", "60.5", "imply", "signal_2_n", "more", "37.1", ")"], "logic_sentence": ["During", "the", "interval", "that", "(", "prop_1", ")", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "in", "no", "time", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [4, 9], "prop": [["signal_1_n", "<=", "60.5"]]}, " prop_2 ": {"span": [21, 30], "prop": [["signal_2_n", ">", "37.1"]]}}} {"id": 483, "sentence": ["Ultimately", "the", "signal_1_n", "signal", "needs", "to", "be", "in", "signal_2_n", "at", "sometime", "in", "the", "future", "."], "ltl": ["finally", "(", "signal_1_n", "math equal", "signal_2_n", ")"], "logic_sentence": ["Ultimately", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [1, 14], "prop": [["signal_1_n", "==", "signal_2_n"]]}}} {"id": 5794, "sentence": ["Globally", ",", "whenever", "the", "value", "of", "signal", "signal_1_n", "is", "equal", "to", "10.9", "then", "the", "following", "condition", "holds", ":", "consistently", "the", "value", "of", "signal", "signal_2_n", "must", "be", "less", "than", "59.2", "until", "at", "a", "certain", "moment", "during", "the", "subsequent", "12", "to", "42", "time", "units", ",", "the", "signal_3_n", "signal", "is", "signal_4_n", "eventually", "."], "ltl": ["globally", "(", "signal_1_n", "math equal", "10.9", "imply", "(", "signal_2_n", "less", "59.2", ")", "until", "[12,42]", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "(", "prop_1", ")", "then", "the", "following", "condition", "holds", ":", "consistently", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_2", ")", "U", "[", "12", ":", "42", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 12], "prop": [["signal_1_n", "==", "10.9"]]}, " prop_2 ": {"span": [19, 49], "prop": [["signal_2_n", "<", "59.2"], ["signal_3_n", "==", "signal_4_n"]]}}} {"id": 6297, "sentence": ["As", "soon", "as", "the", "event", "that", "the", "mode", "of", "signal_1_n", "begins", "deviating", "from", "signal_2_n", "takes", "place", ",", "then", "the", "scenario", "that", "the", "state", "of", "signal", "signal_3_n", "gets", "shifted", "to", "signal_4_n", "needs", "to", "be", "detected", "immediately", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "takes", "place", ",", "then", "the", "scenario", "that", "(", "prop_2", ")", "needs", "to", "be", "detected", "immediately", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 14], "prop": [["fall", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [21, 30], "prop": [["rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 6356, "sentence": ["Whenever", "the", "signal_1_n", "signal", "is", "greater", "than", "or", "equal", "to", "1.6", "and", "less", "than", "or", "equal", "to", "2.5", ",", "or", "the", "value", "of", "signal_2_n", "stays", "no", "less", "than", "14.0", "and", "less", "than", "or", "equal", "to", "16.0", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "the", "signal_3_n", "signal", "shall", "be", "above", "19.6", "."], "ltl": ["globally", "(", "(", "signal_1_n", "more equal", "1.6", "and", "signal_1_n", "less equal", "2.5", ")", "or", "(", "signal_2_n", "more equal", "14.0", "and", "signal_2_n", "less equal", "16.0", ")", "imply", "signal_3_n", "more", "19.6", ")"], "logic_sentence": ["Whenever", "(", "prop_1", ")", ",", "or", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "at", "the", "same", "time", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "(", "prop_1", "&", "prop_1", ")", "|", "(", "prop_2", "&", "prop_2", ")", "->", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [1, 18], "prop": [["signal_1_n", ">=", "1.6"], ["signal_1_n", "<=", "2.5"]]}, " prop_2 ": {"span": [20, 36], "prop": [["signal_2_n", ">=", "14.0"], ["signal_2_n", "<=", "16.0"]]}, " prop_3 ": {"span": [46, 53], "prop": [["signal_3_n", ">", "19.6"]]}}} {"id": 5358, "sentence": ["Globally", ",", "everytime", "when", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "73.1", "then", "the", "mode", "of", "signal_2_n", "has", "to", "be", "promptly", "in", "signal_3_n", "and", "the", "mode", "of", "signal", "signal_4_n", "will", "be", "in", "signal_5_n", "immediately", "."], "ltl": ["globally", "(", "signal_1_n", "more equal", "73.1", "imply", "signal_2_n", "math equal", "signal_3_n", "and", "signal_4_n", "math equal", "signal_5_n", ")"], "logic_sentence": ["Globally", ",", "everytime", "when", "(", "prop_1", ")", "then", "(", "prop_2", ")", "and", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", "&", "prop_3", ")"], "propositions": {" prop_1 ": {"span": [4, 16], "prop": [["signal_1_n", ">=", "73.1"]]}, " prop_2 ": {"span": [17, 27], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [28, 38], "prop": [["signal_4_n", "==", "signal_5_n"]]}}} {"id": 2141, "sentence": ["For", "every", "time", "point", "during", "the", "first", "41", "time", "units", ",", "the", "value", "of", "signal_1_n", "needs", "to", "continuously", "remain", "greater", "than", "18.8", "or", "signal_2_n", "needs", "to", "stay", "at", "least", "3.6", "consecutively", "."], "ltl": ["globally", "[0,41]", "(", "signal_1_n", "more", "18.8", "or", "signal_2_n", "more equal", "3.6", ")"], "logic_sentence": ["For", "every", "time", "point", "during", "the", "first", "41", "time", "units", ",", "(", "prop_1", ")", "or", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "41", "]", "(", "prop_1", "|", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [11, 22], "prop": [["signal_1_n", ">", "18.8"]]}, " prop_2 ": {"span": [23, 31], "prop": [["signal_2_n", ">=", "3.6"]]}}} {"id": 1991, "sentence": ["When", "the", "transition", "action", "that", "the", "mode", "of", "signal_1_n", "is", "changed", "to", "signal_2_n", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "transition", "action", "that", "the", "mode", "of", "signal", "signal_3_n", "is", "shifted", "to", "signal_4_n", "must", "n't", "be", "detected", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "math equal", "signal_2_n", ")", "imply", "finally", "(", "negation", "rise", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["When", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "ultimately", "at", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "execution", "ends", ",", "the", "transition", "action", "that", "(", "prop_2", ")", "must", "n't", "be", "detected", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [5, 13], "prop": [["rise", "(", "signal_1_n", "==", "signal_2_n", ")"]]}, " prop_2 ": {"span": [42, 51], "prop": [["-", "rise", "(", "signal_3_n", "==", "signal_4_n", ")"]]}}} {"id": 2293, "sentence": ["In", "the", "first", "34", "time", "units", ",", "uninterruptedly", "the", "value", "of", "signal_1_n", "must", "keep", "within", "the", "interval", "-LRB-", "8.5", ",", "9.1", "-RRB-", ",", "and", "the", "value", "of", "signal", "signal_2_n", "shall", "keep", "less", "than", "or", "equal", "to", "96.4", "."], "ltl": ["globally", "[0,34]", "(", "(", "signal_1_n", "more", "8.5", "and", "signal_1_n", "less", "9.1", ")", "and", "signal_2_n", "less equal", "96.4", ")"], "logic_sentence": ["In", "the", "first", "34", "time", "units", ",", "uninterruptedly", "(", "prop_1", ")", ",", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "[", "0", ":", "34", "]", "(", "(", "prop_1", "&", "prop_1", ")", "&", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [8, 22], "prop": [["signal_1_n", ">", "8.5"], ["signal_1_n", "<", "9.1"]]}, " prop_2 ": {"span": [24, 37], "prop": [["signal_2_n", "<=", "96.4"]]}}} {"id": 3115, "sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "the", "signal_1_n", "signal", "deviates", "from", "41.2", "happens", ",", "then", "the", "value", "of", "signal_2_n", "shall", "be", "larger", "than", "98.8", "simultaneously", "."], "ltl": ["globally", "(", "fall", "(", "signal_1_n", "math equal", "41.2", ")", "imply", "signal_2_n", "more", "98.8", ")"], "logic_sentence": ["It", "is", "always", "the", "case", "that", "if", "the", "event", "that", "(", "prop_1", ")", "happens", ",", "then", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [10, 16], "prop": [["fall", "(", "signal_1_n", "==", "41.2", ")"]]}, " prop_2 ": {"span": [19, 29], "prop": [["signal_2_n", ">", "98.8"]]}}} {"id": 6308, "sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "the", "value", "of", "signal_1_n", "must", "be", "smaller", "than", "90.1", "finally", "."], "ltl": ["finally", "(", "signal_1_n", "less", "90.1", ")"], "logic_sentence": ["At", "a", "certain", "moment", "in", "the", "future", "before", "the", "execution", "ends", "(", "prop_1", ")", "."], "logic_ltl": ["F", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [11, 21], "prop": [["signal_1_n", "<", "90.1"]]}}} {"id": 1875, "sentence": ["If", "signal_1_n", "gets", "larger", "than", "36.6", ",", "then", "in", "response", "the", "condition", "that", "consecutively", "the", "value", "of", "signal", "signal_2_n", "is", "never", "equal", "to", "48.5", "for", "every", "time", "point", "in", "the", "next", "87", "time", "units", "will", "not", "be", "true", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "36.6", ")", "imply", "negation", "(", "globally", "[0,87]", "(", "negation", "(", "signal_2_n", "math equal", "48.5", ")", ")", ")", ")"], "logic_sentence": ["If", "(", "prop_1", ")", ",", "then", "in", "response", "the", "condition", "that", "consecutively", "(", "prop_2", ")", "will", "not", "be", "true", "."], "logic_ltl": ["G", "(", "prop_1", "->", "-", "(", "G", "[", "0", ":", "87", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [1, 6], "prop": [["rise", "(", "signal_1_n", ">", "36.6", ")"]]}, " prop_2 ": {"span": [14, 34], "prop": [["-", "(", "signal_2_n", "==", "48.5", ")"]]}}} {"id": 2062, "sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "the", "signal_1_n", "signal", "gets", "larger", "than", "89.1", "is", "observed", ",", "then", "finally", "after", "sometime", "during", "the", "coming", "42", "time", "units", "for", "every", "moment", "within", "the", "next", "18", "time", "units", "signal_2_n", "has", "to", "consistently", "stay", "in", "signal_3_n", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "89.1", ")", "imply", "finally", "[0,42]", "(", "globally", "[0,18]", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")", ")"], "logic_sentence": ["Globally", ",", "whenever", "the", "transition", "action", "that", "(", "prop_1", ")", "is", "observed", ",", "then", "finally", "after", "sometime", "during", "the", "coming", "42", "time", "units", "for", "every", "moment", "within", "the", "next", "18", "time", "units", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "F", "[", "0", ":", "42", "]", "(", "G", "[", "0", ":", "18", "]", "(", "prop_2", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [7, 14], "prop": [["rise", "(", "signal_1_n", ">", "89.1", ")"]]}, " prop_2 ": {"span": [36, 43], "prop": [["signal_2_n", "==", "signal_3_n"]]}}} {"id": 3877, "sentence": ["As", "soon", "as", "the", "event", "that", "signal_1_n", "rises", "to", "at", "least", "36.0", "is", "observed", ",", "or", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_2_n", "becomes", "less", "than", "or", "equal", "to", "59.5", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "promptly", "the", "mode", "of", "signal_3_n", "is", "signal_4_n", ",", "or", "right", "away", "the", "value", "of", "signal_5_n", "ought", "to", "be", "42.8", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "36.0", ")", "or", "rise", "(", "signal_2_n", "less equal", "59.5", ")", "imply", "signal_3_n", "math equal", "signal_4_n", "or", "signal_5_n", "math equal", "42.8", ")"], "logic_sentence": ["As", "soon", "as", "the", "event", "that", "(", "prop_1", ")", "is", "observed", ",", "or", "the", "transition", "action", "that", "(", "prop_2", ")", "gets", "detected", ",", "then", "all", "of", "the", "following", "conditions", "are", "true", ":", "promptly", "(", "prop_3", ")", ",", "or", "right", "away", "(", "prop_4", ")", "."], "logic_ltl": ["G", "(", "prop_1", "|", "prop_2", "->", "prop_3", "|", "prop_4", ")"], "propositions": {" prop_1 ": {"span": [6, 12], "prop": [["rise", "(", "signal_1_n", ">=", "36.0", ")"]]}, " prop_2 ": {"span": [20, 32], "prop": [["rise", "(", "signal_2_n", "<=", "59.5", ")"]]}, " prop_3 ": {"span": [45, 51], "prop": [["signal_3_n", "==", "signal_4_n"]]}, " prop_4 ": {"span": [55, 63], "prop": [["signal_5_n", "==", "42.8"]]}}} {"id": 190, "sentence": ["In", "case", "that", "the", "scenario", "that", "the", "value", "of", "signal", "signal_1_n", "jumps", "to", "greater", "than", "or", "equal", "to", "45.4", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "next", "64", "time", "units", "eventually", ",", "at", "which", "the", "signal_3_n", "signal", "should", "not", "be", "signal_4_n", ",", "before", "this", "the", "value", "of", "signal", "signal_2_n", "must", "never", "be", "no", "larger", "than", "94.3", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more equal", "45.4", ")", "imply", "(", "negation", "(", "signal_2_n", "less equal", "94.3", ")", ")", "until", "[0,64]", "(", "negation", "(", "signal_3_n", "math equal", "signal_4_n", ")", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "happens", ",", "then", "all", "of", "the", "following", "conditions", "hold", ":", "there", "should", "exist", "a", "certain", "time", "point", "in", "the", "next", "64", "time", "units", "eventually", ",", "at", "which", "(", "prop_2", ")", ",", "(", "prop_3", ")", "."], "logic_ltl": ["G", "(", "prop_1", "->", "(", "prop_3", ")", "U", "[", "0", ":", "64", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [6, 19], "prop": [["rise", "(", "signal_1_n", ">=", "45.4", ")"]]}, " prop_2 ": {"span": [46, 53], "prop": [["-", "(", "signal_3_n", "==", "signal_4_n", ")"]]}, " prop_3 ": {"span": [54, 68], "prop": [["-", "(", "signal_2_n", "<=", "94.3", ")"]]}}} {"id": 1428, "sentence": ["For", "the", "first", "77", "time", "units", ",", "without", "interruption", "the", "value", "of", "signal", "signal_1_n", "is", "greater", "than", "or", "equal", "to", "2.8", "and", "less", "than", "or", "equal", "to", "78.7", "."], "ltl": ["globally", "[0,77]", "(", "signal_1_n", "more equal", "2.8", "and", "signal_1_n", "less equal", "78.7", ")"], "logic_sentence": ["For", "the", "first", "77", "time", "units", ",", "without", "interruption", "(", "prop_1", ")", "."], "logic_ltl": ["G", "[", "0", ":", "77", "]", "(", "prop_1", "&", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 28], "prop": [["signal_1_n", ">=", "2.8"], ["signal_1_n", "<=", "78.7"]]}}} {"id": 3650, "sentence": ["In", "case", "that", "the", "scenario", "that", "signal_1_n", "becomes", "greater", "than", "24.9", "is", "detected", "then", "in", "response", "starting", "without", "any", "delay", "the", "scenario", "that", "the", "state", "of", "signal", "signal_2_n", "is", "changed", "to", "signal_3_n", "will", "have", "to", "get", "observed", "."], "ltl": ["globally", "(", "rise", "(", "signal_1_n", "more", "24.9", ")", "imply", "rise", "(", "signal_2_n", "math equal", "signal_3_n", ")", ")"], "logic_sentence": ["In", "case", "that", "the", "scenario", "that", "(", "prop_1", ")", "is", "detected", "then", "in", "response", "starting", "without", "any", "delay", "the", "scenario", "that", "(", "prop_2", ")", "will", "have", "to", "get", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "->", "prop_2", ")"], "propositions": {" prop_1 ": {"span": [6, 11], "prop": [["rise", "(", "signal_1_n", ">", "24.9", ")"]]}, " prop_2 ": {"span": [23, 32], "prop": [["rise", "(", "signal_2_n", "==", "signal_3_n", ")"]]}}} {"id": 545, "sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "transition", "action", "that", "the", "value", "of", "signal", "signal_1_n", "deviates", "from", "83.3", "should", "never", "be", "detected", "and", "the", "value", "of", "signal_2_n", "must", "remain", "at", "least", "30.1", "and", "no", "more", "than", "34.3", "without", "interruption", "."], "ltl": ["globally", "(", "negation", "fall", "(", "signal_1_n", "math equal", "83.3", ")", "and", "(", "signal_2_n", "more equal", "30.1", "and", "signal_2_n", "less equal", "34.3", ")", ")"], "logic_sentence": ["In", "the", "future", "before", "the", "execution", "ends", "the", "transition", "action", "that", "(", "prop_1", ")", "should", "never", "be", "detected", "and", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "prop_1", "&", "(", "prop_2", "&", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [11, 19], "prop": [["-", "fall", "(", "signal_1_n", "==", "83.3", ")"]]}, " prop_2 ": {"span": [24, 40], "prop": [["signal_2_n", ">=", "30.1"], ["signal_2_n", "<=", "34.3"]]}}} {"id": 218, "sentence": ["In", "the", "case", "the", "value", "of", "signal_1_n", "is", "n't", "no", "less", "than", "10.6", "and", "the", "mode", "of", "signal", "signal_2_n", "is", "signal_3_n", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "next", "74", "time", "units", "there", "should", "be", "a", "certain", "moment", "during", "the", "following", "95", "time", "units", ",", "at", "which", "the", "scenario", "that", "the", "value", "of", "signal_4_n", "is", "changed", "to", "61.8", "eventually", "gets", "observed", "."], "ltl": ["globally", "(", "negation", "(", "signal_1_n", "more equal", "10.6", ")", "and", "signal_2_n", "math equal", "signal_3_n", "imply", "globally", "[0,74]", "(", "finally", "[0,95]", "(", "rise", "(", "signal_4_n", "math equal", "61.8", ")", ")", ")", ")"], "logic_sentence": ["In", "the", "case", "(", "prop_1", ")", "and", "(", "prop_2", ")", "then", "the", "following", "condition", "holds", ":", "for", "every", "time", "instant", "during", "the", "next", "74", "time", "units", "there", "should", "be", "a", "certain", "moment", "during", "the", "following", "95", "time", "units", ",", "at", "which", "the", "scenario", "that", "(", "prop_3", ")", "eventually", "gets", "observed", "."], "logic_ltl": ["G", "(", "prop_1", "&", "prop_2", "->", "G", "[", "0", ":", "74", "]", "(", "F", "[", "0", ":", "95", "]", "(", "prop_3", ")", ")", ")"], "propositions": {" prop_1 ": {"span": [3, 13], "prop": [["-", "(", "signal_1_n", ">=", "10.6", ")"]]}, " prop_2 ": {"span": [14, 21], "prop": [["signal_2_n", "==", "signal_3_n"]]}, " prop_3 ": {"span": [55, 63], "prop": [["rise", "(", "signal_4_n", "==", "61.8", ")"]]}}} {"id": 1034, "sentence": ["There", "exists", "a", "certain", "moment", "in", "the", "first", "84", "time", "units", "eventually", ",", "at", "which", "the", "value", "of", "signal_1_n", "ought", "to", "remain", "bigger", "than", "91.8", "."], "ltl": ["finally", "[0,84]", "(", "signal_1_n", "more", "91.8", ")"], "logic_sentence": ["There", "exists", "a", "certain", "moment", "in", "the", "first", "84", "time", "units", "eventually", ",", "at", "which", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "84", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [15, 25], "prop": [["signal_1_n", ">", "91.8"]]}}} {"id": 4927, "sentence": ["At", "sometime", "starting", "at", "most", "55", "time", "units", ",", "the", "value", "of", "signal_1_n", "must", "stay", "greater", "than", "92.1", "ultimately", "."], "ltl": ["finally", "[0,55]", "(", "signal_1_n", "more", "92.1", ")"], "logic_sentence": ["At", "sometime", "starting", "at", "most", "55", "time", "units", ",", "(", "prop_1", ")", "."], "logic_ltl": ["F", "[", "0", ":", "55", "]", "(", "prop_1", ")"], "propositions": {" prop_1 ": {"span": [9, 19], "prop": [["signal_1_n", ">", "92.1"]]}}} {"id": 1370, "sentence": ["On", "condition", "that", "finally", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "the", "value", "of", "signal_1_n", "is", "above", "41.0", "and", "less", "than", "50.1", ",", "then", "the", "following", "condition", "holds", ":", "signal_2_n", "must", "be", "between", "9.6", "-LRB-", "closed", "-RRB-", "and", "73.9", "-LRB-", "closed", "-RRB-", "without", "interruption", "till", "the", "signal_3_n", "signal", "will", "settle", "to", "26.4", "ultimately", ",", "which", "will", "have", "to", "be", "detected", "at", "a", "time", "within", "90", "time", "units", "."], "ltl": ["globally", "(", "finally", "(", "signal_1_n", "more", "41.0", "and", "signal_1_n", "less", "50.1", ")", "imply", "(", "signal_2_n", "more equal", "9.6", "and", "signal_2_n", "less equal", "73.9", ")", "until", "[0,90]", "(", "signal_3_n", "math equal", "26.4", ")", ")"], "logic_sentence": ["On", "condition", "that", "finally", "there", "will", "exist", "a", "certain", "time", "point", "in", "the", "future", "before", "the", "end", "of", "the", "execution", ",", "at", "which", "(", "prop_1", ")", ",", "then", "the", "following", "condition", "holds", ":", "(", "prop_2", ")", "."], "logic_ltl": ["G", "(", "F", "(", "prop_1", "&", "prop_1", ")", "->", "(", "prop_2", "&", "prop_2", ")", "U", "[", "0", ":", "90", "]", "(", "prop_2", ")", ")"], "propositions": {" prop_1 ": {"span": [23, 34], "prop": [["signal_1_n", ">", "41.0"], ["signal_1_n", "<", "50.1"]]}, " prop_2 ": {"span": [41, 79], "prop": [["signal_2_n", ">=", "9.6"], ["signal_2_n", "<=", "73.9"], ["signal_3_n", "==", "26.4"]]}}}