Law
Who Should be Responsible when Robots and AI Cause Accidents
Who should be considered lawfully responsible when a self-driving vehicle hits a walker? Should the finger be pointed at the car proprietor, manufacturers or the engineers of the artificial intelligence (AI) software that drives the vehicle? The question of deciding'risk' for decision making achieved by robots or artificial intelligence is an intriguing and significant subject as the usage of this innovation increases in the industry, and starts to all the more directly sway our everyday lives. To be sure, as applications of Artificial Intelligence and machine learning innovation develops, we are probably going to observe how it changes the idea of work, organizations, businesses and society. But, in spite of the fact that it has the ability to disrupt and drive more prominent efficiencies, AI has its snags: the issue of'who is at risk when something goes astray' being one of them.
Emerging AI and Data Driven Supervisory Technology for Regulatory Compliance
Data Push: Push-based strategies are the default model. Automated the delivery on pre-determined specification, a forwarder is installed close to the source of the data, or built into the data generator/collector and pushes the events to an indexer. Data Pull: This approach provides significant flexibility by letting you create reports from multiple data sources and multiple data sets, and by letting you store and manage reports with an enterprise reporting server. Pull based cannot be reliable for real-time reports and information. Also, Pull base system most tolerate, its lack of real-time information cannot be best fit for supervisory Financial Institution as they demand real-time reporting with greater insights to financial health conditions of FIs. Supervisors can use machine learning tools to create a "risk score" for supervised entities. FINTRAC, the Financial Transactions and Reports Analysis Centre of Canada, has created one such score, evaluating the risk factors related to an institution's profile, compliance history, reporting behavior, and more.
Google Paid Apple Billions To Dominate Search On iPhones, Justice Department Says
The Justice Department says Google CEO Sundar Pichai (left) met privately with Apple chief Tim Cook in 2018 to discuss how their two companies could collaborate. The Justice Department says Google CEO Sundar Pichai (left) met privately with Apple chief Tim Cook in 2018 to discuss how their two companies could collaborate. Buried on page 36 of the Justice Department lawsuit accusing Google of abusing its monopoly power is this remarkable figure: $8 billion to $12 billion. That's the hefty sum Google allegedly paid Apple for one of the most prized pieces of real estate in the world of online search: default status on iPhones and all other Apple devices. Justice Department investigators say Apple, which does not have its own search engine, hammered out a multiyear deal making Google the default search engine on all iPhones and other Apple products.
It's time to rethink the legal treatment of robots
A pandemic is raging with devastating consequences, and long-standing problems with racial bias and political polarization are coming to a head. Artificial intelligence (AI) has the potential to help us deal with these challenges. However, AI's risks have become increasingly apparent. Scholarship has illustrated cases of AI opacity and lack of explainability, design choices that result in bias, negative impacts on personal well-being and social interactions, and changes in power dynamics between individuals, corporations, and the state, contributing to rising inequalities. Whether AI is developed and used in good or harmful ways will depend in large part on the legal frameworks governing and regulating it.
Parliament leads the way on first set of EU rules for Artificial Intelligence
The European Parliament is among the first institutions to put forward recommendations on what AI rules should include with regards to ethics, liability and intellectual property rights. These recommendations will pave the way for the EU to become a global leader in the development of AI. The Commission legislative proposal is expected early next year. The legislative initiative by Iban García del Blanco (S&D, ES) urges the EU Commission to present a new legal framework outlining the ethical principles and legal obligations to be followed when developing, deploying and using artificial intelligence, robotics and related technologies in the EU including software, algorithms and data. It was adopted with 559 votes in favour, 44 against, and 88 abstentions.
Are Legal chatbots worth the time and effort
Internal chatbots are nothing but the chatbots for internal operations and communications, helping law firms manage enterprise collaboration. Internal legal chatbots help law firms automate the contract review process, which is one of the most tedious tasks for attorneys and in-house counsel. Legal chatbots for attorneys come with a predefined set of policies to review & analyze documents, perform due diligence, and automate other monotonous tasks that attorneys perform. Other basic tasks comprising scheduling meetings, setting up reminders, and searching relevant matter information can also be performed by legal chatbots. Internal legal chatbots empower attorneys to reduce the risk of human errors by automating the monotonous administrative chores and allow them to focus more on higher value and complicated tasks that need attorney's intervention.
5 Reasons Why We Need Explainable Artificial Intelligence
This might be the first time you hear about Explainable Artificial Intelligence, but it is certainly something you should have an opinion about. Explainable AI (XAI) refers to the techniques and methods to build AI applications that humans can understand "why" they make particular decisions. In other words, if we can get explanations from an AI system about its inner logic, this system is considered as an XAI system. Explainability is a new property that started to gain popularity in the AI community, and we will talk about why that happened in recent years. Let's dive into the technical roots of the problem, first.
A Survey of Machine Learning Techniques in Adversarial Image Forensics
Image forensic plays a crucial role in both criminal investigations (e.g., dissemination of fake images to spread racial hate or false narratives about specific ethnicity groups) and civil litigation (e.g., defamation). Increasingly, machine learning approaches are also utilized in image forensics. However, there are also a number of limitations and vulnerabilities associated with machine learning-based approaches, for example how to detect adversarial (image) examples, with real-world consequences (e.g., inadmissible evidence, or wrongful conviction). Therefore, with a focus on image forensics, this paper surveys techniques that can be used to enhance the robustness of machine learning-based binary manipulation detectors in various adversarial scenarios.
Language Models are Open Knowledge Graphs
Wang, Chenguang, Liu, Xiao, Song, Dawn
This paper shows how to construct knowledge graphs (KGs) from pre-trained language models (e.g., BERT, GPT-2/3), without human supervision. Popular KGs (e.g, Wikidata, NELL) are built in either a supervised or semi-supervised manner, requiring humans to create knowledge. Recent deep language models automatically acquire knowledge from large-scale corpora via pre-training. The stored knowledge has enabled the language models to improve downstream NLP tasks, e.g., answering questions, and writing code and articles. In this paper, we propose an unsupervised method to cast the knowledge contained within language models into KGs. We show that KGs are constructed with a single forward pass of the pre-trained language models (without fine-tuning) over the corpora. We demonstrate the quality of the constructed KGs by comparing to two KGs (Wikidata, TAC KBP) created by humans. Our KGs also provide open factual knowledge that is new in the existing KGs. Our code and KGs will be made publicly available.
A Bandit-Based Algorithm for Fairness-Aware Hyperparameter Optimization
Cruz, André F., Saleiro, Pedro, Belém, Catarina, Soares, Carlos, Bizarro, Pedro
Considerable research effort has been guided towards algorithmic fairness but there is still no major breakthrough. In practice, an exhaustive search over all possible techniques and hyperparameters is needed to find optimal fairness-accuracy trade-offs. Hence, coupled with the lack of tools for ML practitioners, real-world adoption of bias reduction methods is still scarce. To address this, we present Fairband, a bandit-based fairness-aware hyperparameter optimization (HO) algorithm. Fairband is conceptually simple, resource-efficient, easy to implement, and agnostic to both the objective metrics, model types and the hyperparameter space being explored. Moreover, by introducing fairness notions into HO, we enable seamless and efficient integration of fairness objectives into real-world ML pipelines. We compare Fairband with popular HO methods on four real-world decision-making datasets. We show that Fairband can efficiently navigate the fairness-accuracy trade-off through hyperparameter optimization. Furthermore, without extra training cost, it consistently finds configurations attaining substantially improved fairness at a comparatively small decrease in predictive accuracy.