id
stringlengths 1
4
| tokens
sequence | ner_tags
sequence |
---|---|---|
900 | [
"the",
"sequence",
"length",
"limit,",
"we",
"experiment",
"with",
"using",
"a",
"longformer,",
"which",
"can",
"process",
"up",
"to",
"4,096",
"subwords,",
"allowing",
"us",
"to",
"use",
"most",
"if",
"not",
"all",
"the",
"comments."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
901 | [
"Longformer:",
"To",
"circumvent"
] | [
0,
0,
0
] |
902 | [
"where",
"m0",
"(<",
"m)",
"is",
"the",
"number",
"of",
"comments",
"we",
"can",
"incorporate",
"without",
"exceeding",
"BERT’s",
"maximum",
"sequence",
"length",
"(384",
"in",
"our",
"experiments)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
903 | [
"and",
"use",
"the",
"contextual",
"representation",
"of",
"the",
"[CLS]",
"token",
"as",
"the",
"final",
"representation:"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
904 | [
"BERT"
] | [
0
] |
905 | [
"Dynamic",
"Node",
"Encoding"
] | [
0,
0,
0
] |
906 | [
"One-tier",
"transformer:",
"Given",
"a",
"source",
"post",
"(c0)",
"c1,",
"...,",
"cm}",
"and",
"the",
"comments",
"(",
"),",
"we",
"simply",
"con{",
"catenate",
"them",
"into",
"a",
"long",
"string",
"and",
"feed",
"it",
"to",
"BERT"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
907 | [
"We",
"explore",
"three",
"ways",
"to",
"model",
"the",
"comment",
"chain,",
"using:",
"(1)",
"one-tier",
"transformer;",
"(2)",
"longformer",
"(Beltagy",
"et",
"al.,",
"2020);",
"and",
"(3)",
"two-tier",
"transformer."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
908 | [
"As",
"such,",
"we",
"have",
"a",
"chain",
"or",
"list",
"structure",
"(rather",
"than",
"a",
"tree",
"structure);",
"see",
"“comment",
"chain”",
"in",
"Figure",
"1."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
909 | [
"Here",
"we",
"model",
"the",
"posts",
"as",
"a",
"stream",
"in",
"the",
"order",
"they",
"are",
"posted."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
910 | [
"all:",
"Mean-pooling",
"of",
"all",
"nodes:"
] | [
0,
0,
0,
0,
0
] |
911 | [
"diate",
"neighbours:"
] | [
0,
0
] |
912 | [
"N:",
"Mean-pooling",
"of",
"the",
"root",
"node",
"and",
"its",
"imme"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
913 | [
"where",
"m",
"is",
"the",
"number",
"of",
"replies/comments."
] | [
0,
0,
0,
0,
0,
0,
0
] |
914 | [
"¬",
"root:"
] | [
0,
0
] |
915 | [
"root:",
"Mean-pooling",
"over",
"all",
"nodes",
"except",
"the"
] | [
0,
0,
0,
0,
0,
0,
0
] |
916 | [
"where",
"L",
"is",
"the",
"number",
"of",
"GAT",
"iterations."
] | [
0,
0,
0,
0,
0,
0,
0,
0
] |
917 | [
"root:",
"Uses",
"the",
"root",
"encoding",
"to",
"represent",
"the",
"graph",
"as",
"the",
"source",
"post",
"is",
"ultimately",
"what",
"we",
"are",
"classifying:"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
918 | [
"representation",
"(zct),",
"we",
"explore",
"four",
"methods:"
] | [
0,
0,
0,
0,
0,
0
] |
919 | [
"To",
"aggregate",
"the",
"node",
"encodings",
"to",
"get",
"a",
"graph"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
920 | [
"Note",
"that",
"h(0)",
"represents",
"the",
"encodings",
"produced",
"by",
"BERT",
"(Equation",
"1)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
921 | [
"neighbours",
"of",
"node",
"i,",
"e(l)",
"ij",
"the",
"unnormalised",
"attention",
"score",
"between",
"node",
"i",
"and",
"j,",
"and",
"a",
"and",
"W",
"are",
"learnable",
"parameters."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
922 | [
"1Preliminary",
"experiments",
"found",
"that",
"the",
"pseudo",
"pair",
"is",
"important",
"because",
"it",
"allows",
"us",
"to",
"maintain",
"the",
"original",
"network",
"structure."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
923 | [
"",
"(2)",
"where",
"LR",
"denotes",
"the",
"LeakyReLU",
"activation",
"func(i)",
"the",
"the",
"concatenation",
"operation,",
"tion,"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
924 | [
"Different",
"from",
"graph",
"convolutional",
"networks",
"(Kipf",
"and",
"Welling,",
"2017),",
"GAT",
"iteratively",
"learns",
"node",
"encodings",
"via",
"multihead",
"attention",
"with",
"neighbouring",
"nodes,",
"and",
"has",
"the",
"advantage",
"to",
"infer",
"encodings",
"for",
"new",
"nodes",
"after",
"it",
"is",
"trained."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
925 | [
"To",
"model",
"the",
"conversational",
"network",
"structure,",
"we",
"use",
"graph",
"attentional",
"networks",
"(GAT;",
"(Veliˇckovi´c",
"et",
"al.,",
"2018))."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
926 | [
"where",
"c",
"represents",
"the",
"text,",
"emb()",
"the",
"embedding",
"function",
"and",
"h",
"the",
"contextual",
"representation",
"of",
"the",
"[CLS]",
"token",
"produced",
"by",
"BERT."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
927 | [
"post.1",
"Formally:"
] | [
0,
0
] |
928 | [
"Using",
"the",
"comment",
"tree",
"in",
"Figure",
"2",
"as",
"an",
"example,",
"this",
"means",
"we",
"would",
"first",
"process",
"the",
"following",
"pairs",
"of",
"posts",
"using",
"(0,",
"0),",
"(0,",
"1),",
"(0,",
"2),",
"(2,",
"6),",
"(2,",
"7),",
"(6,",
"9)",
"BERT:",
",",
"}",
"{",
"where",
"(0,",
"0)",
"is",
"a",
"pseudo",
"pair",
"created",
"for",
"the",
"source"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
929 | [
"The",
"self-attention",
"mechanism",
"between",
"the",
"words",
"in",
"the",
"parent",
"and",
"child",
"posts",
"would",
"produce",
"a",
"more",
"fine-grained",
"analysis",
"of",
"their",
"relationship,",
"which",
"representations",
"such",
"as",
"bag-of-words",
"cannot",
"model."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
930 | [
"We",
"first",
"process",
"the",
"set",
"of",
"parentchild",
"posts",
"with",
"BERT",
"(Devlin",
"et",
"al.,",
"2019)",
"before",
"feeding",
"them",
"to",
"a",
"graph",
"network",
"to",
"model",
"the",
"full",
"conversational",
"structure."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
931 | [
"To",
"capture",
"the",
"relations",
"of",
"crowd",
"opinions",
"in",
"the",
"comment",
"tree,",
"we",
"propose",
"to",
"use",
"a",
"pretrained",
"language",
"model",
"(BERT;",
"(Devlin",
"et",
"al.,",
"2019))",
"and",
"graph",
"attention",
"network",
"(GAT;",
"(Vieweg",
"et",
"al.,",
"2010))",
"to",
"model",
"comment",
"tree;",
"see",
"Figure",
"2",
"for",
"an",
"illustration."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
932 | [
"Previous",
"studies",
"typically",
"model",
"this",
"via",
"graph",
"networks,",
"but",
"most",
"use",
"simple",
"features",
"(e.g.",
"bag-of-words)",
"to",
"represent",
"the",
"text",
"(Bian",
"et",
"al.,",
"2020),",
"which",
"fail",
"to",
"capture",
"the",
"nuanced",
"relationships",
"(e.g.",
"agreement)",
"between",
"a",
"parent",
"post",
"and",
"its",
"child/reply",
"post."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
933 | [
"Here",
"we",
"aim",
"to",
"model",
"the",
"conversational",
"structure",
"of",
"the",
"comments",
"that",
"a",
"source",
"post",
"generates."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
934 | [
"4.1",
"Comment",
"Tree"
] | [
0,
0,
0
] |
935 | [
"Note",
"that",
"the",
"network",
"structure",
"of",
"the",
"user",
"tree",
"differs",
"from",
"that",
"of",
"the",
"comment",
"tree",
"as",
"the",
"former",
"captures",
"both",
"comments",
"and",
"reposts/retweets",
"but",
"the",
"latter",
"considers",
"only",
"comments",
"(Figure",
"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
] |
936 | [
"It",
"consists",
"of",
"four",
"modules:",
"(1)",
"comment",
"tree:",
"models",
"the",
"comment",
"network",
"by",
"following",
"the",
"reply-to",
"structure",
"using",
"a",
"combination",
"of",
"BERT",
"(Devlin",
"et",
"al.,",
"2019)",
"and",
"graph",
"attentional",
"networks",
"(Veliˇckovi´c",
"et",
"al.,",
"2018);",
"(2)",
"comment",
"chain:",
"models",
"the",
"comments",
"as",
"a",
"stream",
"using",
"transformer-based",
"sequence",
"models;",
"(3)",
"user",
"tree:",
"incorporates",
"social",
"relations",
"to",
"model",
"the",
"user",
"network",
"using",
"graph",
"attentional",
"networks;",
"(4)",
"rumour",
"classifier:",
"combines",
"the",
"output",
"from",
"comment",
"tree,",
"comment",
"chain",
"and",
"user",
"tree",
"to",
"classify",
"the",
"source",
"post."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
937 | [
"The",
"overall",
"architecture",
"of",
"our",
"rumour",
"detection",
"approach",
"is",
"presented",
"in",
"Figure",
"1."
] | [
0,
0,
0,
0,
0,
11,
12,
0,
0,
0,
0,
0,
0
] |
938 | [
"Let",
"X",
"=",
"be",
"a",
"set",
"of",
"stories,",
"where",
"a",
"story",
"xi",
"consists",
"of",
"a",
"source",
"post",
"and",
"its",
"reply",
"comments,",
"defined",
"as",
"xi",
"=",
",",
"where",
"c",
"(c0,",
"u0,",
"p0,",
"t0),",
"...,",
"(cm,",
"um,",
"pm,",
"tm)",
"{",
"}",
"refers",
"to",
"the",
"textual",
"content",
"of",
"the",
"post",
"(empty",
"string",
"if",
"it",
"is",
"a",
"repost/retweet),",
"u",
"is",
"the",
"user",
"ID"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
939 | [
"3",
"Problem",
"Statement"
] | [
0,
0,
0
] |
940 | [
"Although",
"these",
"two",
"studies",
"combine",
"sequence",
"and",
"graph",
"models,",
"their",
"task",
"has",
"a",
"different",
"data",
"structure",
"and",
"hence",
"their",
"methods",
"cannot",
"be",
"trivially",
"adapted",
"to",
"the",
"rumour",
"detection",
"task."
] | [
0,
0,
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,
0
] |
941 | [
"Liu",
"et",
"al.",
"(2020)",
"use",
"BERT",
"to",
"encode",
"a",
"pair",
"of",
"claim",
"and",
"evidence",
"passage",
"and",
"then",
"propose",
"a",
"kernel",
"graph",
"network",
"to",
"model",
"the",
"fully",
"connected",
"network",
"of",
"evidence",
"passages."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
942 | [
"network",
"with",
"graph",
"models",
"to",
"detect",
"fake",
"news."
] | [
0,
0,
0,
0,
0,
0,
0,
0
] |
943 | [
"4",
"Methodology"
] | [
0,
0
] |
944 | [
"Our",
"goal",
"is",
"to",
"learn",
"a",
"classifier",
"from",
"the",
"labelled",
"rumour",
"dataset,",
"that",
"is",
"f",
":",
"X"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
945 | [
"Each",
"story",
"xi",
"is",
"associated",
"with",
"a",
"groundY",
",",
"where",
"Y",
"represents",
"the",
"label",
"truth",
"label",
"yi",
"∈",
"set",
"(binary",
"or",
"4",
"classes",
"depending",
"on",
"the",
"rumour",
"dataset)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
946 | [
"who",
"submits",
"the",
"post,",
"p",
"is",
"the",
"parent",
"post",
"ID",
"that",
"the",
"current",
"post",
"replies",
"to",
"(null",
"if",
"it",
"is",
"a",
"source",
"post,",
"e.g.",
"p0",
"=",
"null),",
"and",
"t",
"the",
"timestamp",
"of",
"the",
"post."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
947 | [
"),",
"while",
"the",
"latter",
"considers",
"only",
"comments."
] | [
0,
0,
0,
0,
0,
0,
0
] |
948 | [
"The",
"structure",
"of",
"user",
"tree",
"differs",
"from",
"that",
"of",
"comment",
"tree,",
"as",
"the",
"former",
"captures",
"both",
"comments",
"("
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
949 | [
"Using",
"the",
"FEVER",
"dataset,",
"Zhong",
"et",
"al.",
"(2020)",
"use",
"pretrained",
"models",
"to",
"perform",
"semantic",
"role",
"labelling",
"to",
"understand",
"the",
"relation",
"between",
"clauses",
"in",
"evidence",
"passages",
"and",
"then",
"encode",
"the"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
950 | [
"Beyond",
"rumour",
"detection,",
"recent",
"studies",
"explore",
"combining",
"modern",
"pretrained",
"language",
"models",
"and",
"graph",
"models",
"for",
"modelling",
"texts",
"and",
"their",
"interactions."
] | [
0,
11,
12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
951 | [
"Table",
"1",
"summarises",
"the",
"differences",
"between",
"previous",
"studies",
"and",
"our",
"work."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
952 | [
"Deeper",
"interactions,",
"such",
"as",
"the",
"relation",
"between",
"a",
"post",
"and",
"its",
"reply",
"and",
"the",
"social",
"relations",
"of",
"users",
"(e.g.",
"followers)",
",",
"remain",
"under-explored."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
953 | [
"Ni",
"et",
"al.,",
"2021)."
] | [
0,
0,
0,
0
] |
954 | [
"All",
"these",
"studies",
"largely",
"model",
"the",
"superficial",
"characteristics",
"of",
"comments",
"and",
"users,",
"e.g.",
"comments",
"are",
"represented",
"using",
"static",
"features",
"such",
"as",
"bag-of-words",
"(Bian",
"et",
"al.,",
"2020;",
"Nguyen",
"et",
"al.,",
"2020)",
"and",
"users",
"with",
"simple",
"features",
"extracted",
"from",
"their",
"profiles",
"(Liu",
"and",
"Wu,",
"2018;",
"Lu",
"and",
"Li,",
"2020;"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
955 | [
"Leveraging",
"dual",
"attention",
"mechanism",
"on",
"source",
"text",
"and",
"user",
"propagation",
"structure,",
"Ni",
"et",
"al.",
"(2021)",
"leverage",
"dual",
"attention",
"mechanism",
"on",
"source",
"text",
"and",
"user",
"propagation",
"structure",
"via",
"graph",
"attention",
"networks",
"for",
"fake",
"news",
"detection",
"task."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
956 | [
"(2020)",
"propose",
"to",
"learn",
"representations",
"for",
"misinformation",
"detection",
"based",
"on",
"the",
"heterogeneous",
"graph",
"of",
"news,",
"news",
"sources,",
"users",
"and",
"their",
"stances",
"in",
"comments."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
957 | [
"An",
"ensemble",
"deep",
"learning",
"architecture",
"is",
"presented",
"in",
"Lu",
"and",
"Li",
"(2020),",
"which",
"incorporates",
"source",
"post",
"content",
"and",
"retweet",
"network."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
958 | [
"There",
"are",
"also",
"studies",
"combining",
"signals",
"from",
"contents,",
"users",
"and",
"propagation",
"networks",
"for",
"rumour",
"and",
"fake",
"news",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
959 | [
"Bian",
"et",
"al.",
"(2020)",
"propose",
"a",
"bi-directional",
"graph",
"network",
"to",
"model",
"the",
"upward",
"and",
"downward",
"information",
"propagation",
"structure",
"among",
"user",
"comments",
"to",
"distinguish",
"false",
"from",
"true",
"rumours."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
960 | [
"Liu",
"and",
"Wu",
"(2018)",
"experiment",
"with",
"using",
"convolutional",
"and",
"recurrent",
"neural",
"networks",
"to",
"process",
"user",
"features",
"in",
"the",
"retweet",
"propagation",
"path",
"of",
"stories,",
"and",
"Ma",
"et",
"al.",
"(2018)",
"present",
"a",
"tree-structure",
"recursive",
"neural",
"network",
"to",
"model",
"information",
"propagation",
"for",
"rumour",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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
] |
961 | [
"Graph",
"neural",
"models",
"leverage",
"information",
"propagation",
"patterns",
"for",
"rumour",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
11,
12
] |
962 | [
"Most",
"of",
"these",
"approaches",
"model",
"user",
"comments",
"as",
"a",
"sequence",
"of",
"posts",
"and",
"ignore",
"the",
"conversational",
"structure",
"among",
"the",
"comments."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
963 | [
"Tian",
"et",
"al.",
"(2020)",
"explore",
"the",
"relationship",
"between",
"a",
"source",
"tweet",
"and",
"its",
"comments",
"by",
"transferring",
"stance",
"prediction",
"model",
"to",
"classify",
"rumours."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
964 | [
"many",
"responses",
"are",
"needed",
"to",
"classify",
"a",
"rumour."
] | [
0,
0,
0,
0,
0,
0,
0,
0
] |
965 | [
"To",
"detect",
"rumours",
"as",
"early",
"as",
"possible,",
"Zhou",
"et",
"al.",
"(2019)",
"incorporate",
"reinforcement",
"learning",
"to",
"dynamically",
"decide",
"how"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
966 | [
"Shu",
"et",
"al.",
"(2017)",
"introduce",
"linguistic",
"features",
"to",
"represent",
"writing",
"styles",
"and",
"other",
"features",
"based",
"on",
"sensational",
"headlines",
"from",
"Twitter",
"to",
"detect",
"misinformation."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
967 | [
"Signals",
"such",
"as",
"writing",
"style,",
"stance",
"and",
"opinions",
"as",
"well",
"as",
"emotions",
"are",
"extracted",
"from",
"the",
"text",
"for",
"rumour",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11,
12
] |
968 | [
"Sequence",
"processing",
"models",
"leverage",
"the",
"textual",
"contents",
"from",
"the",
"source",
"posts",
"and",
"user",
"reply",
"comments",
"for",
"rumour",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11,
12
] |
969 | [
"Recent",
"research",
"focuses",
"on",
"neural",
"models",
"to",
"automatically",
"extract",
"features",
"for",
"rumour",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11,
12
] |
970 | [
"It",
"identified",
"53",
"features",
"within",
"six",
"categories",
"to",
"represent",
"a",
"rumour",
"message,",
"from",
"semantic",
"meaning",
"to",
"information",
"transmission."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
971 | [
"Turenne",
"(2018)",
"analysed",
"lexical",
"content",
"and",
"information",
"propagation",
"based",
"on",
"Allport’s",
"theory",
"of",
"transmission",
"(Allport",
"and",
"Postman,",
"1947)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
972 | [
"Early",
"studies",
"of",
"rumour",
"detection",
"focus",
"on",
"supervised",
"learning",
"algorithms",
"incorporating",
"engineered",
"features",
"from",
"post",
"contents,",
"user",
"profiles",
"as",
"well",
"as",
"information",
"propagation",
"patterns",
"(Castillo",
"et",
"al.,",
"2011;",
"Liu",
"et",
"al.,",
"2015;",
"Kwon",
"et",
"al.,",
"2013;",
"Ma",
"et",
"al.,",
"2015;",
"Rath",
"et",
"al.,",
"2017)."
] | [
0,
0,
0,
11,
12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
973 | [
"2",
"Related",
"Work"
] | [
0,
0,
0
] |
974 | [
"Also,",
"when",
"modelling",
"the",
"network",
"of",
"users",
"who",
"engage",
"with",
"a",
"story,",
"incorporating",
"the",
"social",
"relations",
"of",
"users",
"proves",
"to",
"be",
"very",
"beneficial."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
975 | [
"Although",
"both",
"users",
"and",
"comments",
"provide",
"complementary",
"signals",
"for",
"our",
"task,",
"the",
"comments",
"have",
"a",
"stronger",
"impact."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
976 | [
"We",
"conduct",
"experiments",
"on",
"four",
"widely",
"used",
"benchmark",
"rumour",
"datasets",
"in",
"English",
"and",
"Chinese,",
"and",
"show",
"that",
"DUCK",
"produces",
"superior",
"performance,",
"creating",
"a",
"new",
"state-of-the-art."
] | [
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
] |
977 | [
"extensive",
"exploration",
"on",
"how",
"we",
"can",
"best",
"model",
"these",
"networks,",
"and",
"compared",
"to",
"previous",
"studies,",
"there",
"are",
"several",
"key",
"differences:",
"(1)",
"we",
"model",
"comments",
"as",
"both",
"(i)",
"a",
"stream",
"to",
"capture",
"the",
"temporal",
"nature",
"of",
"evolving",
"comments;",
"and",
"(ii)",
"a",
"network",
"by",
"following",
"the",
"conversational",
"structure",
"(see",
"Figure",
"1",
"for",
"an",
"illustration);",
"(2)",
"our",
"comment",
"network",
"uses",
"a",
"sequence",
"model",
"to",
"encode",
"a",
"pair",
"of",
"comments",
"before",
"feeding",
"them",
"to",
"a",
"graph",
"network,",
"allowing",
"our",
"model",
"to",
"capture",
"the",
"nuanced",
"characteristics",
"(e.g.",
"agreement",
"or",
"rebuttal)",
"exhibited",
"by",
"a",
"reply;",
"and",
"(3)",
"when",
"modelling",
"the",
"users",
"who",
"engage",
"with",
"a",
"story",
"via",
"graph",
"networks,",
"we",
"initialise",
"the",
"user",
"nodes",
"with",
"encodings",
"learned",
"from",
"their",
"profiles",
"and",
"characteristics",
"of",
"their",
"“friends”",
"based",
"on",
"their",
"social",
"networks."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
978 | [
"Our",
"study",
"presents",
"an"
] | [
0,
0,
0,
0
] |
979 | [
"In",
"this",
"paper",
"we",
"propose",
"DUCK",
"(rumour",
"detection",
"with",
"user",
"and",
"comment",
"networks),",
"a",
"framework",
"that",
"jointly",
"models",
"the",
"user",
"and",
"comment",
"propagation",
"networks."
] | [
0,
0,
0,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
980 | [
"Most",
"studies",
"(Ma",
"et",
"al.,",
"2018;",
"Liu",
"and",
"Wu,",
"2018;",
"Tian",
"et",
"al.,",
"2020;",
"Bian",
"et",
"al.,",
"2020)",
"typically",
"use",
"only",
"one",
"of",
"these",
"signals."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
981 | [
"On",
"the",
"other",
"hand,",
"the",
"network",
"of",
"users",
"who",
"reply",
"to",
"and",
"repost/retweet",
"a",
"story",
"captures",
"who",
"engage",
"with",
"it,",
"which",
"provides",
"a",
"complementary",
"signal."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
982 | [
"Reply",
"comments",
"of",
"a",
"story",
"contain",
"user",
"opinions",
"and",
"captures",
"how",
"users",
"react",
"to",
"the",
"story,",
"which",
"provides",
"a",
"strong",
"signal",
"for",
"understanding",
"the",
"truthfulness",
"of",
"a",
"story."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
983 | [
"Research",
"found",
"that",
"misinformation",
"propagates",
"differently",
"from",
"genuine",
"information",
"on",
"social",
"media",
"(Vosoughi",
"et",
"al.,",
"2018)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
984 | [
"Although",
"prior",
"approaches",
"explored",
"a",
"combination",
"of",
"content",
"and",
"user",
"features",
"for",
"rumour",
"detection,",
"how",
"to",
"leverage",
"pretrained",
"sequence",
"and",
"graph",
"networks",
"to",
"model",
"them",
"effectively",
"remains",
"under-explored."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11,
12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
985 | [
"Sequence",
"processing",
"models",
"such",
"as",
"BERT",
"are",
"used",
"to",
"encode",
"the",
"contents",
"of",
"social",
"media",
"conversations,",
"e.g.",
"source",
"posts",
"and",
"the",
"stream",
"of",
"comments",
"(Kochkina",
"et",
"al.,",
"2017;",
"Tian",
"et",
"al.,",
"2020),",
"while",
"graph",
"models",
"have",
"been",
"experimented",
"to",
"model",
"the",
"structure",
"of",
"social",
"media",
"conversations",
"(Bian",
"et",
"al.,",
"2020;",
"Ma",
"et",
"al.,",
"2018;",
"Lu",
"and",
"Li,",
"2020)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
986 | [
"Recent",
"neural",
"approaches",
"typically",
"explore",
"fusing",
"different",
"feature",
"representations",
"for",
"rumour",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11,
12
] |
987 | [
"Early",
"studies",
"of",
"rumour",
"detection",
"focus",
"on",
"supervised",
"learning",
"algorithms",
"incorporating",
"features",
"manually",
"engineered",
"from",
"post",
"contents,",
"user",
"profiles",
"as",
"well",
"as",
"information",
"propagation",
"patterns",
"(Castillo",
"et",
"al.,",
"2011;",
"Liu",
"et",
"al.,",
"2015;",
"Kwon",
"et",
"al.,",
"2013;",
"Ma",
"et",
"al.,",
"2015;",
"Rath",
"et",
"al.,",
"2017)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
988 | [
"This",
"is",
"a",
"contrast",
"to",
"FEVER-style",
"fake",
"news",
"detection",
"(Thorne",
"et",
"al.,",
"2018)",
"which",
"relies",
"mainly",
"on",
"a",
"source",
"of",
"world",
"knowledge",
"(e.g.",
"Wikipedia)",
"to",
"fact-check",
"stories."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
989 | [
"social",
"context",
"features",
"can",
"be",
"leveraged",
"for",
"detection."
] | [
0,
0,
0,
0,
0,
0,
0,
0
] |
990 | [
"Although",
"the",
"task",
"is",
"related",
"to",
"fake",
"news",
"detection,",
"the",
"use",
"of",
"social",
"media",
"for",
"propagation",
"means",
"that",
"various"
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
991 | [
"(2011),",
"automatic",
"rumour",
"detection",
"on",
"social",
"media",
"has",
"attracted",
"significant",
"research,",
"which",
"aims",
"to",
"detect",
"rumour",
"stories",
"(in",
"contrast",
"to",
"news",
"articles",
"by",
"credible",
"news",
"sources)",
"or",
"determine",
"their",
"veracity",
"—",
"true,",
"false",
"or",
"unverified."
] | [
0,
0,
11,
12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
992 | [
"Since",
"the",
"seminal",
"work",
"on",
"prediction",
"of",
"information",
"credibility",
"on",
"social",
"media",
"by",
"Castillo",
"et",
"al."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
993 | [
"Rumours,",
"a",
"form",
"of",
"misinformation",
"typically",
"defined",
"as",
"stories",
"or",
"statements",
"with",
"unverified",
"truth",
"value",
"(Allport",
"and",
"Postman,",
"1947),",
"can",
"mislead",
"the",
"public",
"and",
"cause",
"significant",
"economic",
"and",
"social",
"disruption."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
994 | [
"On",
"the",
"flip",
"side,",
"social",
"media",
"has",
"also",
"accelerated",
"the",
"spread",
"of",
"misinformation",
"(Starbird",
"et",
"al.,",
"2014;",
"Jin",
"et",
"al.,",
"2017)."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
995 | [
"Social",
"media",
"platforms",
"bring",
"easy",
"access",
"to",
"a",
"wealth",
"of",
"information."
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
996 | [
"Introduction"
] | [
0
] |
997 | [
"1"
] | [
0
] |
998 | [
"Source",
"code",
"for",
"DUCK",
"is",
"available",
"at:",
"https://github.com/l",
"tian678/DUCK-code."
] | [
0,
0,
0,
1,
0,
0,
0,
0,
0
] |
999 | [
",",
"we",
"show",
"that",
"DUCK",
"produces",
"superior",
"performance",
"for",
"detecting",
"rumours,",
"creating",
"a",
"new",
"state-of-the-art."
] | [
0,
0,
0,
0,
1,
0,
0,
0,
0,
11,
12,
0,
0,
0,
0
] |