Media
Visual Programming: Compositional visual reasoning without training
Gupta, Tanmay, Kembhavi, Aniruddha
We present VISPROG, a neuro-symbolic approach to solving complex and compositional visual tasks given natural language instructions. VISPROG avoids the need for any task-specific training. Instead, it uses the in-context learning ability of large language models to generate python-like modular programs, which are then executed to get both the solution and a comprehensive and interpretable rationale. Each line of the generated program may invoke one of several off-the-shelf computer vision models, image processing routines, or python functions to produce intermediate outputs that may be consumed by subsequent parts of the program. We demonstrate the flexibility of VISPROG on 4 diverse tasks - compositional visual question answering, zero-shot reasoning on image pairs, factual knowledge object tagging, and language-guided image editing. We believe neuro-symbolic approaches like VISPROG are an exciting avenue to easily and effectively expand the scope of AI systems to serve the long tail of complex tasks that people may wish to perform.
Overview of the HASOC Subtrack at FIRE 2022: Offensive Language Identification in Marathi
Ranasinghe, Tharindu, North, Kai, Premasiri, Damith, Zampieri, Marcos
The widespread of offensive content online has become a reason for great concern in recent years, motivating researchers to develop robust systems capable of identifying such content automatically. With the goal of carrying out a fair evaluation of these systems, several international competitions have been organized, providing the community with important benchmark data and evaluation methods for various languages. Organized since 2019, the HASOC (Hate Speech and Offensive Content Identification) shared task is one of these initiatives. In its fourth iteration, HASOC 2022 included three subtracks for English, Hindi, and Marathi. In this paper, we report the results of the HASOC 2022 Marathi subtrack which provided participants with a dataset containing data from Twitter manually annotated using the popular OLID taxonomy. The Marathi track featured three additional subtracks, each corresponding to one level of the taxonomy: Task A - offensive content identification (offensive vs. non-offensive); Task B - categorization of offensive types (targeted vs. untargeted), and Task C - offensive target identification (individual vs. group vs. others). Overall, 59 runs were submitted by 10 teams. The best systems obtained an F1 of 0.9745 for Subtrack 3A, an F1 of 0.9207 for Subtrack 3B, and F1 of 0.9607 for Subtrack 3C. The best performing algorithms were a mixture of traditional and deep learning approaches.
How AI Is Changing Web3 Creativity in AR, VR, Virtual Humans, and Other 3D Content
Blockchain enables creators to package and monetize their digital content in new ways. However, it's not the only tech stack that is doing so. Artificial intelligence (AI) is also redefining creativity in the digital space, and here's how. DALL-E, Stable Diffusion, and Midjourney are all generative AI models. They use AI algorithms to automatically generate digital content based on a simple prompt that would otherwise take a human a long time to complete.
Picture Limitless Creativity at Your Fingertips
Picture Lee Unkrich, one of Pixar's most distinguished animators, as a seventh grader. Some of the magic wears off, however, when Lee learns that the image had not appeared simply by asking for "a picture of a train." Instead, it had to be painstakingly coded and rendered--by hard-working humans. Now picture Lee 43 years later, stumbling onto DALL-E, an artificial intelligence that generates original works of art based on human-supplied prompts that can literally be as simple as "a picture of a train." As he types in words to create image after image, the wow is back.
Vicor Powering Innovation Podcast Features DPI UAV Systems Tethered Drone
The Vicor Corporation Powering Innovation podcast focuses on world-changing innovations, examining how electronics technologies can be applied to solve real-world challenges. The first episode in the series features DPI UAV Systems (DPI), a manufacturer of unmanned aerial vehicle (UAV) systems. This episode takes a deep dive into an Unmanned Multirotor Aerial Relay system and how DPI is extending communications range 3x with a new class of tethered UAVs. Joe Pawelczyk, Vice President of Operations at DPI, joins Robert Gendron, Vicor's Corporate Vice President, Product Development, to discuss the cutting-edge technology driving change that addresses real-world problems. The episode examines the communication networks needed for high-security communications, such as in military applications, and how DPI's technology is far exceeding today's standards.
When It Comes To AI Creativity, We Have Nothing To Fear But Fear Itself
Walk This Way, produced by Rick Rubin, is another great example. By 1986, hip hop originators Run DMC boasted serious local hero status. Jam Master Jay, the group's DJ, had used the iconic breakbeat from Aerosmith's track, but the aging rock band had no idea who Run DMC were. When Rubin suggested Run DMC cover Walk This Way in collaboration with Aerosmith, the rap group needed some serious persuading to re-interpret the, by words of MC Run, "hillbilly gibberish" lyrics. The unlikely collaboration took the world by storm, giving Run DMC the first multi-platinum hip hop record and slingshotting the underground genre into the mainstream culture it is today.
Towards Explaining Subjective Ground of Individuals on Social Media
Lee, Younghun, Goldwasser, Dan
Large-scale language models have been reducing the gap between machines and humans in understanding the real world, yet understanding an individual's theory of mind and behavior from text is far from being resolved. This research proposes a neural model -- Subjective Ground Attention -- that learns subjective grounds of individuals and accounts for their judgments on situations of others posted on social media. Using simple attention modules as well as taking one's previous activities into consideration, we empirically show that our model provides human-readable explanations of an individual's subjective preference in judging social situations. We further qualitatively evaluate the explanations generated by the model and claim that our model learns an individual's subjective orientation towards abstract moral concepts
A Dataset for Hyper-Relational Extraction and a Cube-Filling Approach
Chia, Yew Ken, Bing, Lidong, Aljunied, Sharifah Mahani, Si, Luo, Poria, Soujanya
Relation extraction has the potential for large-scale knowledge graph construction, but current methods do not consider the qualifier attributes for each relation triplet, such as time, quantity or location. The qualifiers form hyper-relational facts which better capture the rich and complex knowledge graph structure. For example, the relation triplet (Leonard Parker, Educated At, Harvard University) can be factually enriched by including the qualifier (End Time, 1967). Hence, we propose the task of hyper-relational extraction to extract more specific and complete facts from text. To support the task, we construct HyperRED, a large-scale and general-purpose dataset. Existing models cannot perform hyper-relational extraction as it requires a model to consider the interaction between three entities. Hence, we propose CubeRE, a cube-filling model inspired by table-filling approaches and explicitly considers the interaction between relation triplets and qualifiers. To improve model scalability and reduce negative class imbalance, we further propose a cube-pruning method. Our experiments show that CubeRE outperforms strong baselines and reveal possible directions for future research. Our code and data are available at github.com/declare-lab/HyperRED.
Counterfactually Evaluating Explanations in Recommender Systems
Yao, Yuanshun, Wang, Chong, Li, Hang
Modern recommender systems face an increasing need to explain their recommendations. Despite considerable progress in this area, evaluating the quality of explanations remains a significant challenge for researchers and practitioners. Prior work mainly conducts human study to evaluate explanation quality, which is usually expensive, time-consuming, and prone to human bias. In this paper, we propose an offline evaluation method that can be computed without human involvement. To evaluate an explanation, our method quantifies its counterfactual impact on the recommendation. To validate the effectiveness of our method, we carry out an online user study. We show that, compared to conventional methods, our method can produce evaluation scores more correlated with the real human judgments, and therefore can serve as a better proxy for human evaluation. In addition, we show that explanations with high evaluation scores are considered better by humans. Our findings highlight the promising direction of using the counterfactual approach as one possible way to evaluate recommendation explanations.
Not Cheating on the Turing Test: Towards Grounded Language Learning in Artificial Intelligence
Recent hype surrounding the increasing sophistication of language processing models has renewed optimism regarding machines achieving a human-like command of natural language. Research in the area of natural language understanding (NLU) in artificial intelligence claims to have been making great strides in this area, however, the lack of conceptual clarity/consistency in how 'understanding' is used in this and other disciplines makes it difficult to discern how close we actually are. In this interdisciplinary research thesis, I integrate insights from cognitive science/psychology, philosophy of mind, and cognitive linguistics, and evaluate it against a critical review of current approaches in NLU to explore the basic requirements--and remaining challenges--for developing artificially intelligent systems with human-like capacities for language use and comprehension.