A Graphical Framework for Contextual Search and Name Disambiguation in Email

Total Page:16

File Type:pdf, Size:1020Kb

A Graphical Framework for Contextual Search and Name Disambiguation in Email A Graphical Framework for Contextual Search and Name Disambiguation in Email Einat Minkov William W. Cohen Andrew Y. Ng Language Technologies Inst. Machine Learning Dept. Computer Science Dept. Carnegie Mellon University Carnegie Mellon University Stanford University Pittsburgh, PA 15213 Pittsburgh, PA 15213 Stanford, CA 94305 [email protected] [email protected] [email protected] Abstract important to understand how text-based document similarity measures can be extended to documents Similarity measures for text have histor- embedded in complex structural settings. ically been an important tool for solving Our similarity metric is based on a lazy graph information retrieval problems. In this pa- walk, and is closely related to the well-known per we consider extended similarity met- PageRank algorithm (Page et al., 1998). PageRank rics for documents and other objects em- and its variants are based on a graph walk of infi- bedded in graphs, facilitated via a lazy nite length with random resets. In a lazy graph walk, graph walk. We provide a detailed in- there is a fixed probability of halting the walk at each stantiation of this framework for email step. In previous work (Toutanova et al., 2004), lazy data, where content, social networks and walks over graphs were used for estimating word a timeline are integrated in a structural dependency distributions: in this case, the graph graph. The suggested framework is evalu- was one constructed especially for this task, and the ated for the task of disambiguating names edges in the graph represented different flavors of in email documents. We show that rerank- word-to-word similarity. Other recent papers have ing schemes based on the graph-walk sim- also used walks over graphs for query expansion (Xi ilarity measures often outperform base- et al., 2005; Collins-Thompson and Callan, 2005). line methods, and that further improve- In these tasks, the walk propagates similarity to a ments can be obtained by use of appropri- start node through edges in the graph—incidentally ate learning methods. accumulating evidence of similarity over multiple connecting paths. In contrast to this previous work, we consider 1 Introduction schemes for propogating similarity across a graph Many tasks in information retrieval can be per- that naturally models a structured dataset like an formed by clever application of textual similarity email corpus: entities correspond to objects includ- metrics. In particular, The canonical IR problem of ing email addresses and dates, (as well as the usual ad hoc retrieval is often formulated as the task of types of documents and terms), and edges corre- finding documents “similar to” a query. In modern spond to relations like sent-by. We view the simi- IR settings, however, documents are usually not iso- larity metric as a tool for performing search across lated objects: instead, they are frequently connected this structured dataset, in which related entities that to other objects, via hyperlinks or meta-data. (An are not directly similar to a query can be reached via email message, for instance, is connected via header multi-step graph walk. information to other emails in the same thread and In this paper, we formulate and evaluate this ex- also to the recipient’s social network.) Thus it is tended similarity metric. The principal problem we 1 Workshop on TextGraphs, at HLT-NAACL 2006, pages 1–8, New York City, June 2006. c 2006 Association for Computational Linguistics consider is disambiguating personal names in email, that edge labels determine the source and target ` ` which we formulate as the task of retrieving the per- node types: i.e., if x −→ z and w −→ y then son most related to a particular name mention. We T (w) = T (x) and T (y) = T (z). However, mul- show that for this task, the graph-based approach im- tiple relations can hold between any particular pair ` proves substantially over plausible baselines. After of nodes types: for instance, it could be that x −→ y retrieval, learning can be used to adjust the ranking `0 or x −→ y, where ` 6= `0. (For instance, an email of retrieved names based on the edges in the paths message x could be sent-from y, or sent-to y.) Note traversed to find these names, which leads to an ad- also that edges need not denote functional relations: ditional performance improvement. Name disam- for a given x and `, there may be many distinct nodes biguation is a particular application of the suggested ` general framework, which is also applicable to any y such that x −→ y. For instance, for a file x, there has-term real-world setting in which structural data is avail- are many distinct terms y such that x −→ y holds. able as well as text. In representing email, we also create an inverse −1 This paper proceeds as follows. Sections 2 and label ` for each edge label (relation) `. Note that 3 formalize the general framework and its instanti- this means that the graph will definitely be cyclic. ation for email. Section 4 gives a short summary Table 1 gives the full set of relations used in our of the learning approach. Section 5 includes experi- email represention scheme. mental evaluation, describing the corpora and results 3 Graph Similarity for the person name disambiguation task. The paper concludes with a review of related work, summary 3.1 Edge weights and future directions. Similarity between two nodes is defined by a lazy walk process, and a walk on the graph is controlled 2 Email as a Graph by a small set of parameters Θ. To walk away from A graph G consists of a set of nodes, and a set of la- a node x, one first picks an edge label `; then, given ` beled directed edges. Nodes will be denoted by let- `, one picks a node y such that x −→ y. We assume ters like x, y, or z, and we will denote an edge from that the probability of picking the label ` depends ` x to y with label ` as x −→ y. Every node x has only on the type T (x) of the node x, i.e., that the a type, denoted T (x), and we will assume that there outgoing probability from node x of following an are a fixed set of possible types. We will assume for edge type ` is: convenience that there are no edges from a node to Pr(` | x)= Pr(` | Ti) ≡ θ`,T itself (this assumption can be easily relaxed.) i We will use these graphs to represent real-world Let STi be the set of possible labels for an edge leav- data. Each node represents some real-world entity, ing a node of type Ti. We require that the weights ` and each edge x −→ y asserts that some binary over all outgoing edge types given the source node relation `(x, y) holds. The entity types used here type form a probability distribution, i.e., that to represent an email corpus are shown in the left- θ`,Ti = 1 most column of Table 1. They include the tradi- ∈X ` STi tional types in information retrieval systems, namely file and term. In addition, however, they include the In this paper, we will assume that once ` is picked, types person, email-address and date. These enti- y is chosen uniformly from the set of all y such that ` ties are constructed from a collection of email mes- x −→ y. That is, the weight of an edge of type l sages in the obvious way–for example, a recipient of connecting source node x to node y is: “Einat Minkov [email protected] ” indicates the < > ` θ Pr(x −→ y | `)= `,Ti existence of a person node “Einat Minkov” and an ` email-address node “[email protected]”. (We as- | y : x −→ y | sume here that person names are unique identifiers.) This assumption could easily be generalized, how- The graph edges are directed. We will assume ever: for instance, for the type T (x) = file and 2 source type edge type target type and probability 0 to all other nodes, then the value file sent-from person sent-from-email email-address given to y in Vk can be interpreted as a similarity sent-to person measure between x and y. sent-to-email email-address In our framework, a query is an initial distribu- date-of date has-subject-term term tion Vq over nodes, plus a desired output type Tout , has-term term and the answer is a list of nodes y of type Tout , person sent-from inv. file −1 ranked by their score in the distribution V . For in- sent-to file k alias email-address stance, for an ordinary ad hoc document retrieval has-term term query (like “economic impact of recycling tires”) email-address sent-to-email−1 file −1 would be an appropriate distribution Vq over query sent-from-email file alias-inverse person terms, with Tout = file. Replacing Tout with person is-email−1 term would find the person most related to the query— −1 term has-term file e.g., an email contact heavily associated with the has subject-term−1 file is-email email-address retread economics. Replacing Vq with a point dis- has-term−1 person tribution over a particular document would find the date date-of−1 file people most closely associated with the given docu- Table 1: Graph structure: Node and relation types ment. ` 3.3 Relation to TF-IDF ` = has-term, weights for terms y such that x −→ y might be distributed according to an appropriate lan- It is interesting to view this framework in compar- guage model (Croft and Lafferty, 2003).
Recommended publications
  • Brand Messages on Twitter: Predicting Diffusion with Textual
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Carolina Digital Repository BRAND MESSAGES ON TWITTER: PREDICTING DIFFUSION WITH TEXTUAL CHARACTERISTICS Chris J. Vargo A dissertation submitted to the faculty at the University of North Carolina at Chapel Hill in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the School of Journalism and Mass Communication. Chapel Hill 2014 Approved by: Joe Bob Hester Donald Lewis Shaw Francesca Carpentier Justin H. Gross Jaime Arguello © 2014 Chris J. Vargo ALL RIGHTS RESERVED ii ABSTRACT Chris J. Vargo: Brand Messages On Twitter: Predicting Diffusion With Textual Characteristics (Under the direction of Joe Bob Hester) This dissertation assesses brand messages (i.e. tweets by a brand) on Twitter and the characteristics that predict the amount of engagement (a.k.a. interaction) a tweet receives. Attention is given to theories that speak to characteristics observable in text and how those characteristics affect retweet and favorite counts. Three key concepts include sentiment, arousal and concreteness. For positive sentiment, messages appeared overly positive, but still a small amount of the variance in favorites was explained. Very few tweets had strong levels of arousal, but positive arousal still explained a small amount of the variance in retweet counts. Despite research suggesting that concreteness would boost sharing and interest, concrete tweets were retweeted and shared less than vague tweets. Vagueness explained a small amount of the variance in retweet and favorite counts. The presence of hashtags and images boosted retweet and favorite counts, and also explained variance. Finally, characteristics of the brand itself (e.g.
    [Show full text]
  • Social Media Compliance for Investment Advisers by Peter I
    THOMSON REUTERS Social media compliance for investment advisers By Peter I. Altman, Esq., Sandra Lewitz, Esq., and Kelly Handschumacher, Esq., Akin Gump MARCH 21, 2019 Social media pervades all aspects of society, from personal This spate of activity reflects the SEC’s focus on social media as and social communications to entertainment, business and an area replete with risk for registered investment advisers and politics. Presidents and CEOs communicate through Twitter; reinforces their obligations under the advertising, books and political activists organize through Facebook; and businesses records, and compliance rules of the Investment Advisers Act of blur the distinction between content and advertisement through 1940. Instagram. It is no surprise then that government agencies and Without careful attention to the changing communications law enforcement now routinely look at social media activity, both landscape and regulatory requirements, advisers could in real time and after the fact, for evidence of illegal activity. inadvertently violate these rules. For example, an adviser inviting For its part, the Securities and Exchange Commission has shown the public to “like” an investment adviser representative’s an increasing focus on social media activity in its examinations and biography that it posted on Facebook and then receiving “likes” investigations, such as using LinkedIn profiles during enforcement could violate the Testimonial Rule.2 And an adviser failing to investigation testimony to establish a witness’s experience and maintain records of tweets that it issues to provide news about citing public tweets as the basis for enforcement actions. One the firm or of private Facebook, WhatsApp or LinkedIn messages should assume that the SEC, whether in an examination or with clients about their investments could violate the Books and enforcement investigation, will review anything publicly available Records Rule.
    [Show full text]
  • Guide-Twitter
    Guide pour les préfectures décembre 2014 GUIDE TWITTER POUR LES PRÉFECTURES TABLE DES MATIÈRES Introduction ............................................................................................................3 I. Twitter : les grands principes ...........................................................................4 1. Qu’est-ce que c’est ? . ............................................................................................4 2. Faut-il y être présent ? . ...........................................................................................5 2.1. En matière de veille . .........................................................................................5 2.2. En matière de communication . ............................................................................6 2.3. Combien ça coûte ? .........................................................................................6 3. Comment y être présent ?. .......................................................................................7 4. Quels sont les risques ? ..........................................................................................8 4.1. Usurpation d’identité ........................................................................................8 4.2. Le manque de modestie ....................................................................................9 4.3. La transmission d’une information erronée ou contenant une faute................................10 4.4. La modération sur Twitter .................................................................................11
    [Show full text]
  • Marketing-Social-De-Performance.Pdf
    MARKETING INTRODUCTION SOCIAL Si vous êtes un entrepreneur ou un « marketeu », vous avez très certainement entendu parler de la publicité Facebook — le nouveau canal publicitaire = +$ cool et branché! Alors qu’il est vrai que ce type de publicité peut être extrêmement efficace, peu de gens osent se lancer dans le bain. Il faut dire que c’est facile de = -$ flamber beaucoup d’argent dans le vide lorsqu’on ne connaît pas ça! « Qu’est-ce qui vaut la peine d’être acheté? » « À quel prix? » « Comment faire ses enchères? » « Comment est-ce que votre budget est dépensé par Facebook? » Autant de questions qui vous empêchent de passer à l’action! C’est pour cette raison que j’ai mis en place ce court guide. Il s’agit d’un condensé de tout ce que vous avez besoin de savoir et comprendre avant de commencer à ! dépenser votre argent en publicité. 2 CE GUIDE EST DIVISÉ EN 5 GRANDS CHAPITRES Débutons par la base. Comment ça fonctionne? Comment Facebook vous facture-t-il? Quels sont les 1 termes fréquemment utilisés dans ce monde? Etc. Apprenez à gérer vos attentes envers la publicité Facebook et à la lier avec vos objectifs d’affaires. 2 Qu’est-ce qui fait qu’une pub particulière génère des revenus alors qu’une autre en perd? Découvrez la technique la plus rentable et la plus simple à mettre en place par l’ensemble des entreprises — le remarketing. Vous comprendrez 3 comment les entreprises augmentent leur rétention et génèrent des ventes à des prix ridiculement bas. Assimilez 6 façons d’utiliser la publicité Facebook 4 pour votre entreprise! Comment reconnaître une bonne publicité d’une mauvaise? À l’aide de deux exemples, vous 5 comprendrez rapidement les subtilités! À tout moment, vous pouvez lancer vos questions sur Twitter en utilisant le hashtag #AskOlivierLambert 3 Comment créer une CHAPITRE 1 publicité Facebook? La première étape logique est de créer une publicité.
    [Show full text]
  • Nepalese Diasporic Websites: Signs and Conditions of a Diaspora in The
    SSI51410.1177/0539018412456916Social Science InformationBruslé 4569162012 Social Science Information 51(4) 593 –610 Nepalese diasporic websites: © The Author(s) 2012 Reprints and permission: Signs and conditions of a sagepub.co.uk/journalsPermissions.nav DOI: 10.1177/0539018412456916 diaspora in the making? ssi.sagepub.com Tristan Bruslé Centre National de la Recherche Scientifique, Villejuif Abstract Since the beginning of the 21st century, the expression ‘Nepalese diaspora’ has increasingly been used by the Nepalese government, expatriates, reporters and intellectuals. The Nepalese diaspora, or those who speak on behalf of it, occupies a growing amount of Nepalese public space, especially on the Internet. Taking into account the performativity of the term ‘diaspora’, the author tries to understand how Nepalese diasporic websites are the sign and conditions of an ‘incipient diaspora’. Analysis of authoritative websites and links between different websites helps understand the structure of the Nepalese diaspora and the issues at stake. The Internet is hardly egalitarian and reflects the tensions in Nepalese society. However, links between websites are real. Non-Resident Nepalis’ Association websites are central to the associative Web, and cultural association websites are in the majority. The ‘etic’ study of ‘emic’ discourses of self-presentation by the diaspora shows that, through their public and performative dimensions, Nepalese diasporic websites are at the very heart of the process of constructing the Nepalese diaspora. Keywords diaspora, hierarchy, Internet, Nepal, performativity, Web Résumé Depuis le début des années 2000, l’expression ‘diaspora népalaise’ est de plus en plus employée par les expatriés, les journalistes, les intellectuels et le gouvernement népalais. La diaspora népalaise, ou tout du moins les instances qui disent la représenter, prend une place importante dans l’espace public népalais et sur le web en particulier.
    [Show full text]
  • Download Mcafee Complaint
    Approved: __________________________________ SAMSON ENZER / ELIZABETH HANFT Assistant United States Attorneys Before: THE HONORABLE GABRIEL W. GORENSTEIN United States Magistrate Judge Southern District of New York - - - - - - - - - - - - - - - - x 21 MAG 1600 : UNITED STATES OF AMERICA : SEALED COMPLAINT : - v. - : Violations of : 18 U.S.C. §§ 371, JOHN DAVID MCAFEE, : 1343, 1349, 1956 and 2. : Defendant. : COUNTY OF OFFENSES: : New York - - - - - - - - - - - - - - - - X SOUTHERN DISTRICT OF NEW YORK, ss.: BRANDON RACZ, being duly sworn, deposes and says that he is a Special Agent with the Federal Bureau of Investigation (“FBI”) and charges as follows: COUNT ONE (Commodities and Securities Fraud Conspiracy: Scalping) 1. From at least in or about December 2017, up to and including in or about October 2018, in the Southern District of New York and elsewhere, JOHN DAVID MCAFEE, the defendant, and a co-conspirator not named as a defendant herein (“CC-1”), as well as others known and unknown, willfully and knowingly did combine, conspire, confederate, and agree together and with each other to commit offenses against the United States, to wit, commodities fraud, in violation of Title 7, United States Code, Sections 9(1) and 13(a)(5), and Title 17, Code of Federal Regulations, Section 180.1(a), and securities fraud, in violation of Title 15, United States Code, Sections 78j(b) and 78ff, and Title 17, Code of Federal Regulations, Section 240.10b-5. 2. It was a part and an object of the conspiracy that JOHN DAVID MCAFEE, the defendant, and CC-1,
    [Show full text]
  • Threat Report the State of Influence Operations 2017-2020
    May 2021 Threat Report The State of Influence Operations 2017-2020 The State of Influence Operations 2017-2020 2 TABLE OF CONTENTS Executive Summary 3 Introduction 9 Section 1: Defining IO 11 Section 2: The State of IO, 2017- 2020 15 Threat actors 15 Trends in IO 19 Section 3: Targeting the US Ahead of the 2020 Election 28 Section 4: Countering IO 34 Combination of automation and investigations 34 Product innovation and adversarial design 36 Partnerships with industry, government and civil society 38 Building deterrence 39 Section 5: Conclusion 41 Appendix: List of CIB Disruptions, 2017-May 2021 44 Authors 45 The State of Influence Operations 2017-2020 3 Executive Summary Over the past four years, industry, government and civil society have worked to build our collective response to influence operations (“IO”), which we define as “c oordinated efforts to manipulate or corrupt public debate for a strategic goal.” The security teams at Facebook have developed policies, automated detection tools, and enforcement frameworks to tackle deceptive actors — both foreign and domestic. Working with our industry peers, we’ve made progress against IO by making it less effective and by disrupting more campaigns early, before they could build an audience. These efforts have pressed threat actors to shift their tactics. They have — often without success — moved away from the major platforms and increased their operational security to stay under the radar. Historically, influence operations have manifested in different forms: from covert campaigns that rely on fake identities to overt, state-controlled media efforts that use authentic and influential voices to promote messages that may or may not be false.
    [Show full text]
  • Présence Des Bibliothèques Sur Facebook Enjeux Et Questions, Pratiques Et Retour D'expérience URFIST De Bretagne Et Pays De La Loire – 8 Déc
    Présence des bibliothèques sur Facebook Enjeux et questions, pratiques et retour d'expérience URFIST de Bretagne et Pays de la Loire – 8 déc. 2011 Alain Marois – Bibliothèque de l'École Centrale de Lyon [email protected] / www.twitter.com/amarois Le slide à puces 1 : Programme ●Temps 1, « Faire le point » : ● Réseaux sociaux, web social et bibliothèques ● Facebook 101 ●Temps 2, TP « Créer ma page Facebook de bibliothèque » : ● Administration ● Veille, contenus, flux…impact ● Animer Présence des bibliothèques sur Facebook – 8/12/2011 Le slide à puces 2 : Objectifs ● Mesurer le contexte ● Être familiarisé avec la plate-forme Facebook ● Explorer une stratégie ● Mettre en place une page Facebook ●...et les outils pour l'animer Présence des bibliothèques sur Facebook – 8/12/2011 Web 2.0, Web social & Facebook Remember : the Web 2.0... Présence des bibliothèques sur Facebook – 8/12/2011 WEB 2.0 ... Présence des bibliothèques sur Facebook – 8/12/2011 WEB 2.0 ... Réseaux Sociaux ? We define social network sites as web- “ based services that allow individuals to (1) construct a public or semi-public profile within a bounded system, (2) articulate a list of other users with whom they share a connection, and (3) view and traverse their list of connections and those made by others within the system. Boyd, D.M., et N.B. Ellison. Social network sites: Definition, history, and scholarship. Journal of Computer-Mediated Communication 13, 2007, 210-230. Available from world wide web: <http://jcmc.indiana.edu/vol13/issue1/boyd.ellison.html” >. Présence des bibliothèques sur Facebook – 8/12/2011 Médias Sociaux ! http://www.commoncraft.com/socialmedia Présence des bibliothèques sur Facebook – 8/12/2011 « Pssst, au fait..
    [Show full text]
  • Diaspora Knowledge Flows in the Global Economy
    E-Leader Budapest 2010 Diaspora Knowledge Flows in the Global Economy Dr. Martin Grossman Bridgewater State College Department of Management Bridgewater, MA, USA Abstract Globalization has fostered greater rates of mobility and an increasing reliance on transnational networks for commerce, social interaction, and the transfer of knowledge. This is particularly true among diaspora groups who have left their homelands in search of better economic and political environments. Unlike those of the past, today’s migrants stay connected via information and communications technology (ICT). Digital diaspora networks have the potential to reverse brain drain (the flight of human capital resulting from emigration) by facilitating knowledge sharing and technology transfer between the diaspora and the homeland. This paper explores the role that ICT-enabled diasporic networks are playing in reversing brain drain and stimulating brain gain and brain circulation. International development initiatives as well as empirical studies revolving around this concept are reviewed. The case of China is presented as an example of a country that has successfully leveraged its diaspora by implementing a number of strategies, including those based on ICT. A proposed research project, involving the Cape Verdean diaspora in Massachusetts, is also discussed. Introduction In today’s global economy intellectual capital has become the most important factor of production, underlying a nation’s ability to innovate and remain competitive (Stewart, 2007). Knowledge workers have become highly mobile, enabling them to seek out education and employment opportunities in other countries. While this might constitute a net gain for the country on the receiving end, it may also represent a serious loss of talent and ‘know-how’ from the home country.
    [Show full text]
  • Enterprise Connect 2019 1. Overview 2. General Observa Ons 3. Selected
    TalkingPointz Research Note 1 Enterprise Connect 2019 By Dave Michels, April 2019 1. Overview 1. Enterprise Connect is the largest industry event for enterprise communicaons. 2. The conference takes place annually in March in Orlando, Florida. 3. This year, the vendor keynote presentaons were from Amazon, Cisco, Google, and Microso. 4. Organizers keep the aendance numbers private. One report menoned 6,500 aendees, another 7,200. The exhibit hall was likely the largest it’s ever been with some 200 vendors. 5. There was no dominant theme at EC19 (like messaging or WebRTC a few years back). The most dominant themes were around video communicaons and cloud contact center. However, vendors and exhibitors shared a lot of UC/UCaaS news. 6. There were 91 first-me exhibitors this year. 2. General Observaons 1. It is remarkable how much this conference connues to change. This event was all about cloud communicaons, parcularly UCaaS and conferencing services. 2. Dominant brands/booths included Poly, RingCentral, Talkdesk, and Vonage. 3. The vendor keynotes were excellent this year. No bombs, and only minor glitches if any. 4. AI was everywhere: telephony, conferencing, messaging, contact center, and specialized tool sets including management and analycs. AI use cases are expanding beyond use cases that begin with transcripon. 3. Selected Announcements Visual Communications 1. Microso announced new enhancements for analog/dumb whiteboards that use a separate “content camera” aimed at the whiteboard. 2. Microso and Zoom previewed real-me capons in both nave and translated languages. Microso finally released its blurred background feature that it demonstrated a year ago.
    [Show full text]
  • Post-Digital Cultures of the Far Right
    Maik Fielitz, Nick Thurston (eds.) Post-Digital Cultures of the Far Right Political Science | Volume 71 Maik Fielitz, Nick Thurston (eds.) Post-Digital Cultures of the Far Right Online Actions and Offline Consequences in Europe and the US With kind support of Bibliographic information published by the Deutsche Nationalbibliothek The Deutsche Nationalbibliothek lists this publication in the Deutsche Na- tionalbibliografie; detailed bibliographic data are available in the Internet at http://dnb.d-nb.de This work is licensed under the Creative Commons Attribution-NonCommercial-No- Derivatives 4.0 (BY-NC-ND) which means that the text may be used for non-commer- cial purposes, provided credit is given to the author. For details go to http://creativecommons.org/licenses/by-nc-nd/4.0/ To create an adaptation, translation, or derivative of the original work and for com- mercial use, further permission is required and can be obtained by contacting [email protected] Creative Commons license terms for re-use do not apply to any content (such as graphs, figures, photos, excerpts, etc.) not original to the Open Access publication and further permission may be required from the rights holder. The obligation to research and clear permission lies solely with the party re-using the material. © 2019 transcript Verlag, Bielefeld Cover layout: Kordula Röckenhaus, Bielefeld Typeset by Alexander Masch, Bielefeld Printed by Majuskel Medienproduktion GmbH, Wetzlar Print-ISBN 978-3-8376-4670-2 PDF-ISBN 978-3-8394-4670-6 https://doi.org/10.14361/9783839446706 Contents Introduction | 7 Stephen Albrecht, Maik Fielitz and Nick Thurston ANALYZING Understanding the Alt-Right.
    [Show full text]
  • Germany's Netzdg
    No. 2018/09, November 2018 Germany’s NetzDG: A key test for combatting online hate William Echikson and Olivia Knodt William Echikson, heads the CEPS Digital Forum. Olivia Knodt works at the intersection of digital and security policy on behalf of CEP. The opinions expressed in this document are the sole responsibility of the author and do not necessarily represent the official position of CEPS. As an institution, CEPS takes no position on questions of European policy. Reproduction and translation for non-commercial purposes are authorised, provided the source is acknowledged and the publisher is given prior notice and sent a copy. CEPS Research Reports provide in-depth analyses of a wide range of key policy questions facing Europe, drawing on state-of-the-art research methodologies and the latest literature. 978-94-6138-707-3 Available for free downloading from the CEPS website (www.ceps.eu) © CEPS 2018 CEPS ▪ Place du Congrès 1 ▪ B-1000 Brussels ▪ Tel: (32.2) 229.39.11 ▪ www.ceps.eu Table of Contents Overview ........................................................................................................................................... i 1. The problem ............................................................................................................................ 3 2. The genesis of NetzDG ............................................................................................................ 4 3. Six months on, what happened? ...........................................................................................
    [Show full text]