Goto

Collaborating Authors

 Information Extraction


Cambridge Analytica fights back on Facebook data scandal

The Japan Times

LONDON – Cambridge Analytica unleashed its counterattack against claims that it misused data from millions of Facebook accounts, saying Tuesday it is the victim of misunderstandings and inaccurate reporting that portrays the company as the evil villain in a James Bond movie. Clarence Mitchell, a high-profile publicist recently hired to represent the company, held Cambridge Analytica's first news conference since allegations surfaced that the Facebook data helped Donald Trump win the 2016 presidential election. Christopher Wylie, a former employee of Cambridge Analytica's parent, also claims that the company has links to the successful campaign to take Britain out of the European Union. "The company has been portrayed in some quarters as almost some Bond villain," Mitchell said. "Cambridge Analytica is no Bond villain."


Was Facebook data's value 'literally nothing'?

BBC News

There is a huge spectrum of opinion on the value of the Facebook data that Cambridge University academic Aleksandr Kogan gave to Cambridge Analytica's parent company, SCL. Dr Kogan told a parliamentary committee: "Given what we know now, nothing, literally nothing - the idea that this data is accurate I would say is scientifically ridiculous." On the other hand, there have been suggestions this sort of data will allow computers to gain a profound understanding of people and their preferences. In a news conference on Tuesday, Cambridge Analytica's spokesman said the company had also found Dr Kogan's data set to be "virtually useless". The orthodox view among data scientists is that the use of social media data to target adverts on Facebook is in its infancy and not yet hugely effective - but Dr Kogan is going further than that, saying that it was completely without value.


Facebook is in crisis over data abuse scandal and harvesting of information was rife, says academic at heart of it

The Independent - Tech

Facebook is in "crisis" over its data abuse scandal, according to the academic at the heart of it. The social network is still struggling to deal with the fallout from the Cambridge Analytica scandal, which arose amid allegations about the misuse of people's most personal data. That scandal – which has been linked to both the Brexit and Trump campaigns – has quickly become about Facebook more generally. The company has been forced to respond to criticisms of its business practises by posting a series of articles online, in which it defends itself in a variety of different ways. It has been forced to admit that it gathers ad data by tracking people around the web, for instance, and has claimed that people are wrong to suggest that users are the product in Facebook's services.


Researcher in Facebook Data Scandal Apologizes

U.S. News

Facebook has been embroiled in scandal since revelations that data analytics firm Cambridge Analytica misused personal information from as many as 87 million Facebook accounts. Cambridge Analytica received the data from a Facebook personality quiz Kogan created. That app collected data on both users and their Facebook friends.


Facebook gives full detail on all the data it is collecting and using to sell ads

The Independent - Tech

Facebook has attempted to clarify the full amount of data that it collects on its users. In a post titled'Hard Questions: What Information Do Facebook Advertisers Know About Me?' the scandal-hit site details everything it collects and attempts to explain why it does it. The full scale of that data has been laid clear in recent weeks as the company has been attacked for the vast amount of information it collects on its users. In a new post, it promises that it is not compromising people's privacy in the way that it collects data about them. And it aggressively attacks the common suggestion that Facebook's users are its product, writing that it simply uses its ads to make sure it can keep that free.


Facebook data scandal: Researcher said company response just 'PR spin'

USATODAY - Tech Top Stories

The researcher whose quiz app sparked a data scandal at Facebook said the social network's stance blaming him is just "PR spin." During an interview Monday morning with NBC's Today show, Alexander Kogan said the data he collected through the app was no different than what other researchers have done working with Facebook. "If I knew the project was going to make them upset I would never do it," said Kogan. "A lot of other developers collected way more data and cared a lot less about their relationship with Facebook." Kogan has been blamed by Facebook for inappropriately sharing user data with Cambridge Analytica, a political consulting firm, which then used it to launch targeted advertising during the 2016 presidential election.


Build text analytics solutions with Amazon Comprehend and Amazon Relational Database Service Amazon Web Services

#artificialintelligence

Until now, being able to extract value from large volumes of unstructured or semi-structured content has been hard and required a machine learning (ML) background. Amazon Comprehend removes those barriers to entry and enables data engineers and developers easy access to rich, continuously trained, natural language processing services. You can build a complete analytics solution by joining analysis from Amazon Comprehend with relational business information to build valuable trend analysis. For example, you can understand what competitive products are most often mentioned in articles discussing your brand, product, or service. Customers can also join the sentiment of their customer feedback with customer profile information to better understand what types of customers react a specific way when you launch a new product.


Christopher Wylie hearing: Cambridge Analytica whistleblower to give evidence to US Congress over Facebook data breach

The Independent - Tech

A former employee of Cambridge Analytica who claims the firm used the personal data of tens of millions of Facebook profiles to allegedly help Donald Trump's election campaign, is to testify before US Congress. Christopher Wylie said he had accepted an invitation to give evidence to the US House Intelligence Committee and House Judiciary Committee this week. He disclosed last month that the political consultancy firm had harvested data from users of the social media site by using personality quizzes to build up psychological profiles. As the US election approached, he said it then used this data to target them with bespoke political advertising. His revelations triggered investigations in the UK and US.


Professor Who Sold Facebook Data To Cambridge Analytica 'Sincerely Sorry'

Huffington Post - Tech news and opinion

Kogan told CBS' "60 Minutes" he was "sincerely sorry" for assuming that everyone knew their data was being mined, but didn't care. He was the one who designed the personality quiz that granted access to personal data ― location, gender, birthday and page likes for the person taking the quiz as well as their friends ― on tens of millions of Facebook users.


Understanding What is Behind Sentiment Analysis – Part 2

@machinelearnbot

Hint! Check Part I first, where we introduced a simple algorithm to analyze the sentiment of a given document. In this article we will talk about different modifications that might help us improve the performance of our classifier. To create a good classifier with the model described in Part I, we need a big and properly labelled corpus in order to compute a comprehensive word-sentiment occurrence table. In the training corpus, there should be statistically enough examples of each word in different contexts so the occurrences computed in the table can leverage a good approximation of their real probabilities (frequencies). There are several techniques aimed to reduce the dimensionality of the problem to make it more manageable.