ACL-OCL / Base_JSON /prefixI /json /insights /2020.insights-1.7.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
73.3 kB
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:12:47.382601Z"
},
"title": "How Effectively Can Machines Defend Against Machine-Generated Fake News? An Empirical Study",
"authors": [
{
"first": "Meghana",
"middle": [
"Moorthy"
],
"last": "Bhat",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The Ohio State University",
"location": {}
},
"email": ""
},
{
"first": "Srinivasan",
"middle": [],
"last": "Parthasarathy",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The Ohio State University",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We empirically study the effectiveness of machine-generated fake news detectors by understanding the model's sensitivity to different synthetic perturbations during test time. The current machine-generated fake news detectors rely on provenance to determine the veracity of news. Our experiments find that the success of these detectors can be limited since they are rarely sensitive to semantic perturbations and are very sensitive to syntactic perturbations. Also, we would like to open-source our code and believe it could be a useful diagnostic tool for evaluating models aimed at fighting machine-generated fake news.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "We empirically study the effectiveness of machine-generated fake news detectors by understanding the model's sensitivity to different synthetic perturbations during test time. The current machine-generated fake news detectors rely on provenance to determine the veracity of news. Our experiments find that the success of these detectors can be limited since they are rarely sensitive to semantic perturbations and are very sensitive to syntactic perturbations. Also, we would like to open-source our code and believe it could be a useful diagnostic tool for evaluating models aimed at fighting machine-generated fake news.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The advancement of language models (LM) in text generation has raised concerns over misusing LM in generating fake news, misleading reviews, spreading rumor and propaganda (Vosoughi et al., 2018; Solaiman et al., 2019; Varshney et al., 2019 Varshney et al., , 2020 . Fact-checking is one approach that involves studying veracity of the news using external evidence (Popat et al., 2018; Nie et al., 2018) . However, it remains a challenging task since the performance of the current automatic factchecking models are not satisfactory (Thorne et al., 2018) . Rashkin et al. (2017) studied automated fact-checking by examining the role of stylistic bias to help verify the truthfulness of an article. Another approach which has recently gained traction to combat mass-scale production of fake news is detecting stylistic differences in human-written and machine-generated news 1 . Later, Grover (Zellers et al., 2019) , a transformer based model (Vaswani et al., 2017 ) trained on news corpora was proposed to determine machinegenerated fake news.",
"cite_spans": [
{
"start": 172,
"end": 195,
"text": "(Vosoughi et al., 2018;",
"ref_id": "BIBREF21"
},
{
"start": 196,
"end": 218,
"text": "Solaiman et al., 2019;",
"ref_id": "BIBREF16"
},
{
"start": 219,
"end": 240,
"text": "Varshney et al., 2019",
"ref_id": "BIBREF18"
},
{
"start": 241,
"end": 264,
"text": "Varshney et al., , 2020",
"ref_id": "BIBREF19"
},
{
"start": 365,
"end": 385,
"text": "(Popat et al., 2018;",
"ref_id": "BIBREF8"
},
{
"start": 386,
"end": 403,
"text": "Nie et al., 2018)",
"ref_id": "BIBREF7"
},
{
"start": 533,
"end": 554,
"text": "(Thorne et al., 2018)",
"ref_id": "BIBREF17"
},
{
"start": 892,
"end": 914,
"text": "(Zellers et al., 2019)",
"ref_id": "BIBREF24"
},
{
"start": 943,
"end": 964,
"text": "(Vaswani et al., 2017",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "1 https://openai.com/blog/gpt-2-1-5b-release/ The detection of machine-generated fake news purely based on stylistic biases can be hard because: (1) legitimate human-written articles can be easily corrupted at scale by machines, (2) an attacker can overlay the distributional features of human-written text over machine-generated text to fool the style-based classifiers and vice-versa, (3) legitimate text can be generated with LM and the current machine-generated fake news detectors rely on similar distribution for generation of legitimate and fake news (Schuster et al., 2019) . However, to the best of our knowledge, there has not been a systematic empirical evaluation to validate these claims. We devise six different perturbations to study the behavior of models 2 . In this study we do not cover (3) since generative models for applications like summarization (See et al., 2017; Nallapati et al., 2016 ), text completion (Vaswani et al., 2017; can be directly tested for veracity on detector models. From our experiments, we see that models are insensitive to semantic types of perturbations considered in this work, and moreover are extremely sensitive to grammatical perturbations, that do not change the semantics.",
"cite_spans": [
{
"start": 558,
"end": 581,
"text": "(Schuster et al., 2019)",
"ref_id": "BIBREF13"
},
{
"start": 870,
"end": 888,
"text": "(See et al., 2017;",
"ref_id": "BIBREF14"
},
{
"start": 889,
"end": 911,
"text": "Nallapati et al., 2016",
"ref_id": "BIBREF6"
},
{
"start": 931,
"end": 953,
"text": "(Vaswani et al., 2017;",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Universal Attacks in NLP: Ribeiro et al. 2018debugged models using semantic-preserving perturbations that forced changes in predictions for downstream tasks such as sentiment analysis, visual QA and machine comprehension. Behjati et al. (2019) crafted data-independent adversarial sequences that can fool text classifier when added to any input sample. Alternatively, Wallace et al. (2019) study triggers in the form of a word or a few words to analyze models and biases in datasets for LM, text classification. Machine-generated text detection: Bakhtin et al. (2019) study the generalization ability of models trained to detect real text from the machinegenerated text, Gehrmann et al. (2019) show statistical distributional differences between humanwritten and machine-generated text and provide a tool to the readers to detect machine generated text. Zellers et al. (2019) proposed defense against machine-generated fake news, Grover, by building a linear classifier on top of the last hidden state of its controlled generator model trained on a large news corpora. Fake news detection: Shu et al. (2017) study fake news detectors in social media from a data mining perspective. Similarly, Zhou et al. (2019) study vulnerabilities of the Fakebox tool, an open-source fake news detector and emphasized the necessity of crowd-source based knowledge graphs and fact checking based solutions to combat fake news. Automatic fact checking is another approach that is being studied actively with synthetic (Thorne et al., 2018) and real datasets Augenstein et al., 2019) . In parallel work, Schuster et al. (2019) discusses the limitations of stylistic based approaches for machine-generated fake news detection. They devised two benchmarks: (1) text completion using LM and, (2) negating the meaning of human-written articles by maintaining the distribution of human-written text as learned by the model. Our work is orthogonal to these efforts in the following ways: (1) we study (in)sensitivity of multiple models for semantic perturbations by keeping the distribution of human-written text intact, (2) we also study the sensitivity of models to semanticpreserving syntactic perturbations with the goal of overlaying distribution of human-written text over machine-generated text, (3) our experiments can be used as a diagnostic evaluation tool for future machine-generated fake news detectors and, (4) our semantic perturbations can be used to evaluate and study fact-checking based solutions as well.",
"cite_spans": [
{
"start": 222,
"end": 243,
"text": "Behjati et al. (2019)",
"ref_id": "BIBREF2"
},
{
"start": 368,
"end": 389,
"text": "Wallace et al. (2019)",
"ref_id": "BIBREF22"
},
{
"start": 671,
"end": 693,
"text": "Gehrmann et al. (2019)",
"ref_id": "BIBREF3"
},
{
"start": 854,
"end": 875,
"text": "Zellers et al. (2019)",
"ref_id": "BIBREF24"
},
{
"start": 1502,
"end": 1523,
"text": "(Thorne et al., 2018)",
"ref_id": "BIBREF17"
},
{
"start": 1542,
"end": 1566,
"text": "Augenstein et al., 2019)",
"ref_id": "BIBREF0"
},
{
"start": 1587,
"end": 1609,
"text": "Schuster et al. (2019)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "We measure the performance of models by looking at accuracy with respect to perturbations introduced in this work. All models are trained without any perturbations and the behavior is studied only at test time. We consider the following models in our experiments -Grover Mega discriminator 3 , GPT2 output detector 4 and Fakebox 5 and use RealNews dataset 6 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "We devise perturbations across real news (humanwritten) articles to test the model behavior. The perturbations in this work are broadly categorized in two main streams: semantic and syntactic. The semantic perturbations are sentence-level perturbations while the syntactic are word-level perturbations. At N % perturbation level, for any type of semantic perturbation, semantics of N % of sentences are changed; whereas in a syntactic perturbation, N % of the words are modified.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Types of Perturbations",
"sec_num": "3.1"
},
{
"text": "The semantic perturbations are intended to turn a real news (human-written text) into a fake news. Our aim is to understand to what extent the content and factuality of text influences model decisions. The psychology studies show that people try to diverge as little as possible from the truth while lying (Mazar et al., 2008) . Hence, we study perturbations at various levels to understand the sensitivity of models. Understandably, models find difficulty in spotting minor perturbations (except article shuffling) and the performance improves as we add more noise to the real articles. An ideal model will flip its decision to all the semantic perturbations introduced in this work. Below is a brief description of types of semantic perturbations we consider. varying sentiment: We change the polarity of sentences within an article, by replacing positive, or comforting words to negative words and vice-versa; thereby changing the overall sentiment of the article. In order to reverse the polarity of sentences, we replace one randomly chosen word in a sentence with its antonym from Stanford NLTK 7 . source-target exchange: The source and the target entities 8 in a sentence are interchanged that do not have coordinating or correlating conjunctions. article shuffling: We perturb a real article by randomly adding N % of sentences from a fake article where N is the perturbation level. We also",
"cite_spans": [
{
"start": 306,
"end": 326,
"text": "(Mazar et al., 2008)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic perturbations",
"sec_num": "3.1.1"
},
{
"text": "Real article Fake article type varying -Google said last year it spent more than $100 million on -Google said first year it spent more than $100 million on sentiment Content ID. They say the automatic filters are blunt -Some Content ID. They say the manual filters are blunt -No consumers worry that the new rules would bring an end.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Perturbation",
"sec_num": null
},
{
"text": "consumers worry that the new rules would bring an end. The EU denies this.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Perturbation",
"sec_num": null
},
{
"text": "The EU admit this. source-target -Lokuhettige had 14 days to respond to the new charges, -ICC had 14 days to respond to the new charges, exchange the ICC added. Sri Lanka Cricket has been thrown into the Lokuhettige added. ICC has been thrown into turmoil turmoil as the ICC continues to investigate corruption as the Sri Lanka Cricket continues to investigate corruption allegations in the island nation. -allegations in the island nation.article -Rose feels not enough action is being taken and the -Rose feels not enough action is being taken and the shuffling disparity in the punishment highlights its ineffectiveness. disparity in the punishment highlights its ineffectiveness. \"Obviously, it is a bit sad (to feel like this) but when This would pave the way for Daenerys Targaryen to bring the countries only get fined what I'd probably spend on a night Wall down.\"You see my manager get banned for two games out in London, what do you expect\" he added. \"You see for just being -\" my manager get banned for two games for just being -\" entity A New Jersey bus driver's incredible note to the parents of two Pribbernow, New Kilgore bus driver's incredible note to the replacement children who reached out to another student with a parents of two children who reached out to another student with a disability went viral. remove an equal number of sentences from the real article to maintain the total article length. The fake article chosen for shuffling will not have entities present in the title of real article. entity replacement: We replace entities 8 with another irrelevant entity of the same type. The irrelevant entities are picked from the fake articles which are not present in real articles. alter numerical facts: The numerical facts are distorted in a real news article. A numerical figure (digits and words) less than hundred thousand will be scaled up to a random number in the range of 1 million to 1 trillion and vice-versa. Table 1 represents examples of articles subjected to perturbations in this work. We use spacy 8 to identify entities and entity types in our experiments.",
"cite_spans": [],
"ref_spans": [
{
"start": 1948,
"end": 1955,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Perturbation",
"sec_num": null
},
{
"text": "Ippolito et al. (2019) recently studied the influence of excerpt length for classification of machinegenerated and human-written text. In the training dataset of Grover, we observe that machinegenerated articles have shorter length but longer sentences than human-written articles. We perturb these features by: (i) breaking longer sentences, (ii) removing definite articles if they appear among 8 https://spacy.io/ the most repeated words in an article, (iii) using semantic-preserving rules (for example converting that's \u2192that is) (Ribeiro et al., 2018), (iv) reformatting paragraphs of machine-generated text. These perturbations preserve semantics of articles, hence an ideal model should not flip its decision. Table 2 summarizes the performance of models when subjected to different types of perturbations at test time. For our experiments, we pick 2K samples for every perturbation type (real for semantic and fake for syntactic perturbations) from the Re-alNews dataset that are classified correctly (100% accuracy) by all the models without any perturbations introduced in this work. We start with 25% perturbation level because very small perturbation levels may not be enough to change the overall semantics of the article. However, Grover identifies its own generated text even at 1% perturbation level (18% accuracy on article shuffling perturbation). On manual examination, we found that on an average 5% of the real articles did not change semantics on perturbing for varying sentiment and source-target exchange. Fakebox performance is not reported due to very low accuracy for all the perturbations introduced in this work. Since the details of Fakebox tool is not publicly available, The cell values contain the mean and standard deviation across 5 runs of experiments. We choose real articles for devising semantic perturbations and fake articles for devising syntactic perturbations. For semantic perturbations, we see that model performance increases with level of perturbations while for syntactic perturbation, models tend to perform bad with increase in attributes of human-written text. We mark 'NA' in article shuffling for 100% perturbation level since 100% shuffling will be a full machine-generated text which was already classified correctly by the detectors.",
"cite_spans": [],
"ref_spans": [
{
"start": 717,
"end": 724,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Syntactic perturbations",
"sec_num": "3.1.2"
},
{
"text": "we omit them from analysis. The code is publicly available 9 . From our experiments, we make the following observations: \u2022 All the machine-generated fake news detectors considered in this work are vulnerable to semantic perturbations even under extreme perturbations indicating that actuality of the articles do not aid in model decision. \u2022 Grover performs well on article shuffling indicating that it learns sentence structures of its own generated text pretty well. \u2022 The machine-generated fake news detectors are also vulnerable to semantic preserving syntactic perturbations indicating they could possibly be learning sentence structures. Another reason could be due to data bias since the training dataset of machine-generated text has longer sentences, punctuation and definite articles when compared to human-written text. \u2022 Grover fails to detect sentiment changes in articles indicating that it is insensitive to polarity between entities. From manual examination we found that 5% of real articles perturbed due to varying sentiment have uncommon phrases which would have aided the GPT2 detector. For example, Police say Aranda told them he would go to the mall \u2192Police say Aranda told them he stay in place to the mall \u2022 Current machine-generated fake news detectors rely on previously seen data without ex-9 https://github.com/meghu2791/evaluateNeuralFakenews Detectors ternal resources for classification. This could possibly explain the performance drop of GPT2 in varying sentiment at 100% perturbation level since there will be no inconsistent polarity towards entities unlike perturbations at 50% or 75%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "\u2022 Transformers are insensitive to perturbations like word-level shuffling and possibly learn bag-of-word like distribution (Sankar et al., 2019) . GPT2 fails to identify source-target exchange indicating they adhere to the above observations. The marginal gains of Grover probably indicates better understanding of linguistic cues in sentences. \u2022 The better performance of GPT2 in entity replacement could be due to non-existence of replaced entities in articles labeled real in the training dataset of GPT2.",
"cite_spans": [
{
"start": 123,
"end": 144,
"text": "(Sankar et al., 2019)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "4"
},
{
"text": "With the advances in language modeling for text generation, the detection of fake news becomes challenging. We find that success of style-based classifiers are limited when real articles are perturbed even under extreme modifications. We believe our experiments motivates to explore integration of multiple dimensions like examine source credibility, fact-checking via external resources, model robustness by adversarial training, commonsense reasoning to machine-generated fake news detectors. By open-sourcing our code, we believe our methodology of studying vulnerabilities in the fake news detectors can aid in creation of robust models in the future.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "For easy convention, we refer machine-generated fake news detectors as models in this work",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://grover.allenai.org/detect 4 https://huggingface.co/openai-detector 5 https://machinebox.io/docs/fakebox 6 https://rowanzellers.com/grover/ 7 https://www.nltk.org/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We thank our reviewers for their feedback and suggestions. This work is supported by the National Science Foundation grant EAR-1520870. All content presented represents the opinion of the authors, and is not necessarily endorsed by their sponsors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Multifc: A real-world multi-domain dataset for evidencebased fact checking of claims",
"authors": [
{
"first": "Isabelle",
"middle": [],
"last": "Augenstein",
"suffix": ""
},
{
"first": "Christina",
"middle": [],
"last": "Lioma",
"suffix": ""
},
{
"first": "Dongsheng",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Lucas",
"middle": [
"Chaves"
],
"last": "Lima",
"suffix": ""
},
{
"first": "Casper",
"middle": [],
"last": "Hansen",
"suffix": ""
},
{
"first": "Christian",
"middle": [],
"last": "Hansen",
"suffix": ""
},
{
"first": "Jakob",
"middle": [
"Grue"
],
"last": "Simonsen",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.18653/v1/d19-1475"
]
},
"num": null,
"urls": [],
"raw_text": "Isabelle Augenstein, Christina Lioma, Dongsheng Wang, Lucas Chaves Lima, Casper Hansen, Chris- tian Hansen, and Jakob Grue Simonsen. 2019. Mul- tifc: A real-world multi-domain dataset for evidence- based fact checking of claims. Proceedings of the 2019 Conference on Empirical Methods in Natu- ral Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP).",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Real or fake? learning to discriminate machine from human generated text",
"authors": [
{
"first": "Anton",
"middle": [],
"last": "Bakhtin",
"suffix": ""
},
{
"first": "Sam",
"middle": [],
"last": "Gross",
"suffix": ""
},
{
"first": "Myle",
"middle": [],
"last": "Ott",
"suffix": ""
},
{
"first": "Yuntian",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Marc'aurelio",
"middle": [],
"last": "Ranzato",
"suffix": ""
},
{
"first": "Arthur",
"middle": [],
"last": "Szlam",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anton Bakhtin, Sam Gross, Myle Ott, Yuntian Deng, Marc'Aurelio Ranzato, and Arthur Szlam. 2019. Real or fake? learning to discriminate machine from human generated text. CoRR, abs/1906.03351.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Universal adversarial attacks on text classifiers",
"authors": [
{
"first": "M",
"middle": [],
"last": "Behjati",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Moosavi-Dezfooli",
"suffix": ""
},
{
"first": "M",
"middle": [
"S"
],
"last": "Baghshah",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Frossard",
"suffix": ""
}
],
"year": 2019,
"venue": "ICASSP 2019 -2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)",
"volume": "",
"issue": "",
"pages": "7345--7349",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Behjati, S. Moosavi-Dezfooli, M. S. Baghshah, and P. Frossard. 2019. Universal adversarial attacks on text classifiers. In ICASSP 2019 -2019 IEEE Inter- national Conference on Acoustics, Speech and Sig- nal Processing (ICASSP), pages 7345-7349.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "GLTR: Statistical detection and visualization of generated text",
"authors": [
{
"first": "Sebastian",
"middle": [],
"last": "Gehrmann",
"suffix": ""
},
{
"first": "Hendrik",
"middle": [],
"last": "Strobelt",
"suffix": ""
},
{
"first": "Alexander",
"middle": [],
"last": "Rush",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
"volume": "",
"issue": "",
"pages": "111--116",
"other_ids": {
"DOI": [
"10.18653/v1/P19-3019"
]
},
"num": null,
"urls": [],
"raw_text": "Sebastian Gehrmann, Hendrik Strobelt, and Alexander Rush. 2019. GLTR: Statistical detection and visu- alization of generated text. In Proceedings of the 57th Annual Meeting of the Association for Compu- tational Linguistics: System Demonstrations, pages 111-116, Florence, Italy. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Automatic detection of generated text is easiest when humans are fooled",
"authors": [
{
"first": "Daphne",
"middle": [],
"last": "Ippolito",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Duckworth",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
},
{
"first": "Douglas",
"middle": [],
"last": "Eck",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daphne Ippolito, Daniel Duckworth, Chris Callison- Burch, and Douglas Eck. 2019. Automatic detection of generated text is easiest when humans are fooled.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The dishonesty of honest people: A theory of selfconcept maintenance",
"authors": [
{
"first": "Nina",
"middle": [],
"last": "Mazar",
"suffix": ""
},
{
"first": "On",
"middle": [],
"last": "Amir",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Ariely",
"suffix": ""
}
],
"year": 2008,
"venue": "Journal of Marketing Research",
"volume": "45",
"issue": "6",
"pages": "633--644",
"other_ids": {
"DOI": [
"10.1509/jmkr.45.6.633"
]
},
"num": null,
"urls": [],
"raw_text": "Nina Mazar, On Amir, and Dan Ariely. 2008. The dishonesty of honest people: A theory of self- concept maintenance. Journal of Marketing Re- search, 45(6):633-644.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Sequence-to-sequence rnns for text summarization",
"authors": [
{
"first": "Ramesh",
"middle": [],
"last": "Nallapati",
"suffix": ""
},
{
"first": "Bing",
"middle": [],
"last": "Xiang",
"suffix": ""
},
{
"first": "Bowen",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ramesh Nallapati, Bing Xiang, and Bowen Zhou. 2016. Sequence-to-sequence rnns for text summarization. CoRR, abs/1602.06023.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Combining fact extraction and verification with neural semantic matching networks",
"authors": [
{
"first": "Yixin",
"middle": [],
"last": "Nie",
"suffix": ""
},
{
"first": "Haonan",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Mohit",
"middle": [],
"last": "Bansal",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yixin Nie, Haonan Chen, and Mohit Bansal. 2018. Combining fact extraction and verification with neural semantic matching networks. CoRR, abs/1811.07039.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Declare: Debunking fake news and false claims using evidence-aware deep learning",
"authors": [
{
"first": "Kashyap",
"middle": [],
"last": "Popat",
"suffix": ""
},
{
"first": "Subhabrata",
"middle": [],
"last": "Mukherjee",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Yates",
"suffix": ""
},
{
"first": "Gerhard",
"middle": [],
"last": "Weikum",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kashyap Popat, Subhabrata Mukherjee, Andrew Yates, and Gerhard Weikum. 2018. Declare: Debunking fake news and false claims using evidence-aware deep learning. CoRR, abs/1809.06416.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Language models are unsupervised multitask learners",
"authors": [
{
"first": "Alec",
"middle": [],
"last": "Radford",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Rewon",
"middle": [],
"last": "Child",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Luan",
"suffix": ""
},
{
"first": "Dario",
"middle": [],
"last": "Amodei",
"suffix": ""
},
{
"first": "Ilya",
"middle": [],
"last": "Sutskever",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. 2019. Language models are unsupervised multitask learners.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Truth of varying shades: Analyzing language in fake news and political fact-checking",
"authors": [
{
"first": "Eunsol",
"middle": [],
"last": "Hannah Rashkin",
"suffix": ""
},
{
"first": "Jin",
"middle": [
"Yea"
],
"last": "Choi",
"suffix": ""
},
{
"first": "Svitlana",
"middle": [],
"last": "Jang",
"suffix": ""
},
{
"first": "Yejin",
"middle": [],
"last": "Volkova",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Choi",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "2931--2937",
"other_ids": {
"DOI": [
"10.18653/v1/d17-1317"
]
},
"num": null,
"urls": [],
"raw_text": "Hannah Rashkin, Eunsol Choi, Jin Yea Jang, Svitlana Volkova, and Yejin Choi. 2017. Truth of varying shades: Analyzing language in fake news and polit- ical fact-checking. In Proceedings of the 2017 Con- ference on Empirical Methods in Natural Language Processing, EMNLP 2017, Copenhagen, Denmark, September 9-11, 2017, pages 2931-2937. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Semantically equivalent adversarial rules for debugging NLP models",
"authors": [
{
"first": "Sameer",
"middle": [],
"last": "Marco Tulio Ribeiro",
"suffix": ""
},
{
"first": "Carlos",
"middle": [],
"last": "Singh",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Guestrin",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "856--865",
"other_ids": {
"DOI": [
"10.18653/v1/P18-1079"
]
},
"num": null,
"urls": [],
"raw_text": "Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. 2018. Semantically equivalent adversar- ial rules for debugging NLP models. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 856-865, Melbourne, Australia. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Do neural dialog systems use the conversation history effectively? an empirical study",
"authors": [
{
"first": "Chinnadhurai",
"middle": [],
"last": "Sankar",
"suffix": ""
},
{
"first": "Sandeep",
"middle": [],
"last": "Subramanian",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"J"
],
"last": "Pal",
"suffix": ""
},
{
"first": "Sarath",
"middle": [],
"last": "Chandar",
"suffix": ""
},
{
"first": "Yoshua",
"middle": [],
"last": "Bengio",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chinnadhurai Sankar, Sandeep Subramanian, Christo- pher J. Pal, Sarath Chandar, and Yoshua Bengio. 2019. Do neural dialog systems use the conversa- tion history effectively? an empirical study. CoRR, abs/1906.01603.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Are we safe yet? the limitations of distributional features for fake news detection",
"authors": [
{
"first": "Tal",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "Roei",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Darsh",
"suffix": ""
},
{
"first": "Regina",
"middle": [],
"last": "Shah",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Barzilay",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1908.09805"
]
},
"num": null,
"urls": [],
"raw_text": "Tal Schuster, Roei Schuster, Darsh J Shah, and Regina Barzilay. 2019. Are we safe yet? the limitations of distributional features for fake news detection. arXiv preprint arXiv:1908.09805.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Get to the point: Summarization with pointergenerator networks",
"authors": [
{
"first": "Abigail",
"middle": [],
"last": "See",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Peter",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Liu",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "1073--1083",
"other_ids": {
"DOI": [
"10.18653/v1/P17-1099"
]
},
"num": null,
"urls": [],
"raw_text": "Abigail See, Peter J. Liu, and Christopher D. Manning. 2017. Get to the point: Summarization with pointer- generator networks. In Proceedings of the 55th An- nual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1073- 1083, Vancouver, Canada. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Fake news detection on social media: A data mining perspective",
"authors": [
{
"first": "Kai",
"middle": [],
"last": "Shu",
"suffix": ""
},
{
"first": "Amy",
"middle": [],
"last": "Sliva",
"suffix": ""
},
{
"first": "Suhang",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Jiliang",
"middle": [],
"last": "Tang",
"suffix": ""
},
{
"first": "Huan",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2017,
"venue": "SIGKDD Explor. Newsl",
"volume": "19",
"issue": "1",
"pages": "22--36",
"other_ids": {
"DOI": [
"10.1145/3137597.3137600"
]
},
"num": null,
"urls": [],
"raw_text": "Kai Shu, Amy Sliva, Suhang Wang, Jiliang Tang, and Huan Liu. 2017. Fake news detection on social me- dia: A data mining perspective. SIGKDD Explor. Newsl., 19(1):22-36.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Release strategies and the social impacts of language models",
"authors": [
{
"first": "Irene",
"middle": [],
"last": "Solaiman",
"suffix": ""
},
{
"first": "Miles",
"middle": [],
"last": "Brundage",
"suffix": ""
},
{
"first": "Jack",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "Amanda",
"middle": [],
"last": "Askell",
"suffix": ""
},
{
"first": "Ariel",
"middle": [],
"last": "Herbert-Voss",
"suffix": ""
},
{
"first": "Jeff",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Alec",
"middle": [],
"last": "Radford",
"suffix": ""
},
{
"first": "Gretchen",
"middle": [],
"last": "Krueger",
"suffix": ""
},
{
"first": "Jong",
"middle": [
"Wook"
],
"last": "Kim",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irene Solaiman, Miles Brundage, Jack Clark, Amanda Askell, Ariel Herbert-Voss, Jeff Wu, Alec Radford, Gretchen Krueger, Jong Wook Kim, Sarah Kreps, Miles McCain, Alex Newhouse, Jason Blazakis, Kris McGuffie, and Jasmine Wang. 2019. Release strategies and the social impacts of language mod- els.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "FEVER: a large-scale dataset for fact extraction and VERification",
"authors": [
{
"first": "James",
"middle": [],
"last": "Thorne",
"suffix": ""
},
{
"first": "Andreas",
"middle": [],
"last": "Vlachos",
"suffix": ""
}
],
"year": 2018,
"venue": "NAACL-HLT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Thorne, Andreas Vlachos, Christos Christodoulopoulos, and Arpit Mittal. 2018. FEVER: a large-scale dataset for fact extraction and VERification. In NAACL-HLT.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Pretrained ai models: Performativity, mobility, and change",
"authors": [
{
"first": "R",
"middle": [],
"last": "Lav",
"suffix": ""
},
{
"first": "Nitish",
"middle": [],
"last": "Varshney",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Shirish Keskar",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Socher",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lav R. Varshney, Nitish Shirish Keskar, and Richard Socher. 2019. Pretrained ai models: Performativity, mobility, and change.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Limits of detecting text generated by large-scale language models",
"authors": [
{
"first": "R",
"middle": [],
"last": "Lav",
"suffix": ""
},
{
"first": "Nitish",
"middle": [],
"last": "Varshney",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Shirish Keskar",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Socher",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lav R. Varshney, Nitish Shirish Keskar, and Richard Socher. 2020. Limits of detecting text generated by large-scale language models.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Attention is all you need",
"authors": [
{
"first": "Ashish",
"middle": [],
"last": "Vaswani",
"suffix": ""
},
{
"first": "Noam",
"middle": [],
"last": "Shazeer",
"suffix": ""
},
{
"first": "Niki",
"middle": [],
"last": "Parmar",
"suffix": ""
},
{
"first": "Jakob",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
},
{
"first": "Llion",
"middle": [],
"last": "Jones",
"suffix": ""
},
{
"first": "Aidan",
"middle": [
"N"
],
"last": "Gomez",
"suffix": ""
},
{
"first": "Lukasz",
"middle": [],
"last": "Kaiser",
"suffix": ""
},
{
"first": "Illia",
"middle": [],
"last": "Polosukhin",
"suffix": ""
}
],
"year": 2017,
"venue": "NIPS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. In NIPS.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "The spread of true and false news online",
"authors": [
{
"first": "Soroush",
"middle": [],
"last": "Vosoughi",
"suffix": ""
},
{
"first": "Deb",
"middle": [],
"last": "Roy",
"suffix": ""
},
{
"first": "Sinan",
"middle": [],
"last": "Aral",
"suffix": ""
}
],
"year": 2018,
"venue": "Science",
"volume": "359",
"issue": "6380",
"pages": "1146--1151",
"other_ids": {
"DOI": [
"10.1126/science.aap9559"
]
},
"num": null,
"urls": [],
"raw_text": "Soroush Vosoughi, Deb Roy, and Sinan Aral. 2018. The spread of true and false news online. Science, 359(6380):1146-1151.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Universal adversarial triggers for attacking and analyzing NLP",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Wallace",
"suffix": ""
},
{
"first": "Shi",
"middle": [],
"last": "Feng",
"suffix": ""
},
{
"first": "Nikhil",
"middle": [],
"last": "Kandpal",
"suffix": ""
},
{
"first": "Matt",
"middle": [],
"last": "Gardner",
"suffix": ""
},
{
"first": "Sameer",
"middle": [],
"last": "Singh",
"suffix": ""
}
],
"year": 2019,
"venue": "Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Wallace, Shi Feng, Nikhil Kandpal, Matt Gardner, and Sameer Singh. 2019. Universal adversarial trig- gers for attacking and analyzing NLP. In Empirical Methods in Natural Language Processing.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "liar, liar pants on fire\": A new benchmark dataset for fake news detection",
"authors": [
{
"first": "William",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Wang",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "William Yang Wang. 2017. \"liar, liar pants on fire\": A new benchmark dataset for fake news detection. ArXiv, abs/1705.00648.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Defending against neural fake news",
"authors": [
{
"first": "Rowan",
"middle": [],
"last": "Zellers",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Holtzman",
"suffix": ""
},
{
"first": "Hannah",
"middle": [],
"last": "Rashkin",
"suffix": ""
},
{
"first": "Yonatan",
"middle": [],
"last": "Bisk",
"suffix": ""
},
{
"first": "Ali",
"middle": [],
"last": "Farhadi",
"suffix": ""
},
{
"first": "Franziska",
"middle": [],
"last": "Roesner",
"suffix": ""
},
{
"first": "Yejin",
"middle": [],
"last": "Choi",
"suffix": ""
}
],
"year": 2019,
"venue": "Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems",
"volume": "",
"issue": "",
"pages": "9051--9062",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rowan Zellers, Ari Holtzman, Hannah Rashkin, Yonatan Bisk, Ali Farhadi, Franziska Roesner, and Yejin Choi. 2019. Defending against neural fake news. In Advances in Neural Information Process- ing Systems 32: Annual Conference on Neural Infor- mation Processing Systems 2019, NeurIPS 2019, 8- 14 December 2019, Vancouver, BC, Canada, pages 9051-9062.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Fake news detection via NLP is vulnerable to adversarial attacks",
"authors": [
{
"first": "Zhixuan",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Huankang",
"middle": [],
"last": "Guan",
"suffix": ""
},
{
"first": "Moorthy",
"middle": [],
"last": "Meghana",
"suffix": ""
},
{
"first": "Justin",
"middle": [],
"last": "Bhat",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hsu",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zhixuan Zhou, Huankang Guan, Meghana Moorthy Bhat, and Justin Hsu. 2019. Fake news detection via NLP is vulnerable to adversarial attacks. CoRR, abs/1901.09657.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"type_str": "table",
"num": null,
"text": "Examples of excerpts from articles subjected to perturbations. Humans in general find difficulty in detecting fake news articles without scrutiny.",
"html": null,
"content": "<table/>"
},
"TABREF3": {
"type_str": "table",
"num": null,
"text": "Performance of detectors for perturbations measured in accuracy.",
"html": null,
"content": "<table/>"
}
}
}
}