Government
AI Weekly: Facebook, Google, and the tension between profits and fairness
This week, we learned a lot more about the inner workings of AI fairness and ethics operations at Facebook and Google and how things have gone wrong. On Monday, a Google employee group wrote a letter asking Congress and state lawmakers to pass legislation to protect AI ethics whistleblowers. That letter cites VentureBeat reporting about the potential policy outcomes of Google firing former Ethical AI team co-lead Timnit Gebru. It also cites research by UC Berkeley law professor Sonia Katyal, who told VentureBeat, "What we should be concerned about is a world where all of the most talented researchers like [Gebru] get hired at these places and then effectively muzzled from speaking. And when that happens, whistleblower protections become essential."
Data for public good
A few years ago when we were advising the government on opening up data, we knew that we wanted an organization not of the government but one that could inform the government. An organization that could promote the creation of a trusted data ecosystem for everyone, while acting independently and highlighting the societal and economic value from open data. This led to the creation of the Open Data Institute. COVID-19 has clearly demonstrated that in the absence of a healthy and mobile population, the economy starts to fall apart. Ensuring that public and private interests are mutually supportive has become paramount today.
Qatar forms artificial intelligence committee - Verdict
Qatar plans to set up an Artificial Intelligence (AI) committee under the country's Transport & Communications Ministry (MoTC). The country's cabinet approved the draft decision establishing the committee on 3 March. It will consist of three representatives from the MoTC, one of whom will head the committee. The committee will help establish follow-up mechanisms and implement the Qatar National AI Strategy, which the country launched in 2019. It will supervise the programmes and initiatives related to AI launched by the state and coordinate with the ministries and relevant authorities in developing plans and programmes "for preparing human cadres in the field of artificial intelligence applications". Qatar's National AI Strategy focuses on education, data access, employment, business, research and ethics.
AI and you: how confusion about the technology that runs our world threatens democracy
Thomas Jefferson, the American statesman and third US president, was many things (including, notoriously, a slave-owner). But whatever else he was (or wasn't), he was a firm believer in what he called the "suffrage of the people" -- what today we'd call democracy. The democracy he had in mind, of course, wasn't a truly "general suffrage" of all citizens: in its most ambitious form it enfranchised only male taxpayers and soldiers. It was also far removed from the classical ideal set by Ancient Athens, in which all eligible citizens gathered regularly to debate and settle policy. Still, even Jefferson's limited and strictly "representative" version of democracy required something vital if it was to function properly: not just an able and knowledgeable public service, but a well-informed voting public.
He got Facebook hooked on AI. Now he can't fix its misinformation addiction
The Cambridge Analytica scandal would kick off Facebook's largest publicity crisis ever. It compounded fears that the algorithms that determine what people see on the platform were amplifying fake news and hate speech, and that Russian hackers had weaponized them to try to sway the election in Trump's favor. Millions began deleting the app; employees left in protest; the company's market capitalization plunged by more than $100 billion after its July earnings call. In the ensuing months, Mark Zuckerberg began his own apologizing. He apologized for not taking "a broad enough view" of Facebook's responsibilities, and for his mistakes as a CEO. Internally, Sheryl Sandberg, the chief operating officer, kicked off a two-year civil rights audit to recommend ways the company could prevent the use of its platform to undermine democracy. Finally, Mike Schroepfer, Facebook's chief technology officer, asked Quiñonero to start a team with a directive that was a little vague: to examine the societal impact of the company's algorithms. The group named itself the Society and AI Lab (SAIL); last year it combined with another team working on issues of data privacy to form Responsible AI. Quiñonero was a natural pick for the job. He, as much as anybody, was the one responsible for Facebook's position as an AI powerhouse. In his six years at Facebook, he'd created some of the first algorithms for targeting users with content precisely tailored to their interests, and then he'd diffused those algorithms across the company. Now his mandate would be to make them less harmful. Facebook has consistently pointed to the efforts by Quiñonero and others as it seeks to repair its reputation. It regularly trots out various leaders to speak to the media about the ongoing reforms.
AI Expert Explains How Big Tech Manipulates What You Think
Justin Lane is an Oxford University-trained artificial intelligence (AI) expert and entrepreneur with no patience for fluffy theories. That led to some fascinating fieldwork in Northern Ireland, where he studied Irish Republican Army and Ulster Defence Association extremists up close. Ultimately, he applied his humanities research to AI programming and agent-based computer simulations. Somehow, he managed to enter undergrad in Baltimore, Md. as a Green Party liberal and emerge from England's ivory towers as a Second Amendment advocate. He now describes himself as a political moderate with "a libertarian flavor." When I first met him, Lane was working at the Center for Mind and Culture in Boston.
Helmholtzian Eigenmap: Topological feature discovery & edge flow learning from point cloud data
Chen, Yu-Chia, Meilă, Marina, Kevrekidis, Ioannis G.
The manifold Helmholtzian (1-Laplacian) operator $\Delta_1$ elegantly generalizes the Laplace-Beltrami operator to vector fields on a manifold $\mathcal M$. In this work, we propose the estimation of the manifold Helmholtzian from point cloud data by a weighted 1-Laplacian $\mathbf{\mathcal L}_1$. While higher order Laplacians ave been introduced and studied, this work is the first to present a graph Helmholtzian constructed from a simplicial complex as an estimator for the continuous operator in a non-parametric setting. Equipped with the geometric and topological information about $\mathcal M$, the Helmholtzian is a useful tool for the analysis of flows and vector fields on $\mathcal M$ via the Helmholtz-Hodge theorem. In addition, the $\mathbf{\mathcal L}_1$ allows the smoothing, prediction, and feature extraction of the flows. We demonstrate these possibilities on substantial sets of synthetic and real point cloud datasets with non-trivial topological structures; and provide theoretical results on the limit of $\mathbf{\mathcal L}_1$ to $\Delta_1$.
CACTUS: Detecting and Resolving Conflicts in Objective Functions
Abstract--Machine learning (ML) models are constructed by expert ML practitioners using various coding languages, in which they tune and select models hyperparameters and learning algorithms for a given problem domain. They also carefully design an objective function or loss function (often with multiple objectives) that captures the desired output for a given ML task such as classification, regression, etc. In multi-objective optimization, conflicting objectives and constraints is a major area of concern. In such problems, several competing objectives are seen for which no single optimal solution is found that satisfies all desired objectives simultaneously. In the past VA systems have allowed users to interactively construct objective functions for a classifier. In this paper, we extend this line of work by prototyping a technique to visualize multi-objective objective functions either defined in a Jupyter notebook or defined using an interactive visual interface to help users to: (1) perceive and interpret complex mathematical terms in it and (2) detect and resolve conflicting objectives. Visualization of the objective function enlightens potentially conflicting objectives that obstructs selecting correct solution(s) for the desired ML task or goal. We also present an enumeration of potential conflicts in objective specification in multi-objective objective functions for classifier selection. Furthermore, we demonstrate our approach in a VA system that helps users in specifying meaningful objective functions to a classifier by detecting and resolving conflicting objectives and constraints. Through a within-subject quantitative and qualitative user study, we present results showing that our technique helps users interactively specify meaningful objective functions by resolving potential conflicts for a classification task. In the past, researchers in visual analytics (VA) have investigated making ML model construction interactive, which means developing visual interfaces that allow users to construct ML models by interacting with graphical widgets or data marks [1], [2]. For example, the system XClusim helps biologists to interactively cluster a specified dataset [3], Hypermoval [4] and BEAMES [5] allows interactive construction of regression models, Axissketcher allows dimension reduction using simple drag-drop interactions [6]. Workflow adopted in the system CACTUS. Recently, Das et al. have demonstrated that may result into incorrectly predicting many relevant data a VA system, QUESTO [7] that facilitated interactive creation of instances, though improving the generalizability of the model. Here objective functions to solve a classification task utilising an Auto-the objective to train a model with high accuracy on a set of ML system.
Automated Fact-Checking for Assisting Human Fact-Checkers
Nakov, Preslav, Corney, David, Hasanain, Maram, Alam, Firoj, Elsayed, Tamer, Barrón-Cedeño, Alberto, Papotti, Paolo, Shaar, Shaden, Martino, Giovanni Da San
The reporting and analysis of current events around the globe has expanded from professional, editor-lead journalism all the way to citizen journalism. Politicians and other key players enjoy direct access to their audiences through social media, bypassing the filters of official cables or traditional media. However, the multiple advantages of free speech and direct communication are dimmed by the misuse of the media to spread inaccurate or misleading claims. These phenomena have led to the modern incarnation of the fact-checker -- a professional whose main aim is to examine claims using available evidence to assess their veracity. As in other text forensics tasks, the amount of information available makes the work of the fact-checker more difficult. With this in mind, starting from the perspective of the professional fact-checker, we survey the available intelligent technologies that can support the human expert in the different steps of her fact-checking endeavor. These include identifying claims worth fact-checking; detecting relevant previously fact-checked claims; retrieving relevant evidence to fact-check a claim; and actually verifying a claim. In each case, we pay attention to the challenges in future work and the potential impact on real-world fact-checking.