id
stringlengths
1
4
tokens
sequence
ner_tags
sequence
1100
[ "In", "our", "experiments", "we", "adopt", "two", "public", "Chinese", "datasets,", "i.e.", "ChiFinAnn", "(Zheng", "et", "al.,", "2019)", "and", "DuEE-fin", "(Li,", "2021)." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 13, 0, 0 ]
1101
[ "DEE", "is", "a", "relatively", "new", "task", "and", "there", "are", "only", "a", "few", "datasets", "published." ]
[ 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1102
[ "5.1", "Datasets" ]
[ 0, 0 ]
1103
[ "In", "what", "level", "does", "the", "each", "key", "component", "of", "ReDEE", "contribute", "to", "the", "final", "performance?" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0 ]
1104
[ "sentence", "and", "multi-event", "issues?" ]
[ 0, 0, 0, 0 ]
1105
[ "•", "How", "well", "does", "ReDEE", "overcome", "across" ]
[ 0, 0, 0, 0, 11, 0, 0 ]
1106
[ "perform", "the", "baseline", "DEE", "methods?" ]
[ 0, 0, 0, 11, 0 ]
1107
[ "•", "To", "what", "degree", "does", "the", "ReDEE", "model", "out" ]
[ 0, 0, 0, 0, 0, 0, 11, 0, 0 ]
1108
[ "In", "summary,", "the", "experiments", "could", "answer", "the", "following", "three", "questions:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1109
[ "In", "this", "section,", "we", "report", "the", "experimental", "results", "to", "prove", "the", "effectiveness", "of", "our", "proposed", "method." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1110
[ "5", "Experiments" ]
[ 0, 0 ]
1111
[ "To", "train", "the", "above", "four", "components,", "we", "leverage", "the", "multi-task", "learning", "method", "(Collobert", "and", "Weston,", "2008)", "and", "integrate", "the", "four", "corresponding", "loss", "functions", "together", "as", "the", "following:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1112
[ "4.6", "Model", "Training" ]
[ 0, 0, 0 ]
1113
[ "ye", "=", "1", "means", "e", "is", "the", "ground", "truth", "argument", "corresponding", "to", "current", "step", "event", "role,", "otherwise,", "ye", "=", "0." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1114
[ "by", "far,", "s", "denotes", "embedding", "of", "sentences", "and", "event", "argument", "candidates,", "and", "ye", "denotes", "label", "of", "argument", "candidate", "e", "in", "current", "step." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1115
[ "a", "=" ]
[ 0, 0 ]
1116
[ "4.5.1", "Event", "Type", "Classifier", "Given", "the", "embeddings", "of", "sentences,", "we", "adopt", "several", "binary", "classifiers", "on", "every", "event", "type", "to", "predict", "whether", "the", "corresponding", "event", "is", "identified", "or" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1117
[ "The", "formal", "definition", "of", "loss", "function", "for", "event", "recorder", "decoder", "is:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1118
[ "The", "RAAT-2", "has", "the", "same", "structure", "with", "RAAT-1", "but", "independent", "parameters." ]
[ 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0 ]
1119
[ "Therefore,", "the", "RAAT", "can", "strengthen", "the", "relation", "signal", "for", "attention", "computation." ]
[ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ]
1120
[ "After", "extracting", "the", "argument,", "it", "is", "added", "into", "memory,", "meanwhile,", "a", "new", "T", "is", "generated", "to", "adapt", "next", "iteration", "prediction." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1121
[ "In", "detail,", "before", "predicting", "event", "argument", "for", "current", "iteration,", "Matrix", "T", "is", "constructed", "in", "the", "way", "shown", "above", "so", "that", "dependency", "is", "integrated", "into", "attention", "computation." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1122
[ "In", "our", "method,", "RAAT", "structure", "can", "connect", "entities", "in", "memory", "and", "candidate", "arguments", "via", "relation", "triples", "extracted", "by", "the", "DRE", "component,", "and", "it", "can", "construct", "a", "structure", "to", "represent", "dependencies." ]
[ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1123
[ "However,", "this", "procedure", "hardly", "captures", "dependency", "between", "entities", "both", "in", "memory", "and", "argument", "candidates", "and", "sentences." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1124
[ "More", "specifically,", "the", "EDAG", "method", "uses", "a", "memory", "structure", "to", "record", "extracted", "arguments", "and", "adds", "role", "type", "representation", "to", "predict", "current-iteration", "arguments." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1125
[ "However,", "different", "from", "EDAG,", "we", "substitute", "its", "vanilla", "transformer", "part", "with", "our", "proposed", "RAAT", "structure", "(i.e.", "RAAT-2", "as", "shown", "in", "Figure", "2)." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0 ]
1126
[ "And", "the", "predicted", "arguments", "of", "outputs", "will", "be", "a", "part", "of", "inputs", "for", "next", "iteration." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1127
[ "Inputs", "of", "each", "iteration", "are", "come", "up", "with", "entities", "and", "sentences", "embeddings." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1128
[ "The", "objective", "of", "each", "iteration", "is", "to", "predict", "event", "argument", "of", "certain", "event", "role." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1129
[ "EDAG", "is", "a", "sequence", "of", "iterations", "with", "the", "length", "equaling", "to", "number", "of", "roles", "for", "certain", "event", "type." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1130
[ "4.5.2", "Event", "Record", "Decoder", "To", "iteratively", "generate", "every", "argument", "for", "a", "specific", "event", "type,", "we", "refer", "to", "the", "entity-based", "directed", "acyclic", "graph", "(EDAG)", "method", "(Zheng", "et", "al.,", "2019)." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1131
[ "The", "loss", "function", "to", "optimize", "this", "classifier", "is", "as", "the", "following:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1132
[ "If", "there", "is", "any", "classifier", "identifying", "an", "event", "type,", "the", "following", "event", "record", "decoder", "would", "be", "activated", "to", "iteratively", "generate", "every", "argument", "for", "the", "corresponding", "event", "type." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1133
[ "With", "the", "outputs", "from", "previous", "component,", "the", "embeddings", "of", "entities", "and", "sentences,", "this", "ERG", "component", "actually", "includes", "two", "sub-modules:", "event", "type", "classifier", "and", "event", "record", "decoder." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1134
[ "4.5", "Event", "Record", "Generation" ]
[ 0, 11, 12, 12 ]
1135
[ "RAAT", "can", "be", "adaptive", "to", "the", "change", "of", "input", "length,", "which", "is", "equivalent", "to", "the", "total", "number", "of", "sentences", "and", "entity", "mentions." ]
[ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1136
[ "Furthermore,", "T", "is", "extensive", "since", "the", "number", "of", "Co-relation", "can", "be", "selected." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1137
[ "Similar", "to", "the", "structure", "of", "native", "transformer,", "RAAT", "has", "multiple", "identical", "blocks", "stacking", "up", "layer", "by", "layer." ]
[ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1138
[ "We", "compute", "self", "attention", "score", "and", "combine", "it", "with", "Sa", "in", "the", "following", "way:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1139
[ "where", "Sa", "denotes", "score", "matrix", "of", "relationaugmented", "attention,", "denotes", "element-wise", "multiplication." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1140
[ "d", "as", "weight", "matrices,", "we", "comM", "pute", "relation-augmented", "attention", "in", "the", "following", "steps:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1141
[ "Let", "d", "as", "input", "embeddings", "of", "attenX", "d,", "tion", "module,", "Wrq,", "Wrk,", "Wq,", "Wk,", "Wv", "∈" ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1142
[ "As", "a", "result,", "we", "finally", "get", "T", "∈", "R(3+H)", "(t+j)", "where", "H", "denotes", "the", "num×", "ber", "of", "head", "entity", "type", "in", "Co-relation,", "and", "3", "covers", "NA,", "Co-reference,", "and", "Co-existence." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1143
[ "For", "example,", "Pledger2Pledgee", "and", "Pledger2PledgedShares", "are", "clustered", "as", "one", "Co-relation", "dependency,", "and", "two", "matrice", "Ra", "and", "Rb", "corresponding", "to", "them", "are", "merged", "into", "one", "matrix." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1144
[ "To", "squeeze", "T", "and", "decrease", "training", "parameters,", "we", "cluster", "Co-relation", "dependency", "based", "on", "the", "type", "of", "head", "entity", "in", "relation", "triple." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1145
[ "However,", "T", "would", "be", "giant", "and", "sparse", "if", "we", "use", "the", "above", "strategy." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1146
[ "be", "either", "entity", "mention", "or", "sentence." ]
[ 0, 0, 0, 0, 0, 0 ]
1147
[ "However,", "in", "the", "case", "that" ]
[ 0, 0, 0, 0, 0 ]
1148
[ "That", "is,", "if", "an", "entity", "has", "several", "mentions", "existing", "across", "document,", "then", "each", "two", "of", "them", "has", "Coreference", "dependency." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1149
[ "Co-reference", "shows", "dependency", "between", "entity", "mentions", "pointing", "to", "same", "entities." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1150
[ "Entity", "pairs", "are", "considered", "having", "different", "Co-relation", "if", "their", "involved", "triples", "have", "different", "relations." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1151
[ "For", "the", "former", "one,", "two", "entities", "have", "a", "Co-relation", "dependency", "between", "them", "if", "they", "belong", "to", "a", "predicted", "relation", "triple." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1152
[ "Co-relation", "and", "Co-reference", "are", "defined", "to", "represent", "entity-entity", "dependency." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1153
[ "First,", "we", "introduce", "a", "mechanism:", "entity", "and", "sentence", "dependency,", "which", "not", "only", "includes", "relation", "triples,", "but", "also", "describes", "links", "among", "sentences", "and", "entities", "beyond", "triples." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1154
[ "4.4.1", "Entity", "and", "Sentence", "Dependency" ]
[ 0, 0, 0, 0, 0 ]
1155
[ "In", "this", "subsection,", "we", "would", "introduce", "the", "method", "that", "translates", "triple", "relations", "to", "calculable", "matrices", "and", "the", "novel", "RAAT", "structure", "for", "encoding", "all", "the", "above", "data." ]
[ 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 ]
1156
[ "Then", "this", "component", "encodes", "data", "mentioned", "above", "and", "output", "embeddings", "effectively", "integrated", "with", "relation", "information." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1157
[ "Now", "we", "have", "embeddings", "of", "entity", "mentions", "and", "sentences", "from", "EER", "component", "and", "a", "list", "of", "predicted", "triple", "relations", "from", "DRE", "component." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0 ]
1158
[ "4.4", "Entity", "and", "Sentence", "Encoding" ]
[ 0, 0, 0, 0, 0 ]
1159
[ "At", "last", "the", "clustered", "matrices", "are", "integrated", "into", "the", "transformer", "structure", "for", "attention", "calculation." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1160
[ "Then", "the", "matrices", "are", "clustered", "by", "the", "head", "entities." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1161
[ "Firstly", "each", "relation", "between", "entities", "and", "sentences", "are", "represented", "as", "matrices." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1162
[ "∈" ]
[ 0 ]
1163
[ "According", "to", "the", "architecture", "shown", "in", "Figure", "3,", "RAAT", "is", "inherited", "from", "native", "transformer", "but", "has", "a", "distinct", "attention", "computation", "module", "which", "is", "made", "up", "of", "two", "parts:", "self-attention", "and", "relationaugmented", "attention", "computation." ]
[ 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1164
[ "In", "order", "to", "effectively", "encode", "entity", "and", "sentence", "dependencies,", "we", "design", "the", "RAAT", "which", "takes", "advantage", "of", "a", "calculable", "matrix", "representing", "dependencies", "and", "integrates", "it", "into", "attention", "computation." ]
[ 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 ]
1165
[ "4.4.2", "RAAT" ]
[ 0, 1 ]
1166
[ "Co-relation", "differs", "from", "NA,", "Co-reference,", "and", "Co-existence", "in", "that", "it", "has", "several", "sub-types,", "with", "number", "equaling", "to", "that", "of", "relation", "types", "defined", "in", "document", "relation", "extraction", "task." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 12, 12, 0 ]
1167
[ "Table", "2", "shows", "the", "complete", "dependency", "mechanism." ]
[ 0, 0, 0, 0, 0, 0, 0 ]
1168
[ "For", "remaining", "entity-entity", "and", "entitysentence", "pairs", "without", "any", "dependency", "mentioned", "above,", "we", "uniformly", "treat", "them", "as", "NA", "dependency." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1169
[ "To", "be", "more", "specific,", "the", "entity", "mention", "together", "with", "its", "belonged", "sentence", "has", "Coexistence." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1170
[ "We", "use", "Co-existence", "to", "describe", "dependency", "between", "entities", "and", "sentences", "where", "entity", "mentions", "come", "from." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1171
[ "where", "yi,j", "denotes", "ground", "truth", "label", "between", "the", "ith", "and", "jth", "entity,", "D", "for", "document", "text", "and", "Y", "for", "set", "of", "all", "relation", "pairs", "among", "entities." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1172
[ "And", "the", "loss", "function", "for", "optimize", "the", "relation", "prediction", "task", "is", "denoted:" ]
[ 0, 0, 0, 0, 0, 0, 0, 11, 12, 0, 0, 0 ]
1173
[ "Wr", "∈", "×", "trix", "trained", "by", "DRE", "task", "and", "c", "is", "the", "total", "number", "of", "relations." ]
[ 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1174
[ "Rd", "denote", "entity", "embedding", "from", "where", "ei,", "ej", "∈", "encoder", "module", "of", "DRE", "and", "d", "is", "the", "dimension", "of", "d", "denotes", "biaffine", "mac", "embeddings." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1175
[ "The", "relation", "type", "is", "inferred", "by", "this", "function:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
1176
[ "However,", "different", "from", "previous", "work", "using", "multi-class", "binary", "cross-entropy", "loss,", "we", "use", "normal", "cross-entropy", "loss", "to", "predict", "only", "one", "label", "for", "each", "entity", "pair." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1177
[ "To", "predict", "the", "argument", "relations", "in", "this", "step,", "we", "adopt", "the", "structured", "self", "attention", "network", "(Xu", "et", "al.,", "2021a)", "which", "is", "the", "latest", "method", "for", "document-level", "relation", "extraction." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 12, 12 ]
1178
[ "The", "complete", "statistic", "can", "refer", "to", "the", "Appendix", "A.3." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1179
[ "Table", "1", "shows", "a", "snippet", "of", "statistics", "and", "the", "full", "edition", "can", "be", "found", "in", "Appendix", "A.3." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1180
[ "We", "do", "statistics", "for", "the", "relation", "types", "for", "ChiFinAnn", "dataset." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 13, 0 ]
1181
[ "Note", "that", "this", "method", "to", "build", "relations", "is", "general", "to", "event", "extraction", "tasks", "from", "various", "domains,", "and", "the", "supervised", "relation", "information", "just", "comes", "from", "event", "record", "data", "itself,", "without", "any", "extra", "human", "labeling", "work." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1182
[ "In", "this", "way,", "every", "event", "record", "with", "n", "arguments", "could", "create", "C2", "n", "relation", "samples." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1183
[ "For", "example,", "Pledger", "and", "Pledgee", "in", "the", "EquityPledge", "event", "could", "have", "a", "relation", "named", "as", "Pledge2Pledgee,", "and", "the", "order", "of", "head", "and", "tail", "entities", "is", "determined", "by", "the", "pre-order", "of", "event", "arguments", "(Zheng", "et", "al.,", "2019)." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1184
[ "Here", "we", "assume", "that", "every", "two", "arguments", "in", "an", "event", "record", "can", "be", "connected", "by", "a", "relation." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1185
[ "An", "important", "aspect", "is", "how", "to", "define", "and", "collect", "the", "relations", "from", "data." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1186
[ "}", "k,", "et", "[eh", "k,", "rk]", "means", "the", "head", "entity,", "the", "tail", "entity", "and", "the", "relationship", "of", "the", "kth", "triple", "respectively." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1187
[ "The", "DRE", "component", "takes", "the", "document", "text", "e1,", "e2,", "...,", "ej}", "(D)", "and", "entities", "(", ")", "extracted", "in", "the", "previous", "step", "as", "inputs,", "and", "outputs", "the", "in", "a", "form", "of", "relation", "pairs", "among", "entities,", "k,", "et", "2", ",", "et", "k,", "rk]", "triples", ")." ]
[ 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1188
[ "4.3", "Document", "Relation", "Extraction" ]
[ 0, 0, 0, 0 ]
1189
[ "D", "si∈", "X", "where", "si", "denotes", "the", "ith", "sequence", "sentence", "in", "document,", "and", "yi", "is", "the", "corresponding", "ground", "truth", "label", "sequence." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1190
[ "R(j+i)", "×" ]
[ 0, 0 ]
1191
[ "The", "loss", "function", "for", "named", "entity", "recognition", "is" ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
1192
[ "Then", "all", "the", "intermediate", "embeddings", "of", "extracted", "entity", "mentions", "and", "sentences", "are", "concatenate", "into", "a", "made", "by", "max-pooling", "operation", "trix", "Mne+s", "∈", "on", "each", "sentence", "and", "entity", "mention", "span,", "where", "j", "and", "i", "are", "the", "numbers", "of", "entity", "mentions", "and", "sentences,", "and", "de", "is", "the", "dimension", "of", "embeddings." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1193
[ "ˆyne", "=", "CRF", "(T", "rans(D))." ]
[ 0, 0, 0, 0, 0 ]
1194
[ "The", "labels", "are", "predicted", "by", "the", "following", "calculation:" ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
1195
[ "We", "adopt", "the", "classical", "BIOSE", "sequence", "labeling", "scheme." ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
1196
[ "(Lafferty", "et", "al.,", "2001)", "to", "classify", "token", "representations", "into", "labels", "of", "named", "entities." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1197
[ "Then", "we", "use", "the", "Conditional", "Random", "Field(CRF)" ]
[ 0, 0, 0, 0, 0, 0, 0 ]
1198
[ "Specifically,", "we", "use", "the", "BERT", "(Devlin", "et", "al.,", "2019)", "encoder", "pre-trained", "in", "Roberta", "setting", "(Liu", "et", "al.,", "2019)." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
1199
[ "Given", "a", "document", "D", "s1,", "s2,", "...,", "si}", "with", "multiple", "sentences", ",", "we", "use", "a", "{", "native", "transformer", "encoder", "to", "represent", "the", "token", "sequence." ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]