{"tokens": ["Section", "~", "illustrates", "the", "proposed", "tilted", "layer", "fusion", "method", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Section", "~", "shows", "the", "system", "architecture", "of", "our", "DLA", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Proposed", "Tilted", "Layer", "Fusion", "Method"], "label_ids": [0, 0, 0, 0, 1]} {"tokens": ["Fig.", "~", "shows", "a", "3D", "view", "for", "all", "layer", "inputs", "by", "stacking", "feature", "maps", "along", "the", "layer", "axis", "to", "demonstrate", "how", "the", "tilted", "layer", "fusion", "works", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["In", "which", ",", "every", "block", "represents", "a", "pixel", "of", "the", "feature", "map", "in", "a", "corresponding", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Notice", "that", "the", "vertical", "axis", "is", "the", "layer", "axis", "and", "the", "horizontal", "axis", "is", "the", "column", "axis", "in", "a", "feature", "map", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["As", "shown", "in", "Fig.", "~", ",", "the", "feature", "map", "input", "is", "partitioned", "into", "parallelepipedal", "tiles", "along", "the", "layer", "instead", "of", "rectangular", "tiles", "in", "~", "so", "that", "the", "area", "of", "a", "tile", "on", "the", "next", "layer", "will", "be", "shifted", "one", "pixel", "left", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["With", "this", ",", "the", "required", "data", "for", "the", "next", "layer", "at", "the", "right", "boundary", "(", "red", "pixels", ")", "will", "be", "ready", "for", "computation", "without", "waiting", "for", "other", "boundary", "data", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "the", "left", "boundary", "of", "the", "tile", "(", "blue", "pixels", ")", ",", "its", "computation", "will", "need", "data", "from", "the", "left", "and", "top", "neighboring", "data", "(", "red", "pixels", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["However", ",", "with", "layer", "fusion", ",", "the", "left", "and", "top", "neighboring", "data", "are", "just", "recently", "finished", ",", "which", "implies", "we", "can", "preserve", "these", "data", "in", "a", "limited", "size", "buffer", "until", "they", "are", "not", "needed", "anymore", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "performance", "penalty", "is", "marginal", ",", "less", "than", "0.2", "dB", "based", "on", "our", "simulation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Due", "to", "this", "small", "information", "loss", ",", "the", "required", "tile", "size", "could", "be", "much", "smaller", "than", "previous", "approaches", ",", "and", "thus", "it", "has", "a", "smaller", "buffer", "size", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "paper", ",", "the", "tile", "size", "is", "selected", "to", "be", "8", "x", "60", ",", "and", "the", "ignored", "boundary", "rows", "are", "just", "5", "rows", "for", "the", "target", "640", "x", "360", "input", "image", "as", "shown", "in", "Fig.", "~", ",", "which", "has", "a", "negligible", "impact", "on", "the", "performance", "penalty", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "adopted", "model", "~", ",", "all", "the", "intermediate", "layers", "have", "28", "channels", "except", "for", "the", "first", "layer", "(", "3", "channels", ")", "and", "the", "final", "layer", "(", "27", "channels", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["By", "splitting", "MACs", "into", "28", "PE", "blocks", ",", "and", "letting", "one", "PE", "block", "process", "a", "channel", "of", "input", "at", "a", "time", ",", "our", "design", "can", "reach", "an", "average", "of", "87\\%", "hardware", "utilization", "with", "little", "control", "overhead", "."], "label_ids": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "three", "PE", "arrays", "within", "one", "PE", "block", "can", "finish", "a", "3", "x", "3", "convolution", "in", "a", "cycle", ",", "which", "will", "be", "further", "discussed", "later", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Accumulator", "Fig.", "~", "shows", "the", "accumulator", ",", "which", "is", "two", "-", "stage", "pipelined", "to", "shorten", "the", "critical", "path", "."], "label_ids": [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Three", "partial", "sums", "from", "three", "PE", "arrays", "of", "the", "same", "PE", "(", "channel", ")", "are", "added", "up", "first", ",", "and", "then", "the", "28", "output", "channels", "from", "28", "PE", "blocks", "are", "summed", "up", "with", "a", "tree", "adder", "divided", "into", "two", "partial", "tree", "adders", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "the", "second", "stage", "of", "the", "2", "-", "stage", "pipelined", "accumulator", ",", "a", "multiplexer", "selects", "whether", "biases", "or", "residuals", "should", "be", "added", "depending", "on", "the", "current", "working", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Data", "Flow", "of", "Convolution"], "label_ids": [0, 0, 0, 1]} {"tokens": ["Fig.", "~", "shows", "the", "data", "flow", "of", "a", "PE", "block", "process", "example", "from", "Fig.", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "our", "data", "flow", ",", "a", "column", "of", "an", "input", "image", "is", "broadcasted", "horizontally", "while", "a", "column", "of", "filter", "weights", "is", "broadcasted", "vertically", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["With", "this", "data", "flow", ",", "the", "products", "to", "be", "summed", "up", "together", "to", "complete", "a", "convolution", "are", "along", "the", "diagonal", "direction", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Hence", ",", "we", "use", "parallelogramical", "arranged", "PEs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "design", "can", "reduce", "the", "control", "overhead", "with", "the", "expense", "of", "allowing", "two", "more", "input", "images", "to", "the", "PE", "array", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["By", "sending", "three", "consecutive", "columns", "of", "input", "images", "and", "filter", "weights", "to", "three", "PE", "arrays", ",", "the", "convolution", "of", "one", "column", "of", "output", "is", "completed", "within", "a", "cycle", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "adopted", "model", "~", "has", "seven", "layers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "first", "six", "layers", "are", "3", "x", "3", "convolutions", "with", "ReLU", "activation", ",", "and", "the", "final", "layer", "is", "a", "3", "x", "3", "convolution", "followed", "by", "a", "residual", "-", "like", "structure", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "proposed", "system", "architecture", "consists", "of", "28", "PE", "blocks", ",", "2", "-", "stage", "pipelined", "accumulator", ",", "activation", "block", ",", "ping", "-", "pong", "buffer", ",", "overlap", "buffer", ",", "weight", "SRAM", ",", "bias", "SRAM", ",", "and", "residual", "SRAM", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["This", "design", "accesses", "8", "-", "bit", "input", "images", ",", "weights", ",", "and", "biases", "from", "off", "-", "chip", "DRAM", "and", "then", "stores", "them", "to", "the", "corresponding", "SRAM", "buffers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["First", ",", "to", "process", "a", "layer", ",", "one", "of", "the", "ping", "-", "pong", "buffers", "will", "serve", "as", "an", "input", "provider", "to", "supply", "input", "to", "28", "PE", "blocks", "for", "simultaneously", "processing", "28", "channels", "of", "input", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "output", "of", "28", "PE", "blocks", "will", "be", "sent", "to", "the", "2", "-", "stage", "pipelined", "accumulator", "to", "complete", "the", "convolutions", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "results", "will", "then", "go", "through", "the", "activation", "block", "for", "ReLU", "activation", "function", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Then", ",", "the", "results", "will", "be", "stored", "in", "the", "other", "ping", "-", "pong", "buffer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Second", ",", "to", "process", "the", "next", "layer", ",", "the", "previous", "output", "buffer", "will", "serve", "as", "input", ",", "and", "the", "previous", "input", "buffer", "will", "serve", "as", "output", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["With", "this", ",", "all", "intermediate", "data", "will", "be", "within", "the", "chip", "and", "save", "external", "DRAM", "access", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["PE", "Blocks"], "label_ids": [0, 1]} {"tokens": ["This", "design", "has", "28", "PE", "blocks", ",", "where", "each", "PE", "block", "consists", "of", "three", "PE", "arrays", ",", "and", "a", "PE", "array", "has", "5", "x", "3", "MACs", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "ease", "the", "arrangement", "of", "these", "MACs", ",", "we", "adopt", "the", "input", "broadcasting", "as", "shown", "in", "Fig.", "~", ",", "where", "seven", "input", "images", "are", "broadcasted", "horizontally", ",", "and", "three", "weights", "are", "broadcasted", "vertically", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["These", "two", "are", "multiplied", "and", "then", "added", "up", "along", "the", "diagonal", "direction", "to", "generate", "five", "partial", "sums", "for", "the", "accumulators", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Although", "the", "proposed", "method", "requires", "additional", "memory", "for", "the", "overlap", "buffer", ",", "it", "is", "still", "a", "good", "trade", "-", "off", "due", "to", "memory", "reduction", "on", "ping", "-", "pong", "buffers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Residual", "Buffer"], "label_ids": [0, 1]} {"tokens": ["Because", "of", "the", "tilted", "layer", "fusion", ",", "the", "residual", "buffer", "has", "to", "store", "L", "more", "columns", "of", "data", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "the", "residual", "buffer", "size", "is"], "label_ids": [0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Table", "~", "shows", "the", "comparison", "summary", "of", "the", "buffer", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "proposed", "approach", "can", "save", "nearly", "60", "\\", "%", "of", "the", "buffer", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "design", "is", "synthesized", "with", "Synopsys", "Design", "Compiler", "under", "the", "TSMC", "40", "nm", "CMOS", "process", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "achieves", "60", "fps", "for", "x3", "scale", "FHD", "image", "generation", "while", "running", "at", "the", "600", "MHz", "clock", "frequency", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "total", "chip", "area", "only", "occupies", "3.11", "mm^{2}", "with", "102", "KB", "on", "-", "chip", "SRAM", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Compared", "to", "designs", "without", "layer", "fusion", ",", "~", "and", "~", ",", "the", "required", "memory", "bandwidth", "is", "significantly", "reduced", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "amount", "of", "off", "-", "chip", "DRAM", "access", "of", "this", "design", "is", "reduced", "from", "5.03", "GB", "/", "sec", "to", "0.41", "GB", "/", "sec", ",", "a", "total", "reduction", "of", "92\\%", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Thus", ",", "even", "DDR2", "DRAM", "can", "work", "well", "with", "this", "design", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Compared", "to", "designs", "with", "layer", "fusion", "~", ",", "this", "design", "has", "a", "smaller", "on", "-", "chip", "SRAM", "due", "to", "the", "adoption", "of", "the", "tilted", "layer", "fusion", "and", "has", "a", "lower", "area", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "paper", ",", "we", "present", "an", "area", "-", "efficient", "hardware", "accelerator", "for", "real", "-", "time", "superresolution", "applications", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "can", "upscale", "640", "x", "360", "input", "LR", "images", "to", "1920", "x", "1080", "(", "FHD", ")", "HR", "images", "at", "60", "fps", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "trade", "-", "off", "between", "the", "required", "memory", "bandwidth", "and", "on", "-", "chip", "memory", "is", "resolved", "by", "the", "proposed", "tilted", "layer", "fusion", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Compared", "to", "previous", "designs", ",", "this", "design", "is", "capable", "of", "finishing", "60", "fps", "FHD", "image", "generation", "with", "only", "102.36", "KB", "on", "-", "chip", "SRAM", "while", "requiring", "external", "memory", "bandwidth", "is", "as", "small", "as", "DDR2", "transfer", "rate", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "architecture", "adopts", "regular", "vector", "wise", "data", "flow", "and", "diagonalized", "PE", "structure", "to", "reduce", "the", "control", "overhead", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Thus", ",", "the", "presented", "accelerator", "can", "operate", "at", "600", "MHz", "clock", "frequency", "and", "only", "occupy", "3.11", "mm^{2}", "area", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "the", "following", ",", "M_{p}", ",", "M_{o}", ",", "and", "M_{r}", "represent", "the", "memory", "size", "of", "ping", "-", "pong", "buffer", ",", "overlap", "buffer", ",", "and", "residual", "buffer", ",", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["R", "is", "the", "number", "of", "rows", "of", "a", "tile", "(", "length", "of", "a", "tile", ")", ",", "C", "is", "the", "number", "of", "columns", "of", "a", "tile", "(", "width", "of", "a", "tile", ")", ",", "L", "represents", "the", "number", "of", "layers", ",", "and", "Ch_{i}", "represents", "the", "number", "of", "channels", "of", "layer", "i", ";", "for", "example", ",", "Ch_{0}", "represents", "the", "number", "of", "channels", "of", "the", "input", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Ping", "-", "Pong", "Buffers"], "label_ids": [0, 0, 0, 1]} {"tokens": ["As", "mentioned", "before", ",", "the", "classical", "layer", "fusion", "method", "~", "cannot", "have", "a", "small", "tile", "size", "due", "to", "information", "loss", "or", "recomputation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "work", ",", "the", "information", "loss", "in", "the", "horizontal", "direction", "has", "been", "eliminated", "by", "tilted", "layer", "fusion", ",", "which", "implies", "that", "the", "tile", "size", "restriction", "on", "the", "horizontal", "direction", "no", "longer", "exists", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "we", "can", "reduce", "the", "width", "of", "the", "tile", "as", "we", "wish", ",", "which", "helps", "reduce", "the", "buffer", "size", "significantly", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["In", "the", "extreme", "case", ",", "the", "width", "of", "the", "tile", "can", "be", "a", "single", "column", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "paper", ",", "the", "width", "of", "a", "tile", "is", "selected", "as", "8", "columns", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "size", "of", "each", "ping", "pong", "buffer", "is"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "our", "case", ",", "C", "is", "8", "while", "the", "classical", "layer", "fusion", "needs", "to", "be", "60", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Our", "design", "brings", "a", "significant", "advantage", "on", "buffer", "size", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Overlap", "Buffer"], "label_ids": [0, 1]} {"tokens": ["In", "the", "tilted", "layer", "fusion", "method", ",", "the", "results", "of", "one", "layer", "have", "to", "be", "reserved", "for", "computation", "of", "the", "following", "layer", "of", "the", "next", "tile", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Therefore", ",", "it", "requires", "a", "memory", "that", "can", "contain", "number", "of", "layer", "+2", "(", "7", "+2", "for", "our", "model", ")", "layers", "of", "data", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["In", "each", "layer", ",", "60", "x", "2", "x", "28", "bytes", "of", "memory", "are", "required", "to", "store", "all", "data", "in", "the", "last", "two", "columns", "of", "the", "tile", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "overlap", "buffer", "size", "is"], "label_ids": [0, 0, 0, 1, 0]} {"tokens": ["I/O", "Ping", "-", "Pong", "Buffers"], "label_ids": [0, 0, 0, 0, 1]} {"tokens": ["The", "ping", "pong", "buffer", "stores", "a", "tile", "of", "data", "for", "each", "layer", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["When", "it", "starts", "computing", "a", "new", "tile", ",", "the", "system", "loads", "the", "input", "image", "data", "from", "the", "external", "DRAM", "to", "the", "left", "ping", "pong", "buffer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Then", ",", "the", "data", "are", "consecutively", "loaded", "from", "the", "left", "ping", "pong", "buffer", "to", "PEs", "for", "computation", "and", "then", "stored", "in", "the", "right", "ping", "pong", "buffer", "after", "finishing", "all", "operations", "of", "the", "current", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["After", "that", ",", "the", "role", "of", "two", "ping", "pong", "buffers", "is", "switched", "to", "the", "next", "layer", "of", "computing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["This", "process", "is", "repeated", "layer", "by", "layer", "until", "finishing", "the", "output", "layer", "."], "label_ids": [0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Overlap", "Buffer"], "label_ids": [0, 1]} {"tokens": ["The", "overlap", "buffer", "is", "a", "queue", "-", "style", "addressing", "memory", "for", "left", "and", "right", "boundary", "data", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "easy", "addressing", ",", "the", "current", "computing", "layer", "is", "regarded", "as", "the", "back", "layer", "of", "the", "queue", ",", "and", "the", "last", "layer", "is", "the", "front", "layer", "of", "the", "queue", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["When", "computing", ",", "the", "data", "required", "by", "the", "first", "two", "columns", "of", "the", "tile", "are", "loaded", "from", "the", "front", "layer", ",", "and", "the", "results", "of", "the", "last", "two", "columns", "are", "stored", "in", "the", "back", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["After", "finishing", "the", "computation", "of", "a", "layer", ",", "it", "pops", "the", "front", "layer", "and", "the", "next", "layer", "becomes", "the", "new", "back", "of", "the", "queue", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "implement", "the", "queue", "data", "structure", "on", "the", "overlap", "buffer", "by", "saving", "the", "address", "of", "the", "front", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["This", "addressing", "helps", "us", "calculate", "the", "corresponding", "address", "of", "each", "pixel", "in", "both", "front", "and", "back", "layers", "in", "the", "queue", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Buffer", "Size", "Analysis"], "label_ids": [0, 0, 1]} {"tokens": ["The", "buffers", "in", "this", "design", "serve", "two", "purposes", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["One", "is", "for", "storing", "the", "values", "of", "feature", "maps", "and", "residuals", ";", "the", "other", "is", "for", "model", "weights", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "analysis", "assumes", "that", "the", "classical", "layer", "fusion", "~", "uses", "a", "60", "x", "60", "tile", ",", "which", "is", "similar", "to", "the", "one", "used", "in", "~", "and", "has", "the", "same", "tile", "height", "as", "our", "8", "x", "60", "tile", "size", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Due", "to", "the", "growing", "interest", "in", "applying", "superresolution", "in", "real", "-", "time", "applications", ",", "various", "SR", "hardware", "accelerators", "have", "been", "studied", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Reference", "~", "adopts", "the", "depth", "-", "wise", "convolution", "for", "small", "model", "size", "and", "line", "-", "by", "-", "line", "processing", "for", "small", "buffer", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Reference", "~", "adopts", "the", "constant", "kernel", "size", "Winograd", "convolution", "for", "regular", "hardware", "design", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "both", "are", "designed", "in", "a", "layer", "-", "by", "-", "layer", "model", "execution", "style", "which", "needs", "to", "store", "the", "layer", "output", "to", "DRAM", "and", "load", "it", "again", "for", "the", "next", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "results", "in", "high", "DRAM", "access", "amount", ",", "especially", "for", "high", "definition", "image", "output", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Reference", "~", "proposes", "a", "selective", "caching", "based", "layer", "fusion", "that", "partitions", "the", "input", "into", "tiles", "and", "uses", "layer", "fusion", "~", "for", "processing", "to", "avoid", "intermediate", "DRAM", "access", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["However", ",", "it", "still", "needs", "large", "on", "-", "chip", "memory", "for", "tile", "boundary", "data", "in", "the", "layer", "fusion", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Block", "convolution", "~", "ignores", "these", "boundary", "data", "but", "will", "have", "significant", "information", "loss", "as", "shown", "in", "Fig.", "~", "."], "label_ids": [0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Thus", ",", "it", "needs", "a", "large", "tile", "size", "and", "the", "corresponding", "large", "buffer", "size", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "solve", "the", "above", "problems", ",", "we", "propose", "an", "SR", "accelerator", "with", "tilted", "layer", "fusion", "that", "executes", "the", "layer", "fusion", "in", "a", "tilted", "addressing", "between", "layers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["The", "layer", "fusion", "will", "start", "its", "next", "layer", "execution", "as", "soon", "as", "the", "required", "input", "data", "is", "ready", ",", "which", "can", "avoid", "intermediate", "data", "access", "to", "the", "external", "DRAM", "due", "to", "all", "these", "data", "residing", "on", "chip", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "practice", ",", "the", "input", "is", "usually", "partitioned", "into", "tiles", "for", "layer", "fusion", "~", ",", "which", "will", "need", "to", "store", "the", "tile", "boundary", "data", "or", "recompute", "them", "to", "keep", "the", "performance", "intact", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "proposed", "approach", "will", "not", "keep", "all", "these", "boundary", "data", "as", "in", "~", "or", "discard", "them", "as", "in", "~", "to", "avoid", "large", "buffer", "size", "or", "information", "loss", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Instead", ",", "we", "keep", "the", "left", "and", "right", "boundary", "data", "but", "with", "the", "tilted", "layer", "fusion", "to", "reduce", "the", "buffer", "size", "as", "well", "as", "performance", "loss", ",", "as", "shown", "in", "Fig.", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "corresponding", "hardware", "uses", "a", "simple", "input", "broadcasting", "scheme", "to", "reduce", "control", "and", "area", "overhead", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "final", "results", "can", "achieve", "1920", "x", "1080", "@", "60", "FPS", "throughput", "with", "a", "much", "lower", "area", "cost", "compared", "to", "previous", "designs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Deep", "learning", "based", "superresolution", "achieves", "high", "-", "quality", "results", ",", "but", "its", "heavy", "computational", "workload", ",", "large", "buffer", ",", "and", "high", "external", "memory", "bandwidth", "inhibit", "its", "usage", "in", "mobile", "devices", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["To", "solve", "the", "above", "issues", ",", "this", "paper", "proposes", "a", "real", "-", "time", "hardware", "accelerator", "with", "the", "tilted", "layer", "fusion", "method", "that", "reduces", "the", "external", "DRAM", "bandwidth", "by", "92\\%", "and", "just", "needs", "102", "KB", "on", "-", "chip", "memory", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "design", "implemented", "with", "a", "40", "nm", "CMOS", "process", "achieves", "1920", "x", "1080", "@", "60", "fps", "throughput", "with", "544.3", "K", "gate", "count", "when", "running", "at", "600", "MHz", ";", "it", "has", "higher", "throughput", "and", "lower", "area", "cost", "than", "previous", "designs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Convolutional", "Neural", "Networks", "(", "CNNs", ")", ",", "deep", "learning", "accelerators", ",", "layer", "fusion", ",", "real", "-", "time", ",", "super-resolution"], "label_ids": [0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1]} {"tokens": ["Deep", "learning", "based", "superresolution", "(", "SR", ")", "has", "attracted", "significant", "attention", "recently", "due", "to", "its", "superior", "reconstructed", "image", "over", "the", "traditional", "methods", "~", "."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Instead", ",", "this", "paper", "adopts", "the", "hardware", "-", "friendly", "Anchor", "-", "based", "Plain", "Net", "(", "APBN", ")", "~", "due", "to", "its", "8", "-", "bit", "quantized", "weights", ",", "decent", "PSNR", "performance", "(", "2", "dB", "better", "than", "the", "widely", "used", "quantized", "FSRCNN", "~", ")", ",", "and", "regular", "network", "structure", ",", "when", "compared", "to", "other", "lightweight", "models", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Many", "state", "-", "of", "-", "the", "-", "art", "models", "~", "have", "gotten", "better", "and", "better", "quality", ",", "but", "their", "large", "model", "size", "and", "high", "computational", "complexity", "prevent", "them", "from", "real", "-", "time", "hardware", "implementation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Value", "Function"], "label_ids": [0, 1]} {"tokens": ["The", "state", "-", "action", "value", "function", "Q", "is", "the", "estimate", "of", "the", "expected", "rewards", "the", "agent", "will", "receive", "by", "being", "at", "state", "s", "at", "time", "t", ",", "taking", "action", "a", ",", "and", "then", "following", "policy", "\\pi", "from", "t+1", "onwards", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "reinforcement", "learning", "problem", "can", "be", "reduced", "to", "being", "able", "to", "calculate", "Q(s,a)", "accurately", "for", "all", "s", "\\in", "S", "and", "a", "\\in", "A", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "agent", "can", "then", "follow", "the", "optimal", "policy", "\\pi^*", "by", "simply", "choosing", "the", "action", "a", "that", "maximizes", "Q(s,a)", "for", "all", "s", "\\in", "S", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Q", "-", "Learning"], "label_ids": [1, 1, 1]} {"tokens": ["Q", "-", "Learning", "is", "one", "of", "the", "basic", "reinforcement", "learning", "methods", ",", "and", "takes", "full", "advantage", "of", "the", "Markov", "property", "of", "the", "RL", "model", "."], "label_ids": [1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["It", "approximates", "the", "state", "-", "action", "value", "function", "Q(s,a)", "in", "a", "recursive", "manner", "at", "time", "t", "using", "a", "weighted", "average", "of", "the", "current", "value", "and", "the", "new", "information", "retrieved", "from", "applying", "the", "action", "a_{t+1}", "and", "receiving", "subsequent", "reward", "r_{t+1}", "from", "the", "environment", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["At", "each", "time", "step", "Q", "-", "Learning", "approximates", "the", "optimal", "policy", "by", "iteratively", "updating", "Q", "in", "the", "following", "manner", ",", "where", "\\alpha", ">", "0", "is", "the", "learning", "rate", ",", "and", "0", "\\leq", "\\gamma", "\\leq", "1", "is", "again", "the", "discount", "factor", ":"], "label_ids": [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "now", "show", "how", "a", "Q", "-", "Learning", "agent", "performs", "against", "a", "Random", "agent", "in", "Colonel", "Blotto", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "winner", "of", "the", "game", "is", "the", "player", "that", "wins", "more", "fields", "than", "their", "opponent", ",", "and", "receives", "a", "reward", "of", "r=1", "from", "the", "environment", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "single", "game", "constitutes", "a", "single", "episode", "in", "reinforcement", "learning", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["As", "can", "be", "seen", ",", "the", "actions", "with", "the", "lowest", "Q", "-", "values", "are", "the", "ones", "where", "the", "agent", "puts", "all", "their", "coins", "in", "just", "one", "front", ",", "guaranteeing", "a", "loss", "when", "their", "opponent", "easily", "wins", "the", "other", "two", "fronts", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["On", "the", "opposite", "end", ",", "the", "best", "actions", "are", "the", "ones", "where", "the", "agent", "splits", "their", "coins", "almost", "evenly", "among", "just", "two", "fronts", ",", "with", "0", "coins", "allocated", "to", "the", "third", "front", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Against", "a", "Random", "agent", ",", "this", "results", "in", "the", "high", "win", "rates", "that", "were", "shown", "in", "the", "earlier", "graphs", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "this", "paper", "we", "take", "the", "definition", "of", "the", "implementation", "of", "Colonel", "Blotto", "in", "OpenSpiel", "\\footnote{Implementation", "code", "can", "be", "found", "in", "https://github.com/deepmind/open\\_spiel}", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Our", "reinforcement", "learning", "agent", "uses", "the", "Q", "-", "Learning", "algorithm", "for", "approximating", "the", "optimal", "policy", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "also", "set", "\\epsilon=0.2", "as", "the", "exploration", "rate", "for", "the", "agent", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["For", "the", "opponent", ",", "we", "use", "a", "Random", "agent", "that", "will", "select", "one", "of", "the", "66", "possible", "actions", "at", "random", "with", "equal", "probability", "for", "all", "of", "them", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "experiments", "were", "run", "using", "the", "OpenSpiel", "environment", "simulator", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "run", "1", "million", "games", "of", "Colonel", "Blotto", "to", "see", "the", "performance", "of", "the", "reinforcement", "learning", "agent", "and", "show", "the", "results", "in", "Figure", "1", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["While", "the", "RL", "agent", "eventually", "wins", "significantly", "more", "games", ",", "it", "takes", "a", "while", "before", "the", "RL", "agent", "really", "begins", "to", "start", "defeating", "the", "Random", "agent", "regularly", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["In", "fact", ",", "if", "we", "look", "at", "the", "just", "the", "first", "200", "games", "(", "Figure", "2", ")", ",", "both", "agents", "win", "games", "at", "practically", "similar", "rates", "to", "start", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["However", "after", "200", "games", "the", "better", "win", "rate", "of", "the", "RL", "agent", "can", "already", "be", "seen", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["We", "also", "dive", "deeper", "and", "look", "at", "the", "Q", "-", "values", "that", "the", "agent", "has", "assigned", "to", "each", "of", "the", "66", "possible", "actions", ",", "to", "better", "understand", "what", "strategy", "it", "has", "arrived", "at", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Below", "we", "show", "the", "top", "4", "and", "the", "bottom", "4", "actions", "based", "on", "their", "Q", "-", "value", "scores", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "3", "numbers", "for", "each", "action", "signify", "the", "number", "of", "coins", "that", "the", "RL", "agent", "assigns", "for", "each", "of", "the", "3", "fields", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "find", "that", "the", "previous", "worst", "strategies", "against", "1", "opponent", ",", "where", "the", "agent", "sacrifices", "two", "fronts", ",", "are", "now", "the", "best", "strategies", "when", "playing", "against", "10", "opponents", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "strategy", "for", "the", "RL", "agent", "now", "is", "to", "ensure", "that", "it", "wins", "one", "of", "the", "fronts", "against", "all", "opponents", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "also", "shows", "how", "important", "it", "is", "to", "properly", "set", "the", "rewards", "being", "returned", "by", "the", "environment", "in", "reinforcement", "learning", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["By", "changing", "the", "conditions", "of", "the", "rewards", "in", "such", "a", "way", "when", "we", "moved", "to", "3", "or", "more", "players", ",", "we", "have", "trained", "our", "RL", "agent", "to", "have", "very", "different", "strategies", "compared", "to", "earlier", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "have", "shown", "how", "an", "RL", "agent", "using", "Q", "-", "Learning", "performs", "against", "a", "Random", "agent", "in", "1", "million", "games", "of", "Colonel", "Blotto", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["It", "takes", "almost", "200", "episodes", "for", "the", "RL", "agent", "to", "start", "differentiating", "itself", "to", "the", "Random", "agent", ",", "and", "after", "1", "million", "episodes", "the", "RL", "agent", "has", "clearly", "shown", "its", "dominance", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "also", "investigated", "what", "strategies", "the", "RL", "agent", "has", "learned", "through", "its", "repeated", "playing", ",", "and", "find", "that", "its", "preferred", "strategy", "is", "to", "sacrifice", "one", "of", "the", "fronts", "and", "focus", "on", "the", "other", "2", "fronts", ",", "splitting", "the", "coins", "almost", "evenly", "between", "them", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "was", "shown", "empirically", "to", "be", "a", "a", "winning", "strategy", "against", "a", "single", "Random", "agent", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "returned", "score", "is", "also", "used", "as", "the", "environment", "reward", "for", "the", "winners", "in", "reinforcement", "learning", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "the", "losers", "of", "the", "game", ",", "they", "get", "a", "reward", "of", "\\frac{-1}{num\\_losers}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Using", "this", "method", "for", "calculating", "winning", "games", "in", "Colonel", "Blotto", "of", "games", "with", "3", "or", "more", "players", ",", "we", "play", "1", "million", "games", "while", "increasing", "the", "number", "of", "Random", "agent", "opponents", "from", "1", "to", "10", "and", "show", "the", "results", "at", "each", "opponent", "count", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "3", "shows", "that", "there", "is", "a", "clear", "drop", "in", "games", "won", "for", "the", "RL", "agent", "when", "the", "number", "of", "opponents", "is", "increased", "from", "1", "to", "2", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["It", "may", "seem", "that", "the", "RL", "agent", "isn't", "doing", "well", "when", "more", "opponents", "are", "added", "into", "the", "game", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["However", "one", "thing", "to", "remember", "is", "that", "although", "the", "number", "of", "wins", "by", "the", "RL", "agent", "seems", "to", "be", "almost", "constant", ",", "the", "number", "of", "the", "opponents", "increasing", "mean", "that", "the", "Random", "agents", "are", "getting", "fewer", "wins", "each", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "Figure", "4", "we", "show", "the", "average", "count", "of", "won", "games", "of", "each", "Random", "agent", "as", "their", "number", "increases", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Finally", "we", "again", "look", "at", "the", "Q", "-", "values", "and", "see", "which", "actions", "the", "RL", "agent", "has", "deemed", "best", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["For", "the", "table", "below", "we", "show", "the", "actions", "with", "the", "4", "highest", "and", "4", "lowest", "Q", "-", "values", "against", "10", "opponents", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0]} {"tokens": ["Reinforcement", "Learning"], "label_ids": [0, 1]} {"tokens": ["Reinforcement", "learning", "is", "a", "form", "of", "agent", "-", "based", "modeling", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "RL", "an", "agent", "learns", "by", "performing", "actions", "which", "changes", "the", "state", "of", "an", "environment", "."], "label_ids": [0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["After", "each", "action", "the", "agent", "may", "also", "receive", "a", "\"", "reward", "\"", "from", "the", "environment", ",", "whose", "value", "should", "depend", "on", "how", "close", "the", "agent", "is", "to", "what", "we", "want", "it", "to", "achieve", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "goal", "for", "the", "agent", "is", "to", "maximize", "the", "cumulative", "reward", "that", "it", "receives", "over", "time", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["After", "a", "series", "of", "actions", ",", "the", "agent", "eventually", "reaches", "a", "goal", "state", "or", "terminal", "state", ",", "which", "signifies", "the", "end", "of", "an", "episode", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "environment", "is", "then", "reset", "and", "the", "agent", "starts", "again", "from", "an", "initial", "state", "and", "the", "process", "repeats", "itself", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Formally", ",", "an", "RL", "model", "is", "a", "set", "of", "states", "S", ",", "a", "set", "of", "actions", "A", ",", "and", "transition", "rules", "between", "states", "depending", "on", "the", "action", "taken", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "state", "s", "\\in", "S", "at", "time", "t", ",", "an", "agent", "performs", "an", "action", "a", "\\in", "A", ",", "moves", "to", "a", "new", "state", "s'", "and", "receives", "a", "reward", "r_t", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "agent", "follows", "a", "policy", "\\pi", "for", "choosing", "which", "action", "to", "take", ",", "and", "\\pi(s,a)", "is", "the", "probability", "mapping", "of", "an", "agent", "taking", "action", "a", "while", "in", "state", "s", "."], "label_ids": [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "goal", "of", "the", "agent", "is", "to", "maximize", "the", "expected", "reward", "Rt", ",", "where", "0", "\\leq", "\\gamma", "\\leq", "1", "is", "a", "discount", "factor", "for", "handling", "infinite", "horizons", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Markov", "Decision", "Process"], "label_ids": [0, 0, 1]} {"tokens": ["Calculating", "the", "optimal", "policy", "in", "general", "is", "a", "hard", "problem", ",", "especially", "if", "we", "need", "to", "keep", "track", "of", "the", "history", "of", "all", "states", ",", "actions", ",", "and", "rewards", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "simplify", "things", ",", "reinforcement", "learning", "problems", "are", "usually", "constructed", "as", "Markov", "models", ",", "such", "that", "the", "information", "from", "the", "history", "of", "all", "states", ",", "actions", ",", "and", "rewards", "before", "time", "t", "is", "encapsulated", "in", "the", "current", "state", "at", "time", "t", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "is", "the", "Markov", "property", ",", "and", "control", "optimization", "tasks", "which", "exhibit", "this", "property", "are", "called", "Markov", "decision", "processes", "(", "MDP", ")", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["Formally", ",", "the", "Markov", "property", "states", "that", "for", "transition", "probability", "function", "Pr", ","], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["In", "this", "paper", "we", "focus", "on", "a", "specific", "instance", "of", "agent", "-", "based", "models", ",", "which", "uses", "reinforcement", "learning", "(", "RL", ")", "to", "train", "the", "agent", "how", "to", "act", "in", "its", "environment", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Reinforcement", "learning", "agents", "are", "usually", "also", "Markov", "processes", ",", "which", "is", "another", "type", "of", "model", "that", "can", "be", "used", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "test", "this", "reinforcement", "learning", "agent", "in", "a", "Colonel", "Blotto", "environment", "\\footnote{Source", "code", "for", "the", "experiments", "can", "be", "found", "at", "https://github.com/jinonoel/BlottoRL}", ",", "and", "measure", "its", "performance", "against", "Random", "agents", "as", "its", "opponent", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["We", "find", "that", "the", "RL", "agent", "handily", "beats", "a", "single", "opponent", ",", "and", "still", "performs", "quite", "well", "when", "the", "number", "of", "opponents", "are", "increased", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "also", "analyze", "the", "RL", "agent", "and", "look", "at", "what", "strategies", "it", "has", "arrived", "by", "looking", "at", "the", "actions", "that", "it", "has", "given", "the", "highest", "and", "lowest", "Q", "-", "values", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["One", "way", "to", "do", "this", "would", "be", "to", "create", "an", "agent", "-", "based", "model", "that", "would", "update", "its", "strategy", "as", "it", "plays", "an", "opponent", "multiple", "times", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Designing", "a", "cost", "-", "effective", "5G", "CRAN", "fronthaul", "based", "on", "the", "proposed", "architecture", "in", "Fig.", "~", "for", "time", "-", "sensitive", "services", "can", "be", "stated", "as", "follows", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Given", "all", "RU", "/", "ONU", "locations", ",", "all", "potential", "locations", "for", "splitters", "and", "the", "potential", "locations", "for", "the", "central", "offices", "(", "COs", ")", ",", "each", "RU", "/", "ONU", "(", "RU", "and", "ONU", "are", "co-located", ")", "can", "connect", "to", "its", "power", "splitter", "by", "the", "distribution", "fiber", ",", "and", "each", "splitter", "can", "connect", "to", "the", "central", "office", "by", "the", "feeder", "fiber", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Each", "central", "office", "contains", "a", "number", "of", "DUCUs", "(", "DU", "co-", "located", "with", "CU", ")", ",", "many", "optical", "line", "terminals", "(", "OLTs", ")", ",", "where", "DUCU", "and", "OLT", "are", "co-located", ",", "as", "well", "as", "a", "number", "of", "arrayed", "waveguides", "(", "AWGs", ")", "that", "connect", "the", "DO", "(", "we", "will", "use", "the", "abbreviation", "DO", "to", "express", "the", "DUCU", "and", "OLT", "together", ")", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0]} {"tokens": ["Our", "optimization", "problem", "is", "to", "find", "the", "optimal", "locations", "of", "the", "COs", "and", "power", "splitter", "to", "find", "the", "shortest", "path", "from", "each", "RU", "/", "ONU", "towards", "the", "central", "office", ",", "meeting", "the", "delay", "constraints", "for", "different", "splitting", "ratios", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "a", "result", ",", "this", "leads", "to", "minimizing", "the", "TCO", "of", "the", "networks", "based", "on", "the", "delay", "threshold", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "total", "delay", "over", "the", "CRAN", "fronthaul", "network", "T_{f}", "can", "be", "calculated", "by", "reformulating", "the", "equation", "as", "given", "in", ":", "where", "T_{s}", "refers", "to", "the", "required", "time", "to", "send", "the", "data", "from", "each", "RU", "/", "ONU", "to", "CO", ";", "T_{q}", "is", "referred", "to", "the", "queuing", "delay", ";", "T_{co}", "is", "the", "delay", "caused", "by", "data", "processing", "in", "each", "CO", ";", "T_{d}", "is", "the", "propagation", "delay", "in", "optical", "fiber", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["T_{s}", ",", "T_{q}", ",", "and", "T_{co}", "are", "related", "to", "the", "hardware", "of", "the", "network", ",", "so", "that", "all", "of", "them", "will", "be", "ignored", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "only", "consider", "the", "propagation", "delay", "T_{d}", "as", "it", "is", "considered", "the", "main", "bottleneck", "of", "the", "one", "-", "way", "transmission", "latency", ",", "and", "it", "can", "be", "calculated", "as", "follows", ":", "where", "T_{d1}", ",", "and", "T_{d2}", "are", "the", "propagation", "delay", "over", "feeder", "fiber", "and", "distribution", "fiber", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\alpha", "is", "the", "propagation", "delay", "per", "kilometer", "of", "fiber", "which", "is", "5", "\\mu", "s", ";", "The", "maximum", "propagation", "delay", "over", "CRAN", "is", "50", "\\mu", "s", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["C_{i}", "=", "\\left\\{\\begin{array}{l}1", "\\textrm", "{", "if", "the", "i", "^{th", "}", "CO", "is", "selected", "}", "\\\\", "0", "\\textrm", "{", "otherwise", "}\\end{array}\\right.", "\\item", "Binary", "variable", "S_{j}", "\\\\", "S_{j}", "=", "\\left\\{\\begin{array}{l}1", "\\textrm", "{", "if", "the", "j", "^{th", "}", "splitter", "is", "selected}", "\\\\", "0", "\\textrm", "{", "otherwise", "}\\end{array}\\right.", "\\item", "Binary", "variable", "R_{r}", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Each", "splitter", "should", "be", "connected", "to", "only", "one", "CO", ":", "\\item"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "number", "of", "DOs", "in", "each", "central", "office", "can", "not", "exceed", "the", "maximum", "number", ":", "\\", "item"], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["If", "an", "optical", "path", "exists", "between", "a", "DO", "and", "a", "splitter", ",", "the", "splitter", "must", "be", "connected", "to", "at", "least", "one", "RU", "/", "ONU", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["The", "number", "of", "splitters", "in", "the", "network", "should", "be", "equal", "to", "the", "total", "number", "of", "DOs", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\", "item", "Number", "of", "AWGs", "in", "the", "network", "should", "be", "equal", "to", "the", "total", "number", "of", "splitters", ":"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "capacity", "of", "downlink", "transmission", "must", "be", "equal", "or", "less", "than", "the", "maximum", "downlink", "capacity", "of", "TWDM", "-", "PON", ":", "\\", "item"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0]} {"tokens": ["The", "capacity", "of", "uplink", "transmission", "must", "be", "equal", "to", "or", "less", "than", "the", "maximum", "uplink", "capacity", "of", "TWDM", "-", "PON", ":", "9999999969"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0]} {"tokens": ["The", "split", "ratio", "of", "each", "splitter", "must", "not", "be", "exceeded", "by", "the", "number", "of", "RU", "/", "ONUs", "connected", "to", "it", ":", "\\item"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0]} {"tokens": ["Each", "RU", "/", "ONU", "should", "be", "connected", "to", "only", "one", "splitter", ":"], "label_ids": [0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["If", "there", "is", "an", "optical", "link", "from", "this", "splitter", "to", "an", "RU", "/", "ONU", ",", "it", "should", "be", "installed", "at", "a", "viable", "splitter", "location", ":", "\\item"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["If", "a", "splitter", "is", "used", "at", "a", "possible", "site", ",", "it", "must", "be", "connected", "to", "at", "least", "one", "RU", "/", "ONU", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["Total", "Cost", "of", "Ownership", "Modeling"], "label_ids": [0, 0, 0, 0, 1]} {"tokens": ["This", "section", "provides", "a", "cost", "model", "for", "TCO", "that", "covers", "Capex", "and", "Opex", "of", "5G", "CRAN", "fronthaul", "based", "on", "TWDM", "-", "PON", "architecture", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Therefore", ",", "TCO", "can", "be", "calculated", "as", "follows", "by", "reformulating", "the", "model", "presented", "in", ":", "where", "N_{r}", "is", "the", "number", "of", "years", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Capex"], "label_ids": [1]} {"tokens": ["The", "term", "``", "Capex", "''", "refers", "to", "a", "one", "-", "time", "investment", "expense", "for", "acquiring", "or", "upgrading", "physical", "assets", "or", "infrastructure", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Equipment", "costs", ":", "This", "refers", "to", "all", "costs", "associated", "with", "purchasing", "equipment", "for", "the", "5G", "CRAN", "architecture", ":", "where", "N_{DO}", ",", "C_{DO}", ",", "N_{AWG}", ",", "C_{AWG}", ",", "N_{PS}", ",", "C_{PS}", ",", "N_{RU/ONU}", "and", "C_{RU/ONU}", "denote", "the", "number", "and", "the", "cost", "for", "each", "of", "DOs", ",", "AWGs", ",", "power", "splitters", "and", "RU", "/", "ONUs", "repectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0]} {"tokens": ["C_{f}", "and", "C_{cw}", "refer", "to", "fiber", "optic", "cable", "cost", "and", "civil", "work", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["where", "T_{i}", "and", "T_{t}", "denote", "installation", "time", "and", "travel", "time", ",", "TS", "and", "TN", "represent", "the", "technician", "salary", "and", "the", "number", "of", "required", "technicians", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Opex", "Opex", "means", "operational", "expenditures", ",", "which", "refers", "to", "the", "ongoing", "costs", "of", "operating", "the", "network", "on", "a", "daily", "basis", "."], "label_ids": [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Energy", "consumption", "(", "C_{E}", ")", ",", "operation", "and", "maintenance", "(", "C_{OM}", ")", "and", "site", "rental", "cost", "(", "C_{Sr}", ")", "are", "the", "three", "key", "Opex", "components", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Opex", "can", "be", "calculated", "as", "follows", ":"], "label_ids": [1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Access", "networks", "are", "projected", "to", "consume", "70", "\\%", "of", "the", "total", "energy", "consumed", "by", "telecommunication", "networks", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "can", "be", "calculated", "by", "adding", "the", "consumption", "costs", "of", "all", "electrical", "equipment", "in", "various", "locations", "of", "the", "network", "as", "follows", ":", "where", "E_{p}", ",", "C^{EDO}", ",", "C^{Ecool}", "and", "C^{ER}", "represent", "the", "cost", "of", "power", "bills", "for", "one", "Wh", "energy", "consumption", "per", "hour", "in", "DO", ",", "cooling", "system", ",", "and", "RU", "/", "ONU", ",", "respectively", ",", "while", "N", "and", "M", "are", "the", "number", "of", "DOs", ",", "and", "RU", "/", "ONUs", ",", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0]} {"tokens": ["\\vspace{2", "mm}", "\\", "item", "Operation", "and", "maintenance", ":", "denotes", "the", "regular", "maintenance", "program", "required", "to", "keep", "the", "network", "up", "and", "running", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["This", "includes", "equipment", "monitoring", "and", "testing", ",", "software", "upgrades", "(", "including", "license", "renewals", "as", "needed", ")", ",", "battery", "replacement", "and", "the", "annual", "operation", "and", "maintenance", "costs", "are", "equal", "to", "10", "\\%", "of", "Capex", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["where", "C^{MDO}", "and", "C^{MR}", "represent", "the", "operation", "and", "maintenance", "costs", "for", "DO", ",", "OLTs", "and", "RU", "/", "ONU", ",", "respectively", ",", "while", "S_{lic}", "denotes", "software", "upgrade", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Site", "rental", ":", "this", "aspect", "refers", "to", "the", "price", "that", "mobile", "network", "operators", "pay", "to", "rent", "space", "for", "their", "equipment", "on", "an", "annual", "basis", ",", "which", "can", "be", "calculated", "as", ":", "where"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Given", "a", "set", "of", "RU", "/", "ONUs", "locations", ",", "and", "a", "set", "the", "potential", "locations", "of", "COs", ",", "the", "goal", "is", "to", "find", "the", "optimal", "number", "and", "location", "of", "Central", "offices", ",", "DOs", ",", "AWGs", "and", "splitters", "to", "obtain", "the", "optimal", "deployment", "costs", "of", "the", "network", "under", "the", "delay", "constraints", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "splitter", "is", "connected", "to", "the", "feeder", "fiber", "to", "the", "AWG", ",", "and", "then", "each", "AWG", "is", "connected", "to", "the", "DO", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "consider", "that", "the", "DO", "and", "the", "AWG", "are", "located", "at", "the", "central", "office", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "paper", "proposes", "an", "Integer", "Linear", "Program", "(", "ILP", ")", "that", "can", "be", "applied", "in", "any", "given", "scenario", "to", "find", "the", "optimal", "locations", "of", "splitters", "and", "central", "offices", "and", "the", "optimal", "paths", "between", "RU", "/", "ONUs", ",", "splitters", ",", "and", "central", "offices", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Network", "data", "sets", "and", "parameters"], "label_ids": [0, 0, 1, 0, 1]} {"tokens": ["In", "our", "framework", ",", "we", "employ", "several", "datasets", "to", "represent", "various", "network", "locations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Each", "RU", "/", "ONU", "is", "connected", "to", "a", "splitter", "by", "a", "~", "distributed", "fiber", "."], "label_ids": [0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["the", "fronthaul", "delay", "must", "not", "exceed", "the", "maximum", "allowed", "delay", ":"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "distance", "between", "each", "RU", "/", "ONU", "and", "its", "serving", "central", "office", "must", "be", "less", "than", "the", "maximum", "distance", "allowed", "in", "PONs", ":"], "label_ids": [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "use", "the", "commercially", "available", "ILOG", "CPLEX", "software", "to", "find", "the", "optimal", "deployment", "solution", "using", "a", "computer", "with", "8", "GB", "RAM", "and", "Intel", "i5", "processor", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Basically", ",", "40", "Gb", "/", "s", "\\mbox{TWDM-PON}", "with", "the", "splitting", "ratios", "mentioned", "above", "can", "support", "functional", "split", "options", "ranging", "from", "1", "to", "6", ",", "7.2", ",", "and", "7.3", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "more", "details", "about", "functional", "split", "options", "for", "5G", ",", "the", "reader", "is", "referred", "to", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "assume", "that", "the", "capacity", "supported", "by", "each", "RU", "/", "ONU", "can", "be", "2.5", "Gb", "/", "s", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Furthermore", ",", "the", "capacity", "provided", "by", "TWDM", "-", "PON", "is", "40", "Gb", "/", "s", "both", "for", "uplink", "and", "downlink", ",", "respectively", "(", "symmetrical", "network", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "maximum", "splitting", "ratio", "is", "1:16", ",", "as", "40", "Gb", "/", "s", "TWDM", "-", "PON", "can", "not", "serve", "more", "than", "16", "RU", "/", "ONUs", "with", "capacity", "of", "2.5", "Gb", "/", "s", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["In", "this", "section", ",", "the", "numerical", "results", "are", "obtained", "by", "scattering", "34", "RU", "/", "ONUs", "in", "a", "10", "x", "10", "km^{2}", "greenfield", "area", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "assume", "that", "the", "maximum", "number", "of", "DOs", "hosted", "in", "one", "central", "office", "is", "10", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["We", "wanted", "to", "determine", "how", "the", "optimal", "cost", "varies", "with", "the", "delay", "threshold", "while", "meeting", "5G", "requirements", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Figure", "~", "illustrates", "the", "optimal", "costs", "of", "the", "network", "for", "different", "delay", "thresholds", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Furthermore", ",", "the", "TCO", "decreases", "as", "the", "split", "ratio", "increases", ",", "where", "TCO", "can", "be", "divided", "into", "Capex", "(", "colored", "blue", ")", "and", "Opex", "(", "colored", "red", ")", ",", "and", "the", "proposed", "ILP", "can", "provide", "the", "TCO", "costs", "in", "detail", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Figure", "~", "represents", "a", "division", "of", "Capex", "for", "different", "delay", "thresholds", "and", "splitting", "ratios", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["There", "is", "an", "inverse", "relationship", "between", "the", "delay", "threshold", "and", "the", "Capex", "value", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "is", "clear", "that", "when", "the", "split", "ratio", "increases", ",", "the", "number", "of", "PONs", "required", "as", "a", "fronthaul", "for", "the", "total", "number", "of", "RU", "/", "ONUs", "will", "decrease", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0]} {"tokens": ["As", "a", "result", ",", "the", "numbers", "of", "splitters", ",", "AWGs", ",", "and", "DOs", "are", "decreased", ",", "which", "reduces", "the", "total", "deployment", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["On", "the", "other", "hand", ",", "the", "fiber", "cost", "of", "the", "fronthaul", "decreases", "when", "the", "split", "ratio", "decreases", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "high", "number", "of", "equipment", "units", "occurring", "when", "the", "splitting", "ratio", "decreases", "means", "that", "the", "Opex", "value", "increases", "as", "shown", "in", "Fig.", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figs", ".", "~-", "illustrate", "the", "examples", "of", "fronthaul", "deployment", "options", "provided", "by", "our", "optimization", "methodology", "for", "the", "tested", "region", "where", "the", "delay", "threshold", "is", "30", "\\mu", "s", ",", "and", "the", "splitting", "ratios", "are", "1:4", ",", "1:8", ",", "and", "1:16", ",", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "blue", "dots", "refer", "to", "RU", "/", "ONU", "locations", ",", "the", "red", "squares", "indicate", "the", "optimal", "splitter", "locations", ",", "and", "the", "purple", "lozenges", "indicate", "the", "optimal", "central", "office", "locations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Many", "technologies", "have", "been", "proposed", "for", "the", "fronthaul", "architecture", ",", "such", "as", "Free", "Space", "Optics", ",", "millimeter", "-", "waves", ",", "microwave", ",", "fiber", "optics", ",", "and", "optical", "access", "networks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Optical", "access", "networks", "presented", "by", "Passive", "Optical", "Networks", "(", "PON", ")", "play", "an", "essential", "role", "behind", "the", "success", "of", "5GB", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["They", "have", "a", "point", "-", "to", "-", "multipoint", "topology", ",", "which", "allows", "for", "effective", "use", "of", "fiber", "resources", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Moreover", ",", "they", "provide", "low", "latency", "and", "support", "a", "massive", "volume", "of", "data", "traffic", "\\", "mbox", "{}", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["TWDM", "-", "PON", "(", "time", "-", "and", "wavelength", "-", "division", "multiplexed", "passive", "optical", "network", ")", "has", "received", "much", "attention", "for", "next", "-", "generation", "optical", "access", "systems", "."], "label_ids": [1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["One", "of", "its", "primary", "uses", "is", "to", "handle", "mobile", "fronthaul", "streams", "that", "demand", "low", "latency", "and", "high", "capacity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Recently", ",", "the", "3GPP", ",", "and", "the", "IEEE", "~WG", "~", "1914", "recommended", "redesigning", "the", "two", "layers", "C", "-RAN", "(", "BBU", "and", "RRH", ")", "architecture", "into", "a", "new", "design", "that", "defines", "three", "baseband", "function", "layers", ":", "central", "unit", "(", "CU", ")", ",", "distributed", "unit", "(", "DU", ")", ",", "and", "a", "remote", "unit", "(", "RU", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["There", "are", "four", "potential", "scenarios", "to", "deploy", "5G", "networks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Deployment", "scenario", "1", "is", "most", "suitable", "for", "latency", "-", "sensitive", "services", "in", "terms", "of", "both", "low", "-", "latency", "communications", "and", "actual", "implementation", "costs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "paper", ",", "we", "focus", "on", "designing", "a", "cost", "-", "effective", "optical", "fronthaul", "based", "on", "TWDM", "-", "PON", "architecture", "for", "delay", "-", "sensitive", "services", "that", "have", "a", "strict", "requirement", "for", "low", "latency", "connection", ",", "which", "is", "a", "critical", "problem", "in", "terms", "of", "enhancing", "the", "quality", "of", "service", "(", "QoS", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0]} {"tokens": ["Our", "proposed", "C", "-RAN", "based", "on", "TWDM", "-", "PON", "fronthaul", "architecture", "following", "deployment", "scenario", "1", "is", "illustrated", "in", "Fig.", "~", "."], "label_ids": [0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["There", "has", "been", "a", "lot", "of", "focus", "in", "recent", "years", "on", "designing", "\\mbox{a", "cost-effective}", "and", "low", "latency", "fronthaul", "for", "5G", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["In", ",", "Wang", ",", "Xin", "et", "al.", "introduce", "a", "MILP", "model", "and", "a", "heuristic", "approach", "to", "reduce", "the", "joint", "cost", "of", "latency", "and", "network", "deployment", "of", "a", "TDM", "-", "PON", "based", "MEC", "-", "enabled", "C-RAN", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Ranaweera", "et", "al.", "in", "analyze", "alternative", "optical", "fronthaul", "networks", "for", "5G", "\\mbox{C-RAN}", "design", "to", "produce", "a", "low", "-", "latency", ",", "bandwidth", "efficient", ",", "and", "cost", "-", "effective", "fronthaul", "network", "in", "classical", "CRAN", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Masoudi", ",", "Meysam", "et", "al.", "propose", "an", "Integer", "Linear", "Program", "(", "ILP", ")", "and", "a", "genetic", "algorithm", "to", "minimize", "the", "total", "cost", "of", "ownership", "(", "TCO", ")", "of", "CRAN", ",", "and", "assess", "the", "cost", "of", "migrating", "to", "a", "C-", "RAN", "-", "based", "\\mbox{TWDM-PON}", "architecture", "with", "full", "network", "function", "centralization", "and", "partial", "centralization", "using", "function", "splitting", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Ranaweera", "et", "al.", "in", "propose", "a", "~", "generalized", "joint", "-", "optimization", "framework", "based", "on", "ILP", "for", "5G", "FWA", "networks", "that", "simultaneously", "plans", "wireless", "access", "and", "optical", "transport", "while", "fulfilling", "diverse", "network", "constraints", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", ",", "Wang", ",", "Nan", "et", "al.", "provide", "a", "~", "low", "-", "delay", "layout", "planning", "CRAN", "employing", "WDM", "-", "PON", "as", "\\mbox{a~fronthaul}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0]} {"tokens": ["In", "addition", ",", "the", "planning", "process", "is", "presented", "using", "the", "nonlinear", "decreasing", "inertia", "weight", "particle", "swarm", "optimization", "technique", "\\mbox{(NL-wPSO)}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Marotta", "et", "al.", "propose", "an", "ILP", "model", "to", "evaluate", "the", "optimal", "deployment", "of", "5G", "C", "-", "RAN", "fronthaul", "using", "point", "to", "optical", "fiber", "and", "microwave", "links", "under", "delay", "constraints", "in", "a", "~", "brownfield", "scenario", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "most", "of", "the", "existing", "studies", "do", "not", "consider", "the", "planning", "of", "the", "CRAN", "fronthaul", "deployment", "under", "different", "delay", "thresholds", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Also", ",", "they", "do", "not", "analyze", "how", "the", "delay", "values", "can", "influence", "the", "total", "cost", "of", "ownership", "(", "TCO", ")", "of", "the", "network", "that", "can", "help", "the", "MNOs", "plan", "their", "networks", "to", "be", "ready", "for", "upcoming", "time", "-", "sensitive", "services", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["With", "the", "rapid", "growth", "in", "the", "telecommunications", "industry", "moving", "towards", "5G", "and", "beyond", "(", "5", "GB", ")", "and", "the", "emergence", "of", "data", "-", "hungry", "and", "time", "-", "sensitive", "applications", ",", "Mobile", "Network", "Operators", "(", "MNOs", ")", "are", "faced", "with", "a", "considerable", "challenge", "to", "keep", "up", "with", "these", "new", "demands", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Cloud", "radio", "access", "network", "(", "CRAN", ")", "has", "emerged", "as", "a", "cost", "-", "effective", "architecture", "that", "improves", "5GB", "performance", "."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "fronthaul", "segment", "of", "the", "CRAN", "necessitates", "a", "high", "-", "capacity", "and", "low", "-", "latency", "connection", "."], "label_ids": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Optical", "technologies", "presented", "by", "Passive", "Optical", "Networks", "(", "PON", ")", "have", "gained", "attention", "as", "a", "promising", "technology", "to", "meet", "the", "fronthaul", "challenges", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "paper", ",", "we", "proposed", "an", "Integer", "Linear", "Program", "(", "ILP", ")", "that", "optimizes", "the", "total", "cost", "of", "ownership", "(", "TCO", ")", "for", "5G", "using", "CRAN", "architecture", "under", "different", "delay", "thresholds", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["We", "considered", "the", "Time", "and", "Wavelength", "Division", "Multiplexing", "Passive", "Optical", "Network", "(", "TWDM", "-", "PON", ")", "as", "a", "fronthaul", "with", "different", "splitting", "ratios", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["5G", ",", "Cost", ",", "delay", ",", "fronthaul", ",", "TWDM", "-", "PON", ".", "9999999988"], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0]} {"tokens": ["The", "emergence", "of", "high", "bandwidth", "-", "demanding", "and", "stringent", "latency", "requirements", "applications", "such", "as", "augmented", "reality", ",", "sophisticated", "online", "video", "gaming", ",", "security", "applications", ",", "intelligent", "farming", ",", "connected", "vehicles", ",", "as", "well", "as", "the", "exponential", "growth", "of", "mobile", "traffic", ",", "which", "is", "expected", "to", "exceed", "5000", "~", "EB", "/", "month", "by", "2030", ",", "pose", "significant", "challenges", "to", "mobile", "network", "operators", "(", "MNOs", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["Therefore", "academia", "and", "industry", "started", "researching", "5GB", "mobile", "technologies", "to", "overcome", "the", "increase", "in", "the", "number", "of", "end", "-", "user", "demands", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["One", "of", "the", "innovative", "solutions", "to", "improve", "the", "performance", "of", "the", "networks", "cost", "-", "effectively", "is", "cloud", "radio", "access", "networks", "(", "CRAN", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["The", "processing", "operations", "are", "carried", "out", "at", "the", "baseband", "unit", "(", "BBU", ")", "positioned", "in", "a", "central", "location", "in", "the", "CRAN", "architecture", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "remote", "radio", "heads", "(", "RRHs", ")", ",", "on", "the", "other", "hand", ",", "are", "located", "on", "the", "antenna", "side", "and", "have", "a", "limited", "range", "of", "responsibilities", "."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "fronthaul", "network", "is", "a", "part", "of", "CRAN", "that", "links", "RRHs", "with", "their", "serving", "BBU", ",", "and", "it", "has", "a", "high", "need", "for", "high", "-", "bandwidth", ",", "low", "-", "latency", "connection", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["However", ",", "the", "cost", "of", "the", "fronthaul", "is", "a", "challenge", ",", "although", "the", "C-RAN", "can", "lower", "both", "operational", "and", "capital", "costs", "(", "Opex", "and", "Capex", ")", ".", "%"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0]} {"tokens": ["Different", "from", "electronic", ",", "photonic", "processing", "can", "make", "use", "of", "all", "four", "physical", "dimensions", "including", "amplitude", ",", "wavelength", ",", "phase", "and", "polarization", "to", "achieve", "a", "wide", "range", "of", "signal", "processing", "and", "computing", "capabilities", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["All", "-", "optical", "processing", "is", "envisioned", "therefore", "as", "the", "blueprint", "for", "future", "communication", "networks", "to", "overcome", "electronic", "bottleneck", "and", "to", "get", "in", "Tb", "/", "s", "regime", "in", "a", "super-efficient", "way", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Inspired", "by", "the", "accelerated", "progresses", "in", "optical", "signal", "processing", "technologies", "and", "the", "integration", "of", "computing", "and", "communications", ",", "we", "introduce", "in", "this", "paper", "a", "new", "architectural", "paradigm", "for", "future", "optical", "networks", "and", "highlight", "how", "this", "new", "architecture", "has", "the", "potential", "to", "shatter", "the", "status", "quo", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Indeed", ",", "our", "proposal", "is", "centered", "on", "exploiting", "the", "superposition", "of", "in", "-transit", "lightpaths", "at", "intermediate", "nodes", "to", "generate", "more", "spectrally", "efficient", "lightpaths", "and", "how", "to", "harness", "this", "opportunity", "from", "network", "design", "perspectives", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "reversing", "the", "traditional", "assumption", "of", "keeping", "transitional", "optical", "channels", "intact", "as", "in", "optical", "-", "bypass", "networking", ",", "our", "proposal", "aims", "to", "re-define", "the", "optical", "node", "architecture", "by", "upgrading", "its", "naive", "functionalities", "from", "simply", "add", "/", "drop", "and", "cross-connecting", "to", "pro-actively", "combining", "transitional", "optical", "channels", "in", "photonic", "domain", "to", "better", "utilize", "spectrum", "capacity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "present", "two", "case", "studies", "featuring", "optical", "aggregation", "and", "optical", "XOR", "encoding", "to", "demonstrate", "the", "merit", "of", "optical", "-", "processing", "-", "enabled", "operation", "compared", "to", "its", "counterpart", ",", "optical", "-", "bypass", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["Numerical", "results", "on", "realistic", "network", "typologies", "are", "provided", ",", "revealing", "that", "a", "spectral", "saving", "up", "to", "more", "than", "30\\%", "could", "be", "achieved", "thanks", "to", "adopting", "optical", "-", "processing", "network", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "Sect.", "II", ",", "the", "evolution", "of", "optical", "network", "architecture", "with", "respect", "to", "handling", "the", "transit", "traffic", "is", "examined", ",", "covering", "the", "historic", "optical", "-", "electrical", "-", "optical", "mode", "to", "the", "currently", "deployed", "optical", "-", "bypass", "to", "our", "proposal", "for", "what", "comes", "next", ",", "that", "is", ",", "optical", "-", "processing", "-", "enabled", "network", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Besides", ",", "in", "order", "to", "highlight", "the", "potential", "of", "optical", "-", "processing", "architecture", ",", "two", "scenarios", "exploiting", "optical", "aggregation", "and", "optical", "XOR", "encoding", "are", "carefully", "analyzed", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Section", "III", "is", "dedicated", "to", "report", "numerical", "results", "drawing", "on", "realistic", "topologies", "comparing", "spectral", "efficiency", "between", "conventional", "optical", "-", "bypass", "routing", "and", "our", "proposal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "reversing", "the", "well", "-", "established", "wisdom", "of", "treating", "in", "-", "transit", "lightpaths", "in", "optical", "-", "bypass", ",", "we", "propose", "a", "new", "architectural", "paradigm", ",", "entitled", ",", "optical", "-", "processing", "-", "enabled", "network", ",", "leveraging", "the", "opportunity", "of", "performing", "optical", "mixing", "between", "transitional", "lightpaths", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["This", "is", "enabled", "by", "the", "integration", "of", "optical", "signal", "processing", "modules", "to", "optical", "switch", "as", "conceptually", "shown", "in", "Fig.", "3", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Optical", "-", "processing", "-", "enabled", "paradigm", "is", "defined", "by", "the", "key", "property", "that", "optical", "nodes", "are", "empowered", "with", "optical", "processing", "functions", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Specifically", ",", "two", "(", "or", "more", ")", "transiting", "lightpaths", "crossing", "an", "intermediate", "node", "could", "be", "optically", "superimposed", "to", "each", "other", "to", "generate", "the", "new", "output", "signal", "which", "is", "more", "spectrum", "-", "efficient", "than", "its", "inputs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "highlight", "the", "potential", "benefits", "of", "doing", "so", "by", "making", "use", "of", "two", "optical", "operations", "whose", "enabling", "technologies", "have", "been", "maturing", "in", "recent", "years", ",", "that", "is", ",", "optical", "aggregation", "and", "optical", "XOR", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0]} {"tokens": ["Figure", "4", "illustrates", "the", "routing", ",", "modulation", "selection", "and", "spectrum", "assignment", "for", "two", "demands", "with", "dedicated", "protection", "in", "the", "conventional", "optical", "-", "bypass", "framework", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "turn", "the", "attention", "to", "Fig.", "5", "where", "optical", "node", "X", "is", "empowered", "with", "optical", "aggregation", "capability", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Fig.", "5", "(", "a", ")", "depicts", "an", "optical", "aggregator", "(", "de-aggregator", ")", "that", "receives", "two", "input", "signals", "of", "different", "bit", "-", "rate", "and", "modulation", "formats", "and", "generates", "an", "output", "signal", "whose", "bit", "-", "rate", "is", "equal", "to", "the", "sum", "of", "two", "inputs", "and", "is", "modulated", "at", "higher", "-", "order", "format", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["By", "permitting", "such", "operation", "at", "node", "X", ",", "instead", "of", "two", "optical", "channels", "A_p", "and", "B_p", "consuming", "a", "total", "of", "11", "spectrum", "slices", ",", "an", "aggregated", "lightpath", "16", "-", "QAM", "carrying", "300", "Gbps", "and", "utilizing", "6", "spectrum", "slices", "is", "sufficient", "and", "this", "is", "highlighted", "in", "Fig.", "5", "(", "b", ")", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "addition", "to", "the", "spectral", "savings", ",", "potential", "gains", "in", "operational", "expenditure", "involving", "energy", "consumption", "could", "be", "foreseen", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Next", "we", "consider", "the", "second", "scenario", "where", "the", "optical", "XOR", "operation", "is", "armed", "at", "node", "X", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "operation", "of", "such", "optical", "XOR", "encoder", "(", "decoder", ")", "is", "illustrated", "in", "Fig.", "6", "(", "a", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "case", ",", "the", "protection", "channels", "of", "two", "demands", "are", "encoded", "together", "at", "node", "X", "as", "a", "single", "16", "-", "QAM", "signal", "carrying", "200", "Gbps", "(", "Fig.", "6", "(", "b", ")", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Rather", "than", "utilizing", "11", "spectrum", "slices", "on", "link", "XE", "and", "EZ", ",", "4", "spectrum", "slices", "is", "enough", "to", "carry", "an", "encoded", "lightpath", "200", "Gbps", "modulated", "on", "16", "-", "QAM", "format", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "case", "of", "single", "-", "link", "failure", ",", "the", "destination", "node", "Z", "always", "receive", "two", "remaining", "signals", "permitting", "the", "reconstruct", "of", "lost", "signal", "by", "XOR", "operation", "as", "(A_p", "\\oplus", "B_p)", "\\oplus", "A_p", "=", "B_p", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Evolution", "of", "Optical", "Network", "Architectures", ":", "From", "Optical", "-", "Electrical", "-", "Optical", "to", "Optical", "-", "bypass", "-", "enabled", "to", "Optical", "-", "processing", "-", "enabled", "Mode"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1]} {"tokens": ["Optical", "communications", "and", "networks", "have", "gone", "a", "long", "way", "in", "terms", "of", "capacity", "and", "efficiency", "since", "its", "birth", "roughly", "50", "years", "ago", "with", "Charles", "Kao", "'s", "innovative", "proposal", "."], "label_ids": [0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["It", "is", "important", "to", "note", "that", "fiber", "-", "optic", "communications", "not", "only", "provide", "a", "huge", "venue", "for", "data", "transmission", "but", "also", "give", "rise", "to", "optical", "networks", "and", "the", "field", "of", "optical", "networking", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "development", "of", "optical", "networks", "is", "broadly", "linked", "to", "capability", "in", "manipulating", "lightstream", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Specifically", ",", "handling", "transit", "traffic", "at", "intermediate", "nodes", "represents", "a", "defining", "characteristic", "in", "classifying", "optical", "network", "architectures", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "first", "generation", "of", "architecture", "was", "optical", "-", "electrical", "-", "optical", "(", "O", "-", "E", "-", "O", ")", "mode", "where", "a", "lightpath", "is", "terminated", "and", "regenerated", "at", "every", "intermediate", "node", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "network", "configured", "in", "this", "mode", "performs", "O", "-", "E", "-", "O", "conversion", "of", "the", "signals", "at", "every", "endpoint", "of", "each", "transmission", "system", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "1", "illustrates", "how", "the", "transitional", "traffic", "is", "handled", "at", "each", "intermediate", "node", "by", "making", "use", "of", "an", "electrical", "/", "optical", "switch", "and", "a", "bank", "of", "transponders", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Thanks", "to", "the", "convergence", "of", "several", "advances", "in", "optical", "transmission", "and", "switching", "technologies", ",", "in", "the", "year", "of", "2000s", ",", "the", "introduction", "and", "then", "widespread", "adoption", "of", "optical", "-", "bypass", "mechanism", "where", "a", "lightpath", "remains", "fully", "in", "optical", "domain", "along", "its", "route", "marked", "the", "second", "generation", "in", "the", "development", "of", "optical", "network", "architecture", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Figure", "2", "depicts", "the", "use", "of", "Reconfigurable", "Optical", "Add", "-", "Drop", "Multiplexer", "(", "ROADM", ")", "to", "perform", "optical", "cross-connect", "between", "input", "links", "and", "output", "links", ",", "permitting", "the", "remaining", "in", "optical", "domain", "of", "transit", "lightpaths", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Optical", "-", "bypass", "operation", "has", "then", "become", "a", "dominant", "technology", "adopted", "by", "the", "majority", "of", "carriers", "in", "both", "metro", "and", "backbone", "networks", "in", "the", "last", "two", "decades", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "improving", "the", "optical", "-", "bypass", "architecture", ",", "there", "have", "been", "a", "number", "of", "proposal", "investigating", "the", "integration", "of", "simple", "optical", "signal", "processing", "functions", "including", "regeneration", "and", "wavelength", "/", "format", "conversion", "for", "each", "individual", "in", "-", "transit", "lightpath", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Nevertheless", ",", "the", "foundation", "of", "optical", "-", "bypass", "networking", "paradigm", "has", "remained", "basically", "unchanged", "that", "each", "lightpath", "crossing", "an", "intermediate", "node", "should", "be", "safeguarded", "from", "others", "in", "certain", "physical", "dimensions", "to", "mitigate", "unwanted", "interference", "which", "may", "degrade", "the", "optical", "signal", "qualities", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["A", "Case", "Study", "of", "Optical", "-", "processing", "-", "enabled", "Network", "with", "Optical", "XOR", "Encoding"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1]} {"tokens": ["This", "part", "draws", "a", "numerical", "comparison", "between", "two", "designs", "based", "on", "optical", "-", "processing", "-", "enabled", "mode", "with", "optical", "XOR", "encoding", "and", "the", "traditional", "optical", "-", "bypass", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["The", "optical", "XOR", "encoding", "to", "be", "used", "in", "this", "study", "is", "a", "simple", "one", "performing", "XOR", "encoding", "between", "two", "optical", "signals", "of", "the", "same", "line", "rate", "and", "format", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "restrict", "the", "study", "to", "a", "practical", "setting", "where", "the", "encoding", "is", "performed", "only", "on", "two", "demands", "with", "the", "same", "destination", "node", "and", "the", "decoding", "is", "only", "occurred", "at", "destination", "node", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "network", "topology", "for", "evaluation", "is", "a", "realistic", "NSFNET", "one", "as", "shown", "in", "Fig.", "9", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["To", "exploit", "network", "coding", "benefits", ",", "the", "traffic", "under", "consideration", "is", "generated", "following", "the", "two", "-", "to", "-", "many", "model", "where", "two", "nodes", "are", "randomly", "selected", "as", "sources", "and", "all", "the", "remaining", "nodes", "are", "designated", "as", "receiving", "ends", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "results", "shown", "in", "Fig.", "10", "depicts", "the", "wavelength", "link", "cost", "of", "two", "designs", "in", "supporting", "the", "same", "set", "of", "traffic", "demands", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "could", "be", "seen", ",", "the", "coding", "-", "aware", "design", "consistently", "outperforms", "the", "traditional", "approach", "with", "optical", "-", "bypass", "and", "in", "our", "studied", "case", ",", "the", "relative", "gain", "found", "could", "be", "up", "to", "17\\%", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Summary", "We", "proposed", "the", "optical", "-", "processing", "-", "enabled", "architecture", "featuring", "the", "unique", "capability", "of", "pro-actively", "mixing", "transitional", "optical", "channels", "in", "photonic", "domain", "for", "future", "optical", "networks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "key", "idea", "is", "to", "enable", "multiple", "optical", "signals", "from", "in", "-", "transit", "lightpaths", "at", "different", "wavelengths", "and", "/", "or", "formats", "interacting", "with", "each", "other", "by", "non-linear", "processes", "in", "a", "controllable", "manner", "to", "achieve", "a", "desired", "output", "signal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "demonstrating", "the", "merit", "of", "our", "proposal", ",", "two", "case", "studies", "relying", "on", "optical", "aggregation", "and", "optical", "XOR", "coding", "were", "presented", "and", "it", "was", "shown", "that", "network", "design", "exploiting", "optical", "mixing", "operations", "could", "result", "in", "considerably", "greater", "performance", "than", "traditional", "optical", "-", "bypass", "approach", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "aforementioned", "example", "highlights", "the", "potential", "benefits", "of", "exploiting", "the", "optical", "computing", "capabilities", "between", "in", "-", "transit", "lightpaths", "to", "achieve", "greater", "spectral", "efficiency", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "the", "next", "part", ",", "we", "will", "report", "numerical", "results", "evaluating", "the", "impact", "of", "introducing", "such", "optical", "mixing", "operations", "to", "network", "designs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["This", "section", "is", "dedicated", "to", "provide", "a", "preliminary", "comparison", "between", "optical", "-", "processing", "-", "enabled", "and", "optical", "-", "bypass", "architecture", "in", "term", "of", "spectral", "efficiency", "when", "supporting", "the", "same", "set", "of", "traffic", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Network", "designs", "for", "both", "architectures", "are", "formulated", "in", "the", "form", "of", "integer", "linear", "programming", "and", "optimal", "results", "are", "collected", "to", "guarantee", "a", "fair", "and", "reliable", "benchmark", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Two", "cases", "studies", "featuring", "two", "optical", "mixing", "operations", ",", "that", "is", ",", "optical", "aggregation", "and", "optical", "XOR", "coding", ",", "are", "considered", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "metric", "for", "comparison", "in", "both", "two", "studies", "is", "the", "wavelength", "link", "cost", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "Case", "Study", "of", "Optical", "-", "processing", "-", "enabled", "Network", "with", "Optical", "Aggregation"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1]} {"tokens": ["In", "this", "part", ",", "we", "present", "a", "comparison", "between", "two", "designs", "based", "on", "optical", "-", "processing", "-", "enabled", "mode", "with", "optical", "aggregation", "and", "the", "traditional", "optical", "-", "bypass", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["The", "optical", "aggreation", "to", "be", "used", "in", "this", "study", "is", "a", "simple", "one", "aggregating", "two", "100", "G", "QPSK", "signals", "into", "a", "single", "16", "-", "QAM", "channel", "carrying", "200", "G", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "network", "topology", "for", "evaluation", "is", "a", "realistic", "COST239", "one", "as", "shown", "in", "Fig.", "7", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "traffic", "under", "consideration", "is", "generated", "following", "the", "two", "-", "to", "-", "many", "model", "where", "two", "nodes", "are", "randomly", "selected", "as", "sources", "and", "seven", "remaining", "nodes", "are", "arbitrarily", "chosen", "as", "the", "destinations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "8", "reveals", "the", "wavelengthh", "link", "cost", "of", "two", "designs", "at", "different", "traffic", "sets", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["It", "can", "be", "seen", "that", "the", "aggregation", "-", "aware", "design", "offers", "strictly", "greater", "performance", "in", "8", "out", "of", "10", "cases", "compared", "to", "the", "traditional", "design", "of", "optical", "-", "bypass", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["In", "term", "of", "relative", "gain", ",", "the", "design", "with", "optical", "aggregation", "could", "be", "up", "to", "more", "than", "30\\%", "spectrally", "more", "efficient", "than", "its", "counterpart", "in", "this", "studied", "case", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Optical", "-", "processing", "-", "enabled", "Network", ",", "Optical", "-", "processing", "Networking", ",", "Optical", "-", "processing", "-", "enabled", "Node", ","], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Optical", "-", "bypass", ",", "Photonic", "Network", "Coding", ",", "Optical", "Aggregation", ",", "Routing", ",", "Network", "Design"], "label_ids": [1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1]} {"tokens": ["Broadband", "Internet", "connections", "have", "become", "indispensable", "to", "our", "society", ",", "forming", "what", "is", "widely", "known", "as", "information", "era", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "proliferation", "and", "popularization", "of", "bandwidth", "-", "intensive", "services", "enabled", "by", "Internet", "medium", "such", "as", "4", "K", "and", "8", "K", "ultra-", "high", "-", "definition", "video", "streaming", ",", "immersion", "into", "virtual", "reality", "(", "VR", ")", "and", "/", "or", "augmented", "reality", "(", "AR", ")", ",", "and", "autonomous", "vehicles", "will", "certainly", "drive", "explosive", "growths", "of", "Internet", "traffic", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "reported", "in", ",", "Internet", "traffic", "has", "been", "remaining", "an", "unabated", "growth", "annually", "of", "around", "30\\%", "and", "this", "means", "that", "in", "next", "ten", "years", ",", "roughly", "14", "-", "fold", "larger", "the", "network", "capacity", "will", "be", "needed", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Indeed", ",", "the", "currently", "deployed", "optical", "transport", "networks", "underpinning", "the", "majority", "of", "Internet", "traffic", "transmission", "will", "be", "facing", "capacity", "crunch", "under", "such", "rapid", "traffic", "rise", "and", "this", "necessitate", "for", "sustainably", "technological", "and", "architectural", "innovations", "to", "be", "investigated", "and", "then", "deployed", "to", "upgrade", "the", "network", "capacity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Major", "technological", "breakthroughs", "including", "coherent", "transmission", ",", "higher", "-", "order", "modulation", "formats", ",", "spectrally", "and", "spatially", "flexible", "optical", "transmission", "and", "recently", "wide", "-", "band", "optical", "transmission", "have", "been", "manifested", "in", "a", "recent", "world", "record", "data", "transmission", "set", "by", "NICT", "in", "2021", "featuring", "more", "than", "300", "Terabit", "/", "s", "across", "more", "than", "3000", "km", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Equally", "important", ",", "architectural", "solutions", "are", "on", "one", "hand", "to", "exploit", "better", "the", "system", "capacity", "and", "on", "the", "other", "hand", ",", "to", "achieve", "economic", "of", "scale", "by", "lowering", "both", "capital", "and", "operation", "expenditures", "per", "transmitted", "bit", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Accordingly", ",", "optical", "network", "architecture", "has", "undergone", "a", "major", "transition", "in", "the", "2000s", "time", "frame", "with", "the", "arrival", "of", "optical", "-", "bypass", "-", "enabled", "framework", "in", "replacing", "the", "costly", "optical", "-", "electrical", "-", "optical", "mode", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["However", ",", "in", "optical", "-", "bypass", "networking", ",", "the", "fact", "that", "two", "(", "or", "more", ")", "lightpaths", "crossing", "intermediate", "nodes", "should", "be", "maximally", "separated", "to", "avoid", "interference", "which", "is", "considered", "as", "unwanted", "noise", "have", "turned", "out", "to", "be", "a", "fundamental", "limitation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Indeed", ",", "such", "long", "-", "established", "assumption", "perceiving", "the", "interference", "of", "optical", "channels", "transiting", "at", "the", "same", "node", "as", "a", "destructive", "factor", "and", "should", "therefore", "circumvent", ",", "albeit", "justifiable", ",", "may", "leave", "vastly", "unexplored", "opportunities", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "accommodating", "the", "explosive", "growth", "of", "Internet", "traffic", ",", "optical", "transport", "networks", "constituting", "the", "backbone", "of", "Internet", "infrastructure", "have", "been", "technologically", "and", "architecturally", "advancing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "a", "result", ",", "the", "evolution", "of", "optical", "network", "architectures", "is", "directed", "towards", "achieving", "the", "economic", "of", "scales", "by", "lowering", "the", "capital", "and", "operational", "expenditures", "per", "transmitted", "bit", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Among", "various", "aspects", ",", "handling", "transit", "traffic", "at", "intermediate", "nodes", "represents", "a", "defining", "characteristic", "in", "classifying", "optical", "network", "architectures", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "context", ",", "the", "transition", "from", "the", "first", "generation", "of", "optical", "-", "electrical", "-", "optical", "(", "O", "-", "E", "-", "O", ")", "mode", "to", "the", "second", "generation", "of", "optical", "-", "bypass", "marked", "a", "paradigm", "shift", "in", "redesigning", "optical", "transport", "networks", "towards", "greater", "network", "efficiency", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Optical", "-", "bypass", "operation", "has", "then", "become", "the", "de", "facto", "approach", "adopted", "by", "the", "majority", "of", "carriers", "in", "both", "metro", "and", "backbone", "networks", "in", "the", "last", "two", "decades", "and", "has", "remained", "basically", "unchanged", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "in", "optical", "-", "bypass", "network", ",", "the", "fact", "that", "in", "-", "transit", "lightpaths", "crossing", "a", "common", "intermediate", "node", "must", "be", "separated", "in", "either", "time", ",", "frequency", "or", "spatial", "domain", "to", "avoid", "adversarial", "interference", "appears", "to", "be", "a", "critical", "shortcoming", "as", "the", "interaction", "of", "such", "lightpaths", "in", "optical", "domain", "may", "result", "in", "efficient", "computing", "and", "/", "or", "signal", "processing", "operations", "for", "saving", "spectral", "resources", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Inspired", "by", "the", "accelerated", "progresses", "in", "optical", "signal", "processing", "technologies", "and", "the", "integration", "of", "computing", "and", "communications", ",", "we", "introduce", "in", "this", "paper", "a", "new", "architectural", "paradigm", "for", "future", "optical", "networks", "and", "highlight", "how", "this", "new", "architecture", "has", "the", "potential", "to", "shatter", "the", "status", "quo", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Indeed", ",", "our", "proposal", "is", "centered", "on", "exploiting", "the", "superposition", "of", "in", "-", "transit", "lightpaths", "at", "intermediate", "nodes", "to", "generate", "more", "spectrally", "efficient", "lightpaths", "and", "how", "to", "harness", "this", "opportunity", "from", "network", "design", "perspectives", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "present", "two", "case", "studies", "featuring", "optical", "aggregation", "and", "optical", "XOR", "encoding", "to", "demonstrate", "the", "merit", "of", "optical", "-", "processing", "-", "enabled", "operation", "compared", "to", "its", "counterpart", ",", "optical", "-", "bypass", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["Numerical", "results", "on", "realistic", "network", "typologies", "are", "provided", ",", "revealing", "that", "a", "spectral", "saving", "up", "to", "30\\%", "could", "be", "achieved", "thanks", "to", "adopting", "optical", "-", "processing", "network", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "describe", "it", ",", "we", "first", "need", "to", "define", "min", "-", "entropy", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0]} {"tokens": ["For", "a", "probability", "distribution", "P", "on", "the", "alphabet", "S", "the", "min", "-", "entropy", "is", "defined", "as", "follows", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0]} {"tokens": ["A", "randomized", "map", "Y", "()", "is", "(t,", "\\epsilon)", "-", "indistinguishable", "if", "there", "is", "a", "random", "variable", "G", "such", "that", "for", "every", "distribution", "on", "a", "set", "\\bf{M}", "with", "min", "-", "entropy", "at", "least", "t", ",", "we", "have"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Dodis", "and", "Smith", "showed", "that", "entropy", "security", "and", "indistinguishability", "are", "equal", "(", "up", "to", "small", "constants", "in", "key", "length", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "describe", "an", "\\epsilon", "-", "entropically", "secure", "cipher", "for", "the", "case", "where", "the", "probability", "distribution", "\\mu", "is", "unknown", ",", "but", "it", "is", "known", "that", "it", "belongs", "to", "class", "of", "stationary", "ergodic", "Markov", "chains", "with", "finite", "memory", ",", "or", "connectivity", ",", "m", ",", "m", "\\ge", "0", ",", "whose", "definition", "is", "given", "in", "Appendix", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["(", "If", "m=0", "then", "the", "symbols", "generated", "by", "\\mu", "are", "independent", "and", "identically", "distributed", "~", "--", "i.", "i.d.", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0]} {"tokens": ["The", "definition", "of", "a", "stationary", "ergodic", "Markov", "chain", "with", "memory", ",", "or", "connection", ",", "m", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["First", "we", "give", "a", "definition", "of", "stationary", "ergodic", "processes", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "stationary", "process", "is", "called", "ergodic", "if", "every", "T", "-", "invariant", "set", "has", "probability", "0", "or", "1", ":", "P(B)=0", "or", "1", "whenever", "T^{-1}B=B", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "denote", "by", "M_\\infty(\\Lambda)", "the", "set", "of", "all", "stationary", "and", "ergodic", "sources", "and", "let", "M_0(\\Lambda)", "\\subset", "M_\\infty(\\Lambda)", "be", "the", "set", "of", "all", "i.i.d.", "processes", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "denote", "by", "M_m(\\Lambda)", "\\subset", "M_\\infty(\\Lambda)", "the", "set", "of", "Markov", "sources", "of", "order", "(", "or", "with", "memory", ",", "or", "connectivity", ")", "not", "larger", "than", "9999999978"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["a_{i_2},", "\\ldots", "\\,", "\\in", "\\Lambda.", "Entropically", "secure", "ciphers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "part", "we", "describe", "one", "entropically", "secure", "cipher", "from", ",", "part", "3", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["By", "definition", ",", "a", "collection", "of", "functions", "from", "n", "-", "bit", "words", "to", "n", "-", "bits", "is", "XOR", "-", "universal", "if", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Also", ",", "suppose", "that", "there", "is", "a", "XOR", "-", "universal", "collection", "of", "functions", "whose", "description", "is", "public", "and", ",", "hence", ",", "it", "is", "known", "to", "Alice", ",", "Bob", "and", "Eve", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Recall", "the", "definition", "of", "the", "so", "-", "called", "prefix", "-", "free", "code", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Clearly", ",", "the", "Fitingoff", "code", "is", "prefix", "-", "free", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Hence", ",", "any", "prefix", "-", "free", "code", "is", "a", "lossless", "one", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["From", "this", "inequality", "and", "(", ")", "we", "obtain", "(", "Let", "'s", "explain", "the", "name", "``", "universal", "code", ".", "'", "'"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["If", "we", "denote", "the", "Fitingoff", "code", "by", "code_F", "we", "obtain", "from", "its", "description"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "Fitingoff", "code", "described", "generalizes", "to", "i.", "i.d.", "processes", "with", "any", "finite", "alphabet", "\\Lambda", ",", "as", "well", "as", "to", "Markov", "chains", "with", "memory", "or", "connectivity", "m", ",", "based", "on", "the", "same", "method", "as", "for", "binary", "i.i.d.", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "proposed", "method", "is", "based", "on", "the", "concept", "of", "the", "\\epsilon", "-", "entropically", "secure", "cipher", "and", "some", "results", "of", "universal", "coding", ",", "which", "makes", "it", "possible", "to", "efficiently", "``", "compress", "''", "messages", "with", "unknown", "statistics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Universal", "coding"], "label_ids": [0, 1]} {"tokens": ["The", "goal", "is", "to", "build", "a", "lossless", "code", "which", "``", "compresses", "''", "n", "-", "letter", "sequences", "in", "such", "a", "way", "that", "the", "average", "length", "(", "per", "letter", ")", "of", "the", "compressed", "sequence", "is", "close", "to", "the", "Shannon", "entropy", "h(\\mu)", ",", "which", "%", "is", "the", "lower", "limit", "of", "the", "codeword", "length", "(", "lossless", "code", "is", "such", "that", "the", "encoded", "messages", "can", "be", "decoded", "without", "errors", "and", "h(\\mu)", "=", "-", "(\\mu(0)\\log", "\\mu(0)", "+"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "first", "universal", "code", "was", "invented", "by", "Fitingoff", "and", "we", "use", "this", "code", "as", "a", "part", "of", "the", "suggested", "entropically", "secure", "cipher", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Fitingoff", "proposed", "to", "encode", "the", "word", "v", "by", "two", "subwords", "u", "(", "prefix", ")", "and", "w", "(", "suffix", ")", ",", "where", "u", "is", "the", "binary", "notation", "of", "an", "integer", "\\nu", "and", "w", "is", "the", "index", "of", "the", "word", "v", "in", "the", "subset", "S_\\nu", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{\\bf", "Parameters", ":", "}", "\\epsilon", ">", "0", ",", "the", "alphabet", "\\Lambda", ",", "the", "memory", "of", "Markov", "chain", "m", "and", "the", "length", "of", "the", "ciphered", "message", "n", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{\\bf", "1st", "step", ":", "}", "Encode", "v", "with", "the", "Fitigoff", "code", "code_F(v)", "(", "with", "parameters", "\\Lambda,m", "and", "n", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{\\bf", "3rd", "step", ":", "}", "Calculate", "the", "\\epsilon", "-", "entropically", "secure", "cipher", "cipher_{RW-DS}(\\rho_{code_F}(v),K)", "with", "the", "length", "of", "the", "secret", "key", "|K|=", "(|\\Lambda|^m", "(|\\Lambda|", "-", "1)", "\\log", "n", "+", "2", "\\log", "(1/\\epsilon)", "+", "5", "bits", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Then", ",", "based", "on", "the", "prefix", "-", "free", "property", "of", "the", "Fitingoff", "code", ",", "Bob", "finds", "%", "the", "word", "code_F(v)", "and", "then", "decodes", "it", "to", "get", "v", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "theorem", "of", "Russell", "-", "Wang", "and", "Dodis", "-", "Smith", "guarantees", "the", "entropic", "security", "and", "indistinguishability", "for", "the", "first", "cipher", "cipher_{RW-DS}", ",", "so", ",", "we", "need", "to", "prove", "a", "similar", "property", "for", "the", "proposed", "cipher_{c\\&r}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Despite", "the", "equivalence", "of", "the", "concepts", "of", "entropic", "security", "and", "indistinguishability", ",", "we", "will", "prove", "these", "properties", "separately", "due", "to", "the", "great", "importance", "of", "this", "fact", "for", "the", "described", "cipher", "cipher_{c\\&r}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "following", "theorem", "describes", "the", "entropic", "security", "property", "for", "this", "cipher", ":", "9999999926"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Let", "\\epsilon", ">0", "and", "suppose", "that", "the", "cipher", "cipher_{c\\&r}", "is", "applied", "to", "%", "n", "-", "letter", "words", "M", "generated", "by", "a", "stationary", "ergodic", "Markov", "chain", "with", "memory", "m,", "m\\ge", "0", ",", "and", "an", "alphabet", "\\Lambda", ",", "and", "let", "the", "length", "of", "the", "secret", "key", "K", "be", "(|\\Lambda|^m", "(|\\Lambda|", "-", "1)", "\\log", "n", "+", "2", "\\log", "(1/\\epsilon)", "+", "5", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Indeed", ",", "from", "Theorem", "of", "Russell", "-", "Wang", "and", "Dodis", "-", "Smith", "(", "see", "(", ")", ")", "and", "the", "estimate", "of", "the", "min", "-", "entropy", "(", ")", "we", "can", "see", "that", "such", "a", "cipher", "exists", "for", "the", "distribution", "\\pi_{code_F,\\mu}", "for", "any", "(", "unknown", ")", "\\mu", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["So", ",", "from", "the", "definition", "of", "\\epsilon", "-", "entropical", "security", "we", "can", "see", "that", "for", "any", "function", "g"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Let", "us", "estimate", "the", "min", "-", "entropy", "of", "the", "distribution", "\\pi_{\\lambda,\\mu}", "."], "label_ids": [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0]} {"tokens": ["From", "this", "equation", "and", "the", "definition", "of", "the", "min", "-", "entropy", "(", ")", "we", "obtain", "the", "following", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Now", "we", "consider", "the", "Fitingoff", "code", "applied", "to", "n", "-", "letter", "sequences", "generated", "by", "a", "Markov", "chain", "\\mu", "of", "memory", "m", "over", "%", "some", "alphabet", "\\Lambda", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "Fitigoff", "code", "is", "prefix", "-", "free", "and", ",", "hence", ",", "from", "(", ")", "and", "(", ")", "we", "obtain", "the", "following", "{", "\\bf", "Statement", ".", "}"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "particular", ",", "for", "an", "i.i.d.", "source", "with", "binary", "alphabet"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1]} {"tokens": ["Here", "we", "describe", "a", "cipher", "with", "the", "key", "of", "length", "const_1", "\\log", "n", "+", "const_2\\,", "\\log", "(1/\\epsilon", ")", "+", "const_3", ",", "which", "is", "\\epsilon", "-", "entropically", "secure", "for", "n", "-", "letter", "sequences", "generated", "by", "any", "%", "(", "unknown", ")", "Markov", "chain", "\\mu", "of", "memory", "m", "over", "some", "alphabet", "\\Lambda", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Briefly", ",", "the", "encryption", "is", "done", "as", "follows", ":", "first", "compress", "the", "message", "with", "the", "Fitingoff", "code", ",", "then", "randomize", "the", "encoded", "message", "according", "to", "(", ")", "and", "then", "encrypt", "the", "received", "\\rho_{code_F,", "\\mu}(\\,)", "with", "an", "entropically", "secure", "cipher", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Entropically", "secure", "ciphers"], "label_ids": [0, 0, 1]} {"tokens": ["Then", ",", "for", "any", "\\epsilon", ">0", ",", "there", "exists", "an", "\\epsilon", "-", "entropically", "secure", "cipher", "E(M,K)", ",", "M", "\\in", "\\{0,1\\}^l", "with", "the", "length", "of", "the", "key"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["It", "is", "important", "to", "note", "that", "each", "%", "of", "the", "three", "constructions", "of", "the", "ciphers", "depends", "only", "on", "min", "-", "entropy", ",", "that", "is", ",", "the", "cipher", "construction", "is", "the", "same", "for", "all", "distributions", "with", "the", "same", "%", "min", "-", "entropy", "(", "but", ",", "of", "course", ",", "depends", "on", "\\epsilon", "and", "l", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Randomised", "prefix", "-", "free", "codes"], "label_ids": [0, 0, 0, 0, 1]} {"tokens": ["Let", "\\lambda", "be", "a", "prefix", "-", "free", "code", "for", "some", "alphabet", "\\Lambda^*", "and", "9999999983"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\begin", "{equation}", "%", "\\rho_\\", "lambda", "(", "a_i", ")", "=", "\\", "lambda", "(", "a_i", ")", "\\,", "r^i_{|", "\\lambda(a_i)|+1}", "r^i_{|\\lambda(a_i)|", "+", "2}", "...", "r", "^i_L", "\\,", ",", "\\end{equation}", "where", "r^i_{|\\lambda(a_i)|+1},", "r^i_{|\\lambda(a_i)|", "+", "2},", "...", ",r^i_L", "are", "uniformly", "distributed", "and", "independent", "random", "bits", "(", "for", "all", "i", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "concept", "of", "entropic", "security", "has", "been", "generalized", "and", "developed", "by", "Dodis", "and", "Smith", "and", "investigated", "by", "several", "other", "authors", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "message", "M", "is", "assumed", "to", "come", "from", "some", "a", "-priori", "distribution", "on", "{\\Lambda}^n", "where", "\\Lambda", "is", "a", "finite", "alphabet", ",", "n", "\\ge", "1", ",", "and", "K", "is", "a", "sequence", "of", "equally", "probable", "and", "independent", "binary", "digits", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "is", "assumed", "that", "E(M,K)", "is", "a", "probabilistic", "map", ",", "that", "is", ",", "it", "can", "also", "use", "random", "numbers", ",", "which", "are", "unknown", "to", "Bob", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "following", "formal", "definition", "of", "the", "entropic", "security", "belongs", "to", "Russell", "and", "Wang", "(", "see", "also", "Dodis", "and", "Smith", ")", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "probabilistic", "map", "E(M,K)", "is", "said", "to", "hide", "all", "functions", "f", "on", "\\Lambda^n", "to", "\\{0,1\\}^*", "with", "leakage", "\\epsilon,", "\\epsilon", ">", "0,", "if", ",", "for", "every", "adversary", "A", ",", "there", "exists", "some", "adversary", "\\hat{A}", "(", "who", "does", "not", "know", "E(M,K)", ")", "such", "that", "for", "all", "functions", "f", "from", "\\Lambda^n", "to", "\\{0,1\\}^*", ",", "(", "Note", "that", "\\hat{A}", "does", "not", "know", "E(M,K)", "and", ",", "in", "fact", ",", "she", "guesses", "the", "meaning", "of", "the", "function", "f(M)", ",", "ignoring", "E(M,K)", ".", ")"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "2002", ",", "Russell", "and", "Wang", "proposed", "a", "definition", "of", "entropic", "security", ",", "which", "was", "developed", "within", "the", "framework", "of", "secret", "-", "key", "cryptography", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["An", "entropically", "secure", "system", "is", "unconditionally", "secure", ",", "that", "is", ",", "unbreakable", "regardless", "of", "the", "adversary", "\u00e2\u0080\u0099s", "computing", "power", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "2004", ",", "Dodis", "and", "Smith", "further", "developed", "%", "the", "results", "of", "Russell", "and", "Wang", "and", ",", "in", "particular", ",", "stated", "that", "the", "notion", "of", "an", "entropically", "secure", "symmetric", "encryption", "scheme", "is", "extremely", "important", "for", "cryptography", "because", "one", "can", "construct", "entropically", "secure", "symmetric", "encryption", "schemes", "with", "keys", "much", "shorter", "than", "the", "length", "of", "the", "input", ",", "thus", "circumventing", "Shannon", "\u00e2\u0080\u0099s", "famous", "lower", "bound", "on", "key", "length", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "this", "report", "we", "suggest", "an", "entropically", "secure", "scheme", "for", "the", "case", "where", "the", "encrypted", "message", "is", "generated", "by", "a", "Markov", "chain", "with", "unknown", "statistics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "length", "of", "the", "required", "secret", "key", "is", "proportional", "to", "the", "logarithm", "of", "the", "message", "length", "(", "as", "opposed", "to", "the", "length", "of", "the", "message", "itself", "for", "the", "one", "-", "time", "pad", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["In", "1949", ",", "K.", "Shannon", ",", "in", "his", "remarkable", "article", ",", "described", "the", "perfect", "secret", "system", "and", "showed", "that", "the", "one", "-", "time", "pad", "is", "such", "a", "system", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Since", "then", ",", "it", "has", "been", "generally", "accepted", "that", "the", "length", "of", "the", "secret", "key", "should", "be", "equal", "to", "the", "length", "of", "the", "encrypted", "message", "(", "or", "at", "least", "its", "entropy", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Russell", "and", "Wang", "proposed", "the", "notion", "of", "%", "entropic", "security", ",", "which", "gives", "a", "possibility", "to", "build", "a", "symmetric", "encryption", "scheme", "with", "a", "secret", "key", "much", "shorter", "than", "the", "length", "of", "the", "input", ",", "thus", ",", "in", "a", "sense", ",", "circumventing", "the", "mentioned", "Shannon", "\u00e2\u0080\u0099s", "lower", "bound", "on", "key", "length", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Informally", ",", "the", "entropy", "-", "secure", "symmetric", "encryption", "scheme", "uses", "the", "entropy", "of", "the", "input", "message", "to", "make", "the", "required", "secret", "key", "shorter", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\begin{itemize}", "\\item", "System", "IOCTLs", ":", "These", "query", "and", "set", "global", "attributes", ",", "which", "affect", "the", "whole", "KVM", "subsystem", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "addition", ",", "a", "system", "ioctl", "is", "used", "to", "create", "virtual", "machines", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\item", "VM", "IOCTLs", ":", "These", "query", "and", "set", "attributes", "that", "affect", "an", "entire", "virtual", "machine", "\u00e2\u0080\u0094", "for", "example", ",", "memory", "layout", "."], "label_ids": [0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "addition", ",", "a", "VM", "ioctl", "is", "used", "to", "create", "virtual", "CPUs", "(", "vCPUs", ")", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["VM", "ioctls", "are", "run", "from", "the", "same", "userspace", "process", "(", "address", "space", ")", "that", "was", "used", "to", "create", "the", "VM", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\item", "vCPU", "IOCTLs", ":", "These", "query", "and", "set", "attributes", "that", "control", "the", "operation", "of", "a", "single", "virtual", "CPU", "."], "label_ids": [0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["They", "run", "vCPU", "ioctls", "from", "the", "same", "thread", "that", "was", "used", "to", "create", "the", "vCPU", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["QEMU", "is", "an", "open", "source", "machine", "emulator", "and", "a", "virtualization", "technique", "to", "run", "KVM", "-", "enabled", "Virtual", "Machines", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Similar", "to", "QEMU", ",", "Firecracker", "uses", "a", "multithreaded", "event", "-", "driven", "architecture", "."], "label_ids": [0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Each", "Firecracker", "process", "runs", "one", "and", "only", "one", "MicroVM", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "process", "consists", "of", "three", "main", "threads", ":", "API", ",", "VMM", "and", "vCPU", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0]} {"tokens": ["The", "API", "server", "thread", "is", "an", "HTTP", "server", "that", "is", "created", "to", "accept", "requests", "and", "performs", "actions", "on", "those", "requests", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "API", "server", "thread", "structure", "comprises", "of", "a", "socket", "connection", "to", "listen", "to", "requests", "on", "the", "port", ",", "epoll", "\\_fd", "to", "listen", "to", "events", "on", "the", "socket", "port", ",", "and", "a", "hashmap", "of", "connections", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "hashmap", "consists", "of", "token", "and", "connection", "pairs", "corresponding", "to", "the", "file", "descriptor", "of", "the", "stream", "\u00e2\u0080\u0094", "in", "this", "case", ",", "the", "socket", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Traditionally", ",", "QEMU", "has", "made", "use", "of", "select", "or", "poll", "system", "calls", "to", "maintain", "an", "event", "loop", "of", "file", "descriptors", "on", "which", "to", "listen", "for", "new", "events", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["select", "or", "poll", "system", "calls", "requires", "a", "list", "of", "all", "open", "file", "descriptors", "maintained", "in", "the", "VMM", "structure", "and", "then", "it", "would", "go", "through", "each", "of", "the", "file", "descriptors", "to", "determine", "which", "FDs", "have", "new", "events", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["This", "would", "take", "up", "O", "(", "N", ")", "time", "where", "N", "is", "the", "number", "of", "file", "descriptors", "to", "listen", "for", "new", "events", ".", "%"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Software", "in", "the", "root", "mode", "is", "the", "hypervisor", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Hypervisor", "or", "the", "VMM", "forms", "a", "new", "plane", "that", "runs", "in", "root", "mode", "while", "the", "VMs", "run", "in", "non-root", "mode", "."], "label_ids": [1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["KVM", "uses", "virtualization", "extensions", "to", "provide", "these", "different", "modes", "on", "the", "host", "CPUs", "."], "label_ids": [1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "the", "case", "of", "Intel", "CPUs", ",", "VT", "-", "x", "is", "the", "CPU", "virtualization", "and", "VT", "-", "d", "is", "the", "IO", "virtualization", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0]} {"tokens": ["For", "vCPUs", ",", "VT", "-", "x", "provides", "two", "modes", "of", "guest", "code", "execution", ":", "root", "and", "non-root", "."], "label_ids": [0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0]} {"tokens": ["Whenever", "a", "VM", "attempts", "to", "execute", "an", "instruction", "that", "is", "prohibited", "by", "the", "non-root", "model", ",", "vCPU", "immediately", "switches", "to", "a", "root", "mode", "in", "a", "trap", "-", "like", "way", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "is", "called", "a", "VMEXIT", "."], "label_ids": [0, 0, 0, 0, 1, 0]} {"tokens": ["Hypervisor", "deals", "with", "the", "reason", "for", "VMEXIT", "and", "then", "executes", "VMRESUME", "to", "re-enter", "non-root", "mode", "for", "that", "VM", "instance", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["This", "interaction", "between", "root", "and", "non-root", "is", "the", "essence", "of", "hardware", "virtualization", "."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Firecracker", "Boot", "Sequence"], "label_ids": [0, 0, 1]} {"tokens": ["Traditional", "PCs", "boot", "Linux", "with", "a", "BIOS", "and", "a", "bootloader", "."], "label_ids": [0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "primary", "responsibilities", "of", "the", "BIOS", "includes", "booting", "the", "CPU", "in", "real", "mode", "and", "performing", "a", "Power", "on", "Self", "Test", "(", "POST", ")", "setup", "before", "loading", "the", "bootloader", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["BIOS", "determines", "the", "candidates", "for", "boot", "devices", ",", "and", "once", "a", "bootable", "device", "is", "found", ",", "the", "bootloader", "is", "loaded", "into", "RAM", "and", "executed", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Different", "systems", "have", "different", "stages", "of", "the", "bootloader", "to", "be", "executed", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["LILO", ",", "for", "example", ",", "has", "a", "two", "stage", "bootloader", "while", "GRUB", "contains", "a", "3", "stage", "bootloader", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Multiple", "stages", "of", "a", "bootloader", "are", "used", "because", "of", "the", "system", "limitations", "of", "some", "of", "the", "older", "devices", "that", "were", "used", "to", "boot", "Linux", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Linux", "kernels", "actually", "do", "not", "require", "a", "BIOS", "and", "a", "bootloader", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Instead", ",", "Firecracker", "uses", "what", "is", "known", "as", "Linux", "Boot", "Protocol", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["There", "are", "multiple", "versions", "of", "the", "Linux", "Boot", "Protocol", "standard", "that", "exist", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Firecracker", "follows", "the", "64", "-", "bit", "Linux", "Boot", "Protocol", "Standard", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Thus", ",", "Firecracker", "can", "directly", "load", "the", "Linux", "kernel", "and", "mount", "the", "corresponding", "root", "file", "system", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Firecracker", "takes", "the", "epoll", "approach", "where", "the", "host", "kernel", "maintains", "a", "list", "of", "file", "descriptors", "for", "VM", "process", "and", "notifies", "the", "VMM", "whenever", "there", "is", "a", "new", "event", "that", "occurs", "in", "any", "of", "the", "file", "descriptors", "."], "label_ids": [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "is", "called", "as", "a", "Edge", "Triggered", "mechanism", "(", "\"", "pull", "\"", ")", ",", "whereas", "the", "select", "/", "poll", "was", "a", "Level", "Triggered", "mechanism", "(", "\"", "push", "\"", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "epoll", "\\_fd", "structure", "created", "by", "Firecracker", "has", "the", "`", "close", "\\_on", "\\_exec", "`", "flag", "set", ",", "which", "means", "if", "a", "process", "forks", "the", "Firecracker", "process", ",", "the", "file", "descriptors", "would", "not", "be", "shared", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "API", "server", "exposes", "a", "number", "of", "requests", "as", "REST", "APIs", "which", "can", "be", "used", "to", "configure", "the", "MicroVM", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Once", "the", "MicroVM", "has", "been", "started", ",", "i.e.", ",", "once", "it", "receives", "the", "\"", "Instance", "Start", "\"", "command", ",", "the", "API", "server", "thread", "will", "just", "block", "on", "the", "epoll", "file", "descriptor", "until", "new", "events", "come", "in", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0]} {"tokens": ["Firecracker", "creates", "a", "channel", "(", "see", "Rust", "channels", ")", "to", "enable", "communication", "between", "the", "API", "Server", "thread", "and", "the", "VMM", "thread", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Rust", "channels", "are", "similar", "to", "Unix", "pipes", "for", "comparison", "."], "label_ids": [0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "VMM", "server", "thread", "manages", "the", "entire", "MicroVM", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Once", "the", "VMM", "server", "thread", "is", "created", ",", "it", "runs", "an", "event", "loop", "which", "takes", "the", "parsed", "request", "one", "by", "one", "from", "the", "API", "server", "thread", "and", "dispatches", "it", "to", "the", "appropriate", "handlers", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "handlers", "are", "defined", "according", "to", "the", "dispatch", "table", "set", "by", "the", "event", "loop", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "now", ",", "Firecracker", "supports", "the", "following", "handlers", "-", "Exit", ",", "Stdin", ",", "DeviceHandler", ",", "VMMActionRequest", ",", "WriteMetrics", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]} {"tokens": ["The", "dispatch", "table", "is", "managed", "by", "the", "epoll", "fd", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "dispatch", "table", "maintains", "a", "map", "of", "file", "descriptors", "that", "are", "to", "be", "monitored", ",", "and", "the", "kind", "of", "events", "to", "be", "monitored", "for", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["When", "the", "vCPU", "thread", "creation", "request", "is", "received", "by", "the", "VMM", "thread", ",", "the", "VMM", "spawns", "the", "required", "number", "of", "vCPU", "by", "using", "the", "KVM", "vCPU", "ioctls", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "vCPU", "thread", "is", "created", "for", "each", "virtual", "CPU", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["These", "vCPU", "threads", "are", "nothing", "but", "POSIX", "threads", "created", "by", "KVM", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["To", "run", "guest", "code", ",", "the", "vCPUs", "execute", "an", "ioctl", "with", "KVM\\_RUN", "as", "its", "argument", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["An", "open", "specification", "for", "emulating", "device", "models", "in", "virtualization", "has", "been", "developed", ",", "named", "Virtio", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Virtio", "is", "defined", "as", "a", "straightforward", ",", "efficient", "and", "a", "standard", "mechanism", "to", "allow", "guest", "OS", "to", "talk", "to", "the", "virtual", "device", "driver", "in", "a", "similar", "way", "the", "host", "OS", "would", "call", "the", "actual", "hardware", "device", "driver", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "takes", "advantage", "of", "the", "fact", "that", "the", "guest", "can", "share", "memory", "with", "the", "host", "for", "IO", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0]} {"tokens": ["The", "general", "flow", "for", "the", "virtio", "specification", "includes", "a", "front", "-", "end", "driver", "representing", "the", "virtual", "device", "in", "the", "guest", ",", "and", "the", "corresponding", "device", "being", "exposed", "by", "the", "hypervisor", "or", "the", "VMM", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["A", "transport", "layer", "enables", "communication", "between", "the", "host", "and", "the", "guest", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["For", "the", "transport", "layers", ",", "Virtio", "employs", "a", "ring", "-", "buffer", "virtqueue", "structure", "."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "virtuqueue", "is", "a", "queue", "of", "guest", "-", "allocated", "buffers", "that", "the", "host", "interacts", "with", "either", "by", "reading", "or", "writing", "to", "them", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Each", "device", "can", "have", "zero", "or", "more", "virtqueues", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "back", "-", "end", "driver", "present", "in", "the", "host", "kernel", "completes", "the", "communication", "flow", ",", "to", "which", "the", "virtqueue", "is", "connected", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Firecracker", "device", "model", "architecture", "using", "Virtio", "is", "shown", "in", "Figure", "3", "."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "following", "list", "provides", "a", "description", "of", "the", "devices", "available", "within", "Firecracker", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\begin{itemize}", "\\item", "virtio", "-", "net", ":", "implementation", "for", "the", "network", "driver", "(", "tun", "/", "tap", "devices", ")", "\\item", "virtio", "-", "blk", ":", "implementation", "for", "the", "block", "devices"], "label_ids": [0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1]} {"tokens": ["\\item", "virtio", "-vsock", ":", "implementation", "for", "VM", "sockets", "providing", "N", ":1", "serial", "communications"], "label_ids": [0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]} {"tokens": ["\\item", "serial", "console", ":", "implementation", "for", "the", "legacy", "console", "devices", "for", "serial", "communication", "-", "terminal", "\\item", "keyboard", "controller", ":", "implementation", "for", "the", "keyboard", "device", ",", "though", "only", "one", "function", "is", "implemented", "-", "Ctrl", "+", "Alt", "+", "Del", "to", "reboot", "/", "shutdown", "the", "system", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Even", "with", "all", "the", "excellent", "features", "providing", "near", "-", "native", "performance", "of", "the", "guest", "code", "using", "KVM", ",", "as", "well", "as", "faster", "boot", "times", "and", "lower", "memory", "footprint", "of", "the", "VMs", "due", "to", "fewer", "support", "for", "available", "device", "emulations", ",", "there", "still", "exist", "some", "areas", "for", "improvements", "that", "can", "make", "Firecracker", "more", "suitable", "for", "general", "use", "cases", "and", "not", "just", "for", "serverless", "workloads", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Support", "for", "virtio", "-", "fs", ":", "virto", "-", "fs", "is", "the", "interface", "to", "provide", "efficient", "sharing", "between", "the", "host", "and", "the", "guest", "filesystem", "avoiding", "context", "switches", "(", "VMEXITS", ")", "thereby", "providing", "more", "performance", "."], "label_ids": [0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["virtio", "-", "fs", "is", "an", "upgrade", "on", "the", "existing", "virtio", "-", "9p", "interface", "for", "the", "same", "purpose", "."], "label_ids": [1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Though", "more", "research", "is", "required", "for", "security", "purposes", "before", "including", "it", "as", "part", "of", "Firecracker", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Increased", "IO", "Performance", ":"], "label_ids": [0, 0, 1, 0]} {"tokens": ["The", "results", "of", "the", "tests", "performed", "between", "the", "Firecracker", ",", "QEMU", "and", "Cloud", "Hypervisor", "show", "limitations", "in", "Firecracker", "'s", "virtio", "implementation", "and", "serial", "execution", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["%", "\\item", "Larger", "number", "of", "device", "emulations", ":", "Currently", ",", "Firecracker", "can", "emulate", "only", "10", "devices", ",", "since", "each", "device", "gets", "its", "own", "IRQ", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["%", "\\item", "Support", "for", "attaching", "devices", "at", "runtime", ":", "Firecracker", "only", "allows", "specifying", "the", "devices", "at", "booting", "time", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Devices", "can", "only", "be", "attached", "when", "the", "MicroVM", "is", "shut", "down", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["\\item", "Hotplugging", "Support", ":", "For", "any", "workload", ",", "it", "is", "beneficial", "to", "allow", "guest", "memory", "/", "CPU", "hotplugging", "within", "a", "VM", "at", "runtime", "in", "order", "to", "avoid", "interference", "to", "the", "workload", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Firecracker", "oversubscribes", "the", "allocated", "memory", "required", "for", "the", "guest", ",", "but", "there", "is", "no", "way", "to", "expand", "the", "allocated", "memory", "for", "the", "guest", "."], "label_ids": [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Memory", "Ballooning", "Support", ":"], "label_ids": [0, 0, 1, 0]} {"tokens": ["At", "present", ",", "Firecracker", "does", "not", "have", "any", "support", "for", "reclaiming", "unused", "memory", "from", "the", "guest", ",", "since", "no", "communication", "is", "present", "between", "the", "host", "and", "the", "guest", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["This", ",", "along", "with", "the", "hotplugging", "feature", "would", "make", "it", "very", "easy", "to", "dynamically", "add", "/", "remove", "memory", "/", "CPU", "at", "runtime", "thereby", "providing", "elasticity", "to", "the", "MicroVM", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "Linux", "kernel", "is", "an", "uncompressed", "bz", "Image", "(", "big", "compressed", "image", ",", "usually", "larger", "than", "512", "KB", ")", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "bz", "Image", "format", "consists", "of", "a", "real", "mode", "kernel", "code", "and", "a", "protected", "mode", "kernel", "code", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Instead", "of", "booting", "into", "the", "entry", "point", "defined", "by", "the", "real", "mode", ",", "Firecracker", "directly", "boots", "into", "the", "64", "-", "bit", "entry", "point", "located", "at", "0", "x", "200", "in", "the", "protected", "mode", "kernel", "code", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Firecracker", "loads", "the", "uncompressed", "Linux", "kernel", "as", "well", "as", "the", "init", "process", ",", "thereby", "saving", "approximately", "20", "to", "30", "ms", "of", "the", "time", "taken", "to", "decompress", "the", "kernel", "."], "label_ids": [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Linux", "kernel", "also", "contains", "another", "component", ",", "namely", "the", "initramfs", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["There", "are", "four", "primary", "reasons", "to", "have", "an", "initramfs", "in", "the", "LFS", "environment", ":", "loading", "the", "rootfs", "from", "a", "network", ",", "loading", "it", "from", "an", "LVM", "logical", "volume", ",", "having", "an", "encrypted", "rootfs", "where", "a", "password", "is", "required", ",", "or", "for", "the", "convenience", "of", "specifying", "the", "rootfs", "as", "a", "LABEL", "or", "UUID", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0]} {"tokens": ["Anything", "else", "usually", "means", "that", "the", "kernel", "was", "not", "configured", "properly", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Since", "Firecracker", "doesn't", "need", "any", "of", "the", "above", "stated", "reasons", "for", "loading", "the", "initramfs", "before", "mounting", "the", "root", "file", "system", ",", "it", "is", "recommended", "to", "avoid", "loading", "the", "initramfs", "at", "boot", "time", ",", "thereby", "further", "reducing", "the", "overall", "boot", "time", "and", "the", "memory", "footprint", "for", "the", "kernel", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["So", ",", "if", "no", "initramfs", "is", "configured", "externally", ",", "then", "at", "boot", "time", ",", "Firecracker", "replaces", "the", "initramfs", "with", "a", "default", "empty", ",", "134", "byte", "initramfs", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Firecracker", "Device", "Model"], "label_ids": [0, 0, 1]} {"tokens": ["Until", "this", "section", ",", "we", "have", "talked", "about", "the", "similar", "architectures", "and", "execution", "flow", "for", "Firecracker", "and", "QEMU", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["So", ",", "what", "is", "different", "between", "QEMU", "and", "Firecracker", "?"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["One", "of", "the", "main", "differences", "is", "with", "the", "device", "emulations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["There", "are", "only", "5", "Device", "emulations", "available", "in", "Firecracker", ":", "network", ",", "block", "devices", ",", "sockets", ",", "serial", "console", "and", "minimal", "keyboard", "controller", ",", "as", "shown", "in", "Figure", "3", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Firecracker", "does", "not", "provide", "support", "for", "device", "emulations", "like", "USB", ",", "GPU", "and", "9P", "filesystem", "in", "order", "to", "provide", "increased", "security", "compared", "to", "other", "virtualization", "technologies", "like", "QEMU", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["On", "the", "other", "hand", ",", "QEMU", "has", "most", "device", "model", "emulations", "available", "in", "the", "VMM", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "careful", "reader", "will", "notice", "that", "Firecracker", "does", "not", "the", "use", "the", "vhost", "implementation", "in", "the", "host", "kernel", "that", "provides", "more", "efficient", "IO", "performance", "without", "doing", "VMEXITS", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Seccomp", "filters", "limit", "the", "system", "calls", "that", "the", "Firecracker", "process", "can", "use", "."], "label_ids": [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["There", "are", "3", "possible", "levels", "of", "seccomp", "filtering", ",", "configurable", "by", "passing", "a", "command", "line", "argument", "to", "the", "jailer", ":", "0", "(", "disabled", ")", ",", "1", "(", "whitelists", "a", "set", "of", "trusted", "system", "calls", "by", "their", "identifiers", ")", "and", "2", "(", "whitelists", "a", "set", "of", "trusted", "system", "calls", "with", "trusted", "parameter", "values", ")", ",", "the", "latter", "being", "the", "most", "restrictive", "and", "the", "recommended", "one", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "filters", "are", "loaded", "in", "the", "Firecracker", "process", ",", "immediately", "before", "the", "execution", "of", "the", "untrusted", "guest", "code", "starts", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Firecracker", "was", "developed", "to", "handle", "serverless", "workloads", "and", "has", "been", "running", "in", "production", "for", "AWS", "Lambda", "and", "Fargate", "since", "2018", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0]} {"tokens": ["Serverless", "workloads", "require", "isolation", "and", "security", ",", "and", "at", "the", "same", "time", ",", "have", "container", "benefits", "of", "faster", "boot", "time", "."], "label_ids": [0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["A", "lot", "of", "research", "has", "been", "done", "with", "respect", "to", "the", "cold", "-", "start", "and", "warm", "-", "start", "of", "the", "VM", "instances", "for", "serverless", "workloads", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "idea", "behind", "developing", "Firecracker", "was", "to", "make", "use", "of", "the", "KVM", "module", "loaded", "in", "the", "Linux", "kernel", "and", "get", "rid", "of", "the", "legacy", "devices", "that", "other", "virtualization", "technologies", "like", "Xen", "and", "VMWare", "offer", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0]} {"tokens": ["This", "way", ",", "Firecracker", "can", "create", "a", "VMM", "with", "a", "smaller", "memory", "footprint", "and", "also", "provide", "improved", "performance", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Section", "2", "explains", "the", "high", "-", "level", "architecture", "of", "the", "Firecracker", "Micro", "VM", ",", "Section", "3", "dives", "deep", "into", "the", "boot", "sequence", "of", "the", "Firecracker", ",", "Section", "4", "describes", "the", "device", "model", "emulation", "provided", ",", "and", "Section", "5", "shares", "some", "light", "on", "the", "conclusions", "garnered", "through", "this", "study", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Architecture", "of", "Firecracker", "KVM", "is", "an", "enabler", "of", "hardware", "extensions", "provided", "by", "vendors", "such", "as", "Intel", "and", "AMD", "with", "their", "virtualization", "extensions", "such", "as", "SVM", "and", "VMX", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0]} {"tokens": ["These", "extensions", "allow", "KVM", "to", "directly", "execute", "the", "guest", "code", "on", "the", "host", "CPU", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["There", "are", "three", "sets", "of", "ioctls", "that", "make", "up", "the", "KVM", "API", "and", "are", "issued", "to", "control", "the", "various", "aspects", "of", "the", "virtual", "machine", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "three", "classes", "that", "the", "iocltls", "belongs", "to", "are", "-"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Firecracker", "is", "a", "virtualization", "technology", "that", "makes", "use", "of", "Kernel", "Virtual", "Machine", "(", "KVM", ")", "."], "label_ids": [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["Firecracker", "belongs", "to", "a", "new", "virtualization", "class", "named", "the", "micro-virtual", "machines", "(", "MicroVMs", ")", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["Using", "Firecracker", ",", "we", "can", "launch", "lightweight", "MicroVMs", "in", "non-virtualized", "environments", "in", "a", "fraction", "of", "a", "second", ",", "at", "the", "same", "time", "offering", "the", "security", "and", "workload", "isolation", "provided", "by", "traditional", "VMs", "and", "also", "the", "resource", "efficiency", "that", "comes", "along", "with", "containers", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Firecracker", "aims", "to", "provide", "a", "slimmed", "-", "down", "MicroVM", ",", "comprised", "of", "approximately", "50", "K", "lines", "of", "code", "in", "Rust", "and", "with", "a", "reduced", "attack", "surface", "for", "guest", "VMs", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["This", "report", "will", "examine", "the", "internals", "of", "Firecracker", "and", "understand", "why", "Firecracker", "is", "the", "next", "big", "thing", "going", "forward", "in", "virtualization", "and", "cloud", "computing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["firecracker", ",", "microvm", ",", "Rust", ",", "VMM", ",", "QEMU", ",", "KVM"], "label_ids": [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]} {"tokens": ["Firecracker", "is", "a", "new", "open", "source", "Virtual", "Machine", "Monitor", "(", "VMM", ")", "developed", "by", "AWS", "for", "serverless", "workloads", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["It", "is", "a", "virtualization", "technology", "which", "makes", "use", "of", "KVM", ",", "meaning", "it", "can", "only", "be", "run", "on", "KVM", "-", "supported", "and", "enabled", "hosts", "and", "a", "corresponding", "Linux", "Kernel", "v", "4.14", "+", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["With", "the", "recommended", "Linux", "kernel", "guest", "configuration", ",", "Firecracker", "claims", "to", "offer", "a", "memory", "overhead", "of", "less", "than", "5", "MB", "per", "container", ",", "boots", "to", "application", "code", "within", "125", "ms", ",", "and", "allows", "for", "the", "creation", "of", "up", "to", "150", "MicroVMs", "per", "second", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "number", "of", "Firecracker", "MicroVMs", "running", "simultaneously", "on", "a", "single", "host", "is", "only", "limited", "by", "the", "availability", "of", "hardware", "resources", ".", "%"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Firecracker", "provides", "security", "and", "resource", "isolation", "by", "running", "the", "Firecracker", "userpsace", "process", "inside", "a", "jailer", "process", "."], "label_ids": [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "jailer", "sets", "up", "system", "resources", "that", "require", "elevated", "permissions", "(", "e.g.", ",", "cgroup", ",", "chroot", ")", ",", "drops", "privileges", ",", "and", "then", "exec", "(", ")", "s", "into", "the", "Firecracker", "binary", ",", "which", "then", "runs", "as", "an", "unprivileged", "process", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Past", "this", "point", ",", "Firecracker", "can", "only", "access", "resources", "to", "which", "a", "privileged", "third", "-", "party", "grants", "access", "(", "e.g.", ",", "by", "copying", "a", "file", "into", "the", "chroot", ",", "or", "passing", "a", "file", "descriptor", ")", ".", "%"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Interest", "in", "recent", "climate", "warming", "has", "led", "to", "question", "how", "the", "convection", "cells", ",", "and", "in", "particular", "the", "Hadley", "cells", ",", "being", "the", "main", "ones", ",", "react", "to", "a", "temperature", "increase", "(", "e.g.", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Most", "authors", "who", "have", "studied", "the", "space", "-", "time", "evolution", "of", "convection", "cells", "call", "upon", "the", "analysis", "in", "terms", "of", "components", "of", "sea", "-", "level", "pressure", "(", "SLP", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["SLP", "is", "directly", "related", "to", "climate", "indices", "(", "e.g.", ")", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Decomposition", "methods", "often", "use", "\u00e2\u0080\u009c", "Empirical", "Orthogonal", "Functions", "\u00e2\u0080\u009d", "(", "EOF", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0]} {"tokens": ["In", "this", "paper", ",", "we", "select", "an", "alternate", "method", ":", "the", "time", "decomposition", "of", "SLP", "using", "\u00e2\u0080\u009c", "Singular", "Spectrum", "Analysis", "\u00e2\u0080\u009d", "(", "SSA", ",", "e.g.", ",", "a", "method", "that", "we", "have", "used", "extensively", "with", "success", "in", "some", "recent", "works", "(", "e.g", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]} {"tokens": ["The", "SLP", "data", "we", "use", "are", "described", "in", "section", "2", ",", "their", "analysis", "using", "SSA", "in", "section", "3", "and", "the", "results", "are", "discussed", "in", "section", "4", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]} {"tokens": ["The", "SLP", "Data"], "label_ids": [0, 0, 1]} {"tokens": ["The", "SLP", "data", "are", "maintained", "by", "the", "Met", "Office", "Hadley", "Centre", "\\footnote{https://www.metoffice.gov.uk/hadobs/hadslp2/data/download.html}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["They", "are", "available", "in", "map", "form", "for", "global", "pressure", "every", "month", "since", "1850", "to", "the", "present", ",", "with", "a", "spatial", "sampling", "of", "5", "\u00c2\u00b0", "x", "5", "\u00c2\u00b0", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "indicated", "by", "the", "Met", "Office", ",", "the", "series", "is", "not", "homogeneous", "in", "time", "(", "two", "intervals", "from", "1850", "to", "2004", "and", "2005", "to", "2020", "in", "which", "the", "means", "are", "homogeneous", "but", "the", "variances", "differ", ")", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "map", "of", "Figure", "is", "very", "similar", "to", "that", "obtained", "from", "simply", "averaging", "monthly", "SLP", "maps", ",", "demonstrating", "the", "very", "stable", "geometry", "of", "the", "global", "atmospheric", "structure", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Well", "-", "known", "patterns", "are", "clearly", "rendered", "by", "the", "map", ":", "in", "the", "Southern", "hemisphere", ",", "the", "structure", "is", "dominated", "by", "three", "large", "positive", "features", "in", "the", "southern", "parts", "of", "the", "main", "oceans", "(", "Pacific", ",", "Atlantic", "and", "Indian", ")", "separated", "by", "the", "southern", "ends", "of", "the", "three", "southern", "continents", "(", "South", "America", ",", "South", "Africa", "and", "Australia", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "approximate", "three", "-", "fold", "symmetry", "actually", "seems", "to", "\u00e2\u0080\u009c", "leak", "\u00e2\u0080\u009d", "into", "a", "four", "-", "fold", "symmetry", ":", "the", "positive", "feature", "extending", "from", "Australia", "to", "western", "South", "America", "can", "be", "described", "as", "exhibiting", "two", "weaker", "features", ",", "the", "one", "over", "Australia", "and", "East", "of", "it", "being", "the", "weakest", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "SSA", "of", "SLP", "Data"], "label_ids": [0, 1, 0, 0, 1]} {"tokens": ["Rather", "than", "building", "a", "map", "of", "spatial", "likelihood", "of", "pressure", "structures", "at", "a", "given", "time", ",", "we", "build", "the", "time", "series", "of", "pressure", "for", "each", "couple", "of", "(", "longitude", ",", "latitude", ")", "coordinates", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0]} {"tokens": ["These", "are", "analyzed", "using", "the", "method", "of", "Singular", "spectrum", "analysis", "(", "iSSA", ",", "e.g.", ")", ":", "each", "time", "series", "is", "decomposed", "into", "a", "sum", "of", "a", "trend", "and", "periodic", "or", "quasi-", "periodic", "components", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Note", ":", "the", "trend", "is", "the", "first", "component", "\u00e2\u0080\u009c", "extracted", "\u00e2\u0080\u009d", "by", "SSA", ",", "it", "is", "a", "sort", "of", "mean", "with", "respect", "to", "time", ",", "a", "non-oscillating", "function", "of", "time", ";", "it", "should", "not", "be", "confused", "with", "the", "spatial", "mean", "of", "maps", "in", "time", "(", "see", "for", "example", "Figure", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "trend", "(", "\\sim", "1008", "hP", ")", ",", "that", "is", "the", "first", "and", "largest", "SSA", "component", ",", "represents", "more", "than", "70\\%", "of", "the", "total", "variance", "(", "sv", ")", "of", "the", "original", "series", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "sequence", "of", "the", "next", "quasi-periodic", "components", "is", ",", "in", "decreasing", "order", "of", "periods", ",", "\\sim", "130", "years", "(", "\\sim", "0.7", "hP", ",", "\\sim", "0.06\\%", "of", "the", "sv", ";", ")", ",", "\\sim", "90", "yr", "(", "\\sim", "21", "hP", ",", "\\sim", "1.9\\%", "of", "the", "sv", ";", ")", ",", "\\sim", "50", "yr", "(", "\\sim", "0.2", "hP", ",", "\\sim", "0.02\\%", "of", "the", "sv", ")", ",", "\\sim", "22", "yr", "(", "\\sim", "0.50", "hP", ",", "\\sim", "0.04\\%", "of", "the", "sv", ";", "Hale", "cycle", ",", ")", ",", "\\sim", "15", "yr", "(", "\\sim", "0.2", "hP", ",", "\\sim", "0.02\\%", "of", "the", "sv", ",", "upper", "bound", "of", "the", "Schwabe", "cycle", ";", ",", "\\sim", "4", "yr", "(", "\\sim", "0.3", "hP", ",", "\\sim", "0.03\\%", "of", "the", "sv", ")", ",", "\\sim", "1.8", "yr", "(", "\\sim", "0.3", "hP", ",", "\\sim", "0.03\\%", "of", "the", "sv", ")", ",", "then", "1", "yr", "(", "\\sim", "93", "hP", ",", "\\sim", "8.3\\%", "of", "the", "sv", ")", ",", "0.5", "yr", "(", "\\sim", "65", "hP", ",", "\\sim", "5.8\\%", "of", "the", "sv", ")", ",", "0.33", "yr", "(", "\\sim", "44", "hP", ",", "\\sim", "3.9\\%", "of", "the", "sv", ")", "and", "0.25", "yr", "(", "\\sim", "21", "hP", ",", "\\sim", "1.9\\%", "of", "the", "sv", ")", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "pattern", "in", "the", "Northern", "hemisphere", "is", "similar", "to", "that", "in", "the", "Southern", "hemisphere", ",", "with", "two", "features", "extending", "over", "the", "northern", "Pacific", "and", "Atlantic", "oceans", ",", "similar", "to", "the", "southern", "structure", ",", "but", "with", "the", "third", "positive", "anomaly", "lying", "over", "the", "Asian", "continents", "(", "central", "Asia", "and", "Tibet", ")", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "overall", "structure", "of", "global", "positive", "pressure", "features", "could", "be", "roughly", "described", "as", "the", "intersection", "of", "a", "series", "of", "three", "strong", "and", "one", "weaker", "cylinder", ",", "parallel", "to", "the", "Earth", "\u00e2\u0080\u0099s", "axis", "of", "rotation", ",", "with", "the", "earth", "\u00e2\u0080\u0099s", "surface", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["South", "of", "40", "\u00c2\u00b0S", "latitude", ",", "the", "features", "turn", "negative", "and", "form", "the", "quasi-circular", "Antarctic", "oscillation", "(", "AAO", ")", ",", "also", "known", "as", "the", "Southern", "annular", "mode", "(", "SAM", ")", ",", "a", "belt", "of", "low", "pressures", "surrounding", "the", "frozen", "continent", "(", "e.g.", ")", "."], "label_ids": [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "zonal", "average", "of", "Figure", "is", "not", "really", "consistent", "with", "the", "classical", "latitudinal", "description", "of", "the", "Hadley", ",", "Ferrel", "and", "polar", "cells", ",", "with", "relatively", "moderate", "low", "pressures", "over", "the", "equatorial", "belt", ",", "high", "pressures", "around", "30", "\u00c2\u00b0", "N", "and", "lower", "values", "at", "higher", "latitudes", ",", "particularly", "over", "Antarctica", "(", "see", "also", "Figure", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "overall", "averaged", "zonal", "structure", "is", "not", "symmetrical", "with", "respect", "to", "the", "equator", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Winds", "are", "proportional", "to", "the", "space", "derivative", "of", "pressure", "(", "Figure", ",", "which", "is", "the", "map", "most", "people", "are", "familiar", "with", ")", ",", "and", "thus", "in", "space", "phase", "quadrature", "with", "pressure", "features", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "space", "derivative", "is", "a", "high", "-", "pass", "operator", "which", "exacerbates", "discontinuities", "and", "promotes", "oscillations", "one", "order", "higher", "than", "the", "causative", "features", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "shows", "how", "winds", "(", "the", "gradients", "of", "pressure", ")", "are", "slowed", "or", "suppressed", "by", "continental", "masses", ";", "also", ",", "the", "red", "and", "blue", "\"", "anomalies", "\"", "are", "often", "paired", ",", "which", "reminds", "one", "of", "Laplace", "\u00e2\u0080\u0099s", "statement", "that", "the", "vector", "sum", "of", "winds", "must", "be", "close", "to", "zero", "at", "any", "instant", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "shows", "the", "superimposition", "of", "a", "pattern", "of", "Taylor", "-", "Couette", "flow", "with", "mode", "q", "=", "4", "and", "the", "SLP", "trend", "map", "of", "Figure", "(", "lower", "right", ")", "for", "the", "southern", "hemisphere", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "amplitude", "of", "the", "flow", "perturbation", "\\varepsilon", "is", "reduced", "to", "0.05", "\\pm", "0.01", ",", "and", "the", "symmetry", "4", "is", "centered", "on", "88.1", "\\pm", "0.2", "\u00c2\u00b0", "W", "-", "7.5", "\\pm", "0.1", "\u00c2\u00b0", "N", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0]} {"tokens": ["The", "Hadley", ",", "Ferrell", "or", "polar", "type", "cells", "change", "with", "season", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["These", "oscillations", "cannot", "be", "analyzed", "through", "spatial", "decomposition", "methods", "such", "as", "EOF", "or", "spherical", "harmonics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["On", "the", "other", "hand", ",", "SSA", "is", "a", "scalar", "time", "analysis", "and", "can", "extract", "from", "the", "data", "temporal", "features", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "have", "shown", "that", "atmospheric", "surface", "pressures", "display", "simple", "geometric", "/", "geographic", "features", "that", "are", "stable", "both", "in", "space", "and", "time", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "oscillatory", "components", "belong", "to", "the", "harmonic", "families", "of", "the", "Schwabe", "(", "33", ",", "22", ",", "11", ",", "5.5", ",", "3.3", "and", "1.6", "yr", ")", "and", "annual", "(", "1", ",", "1/2", ",", "1/3", ",", "1/4", "and", "1/5", "yr", ")", "cycles", ",", "plus", "the", "dominant", "90", "yr", "Gleissberg", "cycle", ".", "\\\\"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Finally", ",", "one", "can", "only", "be", "struck", "by", "the", "kinship", "between", "the", "axial", "cylinders", "that", "form", "the", "main", "components", "of", "the", "sea", "-", "level", "pressure", "structure", "(", "with", "the", "quasi-symmetry", "of", "the", "outline", "of", "these", "cylinders", ",", "yet", "the", "failure", "of", "perfect", "symmetry", ",", "with", "3", "cylinders", "in", "the", "northern", "hemisphere", "and", "more", "like", "4", "in", "the", "southern", "hemisphere", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["These", "are", "geometrically", "reminiscent", "of", "the", "axial", "cylinders", "found", "by", "and", "in", "their", "analyses", "of", "flow", "in", "the", "Earth", "\u00e2\u0080\u0099s", "molten", "outer", "core", "that", "generates", "the", "geomagnetic", "field", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["\u00e2\u0080\u009c", "By", "the", "early", "part", "of", "this", "century", ",", "the", "idea", "was", "being", "put", "forth", "that", "the", "zonally", "averaged", "circulation", "might", ",", "in", "large", "measure", ",", "be", "forced", "by", "eddies", "\u00e2\u0080\u009d", "\\ldots", "\u00e2\u0080\u009c", "was", "going", "so", "far", "as", "to", "suggest", "that", "the", "symmetric", "circulation", "was", "inconsequential\u00e2\u0080\u009d", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["and", "were", "probably", "the", "first", "to", "propose", "an", "explicit", "calculation", "of", "the", "symmetric", "circulation", ";", "they", "showed", "that", "purely", "symmetric", "circulations", "could", "maintain", "strong", "subtropical", "jets", "and", "contribute", "to", "the", "maintenance", "of", "surface", "winds", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1]} {"tokens": ["The", "symmetry", "of", "the", "mean", "heat", "received", "by", "Earth", "was", "sufficient", "to", "force", "the", "symmetry", "of", "the", "cell", "structure", ",", "the", "symmetry", "of", "the", "subtropical", "currents", "and", "the", "general", "wind", "pattern", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Based", "on", "a", "decade", "of", "observations", "(", "1963", "-", "1973", ")", ",", "found", "that", "as", "soon", "as", "the", "peak", "heating", "is", "a", "few", "degrees", "in", "latitude", "off", "the", "equator", ",", "profound", "asymmetries", "in", "the", "Hadley", "circulation", "result", ",", "with", "the", "summer", "cell", "becoming", "negligible", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "annually", "averaged", "Hadley", "circulation", "is", "much", "larger", "than", "that", "forced", "by", "the", "annually", "averaged", "heating", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "know", "that", "the", "heat", "coming", "from", "the", "Sun", "\u00e2\u0080\u0099s", "activity", "varies", "with", "time", "(", "e.g.", ")", "and", "so", "does", "the", "inclination", "of", "our", "planet", "\u00e2\u0080\u0099s", "rotation", "axis", "(", "e.g.", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["To", "these", "already", "complex", "interactions", ",", "one", "must", "add", "those", "due", "to", "the", "ocean", ",", "the", "largest", "heat", "exchanger", "that", "warms", "and", "cools", "on", "its", "own", "(", "longer", ")", "time", "scales", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["was", "the", "first", "to", "show", "how", "(", "to", "first", "order", ")", "atmospheric", "circulation", "was", "forced", "by", "the", "physics", "of", "the", "ocean", "surface", ".", "\\\\"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "evolution", "of", "mean", "sea", "-", "level", "atmospheric", "pressure", "since", "1850", "is", "analyzed", "using", "singular", "spectrum", "analysis", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Maps", "of", "the", "main", "components", "(", "the", "trends", ")", "reveal", "striking", "symmetries", "of", "order", "3", "and", "4", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "northern", "hemisphere", "(", "NH", ")", "displays", "a", "set", "of", "three", "positive", "features", ",", "forming", "an", "almost", "perfect", "equilateral", "triangle", "."], "label_ids": [0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "southern", "hemisphere", "(", "SH", ")", "displays", "a", "set", "of", "three", "positive", "features", "arranged", "as", "an", "isosceles", "triangle", ",", "with", "a", "possible", "fourth", "(", "weaker", ")", "feature", "."], "label_ids": [0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "geometry", "can", "be", "modeled", "as", "Taylor", "-", "Couette", "flow", "of", "mode", "3", "(", "NH", ")", "or", "4", "(", "SH", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "remarkable", "regularity", "and", "order", "three", "symmetry", "of", "the", "NH", "triskel", "occurs", "despite", "the", "lack", "of", "cylindrical", "symmetry", "of", "the", "northern", "continents", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "stronger", "intensity", "and", "larger", "size", "of", "features", "in", "the", "SH", "is", "linked", "to", "the", "presence", "of", "the", "annular", "AAO", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "addition", "to", "the", "dominant", "trends", ",", "quasi-periodic", "components", "of", "\\sim", "130", ",", "90", ",", "50", ",", "22", ",", "15", ",", "4", ",", "1.8", ",", "1", ",", "0.5", ",", "0.33", ",", "and", "0.25", "years", ",", "i.e.", "the", "Jose", ",", "Gleissberg", ",", "Hale", "and", "Schwabe", "cycles", ",", "the", "annual", "cycle", "and", "its", "first", "three", "harmonics", "are", "identified", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["\\keywords{Global", "Sea", "Level", "Pressure,", "Taylow-Couette", "flow,", "Triskel", "pattern}", "\\titlerunning{Triskels", "and", "Symmetries", "of", "Mean", "Global", "Sea-Level", "Pressure}", "\\make", "title"], "label_ids": [0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Understanding", "the", "mean", "circulation", "of", "air", "masses", "is", "one", "of", "the", "most", "ancient", "problems", "in", "meteorology", "(", "cf.", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Solar", "insolation", "drives", "the", "first", "order", "structure", "and", "motions", "of", "atmospheric", "masses", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Early", "views", "thought", "them", "to", "be", "organized", "in", "planetary", "scale", "circulation", "cells", ",", "arranged", "roughly", "symmetrically", "with", "respect", "to", "the", "equator", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "troposphere", ",", "warm", "winds", "blow", "from", "the", "equator", ",", "forming", "the", "top", "of", "the", "Hadley", "cells", "(", "cf.", ")", ";", "air", "cools", ",", "becomes", "denser", "and", "sinks", "near", "30", "\u00c2\u00b0", "(", "N", "and", "S", ")", ",", "generating", "two", "belts", "of", "high", "pressures", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Cold", "winds", "in", "the", "lower", "atmosphere", "blow", "from", "the", "poles", "to", "warmer", "regions", ",", "their", "density", "decreases", "as", "they", "approach", "60", "\u00c2\u00b0", "(", "N", "and", "S", ")", "latitude", ",", "where", "they", "rise", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "circuit", "is", "closed", "by", "return", "winds", "in", "the", "troposphere", ",", "back", "to", "the", "polar", "high", "pressures", ",", "forming", "the", "polar", "cells", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "Ferrel", "cells", "(", "cf.", ")", "located", "between", "the", "polar", "and", "Hadley", "cells", ",", "extend", "between", "30", "\u00c2\u00b0", "and", "60", "\u00c2\u00b0", "(", "N", "and", "S", ")", ".", "\\\\"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0]} {"tokens": ["Polarization", "rotation", "is", "directly", "related", "to", "material", "properties", ",", "and", "system", "conditions", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "example", ",", "polarization", "rotation", "in", "various", "material", "and", "structural", "systems", ",", "such", "as", "chiral", "materials", ",", "wire", "grid", "polarizers", ",", "ferrites", ",", "plasmas", ",", "birefringents", ",", "and", "gyro-tropic", "mediums", "are", "different", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["If", "a", "linearly", "polarized", "wave", "travels", "forward", "through", "a", "nonreciprocal", "medium", "by", "a", "distance", "l", ",", "gets", "reflected", ",", "and", "travels", "back", "to", "the", "starting", "point", ",", "the", "polarization", "rotation", "angle", "can", "be", "represented", "as", ".", "where", "wavenumber", "is", "k_\\pm", "=", "\\omega\\sqrt{\\epsilon\\mu_{\\pm}}", ",", "impedance", "is", "\\eta_{\\pm}", "=", "\\sqrt{\\frac{\\mu_{\\pm}}{\\epsilon}}", "and", "permeability", "is", "\\mu_{\\pm}", "=", "\\mu_1\\pm\\mu_2", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "the", "LHCP", "and", "RHCP", "waves", "exhibit", "different", "phases", ",", "impedances", ",", "and", "refractive", "indices", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Polarization", "rotation", ",", "the", "phase", "difference", "between", "cross", "polarized", "components", ",", "and", "transmission", "parameters", "(", "S_{21}", ",", "S_{12}", ")", "are", "key", "performance", "indicators", "to", "characterize", "nonreciprocity", "."], "label_ids": [0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "example", ",", "nonreciprocal", "gyrotropy", "is", "the", "usual", "way", "to", "achieve", "nonreciprocity", "via", "having", "a", "certain", "type", "of", "off", "-", "diagonal", "elements", "in", "the", "\\mu", "or", "\\epsilon", "tensor", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Figure", "represents", "the", "matrix", "form", "of", "various", "reciprocal", "and", "nonreciprocal", "cases", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["In", "bulk", "media", "nonreciprocity", "requires", "asymmetric", "electric", "permittivity", "and", "magnetic", "permeability", "which", "can", "be", "classified", "as", "gyroelectric", "(", "{\\varepsilon}", "\\neq", "{\\varepsilon}^{T}", ")", "and", "gyromagnetic", "(", "{\\mu}", "\\neq", "{\\mu}^{T}", ")", ",", "respectively", "where", "in", "Fig.", ",", "k", "in", "the", "off", "-", "diagonal", "terms", "represent", "the", "gyrotropic", "parameters", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Nonreciprocal", "gyrotropic", "and", "gyromagnetic", "materials", "exhibit", "off", "diagonal", "tensor", "elements", ",", "whereas", ",", "reciprocal", "cases", "such", "as", "uniaxial", "or", "biaxial", "material", "don't", "have", "any", "off", "diagonal", "elements", ",", "hence", "gyrotropic", "response", "of", "the", "magnetized", "ferrites", "is", "evident", "."], "label_ids": [0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["In", "addition", "because", "of", "off", "diagonal", "tensor", "components", ",", "nonreciprocal", "materials", "exhibit", "cross", "polarized", "phase", "and", "magnitude", "difference", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["It", "is", "important", "to", "note", "here", "that", "systems", "with", "symmetric", "tensors", "{\\varepsilon}", "=", "{\\varepsilon}^{T}", "or", "{\\mu}", "=", "{\\mu}^{T}", "with", "nonzero", "off", "-", "diagonal", "elements", "exhibit", "polarization", "rotation", "(", "optical", "activity", ")", ",", "however", ",", "in", "a", "reciprocal", "way", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Simulation", "and", "Measurement"], "label_ids": [1, 0, 0]} {"tokens": ["In", "our", "previous", "work", ",", "we", "calculated", "and", "measured", "the", "Faraday", "rotation", "of", "a", "normally", "incident", "plane", "wave", "on", "an", "electronically", "tunable", "non-reciprocal", "metasurface", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Tunable", "non-reciprocity", "in", "the", "metasurface", "was", "introduced", "using", "a", "field", "effect", "transistor", "(", "FET", ")", "with", "variable", "gate", "-", "source", "and", "drain", "-", "source", "bias", "conditions", "."], "label_ids": [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["Here", ",", "we", "elaborate", "on", "the", "measurement", "procedure", "used", "in", ",", "and", "show", "agreement", "between", "the", "calculated", "and", "manually", "measured", "results", "for", "a", "set", "bias", "condition", "where", "the", "drain", "-", "source", "current", "is", "saturated", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Figure", "shows", "a", "block", "diagram", "of", "the", "measurement", "procedure", "to", "calculate", "Faraday", "rotation", "from", "the", "measured", "S", "-", "parameters", "over", "the", "operational", "frequency", "range", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "diagram", "depicts", "the", "fabricated", "metasurface", "placed", "equidistant", "between", "the", "antennas", ",", "in", "the", "far", "field", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "30", "V", "5", "A", "HY3005F", "-", "3", "linear", "DC", "power", "supply", "is", "used", "to", "bias", "the", "metasurface", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Once", "the", "the", "mechanical", "setup", "and", "calibration", "(", "S", "-", "Short", ",", "O", "-", "Open", ",", "L", "-", "Load", ",", "T", "-", "Through", ")", "of", "the", "Keysight", "E8361", "vector", "network", "analyzer", "(", "VNA", ")", "is", "completed", ",", "a", "measurement", "is", "performed", "to", "obtain", "the", "co-polarized", "and", "cross-polarized", "S", "-", "parameter", "coefficients", ",", "which", "are", "then", "fed", "into", "Eq.", "(", ")", "to", "calculate", "Faraday", "rotation", "with", "respect", "to", "operating", "frequency", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "our", "proposed", "transmission", "based", "measurement", ",", "four", "S", "-", "parameter", "coefficients", "(", "i.e.", ",", "S_{21}", ")", "are", "measured", "for", "different", "transmit", "and", "revieve", "polarizations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "example", ",", "the", "cross-polarized", "S", "-", "parameter", "S_{21}^{xy}", "(", "S_{21}^{yx}", ")", "is", "described", "as", "the", "transmission", "coefficient", "from", "antenna", "1", "to", "antenna", "2", "when", "the", "incident", "wave", "is", "y", "(", "x", ")", "polarized", "and", "the", "received", "wave", "is", "x", "(", "y", ")", "polarized", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Similarly", ",", "the", "co-polarized", "S", "-", "parameter", "S_{21}^{yy}", "(", "S_{21}^{xx}", ")", "is", "described", "as", "the", "transmission", "coefficient", "from", "antenna", "1", "to", "antenna", "2", "when", "the", "incident", "wave", "is", "y", "(", "x", ")", "polarized", "and", "the", "received", "wave", "is", "y", "(", "x", ")", "polarized", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "non-reciprocal", "system", "will", "exhibit", "a", "phase", "difference", "in", "the", "cross-polarization", ",", "however", ",", "the", "co-polarized", "states", "exhibit", "no", "phase", "difference", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0]} {"tokens": ["This", "principle", "holds", "for", "both", "Faraday", "(", "transmission", "based", ")", "and", "Kerr", "(", "reflection", "based", ")", "rotation", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0]} {"tokens": ["To", "characterize", "material", "interactions", "with", "electromagnetic", "waves", ",", "in", "Fig.", "we", "show", "three", "different", "systems", "that", "can", "be", "classified", "with", "respect", "to", "time", "reversal", "symmetry", "and", "asymmetry", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["Figure", "(", "a", ")", "defines", "an", "isotropic", "medium", "where", "there", "is", "not", "any", "polarization", "rotation", "and", "hence", ",", "is", "classified", "as", "reciprocal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Figure", "(", "b", ")", "represents", "a", "chiral", "system", ",", "where", "the", "x", "polarized", "wave", "travels", "through", "the", "medium", "and", "experiences", "a", "polarization", "rotation", "of", "\\phi^0", "at", "the", "receiver", "end", ",", "and", "in", "the", "reverse", "direction", "it", "will", "experience", "a", "polarization", "rotation", "of", "-\\phi^0", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["As", "a", "result", ",", "the", "field", "polarization", "of", "a", "chiral", "system", "symmetrically", "returns", "to", "its", "original", "state", ",", "hence", ",", "this", "is", "a", "reciprocal", "system", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Figure", "(", "c", ")", "depicts", "Faraday", "rotation", "in", "the", "presence", "of", "a", "static", "B_{0}", "field", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "applied", "static", "magnetic", "bias", "breaks", "time", "-", "reversal", "symmetry", ",", "making", "the", "process", "time", "-", "reversal", "asymmetric", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "comparison", "to", "the", "chiral", "case", ",", "the", "wave", "experiences", "\\phi^0", "rotation", ",", "then", "in", "the", "reverse", "direction", "it", "experiences", "another", "\\phi^0", "rotation", ",", "revealing", "Faraday", "rotation", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["To", "recapitulate", ",", "the", "process", "of", "polarization", "rotation", "can", "be", "reciprocal", "or", "nonreciprocal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0]} {"tokens": ["In", "the", "case", "of", "Faraday", "rotation", "the", "sign", "(", "clockwise", "or", "anticlockwise", ")", "is", "determined", "relative", "to", "the", "axis", "along", "which", "time", "-", "reversal", "(", "TR", ")", "symmetry", "is", "broken", ",", "whereas", "in", "chiral", "media", "exhibits", "reciprocal", "magneto", "-electric", "coupling", ",", "the", "sign", "of", "rotation", "is", "determined", "relative", "to", "the", "propagation", "direction", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "next", "section", "will", "be", "focused", "on", "developing", "a", "realistic", "model", "for", "the", "measurement", "of", "polarization", "rotation", "in", "a", "transparent", "medium", ".", "Principle", "of", "Operation", "and", "Practical", "Realization"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "depicts", "a", "two", "-", "port", "network", "segmented", "into", "three", "parts", "used", "for", "our", "mathematical", "modeling", "of", "Faraday", "rotation", ",", "where", "segments", "1", "and", "3", "represent", "reciprocal", "media", "and", "segment", "3", "represents", "a", "nonreciprocal", "medium", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Superscript", "+", "/", "-", "represents", "forward", "/", "backward", "waves", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "practical", "realization", ",", "focus", "will", "be", "on", "measuring", "E_1^{+}", ",", "E_1^{-}", ",", "E_3^{+}", "and", "E_3^{-}", "in", "terms", "of", "S", "matrices", "which", "can", "be", "represented", "by", "reflection", "and", "transmission", "components", "as", "%", "where", "in", "terms", "of", "medium", "1", ",", "2", "and", "3", ",", "each", "component", "can", "be", "described", "as", "%"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "Eq.", "can", "be", "represented", "as", "where", "the", "wave", "is", "being", "transmitted", "in", "the", "Z", "direction", "and", "the", "first", "and", "second", "subscript", "/", "superscript", "represents", "port", "number", "/", "polarization", "of", "receiver", "and", "transmitter", "antenna", ",", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "obtain", "Faraday", "rotation", "when", "the", "cross", "polarized", "transmission", "component", "from", "port", "1", "and", "port", "2", "are", "not", "the", "same", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "can", "easily", "calculate", "Faraday", "rotation", "by", "using", "Eq.", "as", "described", "in", "the", "appendix", "%", "where", "t_{\\circlearrowleft", "\\circlearrowleft"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["}", "defines", "the", "transmission", "component", "due", "to", "both", "incident", "and", "received", "waves", "being", "LHCP", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["}", "defines", "the", "transmission", "component", "due", "to", "an", "incident", "and", "received", "waves", "being", "RHCP", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["Therefore", ",", "from", "Eq.", "Faraday", "rotation", "can", "be", "represented", "in", "terms", "of", "S", "parameters", "in", "linear", "polarization", "as"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Figure", "(", "a", ")", "-", "(", "d", ")", "depicts", "the", "various", "co-polarized", "and", "cross-polarized", "states", "of", "the", "receiver", "with", "respect", "to", "the", "transmitter", ",", "while", "Fig.", "(", "e", ")", "-", "(", "h", ")", "shows", "the", "measured", "S", "-", "parameters", "associated", "with", "each", "case", "in", "(", "a", ")", "-", "(", "d", ")", ",", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["From", "the", "measurement", ",", "it", "is", "clear", "that", "the", "co-polarized", "measurements", "(", "a", ")", "-", "(", "b", ")", "show", "very", "little", "sign", "of", "isolation", "while", "the", "cross-polarized", "measurements", "(", "c", ")", "-", "(", "d", ")", "exhibit", "a", "large", "amount", "of", "isolation", "at", "the", "resonant", "frequency", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["A", "major", "challenge", "in", "measuring", "Faraday", "rotation", "is", "that", "while", "transmission", "is", "maximum", "at", "resonance", ",", "it", "is", "still", "very", "low", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["To", "account", "for", "Faraday", "rotation", "accurately", ",", "the", "signal", "from", "antenna", "1", "to", "antenna", "2", "and", "vice", "versa", "must", "pass", "through", "the", "metasurface", "only", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["As", "a", "result", "the", "metasurface", "at", "far", "field", "distance", "from", "both", "antennas", "must", "be", "sufficiently", "large", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["If", "the", "board", "is", "not", "large", "enough", "relative", "to", "the", "antenna", "beam", "width", "at", "the", "metasurface", "position", ",", "a", "PEC", "material", "at", "the", "operating", "frequency", "can", "be", "used", "surrounding", "the", "metamaterial", "to", "block", "any", "direct", "signal", "transmission", "from", "antenna", "1", "to", "antenna", "2", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Once", "the", "co-polarized", "and", "cross-polarized", "S", "-", "parameter", "coefficients", "are", "measured", ",", "an", "in", "house", "script", "is", "used", "to", "perform", "the", "Faraday", "rotation", "calculation", "with", "respect", "to", "frequency", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["For", "comparison", ",", "a", "manual", "method", "to", "measure", "Faraday", "rotation", "at", "different", "operating", "frequencies", "points", "can", "be", "used", "(", "see", "Ref.", "for", "details", "regarding", "the", "measurement", "setup", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "shows", "the", "measured", "Faraday", "rotation", "obtained", "using", "the", "automatic", "(", "calculated", ")", "and", "manual", "measurement", "with", "respect", "to", "the", "frequency", "range", "of", "operation", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["To", "manually", "measure", "Faraday", "rotation", ",", "the", "receive", "antenna", "is", "rotated", "manually", "until", "maximum", "transmission", "(", "i.e.", ",", "maximum", "\\left|", "S_{21}", "\\right|", "or", "\\left|", "S_{12}", "\\right|", ")", "is", "achieved", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "robust", "practical", "measurement", "of", "polarization", "rotation", "in", "a", "nonreciprocal", "medium", "is", "very", "challenging", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Various", "approaches", "have", "been", "investigated", "to", "accurately", "measure", "Faraday", "rotation", "in", "various", "frequency", "regimes", "and", "the", "most", "conventional", "approach", "is", "to", "measure", "polarization", "rotation", "by", "rotating", "an", "antenna", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "manual", "approaches", "to", "measure", "Faraday", "rotation", "lack", "precision", "and", "are", "time", "consuming", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "a", "simple", ",", "realizable", ",", "cost", "effective", ",", "accurate", "test", "-", "bench", "model", "is", "of", "immense", "importance", "to", "measure", "Faraday", "rotation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "work", ",", "we", "have", "developed", "a", "simplified", "and", "automatic", "S", "-", "parameter", "translation", "to", "measure", "polarization", "rotation", "in", "a", "nonreciprocal", "environment", "using", "a", "network", "analyzer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["We", "apply", "our", "proposed", "measurement", "method", "to", "one", "of", "our", "previously", "developed", "nonreciprocal", "metamaterials", "and", "we", "observe", "good", "agreement", "with", "manual", "measurement", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Furthermore", ",", "our", "proposed", "model", "will", "work", "for", "a", "non", "reciprocal", "slab", "of", "finite", "thickness", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "Section", "II", ",", "we", "provide", "insight", "to", "the", "mechanism", "of", "EM", "nonreciprocity", "and", "various", "polarization", "rotations", ",", "in", "Section", "III", ",", "we", "present", "the", "S", "parameter", "analysis", "leading", "to", "simplified", "automatic", "Faraday", "rotation", "measurement", "and", ",", "in", "Section", "IV", ",", "we", "benchmark", "our", "proposed", "measurement", "model", "with", "a", "conventional", "approach", "on", "one", "of", "our", "previously", "implemented", "tunable", "nonreciprocal", "meta-surfaces", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Non-reciprocity", "and", "Polarization", "Rotation"], "label_ids": [1, 0, 0, 1]} {"tokens": ["A", "system", "can", "be", "subdivided", "into", "two", "broad", "categories", "based", "on", "its", "interaction", "with", "electromagnetic", "waves", ":", "reciprocal", "and", "non-reciprocal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0]} {"tokens": ["A", "reciprocal", "system", "is", "one", "in", "which", "the", "fields", "created", "by", "the", "source", "at", "the", "observation", "point", "is", "the", "same", "when", "source", "and", "observation", "points", "exchange", "position", ",", "which", "can", "be", "represented", "by", "the", "scattering", "parameter", "equality", "S", "=", "S^T", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Devices", "such", "as", "antennas", ",", "passive", "RLC", "electrical", "circuits", ",", "and", "most", "RF", "components", "are", "reciprocal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["On", "the", "other", "hand", ",", "nonreciprocity", ",", "achieved", "by", "breaking", "time", "reversal", "symmetry", ",", "dictates", "that", "the", "field", "created", "by", "the", "source", "and", "measured", "at", "the", "observation", "point", "is", "different", "when", "source", "and", "observation", "points", "are", "interchanged", ",", "and", "can", "be", "represented", "by", "S", "\\neq", "S^T", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "an", "example", ",", "nonreciprocal", "components", "such", "as", "gyrators", ",", "isolators", ",", "and", "circulators", ",", "are", "very", "important", "because", "of", "their", "impact", "in", "military", "applications", ",", "telecommunications", "and", "so", "on", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["There", "are", "various", "reported", "approaches", "to", "achieve", "nonreciprocity", "since", "the", "1950s", "such", "as", "using", "ferrite", "materials", "biased", "by", "a", "static", "magnetic", "field", ",", "and", "the", "latest", "concept", "of", "achieving", "nonreciprocity", "using", "time", "modulation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["In", "all", "reported", "cases", "of", "achieving", "nonreciprocity", ",", "the", "fundamental", "concept", "is", "breaking", "time", "reversal", "symmetry", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\begin{document}", "\\title{\\LARGE", "Automatic", "Measurement", "Technique", "of", "Electromagnetic", "Rotation", "in", "a", "Nonreciprocal", "Medium}", "\\author{Swadesh~Poddar,", "Alexander~M.~Holmes,~\\IEEEmembership{Student", "Member,~IEEE}", ",", "and", "~", "George", "~W.~", "Hanson", ",", "~", "9999999996"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "article", "aims", "at", "developing", "a", "simple", ",", "automated", "test", "bench", "procedure", "to", "measure", "polarization", "rotation", "of", "an", "electromagnetic", "wave", "upon", "propagation", "through", "a", "nonreciprocal", "medium", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "comprehensive", "measurement", "approach", "is", "developed", "from", "the", "scattering", "matrix", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "proposed", "measurement", "procedure", "is", "demonstrated", "using", "an", "electronically", "tunable", "nonreciprocal", "metamaterial", ",", "and", "the", "accuracy", "of", "the", "proposed", "method", "is", "compared", "with", "the", "well", "-", "accepted", "conventional", "measurement", "technique", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Faraday", "rotation", ",", "non-reciprocity", ",", "polarization", "rotation", "."], "label_ids": [0, 1, 0, 1, 0, 0, 1, 0]} {"tokens": ["olarization", "rotation", ",", "the", "change", "in", "orientation", "of", "the", "plane", "of", "polarization", "about", "the", "microwave", "/", "optical", "axis", "of", "a", "linearly", "polarized", "wave", "as", "it", "propagates", "through", "certain", "materials", ",", "is", "an", "important", "concept", "in", "both", "reciprocal", "and", "nonreciprocal", "systems", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "precise", "determination", "of", "the", "polarization", "state", "of", "an", "electromagnetic", "wave", "is", "fundamental", "for", "a", "wide", "variety", "of", "applications", "in", "microwaves", ",", "radio", "frequency", "front", "ends", ",", "astronomy", ",", "optics", "and", "terahertz", "technology", ",", "and", "remote", "sensing", ",", "to", "name", "just", "a", "few", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "linearly", "polarized", "electromagnetic", "wave", "may", "be", "represented", "as", "the", "sum", "of", "two", "circularly", "polarized", "waves", "(", "right", "-", "and", "left", "-", "handed", "circular", "polarized", "waves", ")", "with", "opposite", "handedness", "and", "equal", "amplitude", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Faraday", "rotation", "occurs", "when", "electromagnetic", "waves", "propagate", "through", "a", "nonreciprocal", "medium", ",", "whereupon", "the", "right", "-", "handed", "and", "left", "-", "handed", "circularly", "polarized", "waves", "(", "L", "/", "RHCP", ")", "propagate", "with", "different", "phase", "velocities", ",", "and", "experience", "different", "impedance", "and", "refractive", "indices", "."], "label_ids": [0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["This", "LHCP", "and", "RHCP", "waves", "start", "to", "accumulate", "a", "phase", "difference", "as", "they", "propagate", "through", "the", "medium", ",", "therefore", ",", "with", "respect", "to", "time", "and", "distance", ",", "the", "direction", "of", "linear", "polarization", "changes", "."], "label_ids": [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "greater", "the", "deviation", "in", "phase", "velocity", ",", "the", "greater", "the", "rotation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Figure", "~", "presents", "the", "electronic", "flux", "densities", "associated", "with", "the", "laser", "-", "induced", "charge", "migration", "dynamics", "at", "the", "same", "time", "delays", "as", "in", "Fig.", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "central", "part", "of", "the", "corrole", "ring", "containing", "the", "nitrogens", "and", "the", "copper", "is", "zoomed", "in", "to", "emphasize", "the", "dominant", "contribution", "to", "the", "flux", "densities", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "is", "evident", "from", "Fig.", "~", "(", "a", ")", "that", "the", "charge", "migration", "is", "taking", "place", "between", "the", "nitrogen", "atoms", "via", "the", "copper", "atom", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Most", "of", "the", "charge", "seems", "to", "be", "displaced", "from", "the", "in", "-", "plane", "nitrogen", "in", "the", "bottom", "left", "to", "the", "nitrogen", "atom", "saddled", "above", "the", "surface", "in", "the", "top", "right", ",", "which", "corresponds", "to", "Q_z", "=", "Q_y", "line", "in", "momentum", "space", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["As", "reflected", "from", "Fig.", "\\", ",", ",", "the", "TRXD", "signals", "decrease", "along", "the", "Q_z", "=", "Q_y", "line", ",", "so", "we", "assign", "this", "migration", "pattern", "to", "a", "hole", "displacement", "during", "the", "dynamics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Synchronously", ",", "the", "nitrogen", "atom", "below", "the", "plane", "(", "top", "left", ")", "and", "the", "one", "in", "the", "bottom", "right", "appear", "to", "feed", "electrons", "to", "the", "copper", "atom", ",", "which", "corresponds", "well", "to", "the", "region", "of", "the", "TRXD", "signal", "increase", "along", "the", "Q_z", "=", "-Q_y", "line", "in", "the", "TXRD", "signal", ",", "see", "Fig.", "~", "(", "a", ")", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "view", "of", "the", "flux", "densities", "in", "xy", "-", "plane", "provides", "complementary", "information", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["As", "evident", "from", "Fig.", "~", "(", "b", ")", ",", "out", "-", "of", "-", "plane", "nitrogen", "atoms", "are", "also", "connected", "to", "each", "other", "via", "the", "copper", "atom", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "is", "revealed", "by", "the", "synchronous", "changes", "in", "direction", "of", "the", "rotation", "of", "the", "flux", "densities", "around", "the", "nitrogen", "atoms", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["At", "2", "\\tau", "and", "10", "\\tau", ",", "the", "flux", "densities", "in", "the", "upper", "two", "nitrogen", "atoms", "rotate", "anti-clockwise", ",", "whereas", "they", "rotate", "clockwise", "for", "the", "bottom", "ones", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "following", "expression", "of", "the", "differential", "scattering", "probability", "is", "used", "to", "simulate", "the", "TRXD", "corresponding", "to", "a", "coherent", "electron", "dynamics", "as", "~", "%"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Here", ",", "{dP_{e}}/{d\\Omega}", "is", "the", "Thomson", "scattering", "cross", "section", "of", "a", "free", "electron", ",", "|", "\\Psi(\\tau)", "\\rangle", "is", "an", "electronic", "wavepacket", "with", "\\tau", "as", "the", "pump", "-", "probe", "delay", "time", ",", "|", "\\Phi_{j}", "\\rangle", "is", "an", "eigenstate", "of", "the", "unperturbed", "electronic", "Hamiltonian", "of", "the", "system", ",", "Q", "is", "the", "photon", "momentum", "transfer", ",", "and", "\\hat{\\rho}(r)", "is", "the", "density", "operator", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "above", "equation", "is", "valid", "for", "probe", "x", "-", "ray", "pulses", "shorter", "than", "the", "characteristic", "timescale", "of", "the", "dynamics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "one", "-", "electron", "density", ",", "\\rho(r,", "t)", ",", "can", "be", "used", "to", "describe", "relevant", "quantities", "corresponding", "to", "coherent", "many", "-", "electron", "dynamics", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "can", "be", "obtained", "as", "the", "expectation", "value", "of", "the", "one", "-", "electron", "density", "operator", "from", "the", "electronic", "wavepacket", "as"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["To", "calculate", "\\rho(r,", "t)", ",", "the", "N", "-", "electron", "wavepacket", ",", "\\Psi(r^N,", "t)", ",", "is", "obtained", "by", "solving", "the", "many", "-", "electron", "time", "-", "dependent", "Schr", "\\\"{o}", "dinger", "equation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "work", ",", "the", "N", "-", "electron", "wavepacket", "is", "represented", "as", "a", "linear", "combination", "of", "the", "ground", "state", "wave", "function", ",", "\\Phi_0(r^N)", ",", "and", "of", "the", "lowest", "-", "lying", "many", "-", "body", "excited", "states", "of", "the", "system", "\\Phi_k(r^N)", "as"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "generic", "time", "-", "dependent", "configuration", "interaction", "formulation", ",", "the", "excited", "states", "are", "expressed", "as", "a", "linear", "combination", "of", "configuration", "state", "functions", ",", "\\Phi_a^r(r^N)", ",", "obtained", "from", "a", "reference", "ground", "state", "wave", "function", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "order", "to", "keep", "the", "computational", "cost", "low", ",", "only", "single", "excitations", "are", "taken", "into", "account", ",", "as", "This", "provides", "a", "physically", "sound", "representation", "to", "the", "one", "-", "electron", "process", "investigated", "here", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "single", "-", "excited", "configuration", "state", "functions", ",", "``", "a", "\"", "and", "``", "r", "\"", "represent", "the", "excitation", "from", "occupied", "molecular", "orbital", "``", "a", "\"", "to", "unoccupied", "orbital", "``", "r", "\"", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "the", "framework", "of", "the", "hybrid", "time", "-", "dependent", "density", "functional", "theory", "(", "TDDFT", ")", "/", "configurational", "interaction", "(", "CI", ")", "methodology", ",", "all", "expansion", "coefficients", "\\{D_{a,k}^r\\}", "are", "obtained", "from", "linear", "-", "response", "TDDFT", "(", "LR", "-", "TDDFT", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0]} {"tokens": ["The", "LR", "-", "TDDFT", "calculation", "is", "performed", "once", "prior", "to", "all", "dynamical", "simulations", "using", "standard", "quantum", "chemistry", "packages", "."], "label_ids": [0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "expansion", "coefficients", "of", "the", "excited", "states", "in", "Eq.", "\\,\\eqref{cis}", "are", "renormalised", "to", "form", "pseudo-CI", "eigenfunctions", "."], "label_ids": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["In", "the", "basis", "of", "pseudo-CI", "eigenfunctions", "chosen", "for", "the", "propagation", ",", "the", "Hamiltonian", "is", "diagonal", "to", "a", "good", "approximation", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "time", "-", "evolution", "of", "the", "coefficients", "C_k(t)", "in", "Eq.", "\\,\\eqref{tdci}", "is", "simulated", "by", "direct", "numerical", "integration", "of", "the", "time", "-", "dependent", "Schr", "\\\"{o}", "dinger", "equation", "using", "a", "preconditioned", "adaptive", "step", "size", "Runge", "-", "Kutta", "algorithm", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "electronic", "flux", "density", "is", "calculated", "using", "Eqs.", "~", "\\eqref{tdci}", "and", "\\eqref{cis}", ",", "as", "the", "expectation", "value", "of", "the", "operator", "of", "the", "following", "form", "where", "\\hat{p}_{k}=-i\\vec{\\nabla}_{k}", "represents", "the", "momentum", "operator", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "open", "-", "source", "toolbox", "detCI@ORBKIT", "is", "used", "for", "post-processing", "the", "information", "obtained", "from", "the", "quantum", "chemistry", "package", "~."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Analysis", "of", "the", "electronic", "flux", "densities", "in", "Fig.", "~", "also", "shows", "that", "the", "flux", "densities", "in", "the", "diagonal", "nitrogen", "atoms", "are", "different", "in", "magnitudes", "and", "directions", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "present", "findings", "are", "in", "stark", "contrast", "with", "similar", "laser", "-", "induced", "charge", "migration", "dynamics", "in", "planar", "molecules", ",", "such", "as", "benzene", "and", "porphyrin", "in", "which", "the", "flux", "densities", "and", "the", "charge", "migration", "dynamics", "are", "observed", "to", "be", "symmetric", "at", "all", "times", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "the", "laser", "-", "induced", "dynamics", "in", "a", "chiral", "molecule", "was", "also", "studied", ",", "which", "reveals", "that", "such", "molecules", "without", "any", "symmetry", "also", "exhibit", "asymmetric", "current", "transport", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["In", "this", "sense", ",", "the", "asymmetry", "in", "the", "electronic", "flux", "densities", "appears", "to", "be", "a", "signature", "of", "the", "saddling", "in", "copper", "corrole", "during", "charge", "migration", "dynamics", ",", "which", "could", "be", "measured", "as", "a", "symmetry", "reduction", "in", "the", "time", "-", "resolved", "diffraction", "signals", "."], "label_ids": [0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Although", "the", "distortion", "of", "the", "molecular", "structure", "due", "to", "the", "saddling", "occurs", "in", "the", "xy", "-", "plane", ",", "the", "signature", "of", "this", "symmetry", "reduction", "would", "rather", "be", "observed", "in", "the", "projection", "in", "the", "plane", "of", "the", "molecule", ",", "i.e.", ",", "the", "yz", "-", "plane", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["On", "the", "other", "hand", ",", "the", "connection", "between", "nitrogen", "atoms", "diametrically", "opposite", "of", "the", "copper", "atom", "is", "present", "in", "both", "the", "real", "-", "space", "and", "momentum", "-", "space", "views", "of", "the", "electron", "dynamics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "summary", ",", "the", "present", "work", "is", "the", "first", "step", "towards", "understanding", "the", "interplay", "between", "ultrafast", "electron", "dynamics", ",", "structural", "deformation", ",", "and", "symmetry", "reduction", "in", "a", "time", "-", "resolved", "X", "-", "ray", "imaging", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "investigate", "laser", "-", "induced", "dynamics", "in", "copper", "corrole", ",", "which", "has", "an", "interesting", "saddled", "geometry", "with", "only", "slightly", "reduced", "symmetry", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "linearly", "-", "polarised", "pump", "pulse", "is", "used", "to", "trigger", "electron", "dynamics", ",", "which", "is", "imaged", "by", "TRXD", "with", "atomic", "-", "scale", "spatiotemporal", "resolution", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "find", "that", "the", "difference", "diffraction", "signals", "are", "sensitive", "to", "the", "saddled", "structure", ",", "and", "this", "asymmetry", "is", "reflected", "in", "the", "electronic", "flux", "densities", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "the", "excitation", "studied", ",", "the", "saddled", "nitrogen", "atoms", "in", "copper", "corrole", "is", "found", "to", "facilitate", "the", "coherent", "charge", "migration", "between", "nitrogen", "and", "copper", "atoms", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0]} {"tokens": ["We", "believe", "that", "our", "results", "on", "imaging", "electron", "dynamics", "in", "symmetry", "-", "reduced", "systems", "will", "motivate", "further", "theoretical", "and", "experimental", "research", ",", "in", "particular", "on", "light", "-", "induced", "ultrafast", "processes", "in", "various", "metal", "-", "corroles", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "work", ",", "N_\\textrm{states}=80", "lowest", "-", "lying", "excited", "states", "below", "the", "ionisation", "threshold", "are", "used", "to", "achieve", "the", "convergence", "of", "the", "excitation", "dynamics", "induced", "by", "the", "pump", "pulse", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "states", "are", "computed", "using", "the", "CAM", "-", "B3LYP", "functional", "and", "aug", "-", "cc", "-", "pVDZ", "basis", "sets", "on", "all", "atoms", ",", "as", "implemented", "in", "Gaussian", "16", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "frozen", "nuclei", "approximation", "is", "used", "throughout", "this", "work", ",", "as", "the", "motion", "of", "nuclei", "is", "typically", "much", "slower", "in", "comparison", "to", "the", "electronic", "motion", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "computation", "of", "the", "one", "-", "electron", "integrals", "from", "the", "many", "-", "body", "wave", "function", "is", "performed", "using", "the", "detCI@ORBKIT", "toolbox", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["All", "many", "-", "electron", "dynamical", "simulations", "are", "performed", "using", "in", "-", "house", "codes", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "integrals", "required", "to", "compute", "the", "TRXD", "signals", "and", "electronic", "flux", "densities", "are", "calculated", "using", "ORBKIT", "~."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "molecular", "structure", "of", "the", "unsubstituted", "copper", "corrole", "is", "shown", "in", "Fig.", "~", "in", "ball", "-", "stick", "representation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["All", "axes", "and", "coordinates", "are", "described", "in", "the", "molecular", "frame", "of", "reference", ",", "and", "it", "is", "assumed", "that", "the", "molecule", "is", "oriented", "in", "yz", "-", "plane", "of", "the", "laboratory", "frame", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["From", "the", "projections", "in", "the", "two", "other", "planes", ",", "the", "saddling", "in", "copper", "corrole", "is", "evident", ",", "which", "makes", "this", "particular", "type", "of", "corrole", "appealing", "for", "detailed", "investigations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["To", "trigger", "the", "electron", "dynamics", ",", "a", "10", "fs", "sine", "-", "squared", "pulse", "linearly", "polarised", "along", "the", "y", "-", "axis", "is", "employed", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "wavelength", "and", "the", "peak", "intensity", "of", "the", "pump", "pulse", "are", "chosen", "to", "360", "\\", ",", "nm", "and", "3.5", "\\times", "10", "^{13}", "W", "/", "cm", "^{2}", ",", "respectively", "."], "label_ids": [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "an", "ionisation", "potential", "of", "about", "6.78", "\\,", "eV", ",", "the", "Keldysh", "parameter", "is", "found", "to", "be", "2.8", ",", "such", "that", "electron", "loss", "to", "the", "ionisation", "channel", "via", "multiphoton", "processes", "is", "not", "dominant", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["It", "has", "been", "experimentally", "demonstrated", "that", "a", "coherent", "transfer", "of", "population", "from", "ground", "to", "excited", "states", "is", "possible", "with", "such", "intensity", "in", "molecular", "systems", "~."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "resulting", "population", "dynamics", "of", "the", "electronic", "states", "during", "the", "pump", "pulse", "is", "presented", "in", "Fig.", "~."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "temporal", "evolution", "of", "the", "signals", "in", "the", "Q_{x}-Q_{y}", "plane", "for", "different", "delay", "times", "is", "significantly", "different", "than", "the", "signals", "in", "the", "Q_{y}-Q_{z}", "plane", "[", "see", "Figs.", "~", "(", "a", ")", "and", "(", "b", ")", "]", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "presence", "of", "the", "twisted", "structures", "in", "the", "diffraction", "signals", "seems", "a", "signature", "of", "the", "saddled", "structure", "of", "copper", "corrole", "during", "charge", "migration", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Both", "the", "TRXD", "signal", "[", "Fig.", "\\", ",", "(", "b", ")", "]", "and", "the", "difference", "density", "[", "Fig.", "\\", ",", "(", "b", ")", "]", "retain", "exactly", "the", "same", "structure", "at", "all", "times", ",", "albeit", "with", "phase", "reversal", "and", "intensity", "variations", "during", "the", "dynamics", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Both", "the", "signal", "and", "the", "difference", "density", "transform", "according", "to", "the", "A", "\\textsubscript{u}", "IRREP", "of", "the", "C", "\\textsubscript{i}", "point", "group", ",", "to", "which", "belongs", "the", "projection", "of", "the", "molecule", "in", "the", "xy", "-", "plane", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "was", "shown", "that", "the", "Fourier", "transform", "of", "a", "transition", "density", "belonging", "to", "the", "C", "\\textsubscript{i}", "point", "group", "will", "belong", "to", "the", "same", "group", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "interpret", "these", "findings", "as", "an", "indication", "that", "the", "charge", "migration", "does", "not", "involve", "strong", "interferences", "out", "of", "the", "corrole", "plane", "despite", "the", "saddling", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["It", "is", "known", "that", "there", "is", "no", "one", "-", "to", "-", "one", "correspondence", "between", "momentum", "-", "space", "diffraction", "signal", "and", "real", "-", "space", "structure", "as", "the", "time", "-", "resolved", "diffraction", "signal", "is", "in", "general", "not", "related", "to", "the", "instantaneous", "electron", "density", "of", "the", "electronic", "wave", "packet", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Thus", "it", "is", "crucial", "to", "explore", "coherent", "electron", "dynamics", "in", "real", "-", "space", "to", "complement", "the", "mechanistic", "picture", ",", "which", "provides", "a", "better", "understanding", "of", "the", "time", "-", "resolved", "diffraction", "signal", "in", "detail", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Knowledge", "of", "the", "dominant", "components", "of", "the", "electronic", "wave", "packet", "allows", "to", "analyse", "the", "electron", "dynamics", "at", "different", "instances", "in", "real", "space", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Recently", ",", "it", "has", "been", "discussed", "that", "the", "analysis", "of", "the", "transient", "electronic", "flux", "density", "provides", "detailed", "understanding", "of", "the", "electron", "dynamics", "as", "the", "flux", "density", "maps", "the", "direction", "of", "the", "electron", "flow", "in", "real", "space", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0]} {"tokens": ["A", "connection", "between", "the", "electronic", "flux", "densities", ",", "the", "time", "-", "derivative", "momentum", "space", "density", ",", "and", "TRXD", "signals", "for", "an", "electronic", "wave", "packet", "in", "an", "oriented", "benzene", "has", "been", "discussed", "in", "Ref.", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "connection", "depends", "on", "several", "factors", ",", "including", "the", "number", "of", "electronic", "states", "contributing", "to", "the", "wave", "packet", "as", "discussed", "in", "more", "details", "in", "Ref.", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["At", "first", ",", "the", "connection", "among", "the", "symmetry", "of", "the", "difference", "density", ",", "the", "symmetry", "of", "the", "TRXD", "signal", "and", "Fourier", "transform", "seems", "surprising", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["However", ",", "analyse", "of", "the", "key", "expression", "for", "TRXD", "reveals", "that", "the", "difference", "diffraction", "signal", "encodes", "the", "Fourier", "transform", "of", "the", "transition", "electron", "density", "\\int", "dr", "~\\langle", "\\Phi_{j}", "|", "\\hat{\\rho}(r)", "|", "\\Phi_{k}", "\\rangle~", "e^{-i", "Q", "\\cdot", "r}", "[", "see", "Eq.", "~", "\\eqref{eq1}", "]", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Also", ",", "the", "difference", "density", "of", "an", "electronic", "wave", "packet", "consists", "of", "several", "terms", "of", "transition", "electron", "density", ",", "\\int", "dr", "~\\langle", "\\Phi_{j}", "|", "\\hat{\\rho}(r)", "|", "\\Phi_{k}", "\\rangle", ",", "in", "real", "space", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Note", "that", ",", "it", "is", "now", "well", "established", "that", "the", "TRXD", "is", "simply", "not", "related", "to", "the", "Fourier", "transform", "of", "the", "instantaneous", "electron", "density", "of", "the", "wave", "packet", ",", "\\int", "dr", "~\\langle", "\\Psi", "(\\tau)", "|", "\\hat{\\rho}(r)", "|", "\\Psi", "(\\tau)", "\\rangle~", "e^{-i", "Q", "\\cdot", "r}", ";", "and", "electronic", "coherences", "and", "the", "transition", "electron", "density", "play", "crucial", "role", "in", "TRXD", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["To", "the", "best", "of", "our", "knowledge", ",", "the", "present", "works", "documents", "a", "first", "manifestation", "of", "this", "fact", "on", "the", "symmetry", "of", "the", "measured", "signal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["From", "the", "top", "panels", "of", "Fig.", "~", ",", "it", "is", "evident", "that", "the", "electronic", "coherences", "do", "not", "destroy", "the", "symmetry", "relations", "between", "the", "transition", "density", "and", "its", "Fourier", "transform", "at", "intermediate", "times", ",", "but", "they", "induce", "symmetry", "reduction", "in", "TRXD", "signal", "at", "early", "and", "later", "delay", "times", "during", "the", "dynamics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "finding", "is", "specific", "to", "this", "particular", "example", "and", "the", "choice", "of", "exciting", "field", "is", "likely", "to", "affect", "the", "times", "at", "which", "symmetry", "reduction", "occurs", "due", "to", "interferences", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Comparing", "the", "signals", "at", "delay", "times", "10", "\\tau", "and", "30", "\\tau", ",", "no", "phase", "reversal", "is", "observed", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["In", "real", "space", ",", "this", "direction", "includes", "the", "nitrogen", "atom", "that", "buckles", "{\\", "it", "above", "}", "the", "molecular", "(", "yz", ")", "plane", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Signal", "depletion", "is", "observed", "in", "the", "Q_{z}", "=", "Q_{y}", "direction", "at", "both", "delay", "times", "as", "documented", "in", "the", "top", "panels", "of", "Fig.", "\\", ",", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Regions", "of", "signal", "enhancements", "(", "in", "blue", "and", "cyan", ")", "are", "found", "along", "the", "Q_{z}", "=", "-Q_{y}", "direction", ",", "coinciding", "with", "the", "z", "=", "-y", "direction", ",", "which", "contains", "the", "nitrogen", "atom", "buckling", "{\\", "it", "below", "}", "the", "molecular", "(", "yz", ")", "plane", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Left", "-", "right", "reflection", "about", "the", "y=0", "line", "is", "the", "only", "symmetry", "element", "remaining", "in", "the", "projection", "of", "the", "molecule", "in", "the", "yz", "-", "plane", ",", "which", "gives", "rise", "to", "the", "pattern", "observed", "in", "the", "TRXD", "signal", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Hence", ",", "interference", "effects", "due", "to", "electronic", "coherences", "lead", "to", "the", "symmetry", "reduction", "of", "the", "TRXD", "signal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "asymmetry", "of", "the", "maxima", "with", "respect", "to", "the", "Q_z=0", "line", "observed", "at", "both", "delay", "times", ",", "10", "\\tau", "and", "30", "\\tau", ",", "which", "correlates", "in", "both", "cases", "with", "signal", "depletion", "for", "the", "nitrogen", "above", "the", "corrole", "plane", "or", "with", "signal", "enhancement", "for", "the", "nitrogen", "below", "the", "plane", "."], "label_ids": [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Technological", "advancements", "in", "recent", "years", "have", "allowed", "to", "control", "the", "synthesis", "of", "different", "types", "of", "corroles", "with", "interesting", "coordination", "chemistry", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "properties", "of", "the", "central", "metal", "in", "metal", "-", "corroles", "are", "always", "the", "focus", "of", "ample", "attention", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Due", "to", "the", "intriguing", "coordination", "chemistry", "and", "its", "compatibility", "with", "a", "variety", "of", "transition", "metals", "~", ",", "metal", "-", "corroles", "have", "demonstrated", "potential", "for", "applications", "as", "photosensitizers", "~", "and", "catalysts", "~", ",", "to", "name", "but", "a", "few", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Copper", "corrole", "is", "one", "of", "the", "first", "systems", "bearing", "a", "transition", "metal", "in", "which", "copper", "was", "experimentally", "inserted", "in", "the", "N", "_4", "coordination", "core", "of", "the", "corrole", "ring", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Unlike", "other", "metal", "-", "corrole", "complexes", ",", "copper", "corrole", "is", "found", "to", "have", "a", "saddling", "in", "its", "equilibrium", "structure", "(", "see", "Fig.", "~", ")", ",", "which", "makes", "this", "molecule", "very", "interesting", "for", "different", "applications", "~."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "combined", "study", "of", "x", "-", "ray", "absorption", "spectroscopy", "and", "time", "-", "dependent", "density", "functional", "theory", "(", "TDDFT", ")", "have", "been", "performed", "to", "understand", "the", "electronic", "structure", "of", "copper", "corrole", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Moreover", ",", "the", "role", "of", "the", "saddling", "on", "the", "electronic", "structure", "properties", "of", "low", "-", "lying", "electronic", "states", "in", "copper", "corrole", "was", "explored", "by", "analysing", "the", "results", "of", "planar", "and", "saddled", "geometries", "~", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0]} {"tokens": ["Furthermore", ",", "static", "x", "-", "ray", "diffraction", "with", "density", "functional", "analysis", "confirmed", "the", "saddling", "feature", "of", "copper", "corroles", "~."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Several", "theoretical", "work", "have", "been", "carried", "out", "to", "understand", "the", "saddling", "in", "copper", "corroles", "~."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["{\\it", "A", "priori", "}", "it", "is", "not", "obvious", "how", "the", "saddling", "in", "molecular", "structure", "will", "affect", "the", "coherent", "electron", "dynamics", "on", "attosecond", "timescales", ",", "during", "which", "the", "effect", "of", "nuclear", "vibrations", "is", "insignificant", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Moreover", ",", "what", "would", "be", "the", "signature", "of", "saddling", "in", "any", "experimental", "probe", "signal", ",", "if", "any", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "work", ",", "we", "present", "time", "-", "resolved", "imaging", "of", "coherent", "electron", "dynamics", "in", "an", "unsubstituted", "copper", "corrole", "within", "pump", "-", "probe", "configuration", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["An", "ultrashort", "pump", "pulse", "induces", "a", "coherent", "electron", "dynamics", ",", "which", "is", "imaged", "by", "time", "-", "resolved", "x", "-", "ray", "diffraction", "(", "TRXD", ")", "at", "various", "pump", "-", "probe", "delay", "times", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "availability", "of", "ultrashort", ",", "intense", "x", "-", "ray", "pulses", "from", "various", "free", "-", "electron", "laser", "sources", "around", "the", "globe", "~", "%", "has", "opened", "a", "new", "array", "of", "possibilities", "to", "extend", "x", "-", "ray", "diffraction", "from", "static", "to", "time", "domain", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["TRXD", "is", "an", "emerging", "method", "to", "probe", "ultrafast", "processes", "in", "nature", "with", "atomic", "-", "scale", "spatial", "and", "temporal", "resolutions", "and", "has", "triggered", "significant", "theoretical", "~", "and", "experimental", "~", "research", "on", "TRXD", "from", "different", "molecules", "in", "recent", "years", "."], "label_ids": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Additionally", ",", "we", "will", "analyse", "time", "-", "dependent", "electronic", "flux", "densities", "to", "understand", "the", "mechanistic", "details", "of", "the", "charge", "migration", "associated", "with", "the", "induced", "dynamics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "time", "-", "dependent", "electronic", "flux", "densities", "provide", "additional", "information", "about", "the", "direction", "of", "the", "electron", "flow", "of", "during", "charge", "migration", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["\\begin{document}", "\\title{Probing", "the", "Effect", "of", "Molecular", "Structure", "Saddling", "on", "Ultrafast", "Charge", "Migration", "via", "Time-Resolved", "X-ray", "Diffraction}", "\\author{Sucharita", "Giri}", "\\", "affiliation", "{", "%", "Department", "of", "Physics", ",", "Indian", "Institute", "of", "Technology", "Bombay", ",", "Powai", ",", "Mumbai", "400076", "India", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Metal", "-", "corroles", "are", "macro-", "cycle", "organic", "molecules", "with", "numerous", "practical", "applications", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["In", "particular", ",", "copper", "corroles", "exhibit", "an", "interesting", "saddled", "geometry", ",", "which", "has", "attracted", "significant", "attention", "from", "theoreticians", "and", "experimentalists", "over", "the", "years", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "present", "work", "is", "dedicated", "to", "understand", "the", "effect", "of", "structural", "saddling", "in", "copper", "corrole", "on", "potential", "probe", "signals", "via", "imaging", "ultrafast", "coherent", "electron", "dynamics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "linearly", "polarised", "pulse", "is", "used", "to", "trigger", "the", "electron", "dynamics", "and", "time", "-", "resolved", "x", "-", "ray", "diffraction", "is", "employed", "to", "image", "the", "triggered", "dynamics", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "is", "found", "that", "the", "symmetry", "reduction", "in", "the", "time", "-", "resolved", "diffraction", "signals", "and", "electronic", "flux", "densities", "is", "a", "signature", "of", "the", "saddling", "in", "copper", "corrole", "during", "ultrafast", "charge", "migration", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Moreover", ",", "analysis", "of", "the", "electronic", "flux", "density", "reveals", "that", "the", "diagonal", "nitrogen", "atoms", "mediate", "coherent", "charge", "migration", "between", "them", "via", "central", "copper", "atom", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Correlation", "of", "the", "flux", "densities", "and", "the", "diffraction", "signals", "indicates", "that", "the", "signature", "of", "the", "charge", "migration", "is", "encoded", "in", "time", "-", "resolved", "diffraction", "signals", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "chemistry", "of", "porphyrins", "and", "corroles", "is", "a", "never", "-", "ending", "field", "of", "exciting", "problems", ",", "for", "both", "fundamental", "and", "practical", "reasons", "~."], "label_ids": [0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Corroles", "and", "porphyrins", "are", "macrocyclic", "organic", "molecules", "as", "they", "sustain", "a", "conjugation", "channel", "bearing", "a", "large", "number", "(", "18", ")", "of", "\\pi", "electrons", "."], "label_ids": [1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Due", "to", "slightly", "smaller", "number", "of", "atoms", ",", "corroles", "are", "commonly", "known", "as", "reduced", "dimensional", "models", "for", "porphyrins", "~,", "with", "whom", "they", "share", "similar", "electronic", "properties", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Over", "the", "years", ",", "many", "significant", "research", "works", "have", "been", "performed", "to", "understand", "ultrafast", "light", "-", "induced", "processes", "in", "porphyrins", "from", "a", "theoretical", "perspective", "~."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["In", "contrast", ",", "corroles", "have", "not", "received", "similar", "attention", "in", "the", "context", "of", "light", "-", "induced", "ultrafast", "processes", "~."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "present", "work", "is", "a", "first", "step", "towards", "exploring", "ultrafast", "coherent", "electron", "dynamics", "in", "metal", "-", "coordinated", "corroles", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "figure", "(", "a", ")", "we", "show", "the", "time", "-", "averaged", "vortex", "-", "induced", "lift", "due", "to", "the", "rotation", "-", "dominated", "and", "strain", "-", "dominated", "regions", "associated", "with", "spanwise", "oriented", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "first", "note", "that", "within", "the", "region", "around", "the", "wing", "(", "integration", "volume", "index", "0", "in", "figure", ")", ",", "the", "positive", "lift", "due", "to", "rotation", "-", "dominated", "regions", "of", "spanwise", "vorticity", ",", "shown", "in", "red", "in", "figure", "(", "a", ")", ",", "are", "the", "dominant", "lift", "producing", "mechanism", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "discussed", "before", ",", "this", "corresponds", "to", "the", "effect", "of", "the", "LEV", "and", "the", "leading", "edge", "shear", "layer", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Conversely", ",", "from", "figure", "(", "b", ")", ",", "which", "shows", "the", "corresponding", "rotation", "and", "strain", "-", "dominated", "contributions", "from", "cross-spanwise", "oriented", "vorticity", ",", "we", "see", "that", "the", "cross", "-", "spanwise", "vorticity", "in", "the", "vicinity", "of", "the", "wing", "(", "i.e.", "primarily", "the", "tip", "vortices", ")", "produces", "negative", "total", "lift", ",", "as", "highlighted", "earlier", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["By", "decomposing", "the", "effect", "of", "cross-spanwise", "rotation", "and", "strain", ",", "we", "see", "that", "the", "core", "of", "the", "tip", "vortices", "(", "Q>0", ")", "in", "fact", "produces", "positive", "lift", ",", "but", "the", "total", "effect", "of", "the", "tip", "vortices", "is", "negative", "due", "to", "the", "strain", "regions", "(", "Q<0", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["We", "point", "out", "that", "this", "is", "in", "fact", "consistent", "with", "classical", "finite", "-", "wing", "-", "theory", "where", "the", "induced", "velocity", "due", "to", "tip", "vortices", "is", "implicated", "in", "lift", "reduction", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "case", ",", "the", "regions", "of", "strain", "around", "the", "tip", "vortex", "core", "correspond", "to", "the", "induced", "velocity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "we", "move", "downstream", "into", "the", "wake", ",", "figure", "(", "a", ")", "indicates", "a", "large", "drop", "in", "the", "magnitude", "of", "positive", "lift", "induced", "by", "spanwise", "vortex", "cores", "(", "Q>0", ")", ",", "accompanied", "by", "a", "smaller", "change", "in", "the", "magnitude", "of", "negative", "lift", "due", "to", "spanwise", "strain", "-", "dominated", "(", "Q<0", ")", "regions", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "combined", "effect", "of", "this", "disparity", "between", "these", "strain", "and", "rotation", "-", "dominated", "regions", "is", "the", "production", "of", "net", "negative", "lift", "in", "the", "wake", "due", "to", "spanwise", "oriented", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["On", "the", "other", "hand", ",", "figure", "(", "b", ")", "shows", "the", "opposite", "behaviour", "for", "flow", "structures", "containing", "cross-span", "oriented", "vorticity", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["There", "is", "a", "large", "increase", "in", "the", "magnitude", "of", "positive", "lift", "induced", "by", "cross-spanwise", "vortex", "cores", "(", "Q>0", ")", "two", "chord", "-", "lengths", "downstream", "of", "the", "wing", ",", "and", "a", "smaller", "increase", "in", "the", "magnitude", "of", "negative", "lift", "due", "to", "cross-spanwise", "straining", "(", "Q<0", ")", "regions", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "net", "effect", "of", "this", "is", "positive", "lift", "induced", "in", "the", "wake", "by", "cross", "spanwise", "oriented", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Therefore", "we", "see", "that", "the", "vortex", "cores", "and", "strain", "-", "dominated", "regions", "associated", "with", "spanwise", "and", "cross-spanwise", "oriented", "vorticity", "behave", "very", "differently", "as", "we", "move", "into", "the", "wake", "--", "resulting", "in", "negative", "lift", "induced", "by", "spanwise", "vorticity", "and", "positive", "lift", "induced", "by", "cross-span", "vorticity", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["For", "finite", "-", "span", "wings", "such", "as", "the", "one", "that", "is", "the", "focus", "of", "the", "current", "study", ",", "three", "-", "dimensional", "vortex", "structures", "have", "been", "shown", "to", "exhibit", "a", "highly", "complex", "evolution", "due", "to", "their", "mutual", "interactions", "in", "the", "vicinity", "of", "the", "wing", "as", "well", "as", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Due", "to", "this", ",", "the", "dynamics", "of", "these", "dominant", "vortex", "structures", "and", "their", "influence", "on", "aerodynamic", "loads", "has", "been", "shown", "to", "depend", "on", "a", "variety", "of", "factors", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "instance", ",", "while", "the", "tip", "-", "vortex", "is", "generally", "considered", "detrimental", "to", "lift", "on", "static", "wings", ",", "it", "can", "be", "beneficial", "in", "flapping", "flight", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Similarly", ",", "interactions", "between", "the", "LEV", "and", "tip", "-", "vortices", "in", "flows", "over", "finite", "wings", "effect", "their", "influence", "on", "the", "production", "of", "aerodynamic", "forces", "on", "such", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["These", "complexities", "have", "motivated", "numerous", "studies", "of", "the", "effect", "of", "wing", "shape", ",", "kinematics", "and", "other", "factors", "on", "the", "three", "-", "dimensional", "vortex", "dynamics", "over", "such", "wings", "as", "well", "as", "their", "associated", "aerodynamic", "load", "generation", "%"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["While", "these", "past", "studies", "have", "gone", "a", "long", "way", "in", "highlighting", "the", "important", "vortex", "structures", "and", "their", "influence", "on", "aerodynamic", "load", "generation", "in", "flows", "over", "finite", "wings", ",", "they", "have", "mostly", "resorted", "to", "qualitatively", "correlating", "the", "evolution", "of", "particular", "vortices", "in", "the", "flow", "to", "the", "observed", "aerodynamic", "loads", "on", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["However", ",", "a", "more", "quantitative", "analysis", "that", "directly", "relates", "these", "vortices", "and", "their", "spatio", "-temporal", "dynamics", "to", "aerodynamic", "loads", "would", "be", "useful", "for", "the", "aerodynamic", "design", "of", "control", "surfaces", "as", "well", "as", "the", "the", "development", "of", "effective", "flow", "control", "methods", "that", "can", "more", "precisely", "target", "the", "most", "important", "flow", "features", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Furthermore", ",", "in", "recent", "work", "we", "showed", "that", "although", "the", "majority", "of", "past", "work", "has", "focused", "on", "the", "role", "of", "vortices", ",", "i.e.", "rotation", "-", "dominated", "regions", "of", "the", "flow", ",", "in", "aerodynamic", "force", "generation", ",", "these", "vortices", "are", "in", "fact", "surrounded", "by", "regions", "of", "strain", "-", "dominated", "flow", ",", "which", "can", "have", "a", "significant", "impact", "and", "whose", "contributions", "are", "often", "overlooked", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "case", "of", "the", "cross-", "spanwise", "vorticity", "in", "the", "wake", "of", "the", "wing", ",", "the", "larger", "increase", "in", "the", "strength", "of", "vortex", "cores", "compared", "to", "strain", "-", "dominated", "regions", "seen", "in", "figure", "(", "b", ")", "can", "be", "explained", "by", "the", "preferential", "tilting", "of", "spanwise", "oriented", "vortex", "cores", ",", "as", "discussed", "above", ",", "to", "create", "cross-spanwise", "vortex", "cores", "(", "streamwise", "and", "horse", "-", "shoe", "vortices", ")", ",", "as", "well", "as", "the", "preferential", "stretching", "of", "the", "streamwise", "vortex", "cores", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "therefore", "strengthens", "the", "positive", "lift", "induced", "by", "vortex", "cores", "to", "a", "larger", "degree", "than", "than", "the", "magnitude", "of", "negative", "lift", "induced", "by", "strain", "-", "dominated", "regions", "--", "thus", "leading", "to", "net", "positive", "lift", "induced", "by", "cross-span", "vorticity", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Hence", "we", "see", "that", "the", "relative", "strengths", "of", "the", "the", "rotation", "and", "strain", "-", "dominated", "flow", "corresponding", "to", "spanwise", "and", "cross-", "span", "oriented", "vorticity", ",", "which", "is", "mediated", "by", "non-linear", "vortex", "stretching", "and", "tilting", "mechanisms", ",", "has", "interesting", "consequences", "for", "the", "overall", "lift", "induced", "on", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "have", "demonstrated", "the", "use", "of", "a", "rigorous", "force", "partitioning", "method", "to", "dissect", "the", "physics", "of", "lift", "production", "in", "the", "vortex", "-", "dominated", "flows", "over", "a", "low", "aspect", "-", "ratio", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "specifically", "focus", "on", "partitioning", "the", "vortex", "-", "induced", "force", "induced", "on", "a", "2", ":1", "aspect", "-", "ratio", "rectangular", "wing", "by", "flow", "structures", "containing", "spanwise", "and", "cross-", "spanwise", "oriented", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "force", "partitioning", "method", "allows", "us", "to", "quantify", "the", "pressure", "-", "induced", "force", "contributions", "due", "to", "these", "distinct", "vorticity", "components", ",", "as", "well", "as", "to", "analyze", "their", "influence", "within", "different", "spatial", "regions", "of", "the", "flow", "-", "field", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "showed", "that", "the", "lift", "production", "on", "this", "low", "-", "aspect", "ratio", "wing", "is", "dominated", "by", "the", "overall", "contribution", "of", "cross-spanwise", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Flow", "structures", "containing", "cross-spanwise", "vorticity", "contribute", "approximately", "60\\%", "of", "the", "total", "lift", "and", "66\\%", "of", "the", "vortex", "-", "induced", "lift", ",", "which", "is", "significantly", "higher", "than", "the", "approximately", "26\\%", "and", "29\\%", "contributed", "by", "spanwise", "vorticity", "to", "the", "total", "lift", "and", "vortex", "-", "induced", "lift", "respectively", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["This", "is", "counter-intuitive", "as", "we", "expected", "the", "spanwise", "vorticity", "within", "the", "LEV", "to", "dominate", "lift", "production", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Surprisingly", ",", "we", "found", "that", "the", "spanwise", "component", "of", "vorticity", "in", "the", "near", "-", "wake", "region", "induces", "a", "negative", "lift", "on", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["However", ",", "the", "cross-spanwise", "vorticity", "induces", "positive", "lift", "in", "this", "region", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "explained", "this", "behaviour", "by", "separately", "quantifying", "the", "influence", "of", "vortex", "cores", "and", "their", "associated", "regions", "of", "strain", "in", "the", "wake", "for", "the", "spanwise", "and", "cross-spanwise", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["We", "showed", "that", "while", "the", "positive", "lift", "production", "due", "to", "spanwise", "vortex", "cores", "drops", "rapidly", "in", "the", "wake", "due", "to", "the", "tilting", "of", "spanwise", "vortex", "cores", ",", "the", "negative", "lift", "induced", "by", "the", "strain", "-", "dominated", "regions", "of", "spanwise", "vorticity", "does", "not", "change", "as", "much", "because", "of", "the", "growth", "of", "vortex", "-", "induced", "strain", "associated", "with", "the", "shed", "vortices", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["This", "difference", "in", "strengths", "of", "the", "spanwise", "oriented", "vortex", "cores", "and", "their", "associated", "strain", "regions", "in", "the", "wake", "of", "the", "wing", "therefore", "results", "in", "a", "net", "negative", "lift", "induced", "by", "spanwise", "oriented", "vorticity", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["On", "the", "other", "hand", ",", "positive", "lift", "induced", "by", "cross-spanwise", "oriented", "vortex", "cores", "in", "the", "wake", "is", "enhanced", "by", "the", "tilting", "of", "spanwise", "vortex", "cores", "to", "form", "cross", "-", "span", "structures", "and", "the", "preferential", "stretching", "of", "these", "vortex", "cores", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Since", "their", "associated", "strain", "-", "dominated", "regions", "are", "affected", "less", "by", "these", "mechanisms", ",", "cross-", "spanwise", "vorticity", "in", "the", "wake", "produces", "net", "positive", "lift", "on", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Hence", "we", "showed", "that", "the", "interplay", "between", "rotation", "and", "strain", "-", "dominated", "regions", "of", "spanwise", "and", "cross-spanwise", "oriented", "vorticity", ",", "which", "is", "dictated", "by", "vortex", "stretching", "and", "tilting", ",", "encodes", "interesting", "physics", "that", "plays", "a", "significant", "role", "in", "lift", "generation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Force", "partitioning", "method", "and", "vortex", "-", "induced", "loads"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 1]} {"tokens": ["A", "key", "aspect", "in", "this", "work", "is", "the", "ability", "to", "estimate", "vortex", "-", "induced", "aerodynamic", "forces", "due", "to", "pressure", "loads", "on", "bodies", "within", "fluid", "flows", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "is", "accomplished", "by", "using", "the", "force", "partitioning", "method", "described", "in", "detail", "in", "previous", "papers", "by", "Menon", "\\", "&", "Mittal", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "are", "interested", "in", "quantifying", "the", "different", "mechanisms", "that", "contribute", "to", "the", "pressure", "-", "induced", "aerodynamic", "forces", "on", "a", "body", "with", "surface", "B", ",", "which", "is", "immersed", "in", "a", "flow", "domain", "given", "by", "V_f", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "domain", "is", "bounded", "externally", "by", "the", "surface", "\\Sigma", ",", "and", "the", "unit", "normal", "pointing", "outward", "from", "the", "fluid", "domain", "into", "the", "internal", "and", "external", "boundaries", ",", "B", "and", "\\Sigma", ",", "is", "given", "by", "\\hat{n}", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["For", "the", "partitioning", "of", "pressure", "-", "induced", "loads", "in", "the", "i", "-", "direction", "on", "the", "body", ",", "the", "first", "step", "in", "this", "method", "is", "the", "calculation", "of", "an", "auxiliary", "potential", "field", ",", "\\phi_i", ",", "which", "satisfies", "the", "following", "equation", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Here", "n_i", "is", "the", "component", "of", "the", "unit", "vector", "\\hat{n}", "in", "the", "i", "-", "direction", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "current", "problem", ",", "i=2", "corresponds", "to", "the", "direction", "of", "lift", "forces", "on", "the", "wing", "and", "the", "auxiliary", "potential", "field", "of", "interest", "is", "therefore", "\\phi_2", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "note", "that", "this", "auxiliary", "potential", "is", "a", "function", "only", "of", "the", "instantaneous", "position", "and", "shape", "of", "the", "immersed", "body", "and", "the", "outer", "domain", "boundary", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "next", "step", "is", "to", "project", "the", "Navier", "-", "Stokes", "momentum", "equation", "onto", "the", "gradient", "of", "the", "auxiliary", "potential", "and", "integrate", "over", "the", "volume", "of", "the", "fluid", "domain", "as", "follows", ","], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["By", "the", "definition", "of", "\\phi_i", "in", "equation", ",", "as", "well", "as", "the", "incompressibility", "constraint", "and", "the", "divergence", "theorem", ",", "the", "above", "equation", "can", "be", "manipulated", "to", "express", "the", "pressure", "-", "induced", "force", "on", "the", "body", "as", "follows", ",", "where", "\\boldsymbol{U}_B", "is", "the", "local", "velocity", "of", "the", "immersed", "surface", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "focus", "of", "this", "work", "is", "therefore", "to", "address", "the", "aforementioned", "issues", "by", "providing", "new", "insights", "into", "the", "fundamental", "physics", "of", "lift", "generation", "on", "finite", "wings", "and", "highlight", "the", "important", "vortex", "dynamics", "underlying", "the", "aerodynamics", "of", "such", "problems", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["To", "that", "end", ",", "we", "demonstrate", "the", "use", "of", "a", "force", "partitioning", "method", "(", "FPM", ")", "to", "quantitatively", "evaluate", "the", "distinct", "contributions", "of", "important", "types", "of", "vortex", "structures", "on", "aerodynamic", "load", "generation", "on", "finite", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["In", "addition", ",", "this", "method", "allows", "us", "to", "separate", "the", "influence", "of", "rotation", "-", "dominated", "regions", "from", "strain", "-", "dominated", "regions", "of", "the", "flow", "in", "the", "generation", "of", "aerodynamic", "loads", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "force", "partitioning", "method", "used", "here", "is", "based", "on", "the", "work", "of", "Quartappelle", "and", "Napolitano", ",", "Wu", "and", "Howe", "with", "later", "extensions", "by", "Chang", ",", "Zhang", "et", "al.", ",", "and", "Menon", "and", "Mittal", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "method", "allows", "for", "the", "precise", "estimation", "of", "the", "loads", "induced", "on", "bodies", "immersed", "in", "a", "fluid", "flow", "by", "different", "physical", "mechanisms", ",", "such", "as", "unsteady", "and", "viscous", "effects", ",", "as", "well", "as", "distinct", "flow", "structures", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "previous", "work", "by", "the", "present", "authors", ",", "we", "combined", "this", "force", "partitioning", "method", "with", "a", "data", "-", "driven", "framework", "to", "track", "individual", "vortices", "in", "complex", "two", "-", "dimensional", "flow", "-", "fields", "and", "quantify", "the", "loads", "induced", "by", "these", "vortices", "on", "immersed", "bodies", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["This", "force", "partitioning", "method", "(", "and", "closely", "related", "variations", "of", "it", ")", "has", "been", "used", "to", "uncover", "fundamental", "aspects", "of", "aerodynamic", "force", "generation", "in", "insect", "flight", ",", "flow", "-", "induced", "oscillations", ",", "flow", "over", "delta", "wings", "as", "well", "as", "other", "problems", "in", "unsteady", "aerodynamics", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["While", "the", "task", "of", "quantifying", "the", "forces", "induced", "on", "finite", "wings", "by", "individual", "vortices", "is", "significantly", "more", "complicated", "in", "three", "-", "dimensional", "flow", "-", "fields", ",", "this", "paper", "builds", "off", "our", "previous", "work", "and", "demonstrates", "an", "application", "of", "the", "force", "partitioning", "method", "in", "quantitatively", "estimating", "the", "distinct", "roles", "that", "spanwise", "and", "cross-span", "oriented", "vorticity", "play", "in", "the", "generation", "of", "lift", "on", "finite", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "focus", "on", "distinguishing", "spanwise", "from", "cross-span", "vorticity", "contributions", "is", "motivated", "by", "the", "importance", "of", "the", "spanwise", "-", "oriented", "LEV", "in", "lift", "production", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Furthermore", ",", "we", "also", "analyze", "the", "influence", "of", "the", "rotation", "-", "dominant", "and", "strain", "-", "dominant", "regions", "associated", "with", "these", "flow", "structures", "over", "the", "wing", "as", "well", "as", "in", "its", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["As", "we", "will", "show", ",", "the", "analyses", "highlight", "interesting", "aspects", "of", "the", "spatio", "-", "temporal", "evolution", "of", "these", "flow", "structures", "and", "their", "influence", "on", "lift", "generation", "over", "finite", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "perform", "this", "analysis", "of", "spanwise", "and", "cross-spanwise", "vorticity", "within", "a", "subdomain", "of", "the", "full", "computational", "grid", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "subdomain", "has", "dimensions", "6C", "\\times", "3C", "\\times", "3C", "in", "the", "X", ",", "Y", "and", "Z", "directions", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "is", "positioned", "symmetrically", "with", "the", "wing", "in", "the", "Y", "and", "Z", "directions", ",", "and", "includes", "4.55", "chord", "-", "lengths", "in", "the", "wake", "of", "the", "wing", "in", "the", "streamwise", "direction", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "have", "verified", "that", "this", "subdomain", "captures", "the", "bulk", "of", "the", "force", "(", "about", "95", "\\", "%", ")", "induced", "on", "the", "wing", "by", "the", "surrounding", "flow", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "study", ",", "we", "are", "specifically", "interested", "in", "the", "analysis", "of", "the", "lift", "production", "over", "three", "-", "dimensional", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "report", "our", "results", "in", "terms", "of", "the", "lift", "coefficient", ",", "C_L", "=", "F_L/(\\frac{1}{2}", "\\rho", "U^2_\\infty", "A)", ",", "where", "F_L", "is", "the", "dimensional", "form", "of", "the", "lift", "and", "A", "is", "the", "area", "of", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "express", "the", "lift", "coefficient", "associated", "with", "the", "vortex", "-", "induced", "force", "as", "\\clvif", ",", "and", "the", "spanwise", "and", "cross-spanwise", "vorticity", "components", "of", "this", "lift", "coefficient", "are", "\\clvifspan", "and", "\\clvifnonspan", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Flow", "solver"], "label_ids": [0, 1]} {"tokens": ["The", "incompressible", "flow", "simulations", "in", "this", "study", "have", "been", "performed", "using", "the", "sharp", "-", "interface", "immersed", "boundary", "method", "of", "and", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["This", "method", "is", "particularly", "well", "-", "suited", "to", "flows", "around", "complex", "geometries", "as", "it", "allows", "us", "the", "use", "of", "a", "simple", "non-conformal", "Cartesian", "grid", "to", "simulate", "a", "variety", "of", "different", "shapes", "and", "motions", "of", "the", "immersed", "body", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Further", ",", "the", "ability", "to", "preserve", "the", "sharp", "-", "interface", "around", "the", "immersed", "boundary", "ensures", "very", "accurate", "computations", "of", "surface", "quantities", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "Navier", "-", "Stokes", "equations", "are", "solved", "using", "a", "fractional", "-", "step", "method", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Spatial", "derivatives", "are", "discretized", "using", "second", "-", "order", "central", "differences", "in", "space", ",", "and", "time", "-", "stepping", "is", "achieved", "using", "the", "second", "-", "order", "Adams", "-", "Bashforth", "method", "."], "label_ids": [0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "pressure", "Poisson", "equation", "is", "solved", "using", "a", "geometric", "multi", "grid", "method", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "code", "has", "been", "extensively", "validated", "in", "previous", "studies", "for", "a", "variety", "of", "three", "-", "dimensional", "stationary", "and", "moving", "boundary", "problems", ",", "where", "its", "ability", "to", "maintain", "local", "(", "near", "the", "immersed", "body", ")", "as", "well", "as", "global", "second", "-", "order", "accuracy", "has", "been", "demonstrated", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Further", ",", "the", "accuracy", "of", "surface", "measurements", "has", "been", "established", "for", "a", "wide", "variety", "of", "stationary", "as", "well", "as", "moving", "boundary", "problems", "in", "these", "studies", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["A", "specific", "focus", "in", "this", "work", "is", "on", "isolating", "the", "distinct", "roles", "that", "spanwise", "and", "cross-spanwise", "oriented", "vortices", "play", "in", "pressure", "-", "induced", "lift", "production", "over", "three", "-", "dimensional", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Our", "interest", "in", "the", "analysis", "of", "spanwise", "vortices", "in", "particular", "stems", "from", "the", "well", "-", "established", "influence", "of", "the", "leading", "-", "edge", "vortex", "in", "a", "wide", "variety", "of", "practical", "applications", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["While", "there", "are", "many", "methods", "to", "identify", "the", "volumes", "in", "the", "flow", "-", "field", "occupied", "by", "vortices", "aligned", "in", "particular", "directions", ",", "we", "use", "a", "simple", "method", "based", "on", "the", "direction", "of", "the", "vorticity", "unit", "vector", "at", "every", "point", "in", "the", "flow", "-", "field", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "our", "coordinate", "system", ",", "X", "and", "Z", "are", "the", "streamwise", "and", "spanwise", "directions", "respectively", ",", "and", "the", "three", "components", "of", "the", "vorticity", "vector", ",", "\\boldsymbol{\\omega}", ",", "are", "denoted", "as", "\\omega_x", ",", "\\omega_y", "and", "\\omega_z", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "component", "of", "the", "vorticity", "unit", "vector", "in", "the", "spanwise", "direction", "is", "therefore", "given", "by", ","], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "magnitude", "of", "\\eta_z", "in", "equation", "represents", "the", "cosine", "of", "the", "angle", "between", "the", "spanwise", "direction", "(", "Z", "-", "axis", ")", "and", "the", "local", "vorticity", "vector", "at", "any", "point", "in", "the", "flow", "-", "field", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Here", "we", "identify", "``", "spanwise", "oriented", "'", "'", "vorticity", "very", "simply", "as", "regions", "where", "this", "angle", "is", "less", "than", "45^{\\circ}", ",", "which", "implies", "|\\eta_z|>cos(\\pi/4)", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Geometrically", ",", "this", "condition", "is", "satisfied", "at", "any", "point", "in", "space", "if", "the", "local", "vorticity", "vector", "lies", "within", "either", "of", "two", "symmetric", "cones", "whose", "axes", "are", "aligned", "with", "the", "positive", "and", "negative", "Z", "-", "axes", "(", "spanwise", "direction", ")", ",", "with", "each", "cone", "having", "a", "half", "-", "angle", "of", "45^{\\circ}", "and", "its", "apex", "at", "the", "point", "of", "interest", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Vorticity", "vectors", "that", "lie", "within", "this", "cone", "are", "oriented", "more", "in", "the", "spanwise", "direction", "than", "in", "any", "other", "direction", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["Conversely", ",", "the", "remaining", "vorticity", "vectors", "are", "designated", "as", "cross-", "spanwise", "oriented", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "the", "cases", "analyzed", "here", ",", "we", "will", "show", "using", "flow", "visualizations", "in", "subsequent", "sections", "that", "this", "cross", "-", "spanwise", "component", "primarily", "consists", "of", "streamwise", "oriented", "vortex", "structures", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "simple", "method", "for", "separating", "spanwise", "from", "cross-", "spanwise", "vorticity", "that", "is", "used", "here", "is", "sufficient", "for", "the", "current", "purposes", "but", "other", "complex", "flows", "would", "likely", "require", "more", "sophisticated", "methods", ",", "including", "modal", "decomposition", ",", "to", "separate", "the", "effect", "of", "different", "vortex", "structures", "on", "aerodynamic", "loads", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "four", "terms", "on", "the", "right", "-", "hand", "-", "side", "of", "equation", "represent", "distinct", "components", "of", "the", "force", "induced", "by", "the", "surface", "pressure", "distribution", "on", "the", "body", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "first", "term", "contains", "the", "well", "-", "known", "linear", "acceleration", "reaction", "force", "(", "or", "added", "mass", "in", "potential", "flow", ")", "as", "well", "as", "the", "centripetal", "acceleration", "reaction", ",", "which", "was", "shown", "to", "be", "an", "important", "lift", "generation", "mechanism", "for", "insect", "wings", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "the", "present", "case", ",", "this", "unsteady", "term", "is", "zero", "due", "to", "the", "fact", "that", "we", "are", "studying", "force", "production", "over", "static", "wings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "third", "and", "fourth", "terms", "represent", "the", "effects", "of", "viscous", "diffusion", "and", "flow", "acceleration", "at", "the", "outer", "boundary", "of", "the", "domain", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "latter", "of", "the", "two", "is", "generally", "negligible", "for", "large", "domains", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Further", "details", "of", "these", "terms", "and", "their", "contributions", "to", "aerodynamic", "forces", "as", "well", "as", "moments", "can", "be", "found", "in", "the", "work", "of", "Zhang", "et", "al.", "and", "Menon", "\\", "&", "Mittal", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "second", "term", "on", "the", "right", "-", "hand", "-", "side", "of", "equation", ",", "which", "is", "the", "main", "focus", "of", "this", "study", ",", "can", "be", "expressed", "as"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["the", "quantity", "Q", "is", "defined", "as", "Q", "=", "\\frac{1}{2}\\left(||\\boldsymbol{\\Omega}||^2", "-", "||\\boldsymbol{S}||^2", "\\right)", ",", "where", "\\boldsymbol{\\Omega}", "and", "\\boldsymbol{S}", "are", "the", "anti-symmetric", "and", "symmetric", "parts", "of", "the", "velocity", "-", "gradient", "tensor", "(", "\\boldsymbol{\\nabla", "u}", ")", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "scalar", "quantity", "signifies", "the", "relative", "strength", "of", "local", "rotation", "versus", "strain", "in", "the", "flow", "-", "field", ";", "positive", "values", "of", "Q", "correspond", "to", "regions", "where", "rotation", "dominates", "over", "strain", "and", "vice", "versa", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "rotation", "-", "dominance", "condition", ",", "Q>0", ",", "is", "commonly", "is", "used", "to", "detect", "vortices", "in", "a", "flow", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Given", "the", "centrality", "of", "Q", "(", "and", "therefore", "vortices", ")", "in", "this", "force", "component", ",", "we", "identify", "this", "term", "as", "the", "``", "vortex", "-", "induced", "force", "\"", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["This", "vortex", "-", "induced", "force", "is", "found", "to", "be", "a", "dominant", "component", "in", "a", "variety", "of", "flows", "including", "those", "over", "flapping", "wings", ",", "bluff", "bodies", ",", "pitching", "foils", "and", "delta", "wings", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["It", "is", "also", "useful", "to", "note", "that", "the", "volume", "-", "integral", "form", "of", "the", "vortex", "-", "induced", "force", "term", "in", "equation", "allows", "us", "to", "compute", "the", "local", "force", "contribution", "from", "any", "localized", "region", "in", "the", "flow", "-", "field", "(", "or", "flow", "feature", ")", "of", "interest", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "simply", "involves", "isolating", "the", "volume", "(", "s", ")", "in", "the", "flow", "-", "field", "corresponding", "to", "the", "feature", "(", "s", ")", "or", "region", "(", "s", ")", "of", "interest", ",", "and", "computing", "the", "integral", "given", "in", "equation", "over", "the", "appropriate", "volume", "(", "s", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "partitioning", "of", "the", "influence", "of", "different", "spatial", "regions", "in", "the", "flow", "has", "been", "used", "to", "effectively", "dissect", "the", "physics", "of", "force", "generation", "in", "previous", "studies", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Finally", ",", "we", "note", "that", "equation", "also", "indicates", "that", "rotation", "-", "dominant", "regions", "(", "Q>0", ")", "and", "strain", "dominant", "regions", "(", "Q<0", ")", "induce", "pressure", "forces", "of", "opposite", "signs", "on", "the", "immersed", "control", "surface", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "simple", "observation", "will", "be", "useful", "in", "dissecting", "the", "effect", "of", "various", "vortices", "on", "the", "surface", "loads", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Efforts", "to", "analyze", "the", "dynamics", "of", "distinct", "vortex", "structures", "and", "their", "interactions", "have", "been", "mainly", "motivated", "by", "the", "need", "to", "understand", "their", "influence", "on", "aerodynamic", "load", "generation", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "example", ",", "the", "importance", "of", "streamwise", "-", "oriented", "tip", "-", "vortices", ",", "which", "have", "a", "significant", "impact", "on", "the", "lift", "produced", "by", "finite", "-", "span", "wings", ",", "has", "been", "recognized", "in", "the", "earliest", "models", "of", "inviscid", "flow", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Similarly", ",", "the", "leading", "-", "edge", "vortex", "(", "LEV", ")", "has", "been", "shown", "to", "be", "a", "major", "lift", "-", "enhancement", "mechanism", "in", "a", "variety", "of", "aerodynamics", "applications", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "motion", "and", "shedding", "of", "LEVs", "is", "implicated", "in", "phenomena", "crucial", "to", "the", "aerodynamic", "loads", "generated", "on", "wings", ",", "such", "as", "in", "dynamic", "stall", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "has", "spurred", "significant", "research", "into", "the", "stability", "and", "timing", "of", "LEV", "shedding", ",", "and", "how", "it", "relates", "to", "force", "production", "in", "various", "applications", "from", "insect", "and", "bird", "flight", "to", "swimming", "locomotion", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Several", "previous", "studies", "have", "also", "developed", "methods", "to", "quantify", "the", "aerodynamic", "loads", "induced", "by", "individual", "vortices", "from", "flow", "-", "field", "data", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "instance", ",", "and", "analyzed", "the", "aerodynamic", "loads", "induced", "by", "the", "leading", "and", "trailing", "-", "edge", "vortices", "over", "airfoils", "undergoing", "various", "maneuvers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "common", "features", "of", "these", "types", "of", "approaches", "are", ":", "(", "a", ")", "the", "assumption", "of", "two", "-", "dimensionality", ";", "(", "b", ")", "use", "of", "inviscid", "models", "with", "point", "vortices", "in", "the", "field", "combined", "with", "conformal", "mapping", ";", "(", "c", ")", "parameterization", "of", "vortex", "circulation", "from", "data", ";", "and", "(", "d", ")", "calculation", "of", "induced", "aerodynamic", "load", "via", "the", "Blasius", "formula", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "predictions", "from", "such", "models", "can", "be", "quite", "good", "and", "lead", "to", "excellent", "insights", "into", "vortex", "-", "induced", "aerodynamic", "loads", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["However", ",", "the", "extension", "of", "these", "inviscid", "-", "model", "based", "methods", "to", "three", "-", "dimensional", "flow", "fields", "is", "non-trivial", ",", "and", "would", "be", "particularly", "difficult", "for", "low", "-", "aspect", "-", "ratio", "wings", ",", "where", "three", "-", "dimensional", "effects", "are", "substantial", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["We", "can", "now", "use", "equation", ",", "along", "with", "the", "segmentation", "described", "above", ",", "to", "quantify", "the", "contributions", "of", "the", "spanwise", "and", "cross-spanwise", "vorticity", "-", "containing", "regions", "to", "the", "total", "vortex", "-", "induced", "lift", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "see", "that", "early", "in", "the", "simulation", ",", "as", "the", "flow", "develops", "over", "the", "wing", ",", "the", "total", "vortex", "-", "induced", "lift", "(", "\\clvif", ")", "goes", "through", "a", "large", "-", "magnitude", "transient", "phase", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "large", "lift", "peak", "is", "caused", "by", "the", "formation", "and", "eventual", "shedding", "of", "the", "spanwise", "oriented", "dynamic", "stall", "vortex", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Soon", "after", "this", "transient", ",", "we", "observe", "a", "large", "drop", "in", "the", "spanwise", "lift", "contribution", ",", "along", "with", "a", "growth", "in", "the", "cross-spanwise", "contribution", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "fact", ",", "the", "spanwise", "vorticity", "eventually", "has", "a", "lower", "overall", "contribution", "to", "the", "total", "lift", "than", "the", "cross-spanwise", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["After", "the", "initial", "transient", ",", "the", "contribution", "of", "spanwise", "vorticity", "to", "the", "total", "lift", "and", "vortex", "-", "induced", "lift", "are", "approximately", "26\\%", "and", "29\\%", "respectively", ",", "while", "the", "cross-span", "vorticity", "contribute", "approximately", "60\\%", "of", "the", "total", "lift", "and", "66\\%", "of", "the", "vortex", "-", "induced", "lift", "(", "the", "remaining", "5\\%", "of", "vortex", "-", "induced", "lift", "is", "accounted", "for", "by", "the", "flow", "outside", "the", "analysis", "sub-domain", "described", "in", "section", ")", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["This", "is", "a", "surprising", "and", "counter-intuitive", "result", "given", "our", "conventional", "understanding", "that", "the", "lift", "over", "a", "wing", "would", "be", "dominated", "by", "spanwise", "oriented", "vortex", "structures", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Another", "interesting", "aspect", "of", "this", "comparison", "is", "that", "the", "growth", "and", "subsequent", "fluctuations", "of", "the", "lift", "induced", "by", "cross-spanwise", "vorticity", "mirrors", "the", "corresponding", "fluctuations", "in", "spanwise", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "hints", "at", "the", "role", "of", "vortex", "tilting", "in", "the", "creation", "of", "cross-spanwise", "vorticity", "from", "spanwise", "vorticity", ",", "which", "is", "initially", "the", "dominant", "component", "according", "to", "figure", "(", "c", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "rest", "of", "this", "paper", ",", "we", "further", "dissect", "these", "lift", "components", "into", "spatial", "regions", "as", "well", "as", "rotation", "-", "dominated", "and", "strain", "-", "dominated", "contributions", "to", "uncover", "additional", "insights", "and", "explain", "the", "counter-intuitive", "dominance", "of", "cross-spanwise", "vorticity", "in", "lift", "production", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["\\title{Contribution", "of", "spanwise", "and", "cross-span", "vortices", "to", "the", "lift", "generation", "of", "low-aspect-ratio", "wings:", "Insights", "from", "force", "partitioning}", "%", "9999999996"], "label_ids": [0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0]} {"tokens": ["This", "study", "reports", "on", "the", "vortex", "-", "induced", "lift", "production", "mechanisms", "in", "low", "Reynolds", "number", "flows", "over", "a", "low", "aspect", "-", "ratio", "rectangular", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "use", "a", "rigorous", "force", "partitioning", "method", "which", "allows", "for", "the", "estimation", "of", "the", "pressure", "-", "induced", "aerodynamic", "loads", "due", "to", "distinct", "flow", "features", "or", "vortex", "structures", "in", "the", "flow", "around", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "specific", "focus", "of", "this", "work", "is", "on", "distinguishing", "the", "effect", "of", "spanwise", "and", "cross", "-", "span", "oriented", "vortex", "structures", "on", "pressure", "-", "induced", "lift", "production", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "quantify", "the", "lift", "induced", "on", "the", "wing", "by", "these", "different", "vortices", ",", "and", "also", "estimate", "their", "influence", "within", "different", "regions", "of", "the", "flow", "-", "field", "around", "the", "wing", "and", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "show", "that", "for", "this", "low", "aspect", "-", "ratio", "wing", ",", "the", "spanwise", "vorticity", "contributes", "only", "about", "26", "\\%", "of", "the", "total", "lift", "whereas", "60", "\\%", "of", "the", "lift", "is", "generated", "by", "cross-", "span", "oriented", "vortices", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Furthermore", ",", "the", "spanwise", "vorticity", "in", "the", "near", "wake", "is", "capable", "of", "producing", "net", "negative", "lift", "on", "the", "wing", "and", "this", "is", "explained", "by", "separating", "and", "quantifying", "the", "influence", "of", "vortex", "cores", "and", "regions", "of", "strain", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "results", "demonstrate", "the", "utility", "of", "the", "force", "partitioning", "method", "for", "dissecting", "the", "flow", "physics", "of", "vortex", "dominated", "flows", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Coherent", "vortex", "structures", "are", "known", "to", "play", "a", "key", "role", "in", "a", "large", "variety", "of", "problems", "in", "fluid", "dynamics", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "many", "fundamental", "problems", "such", "as", "aerodynamic", "force", "generation", ",", "separation", "bubbles", "and", "laminar", "to", "turbulent", "transition", ",", "past", "work", "has", "highlighted", "the", "importance", "of", "vortex", "structures", "which", "exhibit", "specific", "shapes", "and", "orientations", "that", "have", "a", "large", "influence", "on", "the", "dynamics", "of", "the", "flow", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Examples", "include", "vortex", "rings", ",", "spanwise", "rollers", ",", "streamwise", "streaks", ",", "etc", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0]} {"tokens": ["Particularly", "in", "the", "domain", "of", "problems", "relating", "to", "aerodynamics", "and", "hydrodynamics", ",", "the", "distinct", "roles", "played", "by", "different", "kinds", "of", "coherent", "vortex", "structures", ",", "such", "as", "streamwise", "-", "oriented", "tip", "vortices", "and", "predominantly", "spanwise", "-", "oriented", "leading", "-", "edge", "vortices", ",", "has", "been", "a", "focus", "of", "significant", "research", "and", "has", "been", "shown", "to", "be", "of", "fundamental", "importance", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["It", "is", "important", "to", "note", "here", "that", "the", "trends", "in", "lift", "induced", "by", "the", "rotation", "and", "strain", "-", "dominated", "regions", "of", "spanwise", "and", "cross-span", "vorticity", "shown", "in", "figure", "can", "in", "fact", "be", "used", "as", "a", "proxy", "to", "analyze", "the", "relative", "strength", "of", "the", "four", "vorticity", "components", "(", "i.e.", "rotation", "and", "strain", "-", "dominated", "regions", "for", "spanwise", "and", "cross-span", "vorticity", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0]} {"tokens": ["This", "is", "clear", "by", "noting", "that", "\\fpmvif", "\\sim", "\\int_{V_f}", "Q", "\\,", "\\phi_i", "\\,", "dV", "and", "\\phi_i", "is", "the", "same", "for", "spanwise", "and", "cross-span", "vorticity", "components", "within", "each", "integration", "volume", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "the", "different", "rates", "of", "increase", "/", "decrease", "in", "the", "lift", "induced", "by", "vortex", "cores", "and", "their", "associated", "strain", "-", "dominated", "regions", "highlights", "some", "important", "flow", "physics", "that", "affects", "the", "balance", "of", "these", "vorticity", "components", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["For", "one", ",", "as", "pointed", "out", "earlier", ",", "the", "larger", "magnitude", "of", "vorticity", "within", "vortex", "cores", "than", "their", "associated", "strain", "regions", "makes", "vortex", "cores", "more", "susceptible", "to", "vortex", "tilting", "and", "stretching", "due", "to", "the", "non-linearity", "of", "these", "mechanisms", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Therefore", ",", "we", "expect", "the", "spanwise", "vortex", "cores", "to", "experience", "more", "vortex", "tilting", "than", "their", "associated", "straining", "regions", ",", "resulting", "in", "more", "spanwise", "vortex", "cores", "being", "converted", "to", "cross-span", "vorticity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "is", "reflected", "in", "figure", "(", "a", ")", "in", "the", "more", "substantial", "decrease", "of", "lift", "induced", "by", "spanwise", "vortex", "cores", "as", "compared", "with", "their", "associated", "strain", "regions", "as", "we", "move", "into", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Furthermore", ",", "the", "growth", "of", "vortex", "-", "induced", "strain", "after", "the", "shedding", "of", "the", "LEV", "and", "other", "spanwise", "oriented", "vortices", "in", "the", "wake", "is", "another", "factor", "that", "augments", "strain", "-", "induced", "(", "negative", ")", "lift", "associated", "with", "spanwise", "vorticity", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["This", "strengthening", "of", "strain", "-", "dominated", "flow", "(", "in", "addition", "to", "less", "tilting", ")", "leads", "to", "a", "much", "smaller", "change", "in", "the", "magnitude", "of", "negative", "strain", "-", "induced", "lift", "as", "we", "move", "into", "the", "wake", "of", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["To", "illustrate", "this", "latter", "effect", ",", "figure", "shows", "snapshots", "of", "the", "time", "-", "averaged", "Q", "field", "in", "the", "wake", "of", "the", "rectangular", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["At", "both", "locations", ",", "the", "time", "-", "averaged", "distribution", "of", "Q", "shows", "the", "emergence", "of", "strong", "region", "of", "strain", "(", "Q<0", "in", "blue", ")", "in", "the", "wake", "of", "the", "wing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "region", "would", "therefore", "enhance", "the", "negative", "lift", "induced", "in", "the", "wake", ",", "as", "per", "equation", ",", "and", "contributes", "to", "a", "net", "negative", "lift", "induced", "by", "span", "wise", "vorticity", "in", "the", "wake", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Three", "aspects", "of", "the", "Mariel", "episode", "made", "for", "a", "compelling", "natural", "experiment", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["First", ",", "the", "source", "of", "the", "immigration", "shock", "was", "clear", "and", "external", ":", "the", "political", "turmoil", "which", "gave", "rise", "to", "the", "boatlift", "was", "plausibly", "unrelated", "to", "other", "factors", "affecting", "labour", "markets", "in", "the", "United", "States", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Second", ",", "the", "scale", "of", "the", "shock", "was", "enormous", ":", "the", "boatlift", "led", "to", "a", "7", "\\", "%", "increase", "in", "the", "size", "of", "Miami", "'s", "total", "labour", "force", "over", "the", "span", "of", "a", "few", "months", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "Mariel", "immigrants", "tended", "to", "be", "less", "educated", "and", "worked", "in", "lower", "-", "skill", "occupations", "than", "the", "overall", "Miami", "population", ",", "implying", "an", "even", "larger", "increase", "in", "labour", "supply", "at", "the", "lower", "end", "of", "the", "skill", "distribution", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Third", ",", "large", "survey", "data", "sets", "contained", "the", "variables", "needed", "to", "study", "this", "large", "and", "external", "shock", ":", "baseline", "labour", "market", "conditions", "immediately", "prior", "to", "the", "boatlift", "could", "be", "measured", "in", "the", "1980", "census", ",", "while", "the", "CPS", "included", "reasonably", "large", "samples", "for", "measuring", "effects", "in", "subsequent", "years", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Importantly", ",", "unlike", "most", "other", "ethnic", "groups", ",", "Cubans", "are", "separately", "identified", "in", "the", "CPS", "---", "allowing", "Card", "to", "study", "outcomes", "for", "both", "Cubans", "and", "other", "Hispanic", "immigrants", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Despite", "these", "advantages", ",", "the", "appropriate", "way", "to", "leverage", "the", "Mariel", "boatlift", "experiment", "to", "study", "immigration", "effects", "is", "not", "immediately", "clear", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Miami", "is", "only", "one", "city", ",", "and", "neither", "the", "timing", "nor", "the", "location", "of", "the", "immigration", "shock", "were", "truly", "random", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Moreover", ",", "the", "onset", "of", "the", "1982", "recession", "in", "the", "aftermath", "of", "the", "Mariel", "boatlift", "highlighted", "the", "possibility", "that", "the", "effects", "of", "the", "immigration", "shock", "could", "be", "confounded", "by", "changes", "in", "other", "national", "or", "regional", "labour", "market", "trends", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["A", "similarly", "important", "and", "fiercely", "debated", "question", "in", "economics", "and", "public", "policy", "is", "the", "effects", "of", "federal", "or", "local", "wage", "floors", "on", "low", "-", "wage", "employment", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "textbook", "model", "of", "a", "perfectly", "competitive", "labour", "market", "predicts", "that", "an", "increase", "in", "the", "minimum", "wage", "results", "in", "movement", "along", "a", "downward", "-", "sloping", "market", "demand", "curve", "for", "labour", ",", "creating", "unemployment", "and", "reducing", "worked", "hours", "among", "the", "employed", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["By", "the", "early", "1990s", ",", "the", "conventional", "view", "among", "labour", "economists", "was", "that", "these", "predictions", "accurately", "describe", "the", "causal", "impacts", "of", "changes", "in", "minimum", "wage", "laws", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["It", "had", "long", "been", "recognized", "that", "increasing", "the", "minimum", "wage", "can", "theoretically", "boost", "employment", "by", "flattening", "the", "supply", "curve", "facing", "an", "employer", "with", "market", "power", ",", "but", "this", "scenario", "was", "generally", "regarded", "as", "specific", "to", "situations", "with", "a", "single", "monopsonistic", "employer", "and", "irrelevant", "to", "the", "functioning", "of", "typical", "low", "-", "wage", "labour", "markets", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Empirical", "evidence", "from", "the", "1970s", "and", "1980s", ",", "largely", "based", "on", "time", "-", "series", "or", "cross-sectional", "variation", "in", "minimum", "wages", "across", "states", ",", "was", "broadly", "consistent", "with", "the", "competitive", "view", "(", "see", "and", "%", "for", "reviews", ")", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["famously", "revisited", "the", "effects", "of", "the", "minimum", "wage", "using", "a", "natural", "experiment", "derived", "from", "an", "increase", "in", "New", "Jersey", "'s", "state", "minimum", "wage", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Effects", "of", "Minimum", "Wages", "on", "Low", "-", "Wage", "Employment"], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 1]} {"tokens": ["Their", "strategy", "built", "on", "earlier", "work", "by", "---", "who", "analyzed", "the", "effects", "of", "a", "minimum", "wage", "increase", "in", "California", "using", "a", "comparison", "set", "of", "unaffected", "states", "---", "as", "well", "as", ",", "who", "studied", "an", "increase", "in", "the", "federal", "minimum", "wage", "by", "comparing", "establishments", "paying", "higher", "vs.", "lower", "wages", "prior", "to", "the", "change", "(", "see", "also", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "1990", ",", "the", "New", "Jersey", "legislature", "passed", "a", "law", "that", "would", "increase", "the", "state", "'s", "minimum", "wage", "from", "\\", "4.25", "to", "\\", "5.05", "per", "hour", "as", "of", "April", "1", ",", "1992", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Combining", "elements", "of", "the", "and", "strategies", ",", "compared", "changes", "in", "outcomes", "in", "New", "Jersey", "to", "those", "in", "Pennsylvania", ",", "as", "well", "as", "changes", "in", "outcomes", "for", "restaurants", "with", "higher", "vs.", "lower", "baseline", "wages", "within", "New", "Jersey", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Two", "influential", "studies", "by", "David", "Card", "and", "Alan", "Krueger", "(", ")", "investigated", "the", "effects", "of", "school", "quality", "on", "labour", "market", "outcomes", "by", "isolating", "a", "clever", "source", "of", "variation", ":", "the", "movement", "of", "students", "across", "different", "U.S.", "regions", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["estimated", "returns", "to", "schooling", "separately", "by", "cohort", "and", "state", "of", "birth", ",", "controlling", "for", "cohort", "-", "specific", "state", "of", "birth", "and", "state", "of", "residence", "effects", "in", "the", "1980", "US", "census", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "strategy", "compares", "relationships", "between", "earnings", "and", "schooling", "for", "individuals", "in", "the", "same", "birth", "cohort", "working", "in", "the", "same", "state", "but", "educated", "in", "different", "states", ",", "leveraging", "cross-state", "moves", "to", "measure", "differences", "in", "cohort", "-", "specific", "school", "quality", "across", "states", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["To", "study", "the", "role", "of", "school", "quality", "in", "the", "evolution", "of", "the", "Black", "-", "white", "wage", "gap", ",", "estimated", "separate", "returns", "to", "schooling", "by", "race", ",", "state", "of", "birth", ",", "state", "of", "residence", ",", "and", "birth", "cohort", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Though", "these", "studies", "did", "not", "take", "advantage", "of", "a", "sharp", "policy", "change", ",", "they", "effectively", "used", "individuals", "moving", "between", "locations", "as", "a", "collection", "of", "natural", "experiments", "---", "removing", "permanent", "differences", "between", "locations", "of", "birth", "to", "flexibly", "account", "for", "unobservables", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Recent", "work", "in", "several", "areas", "builds", "on", "this", "idea", "of", "using", "``", "movers", "'", "'", "to", "mitigate", "selection", "bias", ",", "including", "studies", "of", "firm", "effects", ",", "neighborhood", "quality", ",", "and", "variation", "in", "regional", "healthcare", "utilization", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["One", "clear", "concern", "was", "generalizability", ":", "the", "Mariel", "experiment", "was", "a", "large", "shock", ",", "but", "its", "effects", "were", "concentrated", "in", "one", "arguably", "unique", "labour", "market", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["For", "a", "more", "comprehensive", "view", "of", "local", "labour", "market", "effects", ",", "famously", "devised", "an", "\\ac{IV}", "strategy", "which", "translated", "the", "logic", "of", "the", "research", "design", "to", "a", "national", "level", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Just", "as", "Cuban", "immigrants", "tended", "to", "locate", "to", "cities", "like", "Miami", ",", "where", "there", "were", "large", "groups", "of", "previous", "Cuban", "immigrants", ",", "immigrants", "from", "other", "countries", "tend", "to", "settle", "in", "regions", "with", "existing", "immigrant", "enclaves", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Later", ",", "refined", "this", "\\ac{IV}", "strategy", "with", "a", "``", "shift", "-", "share", "'", "'", "instrument", "that", "predicted", "inflows", "by", "city", "and", "occupational", "groups", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "shift", "-", "share", "approach", "is", "now", "widely", "used", "to", "study", "the", "effects", "of", "immigration", "and", "other", "treatments", "combining", "large", "external", "shocks", "(", "e.g.", "immigrant", "inflows", ")", "and", "heterogeneous", "local", "exposure", "(", "e.g.", "immigrant", "enclaves", ")", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "design", "-", "based", "approach", "to", "immigration", "study", "has", "gained", "immense", "popularity", "in", "the", "years", "following", "and", ",", "and", "has", "generated", "several", "strands", "of", "literature", "seeking", "to", "explain", "why", "immigration", "has", "limited", "effects", "on", "the", "labour", "market", "outcomes", "of", "native", "workers", "in", "some", "---", "but", "not", "all", "settings", "(", "see", "for", "a", "recent", "review", ")", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Key", "sources", "of", "heterogeneity", "appear", "to", "include", "the", "distribution", "of", "native", "skill", "(", "particularly", "communication", "skills", ";", "e.g.", ")", "and", "the", "ease", "of", "technological", "adjustment", "(", "e.g.", ")", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["While", "there", "is", "still", "ongoing", "debate", "over", "the", "magnitude", "of", "wage", "and", "employment", "effects", "from", "immigration", "overall", ",", "such", "studies", "of", "heterogeneity", "and", "mechanisms", "are", "no", "doubt", "helped", "by", "a", "clearer", "understanding", "of", "research", "design", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Like", "the", "Mariel", "boatlift", "analysis", ",", "the", "New", "Jersey", "/", "Pennsylvania", "study", "exhibits", "several", "hallmarks", "of", "modern", "studies", "using", "natural", "experiments", "in", "applied", "microeconomics", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["The", "action", "in", "the", "variable", "being", "studied", "(", "the", "minimum", "wage", ")", "originated", "from", "a", "specific", "and", "interpretable", "source", "(", "the", "New", "Jersey", "law", "change", ")", "rather", "than", "uncontrolled", "state", "-", "level", "variation", "of", "unclear", "origin", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "size", "of", "the", "shock", "was", "large", ":", "New", "Jersey", "'s", "minimum", "wage", "increased", "by", "roughly", "20", "\\", "%", ",", "and", "most", "fast", "food", "restaurants", "in", "New", "Jersey", "paid", "below", "\\", "5.05", "before", "the", "change.", "Careful", "attention", "was", "paid", "to", "constructing", "and", "validating", "a", "control", "group", "that", "could", "plausibly", "capture", "the", "counterfactual", "path", "of", "outcomes", "in", "the", "absence", "of", "treatment", "for", "affected", "units.", "The", "controls", "here", "consisted", "both", "of", "restaurants", "across", "the", "border", "in", "Pennsylvania", "and", "of", "high-wage", "New", "Jersey", "restaurants", "less", "exposed", "to", "the", "reform.", "Finally,", "assembled", "detailed", "microdata", "to", "measure", "outcomes", "for", "the", "treatment", "and", "control", "groups.", "In", "this", "case,", "rather", "than", "relying", "on", "existing", "surveys,", "they", "fielded", "their", "own", "custom", "survey", "instrument", "tailored", "to", "the", "question", "at", "hand."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Card", "and", "Krueger's", "baseline", "survey", "in", "February/March", "1992", "showed", "roughly", "similar", "wage", "distributions", "in", "New", "Jersey", "and", "Pennsylvania,", "with", "average", "starting", "wages", "just", "over", "\\", "4.60", "and", "about", "one", "-", "third", "of", "restaurants", "in", "each", "state", "paying", "exactly", "the", "baseline", "minimum", "wage", "of", "\\", "4.25.", "By", "the", "endline", "survey", "in", "late", "1992,", "about", "90\\%", "of", "New", "Jersey", "restaurants", "reported", "paying", "exactly", "the", "new", "minimum", "of", "\\", "5.05", "while", "the", "wage", "distribution", "in", "Pennsylvania", "appeared", "roughly", "unchanged", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "fact", ",", "average", "full", "time", "employees", "(", "FTE", ")", "at", "New", "Jersey", "stores", "increased", "slightly", ",", "while", "average", "FTEs", "in", "Pennsylvania", "fell", ",", "resulting", "in", "a", "modest", "positive", "difference", "-", "in", "-", "differences", "estimate", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["But", "despite", "this", "large", "differential", "change", "in", "wages", ",", "Card", "and", "Krueger", "'s", "survey", "showed", "no", "evidence", "of", "a", "negative", "employment", "impact", "on", "New", "Jersey", "restaurants", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["An", "``", "exposure", "design", "'", "'", "comparing", "high", "-", "and", "low", "-", "wage", "employers", "within", "New", "Jersey", "likewise", "showed", "a", "small", "relative", "increase", "in", "employment", "at", "low", "wage", "restaurants", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "contrast", "to", "the", "textbook", "perfectly", "competitive", "model", "and", "the", "earlier", "time", "-", "series", "evidence", ",", "the", "Card", "and", "Krueger", "empirical", "results", "suggested", "that", "increasing", "the", "minimum", "wage", "did", "not", "reduce", "employment", "---", "and", "if", "anything", "may", "have", "increased", "it", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Labour", "economists", "were", "early", "adopters", "of", "natural", "experiments", "as", "the", "foundation", "of", "a", "research", "design", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Gary", "Solon", "'s", "work", "showed", "how", "one", "can", "leverage", "changes", "in", "laws", "as", "a", "source", "of", "variation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Independently", "asking", "both", "twins", "about", "each", "other", "'s", "schooling", "levels", "allowed", "them", "to", "account", "for", "measurement", "error", "in", "self", "-", "reported", "years", "of", "schooling", "---", "a", "prominent", "concern", "in", "existing", "returns", "to", "schooling", "studies", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["By", "looking", "at", "how", "differences", "in", "twins", "'", "education", "levels", "predict", "differences", "in", "twins", "'", "earnings", ",", "Ashenfelter", "and", "Krueger", "were", "further", "able", "to", "address", "concerns", "of", "ability", "bias", "in", "existing", "estimates", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Here", "the", "identifying", "assumption", "follows", "from", "the", "natural", "experiment", "of", "twinning", ",", "which", "generates", "two", "individuals", "with", "identical", "genetics", "and", "thus", "(", "arguably", ")", "comparable", "earnings", "potential", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Leveraging", "the", "more", "narrow", "variation", "in", "education", "within", "twin", "pairs", ",", "Ashenfelter", "and", "Krueger", "found", "much", "greater", "labour", "market", "returns", "than", "in", "previous", "cross-sectional", "studies", "which", "adjusted", "for", "observable", "demographics", "and", "family", "characteristics", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["We", "next", "discuss", "how", "their", "work", "made", "both", "empirical", "contributions", "to", "key", "questions", "in", "labour", "economics", "and", "methodological", "advances", "in", "using", "design", "-", "based", "approaches", "to", "answer", "them", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "empirical", "findings", "of", "upended", "conventional", "wisdom", "on", "the", "effects", "of", "minimum", "wages", ",", "generating", "backlash", "in", "some", "quarters", "of", "labour", "economics", "."], "label_ids": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Despite", "the", "well", "-", "known", "theoretical", "result", "that", "minimum", "wages", "could", "increase", "employment", "in", "settings", "with", "employer", "market", "power", ",", "adherents", "of", "the", "competitive", "view", "of", "labour", "markets", "derided", "the", "findings", "as", "unscientific", "(", "see", ",", "e.g.", ",", "\\citealt{buchananwsj}", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["While", "negative", ",", "such", "reactions", "highlight", "the", "value", "of", "natural", "experiments", "and", "careful", "research", "design", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["In", "contrast", "to", "empirical", "work", "from", "earlier", "eras", ",", "in", "which", "argued", "that", "``", "hardly", "anyone", "takes", "anyone", "else", "'s", "data", "analysis", "seriously", ",", "''", "the", "results", "from", "a", "compelling", "natural", "experiment", "call", "out", "for", "explanation", "and", "further", "study", "even", "among", "skeptics", "of", "the", "substantive", "conclusions", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "it", "turns", "out", ",", "the", "conclusions", "of", "several", "recent", "studies", "are", "broadly", "consistent", "with", "the", "finding", "of", "limited", "effects", "of", "the", "minimum", "wage", "on", "employment", "(", ",", ",", ",", ",", "and", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Partially", "motivated", "by", "these", "findings", ",", "an", "increasing", "body", "of", "work", "has", "investigated", "competitive", "structure", "and", "monopsony", "power", "in", "labour", "markets", "(", "see", "and", ",", "for", "two", "recent", "reviews", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Renewed", "interest", "in", "employer", "monopsony", "power", "---", "following", ",", "the", "extended", "treatment", "in", ",", "and", "the", "analysis", "of", "---", "has", "since", "fueled", "a", "large", "literature", "on", "firm", "wage", "-", "setting", "(", "see", ",", "e.g.", ",", "recent", "work", "by", "and", ")", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["A", "long", "literature", "in", "economics", "and", "related", "fields", "considers", "the", "effects", "of", "education", "and", "labour", "market", "experience", "on", "subsequent", "earnings", "and", "employment", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0]} {"tokens": ["While", "the", "theoretical", "impact", "of", "increased", "human", "capital", "is", "unambiguous", "(", "e.g.", ")", ",", "the", "empirical", "evidence", "for", "such", "causal", "effects", "was", "limited", "throughout", "most", "of", "the", "20th", "century", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "report", "famously", "showed", "in", "cross-sectional", "regressions", "that", "the", "fraction", "of", "variance", "in", "student", "achievement", "attributable", "to", "educational", "inputs", "was", "small", "relative", "to", "the", "contribution", "of", "family", "background", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Surveying", "the", "large", "empirical", "literature", "following", "the", "Coleman", "report", ",", "concluded", "that", "there", "was", "virtually", "no", "relationship", "between", "educational", "inputs", "and", "subsequent", "outcomes", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Of", "course", ",", "selection", "bias", "looms", "large", "for", "such", "studies", "as", "the", "deployment", "of", "educational", "resources", "to", "students", "and", "schools", "is", "far", "from", "random", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Empirical", "Landmarks", "%"], "label_ids": [0, 1, 0]} {"tokens": ["Empirical", "work", "by", "the", "laureates", "is", "distinguished", "by", "its", "clarity", "and", "compelling", "analysis", "of", "several", "important", "topics", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["We", "organize", "a", "partial", "review", "of", "this", "work", "into", "four", "broad", "topics", ":", "the", "effects", "of", "immigration", "on", "local", "labour", "markets", ",", "the", "effects", "of", "minimum", "wages", "on", "low", "-", "wage", "employment", ",", "the", "labour", "market", "returns", "to", "schooling", ",", "and", "other", "determinants", "of", "labour", "earnings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Effects", "of", "Immigration", "on", "Local", "Labour", "Markets"], "label_ids": [0, 0, 0, 0, 0, 0, 1]} {"tokens": ["A", "key", "policy", "concern", "in", "many", "countries", "is", "that", "relaxed", "immigration", "laws", "can", "induce", "large", "inflows", "of", "migrants", ",", "sometimes", "with", "low", "levels", "of", "education", "and", "labour", "market", "experience", ",", "to", "compete", "with", "local", "workers", "and", "potentially", "reduce", "wages", "and", "employment", "prospects", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Theoretical", "predictions", "about", "the", "effects", "of", "such", "low", "-", "skilled", "labour", "supply", "shocks", "to", "local", "labour", "markets", "are", "ambiguous", ",", "since", "they", "depend", "on", "many", "factors", "---", "including", "the", "substitutability", "of", "immigrant", "and", "native", "labour", ",", "existing", "labour", "market", "institutions", ",", "and", "the", "potential", "response", "in", "labour", "and", "product", "demand", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Early", "empirical", "studies", "of", "this", "question", "typically", "used", "cross-sectional", "variation", "in", "immigrant", "populations", "to", "estimate", "production", "function", "parameters", "that", "speak", "to", "these", "mechanisms", "\\citep[e.g.,][]{grossman82}", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["As", "noted", "by", ",", "however", ",", "the", "self", "-", "selection", "of", "immigrants", "to", "different", "labour", "markets", "may", "bias", "such", "estimates", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Two", "early", "studies", "by", "Card", "(", ",", "and", ")", "show", "how", "an", "increased", "focus", "on", "research", "design", "and", "large", "-", "scale", "natural", "experiments", "can", "address", "such", "selection", "concerns", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", ",", "the", "so", "-", "called", "1980", "Mariel", "boatlift", "was", "used", "to", "study", "the", "local", "labour", "market", "effects", "of", "low", "-", "skill", "immigration", "in", "Miami", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["This", "large", "and", "arguably", "unanticipated", "labour", "market", "shock", "grew", "out", "of", "rising", "political", "unrest", "in", "Cuba", ",", "and", "led", "to", "an", "unprecedented", "influx", "of", "immigrants", "in", "the", "Miami", "labour", "market", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "boatlift", "was", "announced", "on", "April", "20th", ",", "1980", ",", "with", "Fidel", "Castro", "allowing", "anyone", "wishing", "to", "emigrate", "from", "Cuba", "to", "leave", "through", "the", "port", "of", "Mariel", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Immigration", "raises", "several", "important", "and", "hotly", "debated", "questions", "in", "economics", "and", "public", "policy", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "allay", "this", "concern", ",", "Card", "constructed", "a", "comparison", "group", "that", "might", "plausibly", "account", "for", "these", "other", "time", "-", "varying", "factors", "and", "isolate", "the", "impact", "of", "immigration", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Specifically", ",", "Card", "compared", "Miami", "'s", "labour", "market", "trajectory", "to", "those", "of", "Atlanta", ",", "Los", "Angeles", ",", "Houston", ",", "and", "Tampa", "-", "St.", "Petersburg", "---", "a", "group", "of", "cities", "that", "featured", "roughly", "similar", "demographics", "and", "exhibited", "similar", "trends", "to", "Miami", "prior", "to", "the", "boatlift", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "idea", "of", "forming", "a", "control", "group", "to", "adjust", "for", "time", "-", "varying", "confounders", "in", "a", "non-experimental", "setting", "grew", "out", "of", "Card", "'s", "earlier", "work", "on", "longitudinal", "earnings", "models", "and", "training", "programs", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "analysis", "revealed", "that", "wages", "and", "unemployment", "moved", "similarly", "in", "Miami", "and", "the", "comparison", "cities", "from", "before", "to", "after", "the", "boatlift", ",", "including", "for", "lower", "-", "skilled", "groups", "of", "workers", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "suggests", "that", "the", "large", "influx", "of", "Mariel", "immigrants", "had", "limited", "impacts", "on", "native", "outcomes", ",", "a", "surprising", "finding", "that", "spawned", "a", "large", "literature", "on", "the", "channels", "through", "which", "local", "labour", "markets", "adjust", "to", "immigration", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Methodologically", ",", "the", "study", "provided", "a", "clear", "example", "of", "how", "to", "combine", "a", "natural", "experiment", "with", "a", "carefully", "-", "constructed", "control", "group", "to", "produce", "compelling", "empirical", "findings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "paper", "presaged", "the", "growth", "of", "difference", "-", "in", "-", "differences", "studies", ",", "which", "have", "since", "become", "one", "of", "the", "most", "common", "empirical", "strategies", "in", "applied", "microeconomics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["\\footnote{", "find", "that", "nearly", "a", "quarter", "of", "\\ac{NBER}", "working", "papers", "in", "2020", "employed", "difference", "-", "in", "-", "differences", ",", "constituting", "around", "60", "\\%", "of", "all", "\\ac{NBER}", "working", "papers", "using", "an", "experimental", "or", "quasi-experimental", "approach", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Here", "a", "convincing", "research", "design", "may", "come", "from", "a", "natural", "or", "quasi-experiment", ",", "in", "which", "some", "institutional", "quirk", "or", "force", "of", "nature", "generates", "variation", "that", "is", "plausibly", "as", "-", "good", "-", "as", "-", "randomly", "assigned", "or", "which", "otherwise", "suggests", "appropriate", "treatment", "and", "control", "groups", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Such", "variation", "may", "take", "the", "form", "of", "large", "but", "unforeseen", "shocks", "to", "regions", "or", "markets", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["was", "an", "early", "proponent", "of", "basing", "empirical", "analyses", "around", "such", "large", "shocks", ",", "illustrating", "the", "value", "of", "this", "approach", "in", "an", "analysis", "of", "the", "federal", "minimum", "wage", "imposition", "on", "Puerto", "Rico", "in", "the", "1970s", ",", "and", "in", "an", "analysis", "of", "a", "post-Sputnik", "boom", "in", "the", "demand", "for", "physicists", "in", "the", "U.S.", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Other", "quasi-experimental", "analyses", "leverage", "more", "narrow", "variation", ",", "often", "across", "individuals", "in", "the", "same", "region", "or", "market", ",", "where", "the", "research", "design", "arises", "from", "idiosyncrasies", "in", "the", "rules", "used", "to", "administer", "some", "economic", "variable", "."], "label_ids": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["An", "example", "of", "this", "approach", "is", "the", "regression", "discontinuity", "design", "of", ",", "where", "a", "threshold", "assignment", "rule", "(", "such", "as", "a", "minimum", "test", "score", "for", "students", "to", "avoid", "taking", "remedial", "classes", ")", "can", "be", "leveraged", "to", "study", "the", "effect", "of", "assignment", "among", "individuals", "just", "above", "and", "just", "below", "the", "threshold", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["was", "an", "early", "proponent", "of", "using", "such", "discontinuities", "and", "other", "quasi-experimental", "designs", "in", "psychology", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Variation", "in", "the", "timing", "of", "policy", "shocks", "across", "regions", ",", "such", "as", "U.S.", "states", ",", "may", "also", "provide", "a", "basis", "for", "a", "compelling", "research", "design", ":", "exploited", "such", "variation", "in", "an", "influential", "study", "of", "the", "incidence", "of", "mandated", "maternity", "benefits", "."], "label_ids": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "many", "empirical", "settings", ",", "it", "seems", "plausible", "that", "the", "oracle", "synthetic", "match", "performs", "well", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["{", "We", "recognize", "that", "under", "many", "data", "-", "generating", "models", ",", "there", "is", "unforecastable", ",", "idiosyncratic", "randomness", "in", "y_{0,t}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["As", "a", "result", ",", "there", "may", "not", "exist", "a", "synthetic", "match", "that", "perfectly", "tracks", "the", "realized", "series", "y_{0,t}", "(", "even", "though", "such", "a", "match", "may", "exist", "that", "tracks", "various", "conditional", "expectations", "of", "y_{0,t}", "quite", "well", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "many", "such", "cases", ",", "since", "squared", "error", "can", "be", "orthogonally", "decomposed", ",", "risk", "differences", "for", "estimating", "y_"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{0,t}", "are", "also", "risk", "differences", "for", "estimating", "conditional", "means", "\\mu_{t}", "of", "y_"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["``", "[", "T", "]", "he", "effect", "of", "an", "intervention", "can", "be", "inferred", "by", "comparing", "the", "evolution", "of", "the", "outcome", "variables", "of", "interest", "between", "the", "unit", "exposed", "to", "treatment", "and", "a", "group", "of", "units", "that", "are", "similar", "to", "the", "exposed", "unit", "but", "were", "not", "affected", "by", "the", "treatment", ".", "''"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["More", "formally", "speaking", ",", "a", "well", "-", "fitting", "oracle", "synthetic", "match", "also", "resembles", "---", "and", "implies", "---'s", "assumption", "that", "there", "exists", "a", "perfect", "pre-treatment", "fit", "of", "the", "outcomes", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["When", "the", "oracle", "synthetic", "match", "performs", "well", ",", "the", "regret", "guarantees", "imply", "a", "guarantee", "on", "the", "loss", "of", "the", "feasible", "synthetic", "control", "estimator", ",", "making", "it", "an", "attractive", "option", "for", "causal", "inference", "in", "comparative", "case", "studies", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Even", "if", "no", "weighted", "average", "of", "the", "untreated", "units", "tracks", "y_{0,t}", "closely", ",", "synthetic", "control", "continues", "to", "enjoy", "the", "assurance", "that", "it", "performs", "almost", "as", "well", "as", "the", "best", "synthetic", "match", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "\\cref{sec:extension}", ",", "we", "additionally", "show", "that", "synthetic", "control", "on", "differenced", "data", "performs", "almost", "as", "well", "as", "the", "best", "weighted", "difference", "-", "in", "-", "differences", "estimator", ",", "a", "very", "popular", "class", "of", "estimators", "in", "practice", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "discuss", "these", "results", "in", "\\cref{asec:means}", ".", "}", "states", "the", "following", "intuition", "in", "many", "comparative", "case", "studies", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["They", "propose", "an", "ensemble", "scheme", "to", "aggregate", "predictions", "from", "multiple", "predictive", "models", ",", "which", "can", "include", "synthetic", "control", ",", "interactive", "fixed", "effect", "models", ",", "and", "random", "forests", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Using", "results", "from", "the", "online", "learning", "literature", ",", "'s", "ensemble", "scheme", "has", "the", "no", "-", "regret", "property", ",", "making", "the", "ensemble", "predictions", "competitive", "against", "the", "prediction", "of", "any", "fixed", "predictive", "model", "in", "the", "ensemble", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Under", "sampling", "processes", "that", "yield", "good", "performance", "for", "some", "predictive", "model", "in", "the", "ensemble", ",", "\\", "cite", "{", "viviano2019synthetic", "}", "then", "derive", "performance", "guarantees", "for", "the", "ensemble", "learner", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "contrast", ",", "we", "study", "synthetic", "control", "directly", "in", "the", "worst", "-", "case", "setting", ",", "and", "connect", "guarantees", "in", "the", "worst", "-", "case", "setting", "to", "guarantees", "on", "statistical", "risk", "in", "a", "design", "-", "based", "framework", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "make", "the", "point", "that", "synthetic", "control", "algorithms", "themselves", "are", "no", "-", "regret", "online", "algorithms", ",", "and", "are", "in", "fact", "competitive", "against", "a", "wide", "class", "of", "matching", "or", "difference", "-", "in", "-", "differences", "estimators", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\Cref{sec:theory}", "sets", "up", "the", "notation", "and", "the", "decision", "protocol", ",", "and", "presents", "our", "main", "results", "for", "synthetic", "control", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Cref", "{", "sec", ":", "extension", "}", "presents", "a", "number", "of", "extensions", "that", "show", "alternative", "guarantees", "on", "(", "modifications", "of", ")", "synthetic", "control", ";", "in", "particular", ",", "we", "show", "that", "synthetic", "control", "on", "differenced", "data", "is", "competitive", "against", "a", "class", "of", "difference", "-", "in", "-", "differences", "estimators", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Consider", "a", "simple", "setup", "for", "synthetic", "control", ",", "following", "\\cite", "{", "doudchenko2016balancing", "}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Estimating", "causal", "effects", "for", "the", "treated", "unit", "amounts", "to", "predicting", "the", "unobserved", "potential", "outcome", "of", "this", "unit", ",", "and", "so", "we", "focus", "on", "untreated", "potential", "outcomes", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Let", "the", "full", "panel", "of", "untreated", "potential", "outcomes", "be", "\\bY", ",", "where", "(", "i", ")", "\\bY_i", "=(y_{i1},\\ldots,", "y_{iT})'", "is", "the", "time", "series", "of", "unit", "i", ",", "(", "ii", ")", "\\bY_t"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["=", "(y_{0t},\\ldots,y_{Nt})'", "is", "the", "vector", "of", "outcomes", "at", "time", "t", ",", "and", "(", "iii", ")", "\\by_t", "="], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\ldots,", "y_{Nt})'", "is", "the", "vector", "of", "control", "unit", "outcomes", "at", "time", "t", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["[y_1(1),\\ldots,", "y_T(1)]'", "denote", "the", "treated", "outcomes", "of", "unit", "0", ",", "which", "is", "only", "observable", "for", "times", "t", "\\ge", "\\tau", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{0,\\tau}", "from", "observed", "data", ",", "which", "typically", "consist", "of", "pre-treatment", "outcomes", "of", "unit", "0", "and", "outcomes", "of", "untreated", "units", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Similar", "to", "the", "main", "analysis", "in", "\\", "cite", "{", "doudchenko2016balancing", "}", ",", "we", "do", "not", "consider", "covariates", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Non-uniform", "treatment", "timing"], "label_ids": [0, 0, 1]} {"tokens": ["{", "We", "note", "that", "the", "randomness", "per", "se", "of", "\\tau", "conditional", "on", "\\bY", "can", "be", "realistic", ",", "but", "that", "its", "distribution", "is", "uniform", "and", "known", "is", "restrictive", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Note", ",", "however", ",", "such", "an", "assumption", "is", "only", "necessary", "to", "interpret", "average", "losses", "as", "expected", "losses", ",", "and", "the", "a", "priori", "position", "that", "it", "is", "reasonable", "to", "expect", "a", "causal", "estimator", "to", "perform", "well", "relative", "to", "a", "set", "of", "oracles", ",", "at", "least", "on", "average", "over", "time", ",", "strikes", "us", "as", "defensible", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Accepting", "such", "a", "dictum", "relieves", "us", "of", "any", "need", "of", "treatment", "timing", "modeling", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Even", "if", "we", "wish", "to", "maintain", "the", "interpretation", "of", "total", "loss", "as", "expected", "loss", ",", "we", "can", "relax", "the", "uniform", "treatment", "timing", "assumption", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "subsection", ",", "we", "show", "that", "if", "the", "treatment", "timing", "distribution", "is", "known", ",", "then", "a", "weighted", "version", "of", "synthetic", "control", "achieves", "logarithmic", "weighted", "regret", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Moreover", ",", "even", "if", "the", "treatment", "distribution", "is", "non-uniform", ",", "unknown", ",", "and", "possibly", "chosen", "by", "the", "adversary", ",", "we", "continue", "to", "show", "that", "synthetic", "control", "performs", "well", "as", "long", "as", ",", "some", "weighted", "average", "of", "untreated", "units", "predicts", "y_{0,\\tau}", "accurately", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Suppose", "the", "conditional", "distribution"], "label_ids": [0, 0, 0, 1]} {"tokens": ["We", "have", "the", "following", "corollary", ",", "where", "\\eqref{eq:weightedsynth}", "achieves", "\\log", "T", "weighted", "regret", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Note", "that", "\\eqref{eq:weightedsynth}", "implements", "FTL", "with", "loss", "functions", "\\ell_t(\\theta)", "\\equiv", "\\pi_t", "(y_{0,t}", "-", "\\by_t'\\theta)^2", ",", "and", "hence", "the", "argument", "of", "applies", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "previous", "interpretations", "rely", "heavily", "on", "interpreting", "average", "loss", "over", "time", "as", "expected", "loss", "over", "\\tau", "(", "\\eqref{eq:reg3}", "and", "\\eqref{eq:riskexpect}", ")", ",", "which", "requires", "uniform", "treatment", "timing", "\\tau", "\\sim", "\\Unif[T]", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "adversary", "chooses", "the", "matrix", "of", "outcomes", "\\bY", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["We", "assume", "that", "the", "adversary", "cannot", "choose", "arbitrarily", "large", "outcomes", ",", "and", "without", "further", "loss", "of", "generality", ",", "assume", "\\norm{\\bY}_\\infty", "\\le", "1", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Since", "we", "are", "interested", "in", "the", "worst", "case", ",", "the", "adversary", "may", "choose", "\\bY", "with", "knowledge", "of", "\\sigma", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\", "item", "The", "treatment", "time", "\\tau", "is", "sampled", "uniformly", "from", "\\{1,\\ldots,", "T\\}", ",", "regardless", "of", "the", "adversary", "'s", "choices", "\\bY", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Under", "such", "a", "protocol", ",", "the", "analyst", "'s", "expected", "squared", "loss", ",", "over", "random", "treatment", "timing", ",", "is", "the", "average", "loss"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["We", "view", "the", "random", "sampling", "of", "treatment", "timing", "as", "a", "design", "-", "based", "perspective", "on", "the", "synthetic", "control", "problem", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "uniformly", "random", "assignment", "is", "restrictive", ",", "but", "we", "shall", "relax", "this", "requirement", "in", "\\cref{sub:nonuniform,sec:adaptivereg}", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["(\\by_t,", "\\theta_t)", "with", "any", "known", "scalar", "function", "and", "\\ell(\\cdot,\\cdot)", "with", "any", "loss", "function", ",", "so", "long", "as", "\\theta", "\\mapsto", "\\ell(f(\\by_t,", "\\theta),", "y_{0,t})", "is", "convex", "and", "bounded", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["We", "now", "make", "clear", "the", "connection", "with", "online", "convex", "optimization", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Online", "convex", "optimization", "works", "with", "the", "following", "general", "protocol", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["At", "time", "t", ",", "an", "online", "player", "chooses", "some", "\\theta_t", "\\in"], "label_ids": [0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\Theta", ",", "where", "\\Theta", "\\subset", "\\R^d", "is", "a", "bounded", "convex", "set", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["After", "\\theta", "is", "revealed", ",", "an", "adversary", "chooses", "a", "(", "convex", ")", "cost", "function", "\\ell_t", ":", "\\Theta", "\\to", "\\R", ",", "and", "the", "player", "suffers", "\\ell_t(\\theta_t)", "and", "observes", "\\ell_t(\\cdot)", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Our", "setup", "of", "the", "panel", "prediction", "protocol", "is", "then", "an", "instance", "of", "online", "convex", "optimization", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "wit", ",", "first", ",", "in", "both", "protocols", ",", "the", "player", "makes", "decisions", "\\theta_t", "in", "a", "sequential", "manner", ";", "restriction", "to", "the", "simplex", "makes", "\\Theta", "convex", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Second", ",", "the", "adversary", "in", "the", "panel", "prediction", "game", "may", "be", "thought", "of", "as", "picking", "loss", "functions", "\\ell_t"], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Third", ",", "the", "expected", "loss", "in", "the", "panel", "prediction", "game", ",", "\\eqref{eq:expectedlosspanel}", ",", "is", "equal", "to", "the", "average", "loss", "\\frac1T\\sum_{t=1}^T", "\\ell_t(\\theta_t)", ",", "which", "is", "simply", "the", "total", "loss", "scaled", "by", "1/T", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Synthetic", "control", ",", "in", "its", "basic", "form", ",", "chooses", "convex", "weights", "\\theta_\\tau", "to", "minimize", "past", "prediction", "errors"], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["forms", "the", "treatment", "effect", "estimate", "\\hTE_{\\tau}", "=", "y_", "\\tau(1)", "-", "\\hat", "y_\\tau", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["statistical", "models", "of", "the", "outcomes", "\\bY", ".", "While", "synthetic", "control", "has", "good", "performance"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["plausible", "in", "settings", "that", "synthetic", "control", "studies,", "in", "the", "spirit", "of", "comments", "by"], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": [".", "In", "contrast", "with", "the", "usual", "outcome", "modeling", "approach,", "we"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["instead", "consider", "a", "worst-case", "setting", "where", "the", "outcomes", "are", "generated", "by", "an"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["adversary.", "The", "adversarial", "framework,", "popular", "in", "online", "learning,", "dates", "back", "to", "the"], "label_ids": [1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["giving", "decision-theoretic", "justification", "for", "methods", "while", "being", "entirely", "agnostic"], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\item", "The", "analyst", "commits", "to", "a", "class", "of", "linear", "prediction", "rules", "\\hat", "y_{0,t}", "\\", "equiv", "f", "(\\", "by_t", ";", "\\theta_t(\\bY_{1:t-1}", ")", ")", "=", "\\", "theta_t'", "\\", "by_t", ",", "parametrized", "by", "some", "\\", "theta", "\\", "in", "\\", "Theta"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["the", "past.\\footnote{For", "simplicity,", "we", "do", "not", "consider", "randomized", "predictions,", "but"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["randomized", "algorithms", "admit", "a", "similar", "analysis.}", "We", "refer", "to", "the", "maps", "\\", "sigma", "\\", "equiv", "(\\", "theta_t", "(\\", "cdot", ")", "\\", "colon", "t\\", "in", "[", "T", "]", ")", "$", "as", "the", "agent", "'s", "strategy", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["1", "'\\", "theta", "=", "1", "\\}", "is", "the", "simplex.", "For", "a", "one-step-ahead", "forecast", "for", "y_", "{", "0,", "\\tau}", ",", "synthetic", "control", "outputs", "the", "weighted", "average", "\\hat", "y_{\\tau}", "=", "\\hat\\theta_\\tau'\\by_\\tau", ",", "and"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "particular,", "we", "assume", "an", "adversary", "picks", "the", "outcomes", "\\bY", ".", "Specifically,", "we"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["consider", "the", "following", "protocol", "between", "an", "analyst", "and", "an", "adversary:"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1]} {"tokens": ["Of", "course", ",", "since", "the", "guarantee", "\\eqref{eq:riskbound}", "holds", "for", "every", "\\bY", ",", "it", "continues", "to", "hold", "when", "we", "average", "over", "\\bY,", "\\by(1)", ",", "over", "a", "joint", "distribution", "P", "that", "respects", "the", "boundedness", "condition", "\\norm{\\bY}_\\infty", "\\le", "1", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "this", "sense", ",", "analyzing", "regret", "in", "the", "adversarial", "framework", "not", "only", "does", "not", "preclude", "statistical", "interpretations", ",", "but", "rather", "facilitates", "analysis", "in", "a", "wide", "range", "of", "outcome", "models", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["{", "The", "notion", "of", "``", "online", "-", "to", "-", "batch", "conversion", "''", "in", "the", "online", "learning", "literature", "exploits", "this", "intuition", "to", "prove", "results", "in", "batch", "(", "i.", "i.d.", ")", "settings", "via", "results", "in", "online", "adversarial", "settings", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Under", "an", "outcome", "model", "P", ",", "we", "may", "understand", "Risk(\\sigma,", "\\bY,", "\\by(1))", "as", "conditional", "risk", "and", "\\E_P", "Risk(\\sigma,", "\\bY,", "\\by(1))", "as", "unconditional", "risk", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["{", "show", "that", "a", "minimax", "theorem", "applies", ",", "and", "\\[", "\\sup_P", "\\inf_\\sigma", "\\E_P\\bk", "{", "Risk", "(\\sigma", ",", "\\bY", ",", "\\", "by", "(", "1", ")", ")", "]"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Note", "that", "the", "\\le", "direction", "is", "immediate", "via", "the", "min", "-", "max", "inequality", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "result", "shows", "that", "the", "worst", "-", "case", "optimal", "risk", "differences", "in", "a", "stochastic", "setting", "is", "equal", "to", "minimax", "regret", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "sense", ",", "regret", "analysis", "is", "not", "by", "itself", "conservative", "for", "a", "stochastic", "setting", "---", "minimax", "regret", "is", "a", "tight", "upper", "bound", "for", "performance", "in", "stochastic", "settings", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Therefore", ",", "the", "unconditional", "risk", "of", "synthetic", "control", "is", "never", "too", "much", "worse", "than", "the", "risk", "of", "the", "best", "oracle", "synthetic", "match", "\\[\\E_P\\bk{\\min_{\\theta\\in", "\\Theta}", "Risk", "(\\theta", ",", "\\bY,", "\\", "by", "(", "1", ")", ")", "}.\\", "]"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Hence", ",", "if", "the", "data", "-", "generating", "process", "P", "guarantees", "that", "the", "latter", "is", "small", ",", "then", "synthetic", "control", "achieves", "low", "expected", "risk", "as", "well", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Concretely", "speaking", ",", "this", "latter", "requirement", "is", "that", ",", "for", "most", "realizations", "of", "the", "data", ",", "had", "we", "observed", "all", "the", "potential", "outcomes", ",", "we", "can", "find", "a", "synthetic", "match", "that", "tracks", "the", "potential", "outcomes", "y_{0,1},\\ldots,", "y_{0,T}", "well", ",", "so", "that", "the", "following", "quantity", "is", "negligible", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["and", "thus", "the", "guarantee", "is", "stronger", "in", "the", "sense", "that", "it", "allows", "the", "oracle", "\\theta", "to", "depend", "on", "the", "realization", "of", "the", "data", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["The", "main", "result", "of", "this", "paper", "is", "a", "direct", "application", "of", "\\", "cite", "{", "hazan2007", "logarithmic", "}", "'s", "regret", "bound", "for", "FTL", "(", "Theorem", "5", ",", "reproduced", "as", "\\", "cref", "{", "thm:", "hazan", "}", "in", "the", "appendix", ")", ",", "and", "shows", "that", "the", "regret", "of", "synthetic", "control", "under", "quadratic", "loss", "is", "logarithmic", "in", "T", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Under", "the", "setting", "of", "\\cref{obs:synth}", "with", "bounded", "outcomes", "\\norm{\\bY}_\\infty", "\\le", "1", ",", "synthetic", "control", "\\eqref{eq:ftl}", "satisfies", "the", "regret", "bound", "\\", "[", "\\reg_T", "\\le", "16", "N", "(\\log", "(2\\sqrt{N}", "T", ")", "+", "1", ")", "=", "O", "(", "N", "\\log", "T", ")", ".", "\\", "]"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{", "The", "restriction", "of", "\\Theta", "as", "the", "simplex", "---", "a", "debated", "choice", "in", "the", "synthetic", "control", "literature", "---", "is", "somewhat", "important", "for", "the", "dependence", "on", "N", ",", "in", "so", "far", "as", "the", "simplex", "is", "bounded", "in", "\\norm{\\cdot}_1", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["This", "is", "a", "consequence", "of", "the", "assumption", "that", "the", "outcomes", "\\bY", "are", "bounded", "in", "the", "dual", "norm", "\\norm{\\cdot}_\\infty", ",", "which", "implies", "a", "bound", "on", "\\by_t'\\theta", "that", "is", "free", "of", "N,T", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "contrast", ",", "if", "we", "let", "\\Theta", "=", "\\{\\theta", ":", "\\norm{\\theta}_2", "\\le", "D/2\\}", "be", "an", "\\ell_2", "-", "ball", ",", "then", "the", "regret", "bound", "worsens", "to", "O(D^2N^2\\log", "(T))", ".", "}", "that", "the", "unregularized", "synthetic", "control", "estimator", "\\eqref{eq:ftl}", "achieves", "logarithmic", "regret", "---", "and", "as", "a", "result", ",", "the", "average", "difference", "between", "the", "synthetic", "control", "losses", "and", "losses", "of", "the", "oracle", "synthetic", "match", "vanishes", "quickly", "as", "a", "function", "of", "T", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["In", "particular", ",", "if", "there", "exists", "a", "weighted", "average", "of", "the", "untreated", "unit", "'s", "outcomes", "that", "track", "\\bY_{0}", "well", ",", "then", "the", "average", "(", "one", "-", "step", "-", "ahead", ")", "loss", "of", "synthetic", "control", "estimates", "is", "only", "worse", "by", "O\\pr{\\frac{N\\log", "T}{T}}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["On", "its", "own", ",", "\\cref{thm:ftlregret}", "is", "purely", "an", "optimization", "result", ";", "we", "now", "offer", "a", "few", "comments", "on", "its", "statistical", "implications", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "can", "also", "interpret", "regret", "as", "a", "gap", "in", "the", "risk", "of", "estimating", "treatment", "effects", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "particular", ",", "we", "can", "interpret", "the", "expected", "loss", "of", "predicting", "the", "untreated", "outcome", "as", "the", "risk", "of", "estimating", "the", "treatment", "effect", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Hence", ",", "\\eqref{eq:reg3}", "and", "\\eqref{eq:riskexpect}", ",", "combined", "with", "\\cref{thm:ftlregret}", ",", "imply", "that", "the", "risk", "of", "using", "synthetic", "control", "is", "no", "more", "than", "N\\log", "T/T", "worse", "than", "the", "risk", "of", "the", "oracle", "synthetic", "match", ",", "\\", "footnote"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["This", "observation", "connects", "regret", "on", "prediction", "with", "differences", "in", "the", "decision", "risk", "of", "estimating", "treatment", "effects", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Roughly", "speaking", ",", "\\eqref{eq:riskbound}", "shows", "that", "synthetic", "control", "estimates", "of", "(", "one", "-", "step", "-", "ahead", ")", "causal", "effects", "are", "competitive", "against", "that", "of", "any", "fixed", "synthetic", "match", "---", "for", "any", "realization", "of", "\\bY,", "\\by(1)", ",", "on", "average", "over", "time", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "main", "observation", "of", "this", "paper", "recognizes", "that", "synthetic", "control", "is", "an", "online", "learning", "algorithm", "known", "as", "Follow", "-", "the", "-", "Leader", "(", "FTL", ")", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["FTL", "is", "the", "algorithm", "that", "simply", "chooses", "\\theta_t", "to", "minimize", "past", "losses", ":"], "label_ids": [1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{", "Also", "known", "as", "fictitious", "play", "in", "game", "theory", ".", "}", "\\[", "\\theta_t", "\\in", "\\argmin_{\\theta", "\\in", "\\Theta}", "\\sum_{s", "<", "t}", "\\ell_s", "(\\theta", ")", ".", "\\", "]"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\begin{obs}", "FTL", "is", "equivalent", "to", "synthetic", "control", "\\eqref{eq:ftl}", "under", "the", "panel", "prediction", "protocol", "."], "label_ids": [0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Standard", "online", "convex", "optimization", "results", "on", "regret", "then", "apply", "to", "synthetic", "control", "as", "well", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["Furthermore", ",", "\\eqref{eq:reg2}", "observes", "that", ",", "in", "our", "setting", ",", "regret", "is", "the", "difference", "between", "total", "squared", "prediction", "error", "of", "a", "strategy", "\\sigma", "and", "that", "of", "the", "best", "fixed", "weights", "\\theta", "chosen", "in", "hindsight", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["\\eqref{eq:reg3}", "interprets", "the", "sum", "of", "losses", "as", "T", "times", "the", "expected", "loss", "under", "random", "treatment", "timing", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["{t=1}^T", "(y_{0,t}", "-", "\\by_t'\\theta)^2", "as", "the", "oracle", "synthetic", "match", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Focusing", "on", "regret", "rather", "than", "loss", "shifts", "the", "goalpost", "from", "performance", "to", "competition", ",", "which", "is", "a", "more", "fruitful", "perspective", "in", "the", "adversarial", "framework", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["After", "all", ",", "we", "cannot", "hope", "to", "obtain", "meaningful", "loss", "control", "as", "the", "all", "-", "powerful", "adversary", "can", "make", "the", "analyst", "miserable", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "the", "crucial", "insight", "of", "regret", "analysis", "is", "that", ",", "for", "certain", "strategies", "\\sigma", ",", "the", "adversary", "cannot", "simultaneously", "make", "the", "analyst", "suffer", "high", "loss", "while", "letting", "some", "fixed", "strategy", "\\theta", "perform", "well", "---", "in", "other", "words", ",", "if", "any", "fixed", "\\theta", "performs", "well", ",", "then", "\\sigma", "performs", "almost", "as", "well", "over", "time", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Indeed", ",", "if", "regret", "is", "sublinear", ",", "\\reg_T", "=", "o(T)", ",", "\\", "footnote", "{", "We", "sometimes", "refer", "to", "\\sigma", "as", "no", "-", "regret", "if", "it", "has", "sublinear", "regret", ".", "}", "then", "the", "strategy", "\\sigma", "never", "performs", "much", "worse", "as", "any", "fixed", "weights", "\\theta", "on", "average", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "this", "case", ",", "we", "can", "interpret", "\\sigma", "as", "a", "strategy", "that", "is", "competitive", "against", "the", "class", "of", "weighted", "matches", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Before", "introducing", "these", "results", ",", "let", "us", "define", "regret", "as", "the", "gap", "between", "the", "total", "loss", "of", "a", "strategy", "\\sigma", "and", "the", "best", "fixed", "weights", "\\theta", "in", "hindsight", ":"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Finally", ",", "\\eqref{eq:reg4}", "observes", "that", "regret", "is", "an", "upper", "bound", "of", "the", "expected", "error", "gap", "between", "the", "strategy", "\\sigma", "and", "any", "fixed", "weights", "\\theta", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["On", "the", "other", "hand", ",", "in", "empirical", "settings", "where", "synthetic", "control", "is", "commonly", "applied", "---", "where", "the", "treated", "unit", "is", "an", "aggregate", "entity", "like", "a", "U.S.", "state", "or", "a", "country", "---", "plausible", "outcome", "modeling", "may", "be", "quite", "challenging", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["\\cite", "{", "manski2018right", "}", ",", "in", "studying", "the", "effect", "of", "right", "-", "to", "-", "carry", "laws", "in", "the", "United", "States", "using", "state", "-", "level", "crime", "rates", ",", "provocatively", "ask", ",", "``", "what", "random", "process", "should", "be", "assumed", "to", "have", "generated", "the", "existing", "United", "States", ",", "with", "its", "realized", "state", "-", "year", "crime", "rates", "?", "'", "'"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "linear", "factor", "model", "is", "indeed", "a", "general", "class", "of", "data", "-", "generating", "process", ",", "but", "in", "this", "pessimistic", "view", ",", "perhaps", "even", "such", "a", "model", "is", "implausible", "for", "the", "settings", "synthetic", "control", "studies", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Yet", ",", "synthetic", "control", "seems", "to", "have", "a", "certain", "intuitive", "appeal", "that", "makes", "it", "a", "potentially", "attractive", "tool", "for", "practitioners", ",", "even", "in", "the", "absence", "of", "a", "formal", "outcome", "model", "justifying", "its", "use", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["In", "this", "paper", ",", "we", "reconcile", "these", "two", "perspectives", "by", "studying", "synthetic", "control", "in", "a", "worst", "-", "case", "outcome", "model", ",", "where", "the", "outcomes", "themselves", "are", "chosen", "by", "an", "adversary", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["By", "making", "explicit", "a", "connection", "between", "panel", "predictions", "and", "online", "convex", "optimization", ","], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["\\", "footnote", "{", "See", ",", ",", ",", "and", "for", "introductions", "to", "online", "learning", ".", "}", "we", "show", "that", "synthetic", "control", "predictions", "are", "never", "much", "worse", "than", "the", "predictions", "made", "by", "an", "oracle", "ex", "post", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "sense", ",", "we", "show", "that", "synthetic", "control", "is", "competitive", "against", "any", "fixed", "matching", "estimator", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "also", "implies", "that", "if", "there", "is", "an", "oracle", "matching", "estimator", "that", "performs", "well", ",", "synthetic", "control", "likewise", "performs", "well", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Moreover", ",", "we", "further", "show", "that", "synthetic", "control", "on", "preprocessed", "data", "is", "competitive", "against", "any", "weighted", "difference", "-", "in", "-", "differences", "estimator", ",", "making", "it", "an", "attractive", "alternative", "in", "panel", "settings", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["These", "\\", "emph", "{", "regret", "}", "guarantees", "average", "performance", "over", "time", ",", "which", "correspond", "to", "expected", "loss", "under", "a", "design", "assumption", "of", "random", "treatment", "timing", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "paper", "notes", "a", "simple", "connection", "between", "synthetic", "control", "and", "online", "learning", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["Specifically", ",", "we", "recognize", "synthetic", "control", "as", "an", "instance", "of", "Follow", "-", "The", "-", "Leader", "(", "FTL", ")", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]} {"tokens": ["Standard", "results", "in", "online", "convex", "optimization", "then", "imply", "that", ",", "even", "when", "outcomes", "are", "chosen", "by", "an", "adversary", ",", "synthetic", "control", "predictions", "of", "counterfactual", "outcomes", "for", "the", "treated", "unit", "perform", "almost", "as", "well", "as", "an", "oracle", "weighted", "average", "of", "control", "units", "'", "outcomes", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Synthetic", "control", "on", "differenced", "data", "performs", "almost", "as", "well", "as", "oracle", "weighted", "difference", "-", "in", "-", "differences", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "argue", "that", "this", "observation", "further", "supports", "the", "use", "of", "synthetic", "control", "estimators", "in", "comparative", "case", "studies", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["{", "Keywords", ":", "Synthetic", "control", ",", "online", "convex", "optimization", ",", "difference", "-", "in", "-", "differences", ",", "regret", "}"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0]} {"tokens": ["Synthetic", "control", "is", "an", "increasingly", "popular", "method", "for", "causal", "inference", "among", "policymakers", ",", "private", "institutions", ",", "and", "social", "scientists", "alike", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "parallel", ",", "there", "is", "a", "rapidly", "growing", "methodological", "literature", "providing", "statistical", "guarantees", "for", "synthetic", "control", "methods", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["{", "See", "the", "review", "by", "as", "well", "as", "the", "special", "section", "on", "synthetic", "control", "methods", "in", "the", "Journal", "of", "the", "American", "Statistical", "Association", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Existing", "guarantees", "for", "synthetic", "control", "are", "typically", "derived", "under", "a", "linear", "factor", "model", "or", "a", "vector", "autoregressive", "model", "of", "the", "outcomes", "\\citep"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["{", "Notably", ",", "similar", "to", "this", "paper", ",", "consider", "a", "design", "-", "based", "framework", "which", "conditions", "on", "the", "outcomes", "and", "consider", "randomness", "arising", "solely", "from", "assignment", "of", "the", "treated", "unit", "and", "the", "treatment", "time", "period", ".", "}"], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["While", "the", "guarantees", "formally", "hold", "under", "these", "outcome", "models", ",", "there", "is", "a", "wide", "sense", "of", "optimism", "that", "the", "synthetic", "control", "method", "is", "robust", "to", "these", "modeling", "assumptions", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["{", "For", "instance", ",", "write", ",", "``", "Outcome", "modeling", "can", "also", "be", "sensitive", "to", "model", "mis-specification", ",", "such", "as", "selecting", "an", "incorrect", "number", "of", "factors", "in", "a", "factor", "model", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Finally", ",", "[", "...", "synthetic", "control", "]", "can", "be", "appropriate", "under", "multiple", "data", "generating", "processes", "(", "e.g.", ",", "both", "the", "autoregressive", "model", "and", "the", "linear", "factor", "model", ")", "so", "that", "it", "is", "not", "necessary", "for", "the", "applied", "researcher", "to", "take", "a", "strong", "stand", "on", "which", "is", "correct", ".", "''"], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["write", ",", "``", "Synthetic", "controls", "are", "intuitive", ",", "transparent", ",", "and", "produce", "reliable", "estimates", "for", "a", "variety", "of", "data", "generating", "processes", ".", "'", "'", "}"], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "squared", "black", "line", "shows", "the", "true", "generalized", "impulse", "responses", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "shock", "increases", "y_{1t}", "on", "impact", "by", "1", ",", "and", "generates", "no", "contemporaneous", "response", "in", "(y_{2t},y_{3t})", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["It", "subsequently", "generates", "an", "oscillating", "pattern", "in", "(y_{1t},", "y_{2t})", "and", "a", "hump", "-", "shaped", "response", "of", "y_{3t}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "dashed", "line", "shows", "the", "pointwise", "mean", "impulse", "response", "from", "the", "linear", "LP", "model", ",", "with", "the", "mean", "computed", "on", "the", "pointwise", "estimates", "along", "the", "100", "iterations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "continuous", "line", "and", "the", "shaded", "area", "report", "the", "pointwise", "median", "and", "95", "\\", "%", "band", "computed", "over", "the", "100", "median", "responses", "from", "the", "BART", "-", "LP", "method", ",", "where", "within", "each", "iteration", ",", "the", "median", "response", "from", "BART", "-", "LP", "is", "computed", "over", "2,000", "posterior", "draws", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "see", "that", "BART", "-", "LP", "does", "remarkably", "well", "in", "replicating", "the", "response", "of", "all", "variables", ",", "capturing", "both", "the", "timing", "and", "the", "magnitude", "of", "the", "response", "correctly", "."], "label_ids": [0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["By", "contrast", ",", "the", "response", "estimated", "with", "the", "linear", "model", "estimated", "an", "attenuated", "effect", ",", "underestimating", "the", "effect", "of", "the", "shock", "in", "the", "short", "horizon", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Threshold", "VAR", "model"], "label_ids": [0, 0, 1]} {"tokens": ["We", "first", "compute", "the", "true", "generalized", "impulse", "responses", "to", "a", "positive", "one", "-", "standard", "-", "deviation", "shock", "to", "a", "y_{3t}", "in", "regime", "1", "by", "setting", "the", "initial", "condition", "of", "the", "impulse", "response", "to", "\\boldsymbol{y}_0", "=", "\\boldsymbol{0}", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["We", "then", "study", "how", "well", "the", "linear", "-", "LP", "and", "the", "BART", "-", "LP", "estimators", "recover", "the", "true", "impulse", "responses", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "generate", "a", "dataset", "of", "300", "observations", ",", "discard", "the", "first", "100", "and", "use", "the", "remaining", "200", "to", "estimate", "the", "impulse", "responses", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "compute", "the", "point", "estimates", "of", "the", "linear", "LP", ",", "and", "compute", "the", "point", "wise", "median", "over", "2,000", "posterior", "draws", "from", "the", "BART", "-", "LP", "estimates", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "then", "repeat", "the", "exercise", "over", "100", "iterations", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["The", "estimated", "models", "use", "4", "lags", "and", "set", "(x_t,", "\\boldsymbol{z}_t)", "to", "replicate", "the", "recursive", "ordering", "within", "LP", "models", ",", "as", "discussed", "in", "\\autoref{sec_irfs}", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "set", "J=250", "."], "label_ids": [0, 0, 1, 0]} {"tokens": ["We", "first", "apply", "our", "methodology", "to", "US", "fiscal", "spending", "shocks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["While", "has", "argued", "that", "US", "fiscal", "multipliers", "are", "stronger", "in", "recession", "than", "in", "boom", ",", "their", "evidence", "has", "been", "called", "into", "question", "by", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "use", "our", "BART", "-", "LP", "procedure", "to", "show", "that", "the", "answer", "to", "this", "question", "depends", "on", "the", "sign", "of", "the", "shock", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "show", "that", "the", "multiplier", "in", "response", "to", "a", "positive", "shock", "does", "not", "change", "significantly", "depending", "on", "whether", "the", "shock", "hits", "the", "economy", "in", "an", "expansion", "or", "in", "a", "recession", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["However", ",", "in", "response", "to", "a", "negative", "shock", "the", "multiplier", "is", "stronger", "in", "a", "recession", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Compared", "to", "the", "models", "used", "by", "and", ",", "our", "methodology", "can", "detect", "both", "non-linearities", "over", "the", "state", "of", "the", "economy", "and", "non-linearities", "over", "the", "sign", "and", "size", "of", "the", "shock", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Our", "results", "hence", "help", "reconcile", "the", "difference", "found", "by", "and", ",", "who", "used", "models", "that", "are", "more", "suitable", "to", "detect", "non-linearities", "over", "the", "state", "of", "the", "economy", ",", "but", "not", "over", "the", "sign", "of", "the", "shocks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Last", ",", "we", "revisit", "the", "analysis", "by", "on", "financial", "shocks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "confirm", "their", "result", "that", "negative", "financial", "shocks", "generate", "detrimental", "effects", "on", "output", "that", "increase", "more", "than", "proportionally", "in", "the", "size", "of", "the", "shock", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["These", "effects", "cannot", "otherwise", "be", "detected", "by", "a", "linear", "model", ",", "which", "is", "doomed", "to", "underestimate", "the", "effect", "of", "strong", "negative", "financial", "shocks", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["This", "paper", "relates", "to", "the", "literature", "that", "studies", "how", "BART", "techniques", "can", "be", "used", "in", "Macroeconometrics", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["introduce", "a", "VAR", "model", "where", "the", "dynamics", "of", "the", "endogenous", "variables", "are", "modelled", "using", "BART", "."], "label_ids": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "authors", "model", "the", "impact", "of", "uncertainty", "shocks", "using", "their", "proposed", "model", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["extend", "the", "BART", "-", "VAR", "to", "a", "mixed", "frequency", "setting", "and", "evaluate", "the", "forecasting", "performance", "of", "the", "model", "."], "label_ids": [0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["show", "that", "multivariate", "BART", "regression", "models", "perform", "well", "in", "terms", "of", "tail", "forecasting", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["To", "the", "best", "of", "our", "knowledge", ",", "our", "paper", "is", "the", "first", "one", "to", "use", "BART", "in", "an", "LP", "framework", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["The", "paper", "is", "also", "part", "of", "a", "broad", "literature", "that", "studies", "the", "advantages", "of", "IRF", "estimation", "using", "LP", "estimators", ",", "relative", "to", "constructing", "IRFs", "on", "vector", "autoregressive", "models", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]} {"tokens": ["Several", "contributions", "document", "the", "performance", "of", "LP", "estimators", ",", "including", ",", ",", ",", ",", "and", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["While", "LP", "estimators", "are", "usually", "proposed", "in", "a", "frequentist", "setting", ",", "we", "follow", "and", "take", "a", "Bayesian", "approach", "to", "LP", ",", "yet", "in", "a", "non-linear", "framework", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["An", "alternative", "approach", "is", "to", "follow", "more", "closely", "and", "use", "a", "separate", "impulse", "vector", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["One", "can", "estimate", "a", "preliminary", "SVAR", "on", "\\boldsymbol{y}_t", "and", "use", "a", "preferred", "identification", "approach", "to", "estimate", "the", "impulse", "vector", "\\boldsymbol{d}", "of", "variables", "\\boldsymbol{y}_t", "to", "a", "shock", "to", "variable", "x_t", "of", "size", "d", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "above", "algorithm", "can", "then", "be", "run", "by", "setting", "x_t=0", "and", "\\boldsymbol{z}_t", "=", "(\\boldsymbol{y}_{t-1}',", "..,", "\\boldsymbol{y}_{t-L}')'", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Step", "1", "of", "the", "algorithm", "is", "still", "required", "to", "generate", "\\{", "\\hat{\\epsilon}_{i,t}^{(0),d}\\}_{t=1}^T", ",", "d", "=", "1,", "..,", "D", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Last", ",", "to", "be", "operational", ",", "the", "above", "procedure", "requires", "specifying", "the", "conditioning", "values", "\\big(", "\\bar{x},", "\\bar{\\boldsymbol{z}},", "\\bar{\\boldsymbol{w}}^{(h)}", "\\big)", "as", "well", "as", "the", "shock", "d", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["The", "former", "can", "be", "set", "differently", "depending", "on", "whether", "the", "shock", "is", "simulated", "to", "hit", "the", "economy", "at", "any", "point", "in", "time", "or", "on", "a", "subset", "of", "periods", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Our", "baseline", "specification", "sets", "\\big(", "\\bar{x},", "\\bar{\\boldsymbol{z}},", "\\bar{\\boldsymbol{w}}^{(h)}", "\\big)", "equal", "to", "the", "sample", "average", ",", "which", "is", "computed", "within", "each", "regression", "model", "h", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["d", ",", "instead", ",", "can", "be", "set", "in", "accordance", "to", "the", "sign", "and", "size", "of", "the", "intended", "shock", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["Monte", "Carlo", "simulation", "%"], "label_ids": [0, 0, 1, 0]} {"tokens": ["We", "use", "Monte", "Carlo", "simulations", "to", "assess", "if", "BART", "-", "LP", "can", "recover", "the", "true", "non-linear", "patters", "of", "a", "data", "generating", "process", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "use", "three", "different", "data", "generating", "processes", ":", "a", "SVAR", "-", "GARCH", "model", ",", "a", "Threshold", "VAR", "model", ",", "and", "a", "sign", "-", "dependent", "Moving", "Average", "model", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["SVAR", "-", "GARCH", "model"], "label_ids": [0, 0, 0, 1]} {"tokens": ["B", "in", ",", "We", "use", "a", "simulation", "exercise", "to", "study", "how", "well", "the", "BART", "-", "LP", "methodology", "recovers", "the", "true", "impulse", "responses", "associated", "with", "a", "shock", "to", "y_{1t}", "of", "size", "1", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "first", "use", "generalized", "impulse", "responses", "to", "simulate", "the", "true", "impulse", "responses", "associated", "with", "\\epsilon_{1t}=1", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "remaining", "200", "observations", "are", "used", "to", "estimate", "the", "point", "wise", "linear", "LP", "impulse", "response", ",", "as", "well", "as", "the", "impulse", "response", "computed", "from", "the", "BART", "-", "LP", "method", ",", "setting", "d=1", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} {"tokens": ["The", "estimated", "model", "uses", "2", "lags", ",", "and", "sets", "x_t", "equal", "to", "the", "true", "realizations", "of", "\\epsilon_{1t}", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["We", "set", "J=250", "."], "label_ids": [0, 0, 1, 0]} {"tokens": ["A", "conjugate", "inverse", "\\chi^{2}", "prior", "is", "used", "for", "the", "variance", "\\sigma_{t+h}^{2", "~(h)}", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["The", "hyperparameters", "of", "the", "prior", "distribution", "are", "set", "by", "using", "an", "estimate", "\\hat{\\sigma}_{t+s}^{2~(h)}", "of", "the", "variance", "obtained", "from", "a", "linear", "regression", "."], "label_ids": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["Under", "the", "default", "prior", ",", "the", "hyperparameters", "are", "chosen", "so", "that", "\\Pr(", "\\sigma_{t+s}^{(h)}<\\hat{\\sigma}_{t+s}^{(h)})", "=0.9", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["The", "total", "number", "of", "trees", "J", "is", "fixed", "."], "label_ids": [0, 0, 0, 0, 1, 1, 0, 0, 0]} {"tokens": ["MCMC", "algorithm"], "label_ids": [0, 1]} {"tokens": ["The", "MCMC", "algorithm", "devised", "by", "samples", "from", "the", "conditional", "posterior", "distributions", "of", "\\sigma_{t+h}^{2~(h)}", "and", "the", "parameters", "of", "the", "regression", "trees", "in", "each", "iteration", "."], "label_ids": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0]} {"tokens": ["Each", "iteration", "of", "the", "algorithm", "samples", "from", "the", "following", "conditional", "posteriors", ":"], "label_ids": [0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]} {"tokens": ["\\item", "conditional", "on", "the", "trees", ",", "the", "error", "variance", "can", "be", "easily", "drawn", "from", "the", "inverse", "Gamma", "distribution", ";", "\\item", "the", "conditional", "posterior", "distribution", "of", "the", "tree", "structure", "is", "not", "known", "in", "closed", "form", "and", "a", "Metropolis", "-", "Hastings", "algorithm", "is", "used", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["\\item", "the", "conditional", "posterior", "distribution", "of", "the", "terminal", "node", "parameters", "is", "Gaussian", "with", "the", "parameters", "known", "in", "closed", "form", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Autocorrelation", "%"], "label_ids": [1, 0]} {"tokens": ["The", "residual", "term", "in", "LP", "models", "is", "known", "to", "be", "autocorrelated", ",", "a", "feature", "that", "must", "be", "taken", "into", "account", "in", "the", "estimation", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["In", "the", "case", "of", "linear", "local", "projections", ",", "it", "has", "been", "shown", "that", "the", "residual", "at", "horizon", "h", "follows", "a", "MA(h-1)", "process", ",", "see", "for", "instance", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["suggests", "a", "GLS", "procedure", "whereby", "the", "autocorrelation", "is", "eliminated", "by", "including", "leads", "of", "the", "LP", "residuals", "from", "horizon", "h=0", "in", "the", "conditioning", "set", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0]} {"tokens": ["In", "their", "most", "popular", "specification", ",", "LP", "estimators", "impose", "a", "linearity", "between", "y_{t+h}", "and", "(x_t,", "w_t)", "."], "label_ids": [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0]} {"tokens": ["This", "limitation", "implies", "that", "linear", "LPs", "cannot", "be", "used", "to", "study", "non-linear", "effects", "of", "the", "shocks", "of", "interest", ",", "for", "instance", "non-linearities", "on", "the", "sign", "or", "size", "of", "the", "shock", ",", "or", "on", "the", "economic", "conditions", "when", "the", "shock", "occurs", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]} {"tokens": ["Some", "extensions", "of", "the", "linear", "LP", "estimator", "have", "been", "proposed", ",", "but", "they", "all", "rely", "on", "the", "functional", "form", "introduced", "to", "model", "the", "non-linearity", "."], "label_ids": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["and", "use", "a", "smooth", "transition", "function", "and", "a", "threshold", "function", ",", "respectively", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0]} {"tokens": ["and", "use", "a", "time", "varying", "extension", "of", "LP", "based", "on", "parametric", "state", "-", "space", "models", ",", "while", "provides", "a", "more", "general", "framework", "for", "modelling", "structural", "shifts", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["In", "this", "paper", "we", "propose", "a", "flexible", "non-linear", "extension", "of", "the", "LP", "estimator", "that", "does", "not", "require", "assumptions", "on", "the", "functional", "form", "of", "the", "LP", "regression", "equation", "."], "label_ids": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]} {"tokens": ["We", "propose", "a", "non-parametric", "LP", "estimator", "that", "uses", "the", "Bayesian", "Additive", "Regression", "Trees", "(", "BART", ")", "model", "to", "approximate", "the", "unknown", "function", "m_h(z_{t})", "in", "the", "more", "general", "equation", "y_{t+h}=m_{h}(z_{t})+u_{t+h}", ",", "with", "z_{t}=(x_t,w_t)", "."], "label_ids": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} {"tokens": ["Introduced", "by", ",", "BART", "uses", "regression", "trees", "as", "its", "building", "block", "."], "label_ids": [0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0]} {"tokens": ["Regression", "trees", "split", "the", "space", "of", "explanatory", "variables", "z_{t}", "into", "sub-groups", "based", "on", "rules", "of", "the", "form", "z_{t,j}