sentences
sequence
ner_tags
sequence
[ "Finally", ",", "the", "training", "objective", "of", "Template", "-", "to-", "Lyric", "model", "is", "to", "minimize", "the", "loss", "Ltot", ":", "Ltot", "=", "LT2L+α∗", "L′", "L2B", ",", "(", "5", ")", "where", "αis", "a", "hyper", "-", "parameter", "to", "weigh", "CCL", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HyperparameterName", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "3.4", "Inference", "Procedure", "In", "this", "subsection", ",", "we", "describe", "the", "inference", "proce-", "dure", "of", "UniLG", "for", "various", "lyrics", "generation", "condi-", "tions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "major", "steps", "are", "shown", "in", "Algorithm", "1,987", "including", "\"", "Beat", "Construction", "\"", ",", "\"", "Masked", "Lyric", "Con-", "struction", "\"", ",", "and", "\"", "Components", "Construction", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Given", "the", "template", "Tby", "Algorithm", "1", ",", "the", "Template", "-", "to-", "Lyric", "module", "generates", "the", "Lyric", "Land", "the", "Lauto-", "regressively", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "Beat", "Construction", "\"", "is", "a", "method", "to", "construct", "the", "Beat", "Bfrom", "raw", "input", "X", "(", "e.g", ".", ",", "beat", ",", "lyric", ",", "mu-", "sic", "score", ",", "audio", ",", "etc.", ")", "8", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "Beat", "Construction", "\"", "con-", "sists", "of", "\"", "Sentence", "Length", "Generation", "\"", "and", "\"", "Beat", "Generation", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "Sentence", "Length", "Generation", "\"", "gen-", "erates", "a", "sequence", "of", "numbers", "with", "each", "number", "denoting", "the", "length", "of", "one", "sentence9", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "Beat", "Gen-", "eration", "\"", "generates", "the", "Beat", "based", "on", "the", "outputs", "from", "\"", "Sentence", "Length", "Generation", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "exam-", "ple", ",", "if", "\"", "Sentence", "Length", "Generation", "\"", "generate", "a", "sequence", "S=", "[", "3,2", "]", ",", "\"", "Beat", "Generation", "\"", "may", "re-", "turnB=", "[", "⟨bos⟩", ",", "Beat", "1", ",", "Beat", "3", ",", "Beat", "0", ",", "⟨", "/", "s⟩", ",", "Beat", "0", ",", "Beat", "1", ",", "⟨", "/", "s⟩", ",", "⟨eos⟩", "]", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "To", "achieve", "content", "controllable", "generation", ",", "we", "use", "keywords", "Kto", "construct", "the", "Masked", "Lyrics", "M", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Based", "on", "the", "keyword10", ",", "the", "model", "generates", "the", "lyrics", "in", "the", "MLM", "manner", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "keywords", "can", "be", "either", "user", "-", "specified", "or", "sampled", "from", "the", "train-", "ing", "corpus", ",", "which", "should", "appear", "in", "the", "generated", "lyrics", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "Masked", "Lyric", "Construction", "\"", "is", "a", "method", "to", "construct", "the", "masked", "lyrics", "Mcondition", "on", "Beat", "Band", "keywords", "K", "." ]
[ "O", "B-MethodName", "I-MethodName", "I-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Similar", "to", "the", "construction", "of", "PandSin", "Section", "3.2", ",", "given", "Beat", "B", ",", "Mcan", "be", "constructed", "by", "replacing", "the", "token", "that", "is", "not", "in", "E", "with", "the", "mask", "token", "or", "keywords", "in", "Krandomly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "Components", "Construction", "\"", "is", "a", "method", "to", "ob-", "tain", "the", "other", "components", "given", "MandBas", "de-", "scribed", "in", "Section", "3.2", ",", "and", "organize", "all", "components", "for", "the", "template", "." ]
[ "O", "B-MethodName", "I-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "4", "Experimental", "Settings", "4.1", "Dataset", "We", "collect", "lyrics", "of", "249,007", "Chinese", "pop", "songs", "from", "Internet", "as", "the", "base", "of", "our", "experiments", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Lyric", "-", "Template", "Dataset", "." ]
[ "O", "O", "O", "O", "O" ]
[ "We", "use", "the", "pre", "-", "trained", "Lyric", "-", "to", "-", "Beat", "model", "to", "extract", "the", "lyric", "-", "template", "dataset", "from", "249,007", "lyrics", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "randomly", "select", "8000", "songs", "for", "the", "validation", "and", "test", "set", "respec-", "tively", ",", "and", "the", "remaining", "songs", "are", "used", "for", "training", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "data", "statistics", "are", "shown", "in", "Appendix", "B", "." ]
[ "O", "O", "O", "O", "O", "O", "B-DatasetName", "I-DatasetName", "O" ]
[ "8The", "details", "of", "the", "Lyric", "-", "to", "-", "Beat", ",", "MIDI", "-", "to", "-", "Beat", ",", "and", "Audio", "-", "to", "-", "Beat", "modules", "are", "discussed", "in", "Appendix", "D", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "9The", "sentence", "means", "the", "sub", "-", "sequence", "between", "special", "symbols", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "10If", "keywords", "are", "empty", ",", "we", "will", "randomly", "select", "some", "popular", "words", "as", "keywords", ".", "Algorithm", "1", "Template", "Construction", "In", "Inference", "Input", ":", "X", ":", "the", "raw", "input", ";", "K", ":", "keywords", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Output", ":", "T", ",", "generated", "compound", "template", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "DefBeat", "Construction", "(", "X", ")", ":", "Case", "of", "X", ":", "a", "beat", "sequence", ":", "B", "=", "X", "a", "lyric", "sequence", ":", "B", "=", "Lyric", "-", "to", "-", "Beat", "(", "X", ")", "a", "MIDI", "file", ":", "B", "=", "MIDI", "-", "to", "-", "Beat", "(", "X", ")", "a", "audio", "file", ":", "B", "=", "Audio", "-", "to", "-", "Beat", "(", "X", ")", "None", ":", "S", "=", "Sentence", "Length", "Generation", "(", ")", "B", "=", "Beat", "Generation", "(", "S", ")", "end", "Case", "return", "B", "B", "=", "Beat", "Construction", "(", "X", ")", "M", "=", "Masked", "Lyric", "Construction", "(", "B", ",", "K", ")", "return", "T", "=", "Components", "Construction", "(", "B", ",", "M", ")", "Additional", "Dataset", ":", "Song8k", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-DatasetName", "O" ]
[ "We", "also", "annotate", "8,000", "songs", "with", "structure", "labels", "(", "sentence", "-", "level", "chorus", "and", "verse", "label", ")", "for", "evaluation", "and", "we", "name", "this", "dataset", "Song8k", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-DatasetName", "O" ]
[ "For", "dataset", "settings", ",", "we", "use", "all", "8,000", "songs", "for", "further", "evaluation", "in", "the", "Template-", "to", "-", "Lyric", "module", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "4.2", "Baselines", "in", "Model", "Comparison", "We", "compare", "with", "two", "baselines", "in", "the", "experi-", "ments", ":", "1", ")", "MT5", ",", "a", "pre", "-", "trained", "Transformer", "lan-", "guage", "model", "(", "Xue", "et", "al", ".", ",", "2021b", ")", ";", "2", ")", "SongNet", ",", "a", "format", "-", "controlled", "text", "generation", "model", "(", "Li", "et", "al", ".", ",", "2020", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "MT5", "and", "SongNet", "construct", "their", "inputs", "with", "the", "same", "corpus", "as", "the", "lyric", "-", "template", "dataset", "." ]
[ "B-MethodName", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "MT5", ",", "SongNet", ",", "and", "UniLG", "have", "similar", "parame-", "ters", "and", "all", "models", "use", "the", "same", "pre", "-", "trained", "model", "as", "initialization", "for", "a", "fair", "comparison", "." ]
[ "B-MethodName", "O", "B-MethodName", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "details", "of", "the", "model", "configuration", ",", "training", ",", "and", "decoding", "settings", "are", "reported", "in", "Appendix", "E", "and", "G", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "4.3", "Objective", "Evaluation", "Metrics", "We", "use", "three", "kinds", "of", "objective", "evaluation", "metrics", ":", "general", "level", ",", "low", "level", ",", "and", "high", "level", "(", "more", "de-", "tails", "can", "be", "found", "in", "Appendix", "F", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "General", "Level", ":", "Besides", "perplexity", "(", "PPL", ")", ",", "we", "use", "Integrity", "metric", "to", "evaluate", "the", "sentence", "integrity", "(", "Li", "et", "al", ".", ",", "2020", ")", ",", "which", "calculates", "the", "average", "proba-", "bility", "of", "the", "separation", "token", "given", "previous", "tokens", "." ]
[ "O", "O", "O", "O", "B-MetricName", "O", "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Low", "Level", ":", "We", "use", "Format", "F1", "and", "Beat", "F1", "to", "evaluate", "the", "degree", "of", "consistency", "between", "the", "gen-", "erated", "lyrics", "and", "the", "given", "textual", "format", "(", "Segment", "and", "Intro", "-", "Position", ")", "and", "rhythm", "patterns", "(", "Beat", ")", "in", "the", "template.988", "High", "Level", ":", "We", "use", "Song8k", "and", "a", "pre", "-", "trained", "model", "(", "details", "are", "in", "Appendix", "C", ")", "to", "evaluate", "the", "quality", "of", "the", "structure", "of", "generated", "lyrics", "." ]
[ "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "B-MetricName", "I-MetricName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-DatasetName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Specifi-", "cally", ",", "the", "model", "predicts", "a", "chorus", "or", "verse", "label", "for", "each", "sentence", "in", "generated", "lyrics", "and", "compares", "it", "with", "the", "human", "annotations", "to", "obtain", "Structure", "F1", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O" ]
[ "4.4", "Subjective", "Evaluation", "Metrics", "As", "illustrated", "in", "Section", "?", "?", ",", "the", "Beat", "is", "important", "for", "the", "compound", "template", "and", "may", "have", "a", "big", "im-", "pact", "on", "our", "framework", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "conduct", "subjective", "ex-", "periments", "for", "\"", "Beat", "Construction", "\"", ",", "including", "\"", "Sen-", "tence", "Length", "Generation", "\"", "and", "\"", "Beat", "Generation", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Besides", ",", "we", "also", "conduct", "subjective", "experiments", "for", "model", "comparison", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "each", "subjective", "experi-", "ment", ",", "we", "invite", "43", "annotators", "to", "evaluate", "the", "gen-", "erated", "lyrics", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Each", "annotator", "is", "required", "to", "score", "lyrics", "concerning", "four", "aspects", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Each", "aspect", "is", "rated", "with", "an", "opinion", "score", "from", "1", "to", "5", "(", "from", "bad", "to", "excellent", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "B-MetricValue", "O", "B-MetricValue", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "four", "aspects", "are", "as", "follows", ":", "1", ")", "Co-", "herence", ":", "the", "overall", "consistency", "of", "the", "topic", "of", "the", "entire", "song", ";", "2", ")", "Fluency", ":", "the", "fluency", "of", "the", "semantic", "correlation", "within", "a", "sentence", "and", "between", "the", "sen-", "tence", ";", "3", ")", "Correlation", ":", "the", "structural", "or", "semantic", "similarity", "among", "sentences", ",", "such", "as", "the", "distribution", "of", "words", "and", "corresponding", "relationships", "of", "sen-", "tences", ";", "4", ")", "Fascination", ":", "the", "degree", "of", "fascinating", "sentences", "in", "annotators", "’", "opinion", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "5", "Experiments", "Results", "In", "this", "section", ",", "we", "report", "and", "analyze", "both", "objective", "and", "subjective", "experimental", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "also", "show", "some", "cases", "in", "Appendix", "H", "to", "verify", "the", "ability", "of", "UniLG", "to", "handle", "different", "generation", "conditions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O" ]
[ "5.1", "Objective", "Results", "Model", "Comparison", "We", "compare", "MT5", ",", "SongNet", ",", "and", "UniLG", "on", "the", "Song8k", "and", "the", "test", "set", "of", "the", "lyric", "-", "template", "dataset", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "B-MethodName", "O", "O", "B-MethodName", "O", "O", "B-DatasetName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "results", "of", "the", "model", "comparison", "(", "in", "Table", "1", ")", "show", "that", "MT5", "achieves", "the", "best", "results", "in", "PPL", "and", "Integrity", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "B-MetricName", "O", "B-MetricName", "O" ]
[ "Our", "UniLG", "outperforms", "baselines", "in", "Format", "F1", ",", "Beat", "F1", ",", "and", "Structure", "F1.The", "Structure", "F1", "shows", "that", "our", "framework", "does", "generate", "the", "lyrics", "with", "better", "structure", ",", "which", "indicates", "that", "the", "musical", "information", "improves", "the", "structural", "modeling", "." ]
[ "O", "B-MethodName", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "B-MetricName", "I-MetricName", "O", "O", "B-MetricName", "I-MetricName", "B-MetricName", "I-MetricName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Ablation", "Study", "We", "further", "ablate", "our", "UniLG", "to", "verify", "the", "impact", "of", "musical", "and", "textual", "informa-", "tion", "as", "well", "as", "the", "CCL", "." ]
[ "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "From", "the", "results", "shown", "in", "Table", "2", ",", "we", "see", "that", "the", "textual", "information", "(", "Seg", "&", "Pos", ")", ",", "musical", "information", "(", "Bar", "&", "Beat", ")", ",", "andCCL", "play", "crucial", "roles", "in", "the", "overall", "performance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "These", "modules", "of", "our", "framework", "show", "significant", "improvement", ",", "especially", "on", "the", "metrics", "of", "Beat", "F1", "and", "Structure", "F1", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "B-MetricName", "I-MetricName", "O" ]
[ "The", "CCL", "may", "enhance", "the", "musical", "information", "to", "boost", "performance", "in", "For-", "mat", "F1", ",", "Beat", "F1", ",", "and", "Structure", "F1", ",", "but", "at", "the", "same", "time", "may", "introduce", "noise", "and", "cause", "degradation", "in", "general", "metrics", "(", "PPL", "and", "Integrity", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "I-MetricName", "O", "B-MetricName", "I-MetricName", "O", "O", "B-MetricName", "I-MetricName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "effec-", "tiveness", "of", "the", "CCL", "further", "proves", "that", "the", "musi-", "cal", "information", "behind", "the", "lyrics", "does", "benefit", "the", "structure", "-", "aware", "lyric", "generation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "notice", "that", "the", "musical", "information", "(", "Bar", "&", "Beat", ")", "degrades", "the", "per-", "formance", "of", "the", "framework", "more", "than", "the", "textual", "information", "and", "CCL", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "may", "be", "due", "to", "there", "being", "extra", "position", "embeddings", "for", "input", "data", "in", "MT5", "model", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O" ]
[ "When", "it", "comes", "to", "music", "information", ",", "missing", "Bar", "&", "Beat", "leads", "to", "a", "complete", "loss", "of", "infor-", "mation", ",", "while", "missing", "the", "Seg", "&", "Pos", "only", "partially", "loses", "position", "information", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "5.2", "Subjective", "Results", "Template", "Construction", "As", "the", "template", "directly", "affects", "the", "Template", "-", "to", "-", "Lyric", "module", ",", "we", "perform", "the", "subjective", "evaluation", "on", "different", "settings", "of", "\"", "Sentence", "Length", "Generation", "\"", "and", "\"", "Beat", "Genera-", "tion", "\"", "in", "Algorithm", "1", "to", "investigate", "the", "impact", "of", "the", "compound", "template", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "\"", "Sentence", "Length", "Generation", "\"", ",", "we", "have", "2", "candidate", "settings", ":", "1", ")", "Random", ",", "the", "length", "of", "the", "sentence", "is", "randomly", "chosen", "from", "6", "to", "12", ";", "2", ")", "2-", "gram", ",", "the", "next", "sentence", "length", "is", "generated", "condi-", "tioned", "on", "the", "length", "of", "the", "previous", "sentence", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "generate", "40", "songs", "in", "6", "to", "16", "sentences", "for", "each", "setting", "." ]
[ "O", "O", "O", "O", "O", "B-HyperparameterValue", "O", "B-HyperparameterValue", "B-HyperparameterName", "O", "O", "O", "O" ]
[ "Given", "two", "number", "sequences", "generated", "by", "\"", "Sentence", "Length", "Generation", "\"", "of", "two", "settings", ",", "the", "two", "Beat", "can", "be", "generated", "by", "the", "same", "method", "of", "\"", "Beat", "Generation", "\"", ",", "whose", "setting", "is", "chosen", "ran-", "domly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "results", "in", "Table", "3", "show", "that", "Random", "and", "2", "-", "gram", "strategies", "achieve", "comparable", "perfor-", "mance", "and", "different", "sentence", "length", "generation", "strategies", "have", "little", "influence", "on", "models", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "\"", "Beat", "Generation", "\"", ",", "we", "have", "3", "candidate", "set-", "tings", ":", "1", ")", "Random", ",", "the", "beat", "information", "for", "each", "character", "is", "randomly", "chosen", "from", "B", ";", "2", ")", "Rule", ",", "the", "beat", "is", "non", "-", "decreasing", "than", "the", "previous", "one", ";", "3", ")", "Sample", ",", "we", "compute", "the", "statistics", "of", "the", "beat", "se-", "quence", "of", "each", "length", "in", "the", "lyric", "-", "template", "dataset", "and", "sample", "the", "beat", "sequence", "conditioned", "on", "the", "sequence", "length", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "generate", "40", "songs", "in", "6", "to", "16", "sentences", "for", "each", "setting", "(", "\"", "Sentence", "Lengths", "Gen-", "eration", "\"", "uses", "2", "-", "gram", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "result", "in", "Table", "4", "shows989", "Table", "1", ":", "Model", "comparison", "with", "objective", "metrics", "on", "the", "test", "set", "of", "lyric", "-", "template", "dataset", "and", "Song8k", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-DatasetName", "I-DatasetName", "I-DatasetName", "I-DatasetName", "O", "B-DatasetName", "O" ]
[ "T", "-", "L", "and", "S8", "stand", "for", "lyric", "-", "template", "dataset", "and", "Song8k", "respectively", "." ]
[ "B-DatasetName", "I-DatasetName", "I-DatasetName", "O", "B-DatasetName", "O", "O", "B-DatasetName", "I-DatasetName", "I-DatasetName", "I-DatasetName", "O", "B-DatasetName", "O", "O" ]
[ "CCL", "denotes", "the", "cycle", "-", "consistency", "loss", "in", "Section", "?", "?", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Table", "3", ":", "The", "MOS", "score", "of", "different", "settings", "in", "\"", "Sen-", "tence", "Length", "Generation", "\"", "." ]
[ "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "adapt", "2", "-", "gram", "for", "\"", "Sentence", "Length", "Generation", "\"", "and", "Sample", "for", "Beat", "Genera-", "tion", "in", "model", "comparison", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "results", "in", "Table", "5", "show", "that", "our", "UniLG", "outperforms", "the", "baselines", ",", "which", "furtherTable", "5", ":", "The", "MOS", "score", "of", "model", "comparison", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MetricName", "I-MetricName", "O", "O", "O", "O" ]
[ "Table", "1", "and", "5", "prove", "that", "our", "compound", "template", "enables", "a", "stronger", "structure", "modeling", "ability", "than", "SongNet", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O" ]
[ "This", "may", "be", "because", "that", "the", "compound", "template", "provides", "discriminative", "representations", "for", "lyrics", "under", "the", "guidance", "of", "musical", "information", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "MT5", "achieves", "better", "PPL", "and", "Integrity", "in", "Table", "1", "but", "gets", "lower", "MOS", "results", "in", "Fluency", "in", "Table", "5", "." ]
[ "O", "B-MethodName", "O", "O", "B-MetricName", "O", "B-MetricName", "O", "O", "O", "O", "O", "O", "B-MetricName", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "indicates", "that", "MT5", "may", "pay", "too", "much", "atten-", "tion", "to", "the", "fluency", "of", "the", "text", "but", "lacking", "the", "logical", "correlation", "between", "sentences", "." ]
[ "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "5.3", "Case", "Studies", "We", "also", "show", "some", "cases", "in", "Appendix", "H", "to", "verify", "the", "ability", "of", "UniLG", "to", "handle", "different", "genera-", "tion", "conditions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O" ]
[ "Although", "lyrics", "generated", "condi-", "tioned", "on", "the", "templates", "constructed", "by", "automatic", "method", "Template", "Construction", "are", "less", "satisfying", "(", "cases", "in", "Figure", "5", ")", ",", "the", "handcrafted", "template", "or", "template", "extracted", "by", "other", "resources", "achieves", "sat-", "isfying", "results", "as", "shown", "in", "Figure", "6", "and", "7", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "These", "cases", "demonstrate", "that", "the", "template", "is", "human-990", "understandable", "and", "can", "be", "manipulated", "by", "users", "directly", "as", "in", "Section", "3.1", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "results", "in", "Figure", "8", "and", "9", "indicate", "that", "the", "template", "acts", "as", "a", "bridge", "between", "lyrics", "and", "the", "rhythmic", "sources", "(", "e.g.", ",", "au-", "dio", ",", "music", "score", ",", "etc", ".", ")", ",", "which", "enables", "our", "UniLG", "to", "generate", "lyrics", "conditioned", "on", "different", "signals", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "6", "Conclusion", "In", "this", "paper", ",", "we", "propose", "UniLG", ",", "a", "unified", "structure", "-", "aware", "lyric", "generation", "framework", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "With", "our", "designed", "compound", "template", "to", "indicate", "the", "structure", "of", "lyrics", "with", "textual", "and", "musical", "infor-", "mation", ",", "which", "acts", "as", "a", "bridge", "between", "the", "rhyth-", "mic", "sources", "and", "lyrics", ",", "UniLG", "can", "handle", "different", "lyrics", "generation", "conditions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "also", "introduce", "a", "cycle", "-", "consistency", "loss", "to", "enhance", "the", "impact", "of", "musical", "information", "to", "improve", "performance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Ex-", "tensive", "experiments", "demonstrate", "the", "effectiveness", "of", "our", "framework", ",", "achieving", "significant", "improve-", "ment", "in", "both", "objective", "and", "subjective", "evaluations", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "will", "explore", "topic", "-", "driven", "lyrics", "generation", "in", "our", "future", "work", "." ]
[ "O", "O", "O", "B-TaskName", "I-TaskName", "I-TaskName", "I-TaskName", "I-TaskName", "O", "O", "O", "O", "O" ]
[ "Limitations", "The", "limitations", "of", "our", "work", "include", ":", "1", ")", "In", "our", "work", ",", "the", "structure", "of", "lyrics", "is", "the", "chorus", "and", "verse", "parts", "of", "songs", ",", "and", "it", "is", "learned", "in", "a", "data", "-", "driven", "man-", "ner", ",", "which", "highly", "relies", "on", "data", "quality", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "2", ")", "The", "settings", "of", "the", "Lyric", "-", "to", "-", "Beat", "model", "will", "limit", "the", "effect", "of", "our", "model", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "this", "work", ",", "we", "make", "an", "assumption", "that", "all", "songs", "are", "with", "4", "/", "4", "time", "sig-", "natures", "for", "the", "Lyric", "-", "to", "-", "Beat", "model", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "the", "time", "signature", "is", "not", "4", "/", "4", ",", "we", "need", "to", "re", "-", "train", "the", "Lyric-", "to", "-", "Beat", "model.3", ")", "Better", "”", "Beat", "Construction", "”", "can", "be", "investigated", ",", "such", "as", "using", "a", "language", "model", "to", "generate", "the", "beat", "sequence", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "only", "explore", "the", "simple", "method", "and", "achieve", "satisfying", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "4", ")", "The", "model", "trained", "from", "scratch", "may", "not", "achieve", "satisfying", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "a", "GPU", "with", "at", "least", "20", "G", "memory", "may", "be", "needed", "to", "use", "the", "pre", "-", "trained", "lan-", "guage", "model", "(", "MT5", ")", "to", "reproduce", "our", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O" ]
[ "Ethics", "Statement", "Under", "the", "review", "of", "the", "company", "’s", "legal", "team", ",", "the", "data", "collected", "for", "research", "is", "under", "legally", "cor-", "rect", "copyright", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "artifacts", "we", "used", "(", "e.g.", ",", "MT5", ",", "other", "codes", ",", "etc", ")", "are", "consistent", "with", "their", "intended", "use", "and", "meet", "corresponding", "licenses", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "mother", "tongue", "of", "all", "annotators", "is", "Chinese", "and", "the", "annota-", "tors", "are", "recruited", "by", "the", "human", "resources", "depart-", "ments", "and", "the", "payment", "is", "adequate", "enough", "(", "The", "an", "-", "notators", "receive", "an", "hourly", "wage", "of", "80", "RMB", ",", "about", "12", "USD", ")", "according", "to", "the", "laws", "and", "regulations", "of", "our", "country", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Before", "the", "experiments", ",", "we", "report", "key", "information", "about", "the", "requirements", "for", "human", "an-", "notators", ",", "including", "the", "evaluation", "criteria", "and", "the", "usage", "of", "their", "annotations", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "have", "used", "the", "data", "under", "the", "consensus", "of", "the", "industry", "and", "research", "and", "the", "final", "information", "used", "for", "research", "does", "not", "include", "any", "protected", "category", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Proceedings", "of", "the", "61st", "Annual", "Meeting", "of", "the", "Association", "for", "Computational", "Linguistics", "Volume", "1", ":", "Long", "Papers", ",", "pages", "1002–1017", "July", "9", "-", "14", ",", "2023", "©", "2023", "Association", "for", "Computational", "Linguistics", "FC", "-", "KBQA", ":", "A", "Fine", "-", "to", "-", "Coarse", "Composition", "Framework", "for", "Knowledge", "Base", "Question", "Answering", "Lingxi", "Zhang1", ",", "Jing", "Zhang1∗", ",", "Yanling", "Wang1", ",", "Shulin", "Cao2", ",", "Xinmei", "Huang1", ",", "Cuiping", "Li1", ",", "Hong", "Chen1", ",", "Juanzi", "Li2", "1School", "of", "Information", ",", "Renmin", "University", "of", "China", ",", "Beijing", ",", "China", "2Department", "of", "Computer", "Science", "and", "Technology", ",", "Tsinghua", "University", ",", "Beijing", ",", "China", "{", "zhanglingxi", ",", "zhang", "-", "jing", ",", "wangyanling", ",", "huangxinmei", ",", "licuiping", ",", "chong", "}", "@", "ruc.edu.cn", "{", "caosl19", "}", "@", "mails.tsinghua.edu.cn", ",", "{", "lijuanzi", "}", "@", "tsinghua.edu.cn", "Abstract", "The", "generalization", "problem", "on", "KBQA", "has", "drawn", "considerable", "attention", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-MethodName", "I-MethodName", "I-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-TaskName", "I-TaskName", "I-TaskName", "I-TaskName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-TaskName", "O", "O", "O", "O", "O" ]
[ "Existing", "research", "suffers", "from", "the", "generalization", "issue", "brought", "by", "the", "entanglement", "in", "the", "coarse", "-", "grained", "mod-", "eling", "of", "the", "logical", "expression", ",", "or", "inexecutabil-", "ity", "issues", "due", "to", "the", "fine", "-", "grained", "modeling", "of", "disconnected", "classes", "and", "relations", "in", "real", "KBs", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "propose", "a", "Fine", "-", "to", "-", "Coarse", "Compo-", "sition", "framework", "for", "KBQA", "(", "FC", "-", "KBQA", ")", "to", "both", "ensure", "the", "generalization", "ability", "and", "exe-", "cutability", "of", "the", "logical", "expression", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-TaskName", "O", "B-MethodName", "I-MethodName", "I-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "main", "idea", "of", "FC", "-", "KBQA", "is", "to", "extract", "relevant", "fine-", "grained", "knowledge", "components", "from", "KB", "and", "reformulate", "them", "into", "middle", "-", "grained", "knowl-", "edge", "pairs", "for", "generating", "the", "final", "logical", "ex-", "pressions", "." ]
[ "O", "O", "O", "O", "B-MethodName", "I-MethodName", "I-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "FC", "-", "KBQA", "derives", "new", "state", "-", "of", "-", "the-", "art", "performance", "on", "GrailQA", "and", "WebQSP", ",", "and", "runs", "4", "times", "faster", "than", "the", "baseline", "." ]
[ "B-MethodName", "I-MethodName", "I-MethodName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-DatasetName", "O", "B-DatasetName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Our", "code", "is", "now", "available", "at", "GitHub", "https", ":", "/", "/", "github", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "1", "Introduction", "Question", "answering", "over", "knowledge", "bases", "(", "KBQA", ")", "aims", "to", "provide", "a", "user", "-", "friendly", "way", "to", "access", "large-", "scale", "knowledge", "bases", "(", "KBs", ")", "by", "natural", "language", "questions", "." ]
[ "O", "O", "B-TaskName", "I-TaskName", "I-TaskName", "I-TaskName", "I-TaskName", "O", "B-TaskName", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]