Media
Towards a Unified Multi-Dimensional Evaluator for Text Generation
Zhong, Ming, Liu, Yang, Yin, Da, Mao, Yuning, Jiao, Yizhu, Liu, Pengfei, Zhu, Chenguang, Ji, Heng, Han, Jiawei
Multi-dimensional evaluation is the dominant paradigm for human evaluation in Natural Language Generation (NLG), i.e., evaluating the generated text from multiple explainable dimensions, such as coherence and fluency. However, automatic evaluation in NLG is still dominated by similarity-based metrics, and we lack a reliable framework for a more comprehensive evaluation of advanced models. In this paper, we propose a unified multi-dimensional evaluator UniEval for NLG. We re-frame NLG evaluation as a Boolean Question Answering (QA) task, and by guiding the model with different questions, we can use one evaluator to evaluate from multiple dimensions. Furthermore, thanks to the unified Boolean QA format, we are able to introduce an intermediate learning phase that enables UniEval to incorporate external knowledge from multiple related tasks and gain further improvement. Experiments on three typical NLG tasks show that UniEval correlates substantially better with human judgments than existing metrics. Specifically, compared to the top-performing unified evaluators, UniEval achieves a 23% higher correlation on text summarization, and over 43% on dialogue response generation. Also, UniEval demonstrates a strong zero-shot learning ability for unseen evaluation dimensions and tasks. Source code, data and all pre-trained evaluators are available on our GitHub repository (https://github.com/maszhongming/UniEval).
DIGAT: Modeling News Recommendation with Dual-Graph Interaction
Mao, Zhiming, Li, Jian, Wang, Hongru, Zeng, Xingshan, Wong, Kam-Fai
News recommendation (NR) is essential for online news services. Existing NR methods typically adopt a news-user representation learning framework, facing two potential limitations. First, in news encoder, single candidate news encoding suffers from an insufficient semantic information problem. Second, existing graph-based NR methods are promising but lack effective news-user feature interaction, rendering the graph-based recommendation suboptimal. To overcome these limitations, we propose dual-interactive graph attention networks (DIGAT) consisting of news- and user-graph channels. In the news-graph channel, we enrich the semantics of single candidate news by incorporating the semantically relevant news information with a semantic-augmented graph (SAG). In the user-graph channel, multi-level user interests are represented with a news-topic graph. Most notably, we design a dual-graph interaction process to perform effective feature interaction between the news and user graphs, which facilitates accurate news-user representation matching. Experiment results on the benchmark dataset MIND show that DIGAT outperforms existing news recommendation methods. Further ablation studies and analyses validate the effectiveness of (1) semantic-augmented news graph modeling and (2) dual-graph interaction.
Noise Audits Improve Moral Foundation Classification
Mokhberian, Negar, Hopp, Frederic R., Harandizadeh, Bahareh, Morstatter, Fred, Lerman, Kristina
Morality plays an important role in culture, identity, and emotion. Recent advances in natural language processing have shown that it is possible to classify moral values expressed in text at scale. Morality classification relies on human annotators to label the moral expressions in text, which provides training data to achieve state-of-the-art performance. However, these annotations are inherently subjective and some of the instances are hard to classify, resulting in noisy annotations due to error or lack of agreement. The presence of noise in training data harms the classifier's ability to accurately recognize moral foundations from text. We propose two metrics to audit the noise of annotations. The first metric is entropy of instance labels, which is a proxy measure of annotator disagreement about how the instance should be labeled. The second metric is the silhouette coefficient of a label assigned by an annotator to an instance. This metric leverages the idea that instances with the same label should have similar latent representations, and deviations from collective judgments are indicative of errors. Our experiments on three widely used moral foundations datasets show that removing noisy annotations based on the proposed metrics improves classification performance.
RADio -- Rank-Aware Divergence Metrics to Measure Normative Diversity in News Recommendations
Vrijenhoek, Sanne, Bรฉnรฉdict, Gabriel, Granada, Mateo Gutierrez, Odijk, Daan, de Rijke, Maarten
In traditional recommender system literature, diversity is often seen as the opposite of similarity, and typically defined as the distance between identified topics, categories or word models. However, this is not expressive of the social science's interpretation of diversity, which accounts for a news organization's norms and values and which we here refer to as normative diversity. We introduce RADio, a versatile metrics framework to evaluate recommendations according to these normative goals. RADio introduces a rank-aware Jensen Shannon (JS) divergence. This combination accounts for (i) a user's decreasing propensity to observe items further down a list and (ii) full distributional shifts as opposed to point estimates. We evaluate RADio's ability to reflect five normative concepts in news recommendations on the Microsoft News Dataset and six (neural) recommendation algorithms, with the help of our metadata enrichment pipeline. We find that RADio provides insightful estimates that can potentially be used to inform news recommender system design.
Language Models with Image Descriptors are Strong Few-Shot Video-Language Learners
Wang, Zhenhailong, Li, Manling, Xu, Ruochen, Zhou, Luowei, Lei, Jie, Lin, Xudong, Wang, Shuohang, Yang, Ziyi, Zhu, Chenguang, Hoiem, Derek, Chang, Shih-Fu, Bansal, Mohit, Ji, Heng
The goal of this work is to build flexible video-language models that can generalize to various video-to-text tasks from few examples, such as domain-specific captioning, question answering, and future event prediction. Existing few-shot video-language learners focus exclusively on the encoder, resulting in the absence of a video-to-text decoder to handle generative tasks. Video captioners have been pretrained on large-scale video-language datasets, but they rely heavily on finetuning and lack the ability to generate text for unseen tasks in a few-shot setting. We propose VidIL, a few-shot Video-language Learner via Image and Language models, which demonstrates strong performance on few-shot video-to-text tasks without the necessity of pretraining or finetuning on any video datasets. We use the image-language models to translate the video content into frame captions, object, attribute, and event phrases, and compose them into a temporal structure template. We then instruct a language model, with a prompt containing a few in-context examples, to generate a target output from the composed content. The flexibility of prompting allows the model to capture any form of text input, such as automatic speech recognition (ASR) transcripts. Our experiments demonstrate the power of language models in understanding videos on a wide variety of video-language tasks, including video captioning, video question answering, video caption retrieval, and video future event prediction. Especially, on video future event prediction, our few-shot model significantly outperforms state-of-the-art supervised models trained on large-scale video datasets. Code and resources are publicly available for research purposes at https://github.com/MikeWangWZHL/VidIL .
Early Discovery of Disappearing Entities in Microblogs
Akasaki, Satoshi, Yoshinaga, Naoki, Toyoda, Masashi
We make decisions by reacting to changes in the real world, in particular, the emergence and disappearance of impermanent entities such as events, restaurants, and services. Because we want to avoid missing out on opportunities or making fruitless actions after they have disappeared, it is important to know when entities disappear as early as possible. We thus tackle the task of detecting disappearing entities from microblogs, whose posts mention various entities, in a timely manner. The major challenge is detecting uncertain contexts of disappearing entities from noisy microblog posts. To collect these disappearing contexts, we design time-sensitive distant supervision, which utilizes entities from the knowledge base and time-series posts, for this task to build large-scale Twitter datasets\footnote{We will release the datasets (tweet IDs) used in the experiments to promote reproducibility.} for English and Japanese. To ensure robust detection in noisy environments, we refine pretrained word embeddings of the detection model on microblog streams of the target day. Experimental results on the Twitter datasets confirmed the effectiveness of the collected labeled data and refined word embeddings; more than 70\% of the detected disappearing entities in Wikipedia are discovered earlier than the update on Wikipedia, and the average lead-time is over one month.
22 Best Deals From Walmart's Rollbacks & More Rival Prime Day Sale (2022)
Walmart has a surprise Rollbacks & More sale event that seeks to dethrone Amazon from its own Prime Day sales event. We've got some of the best deals on home, home theater, and audio equipment--even ones you won't find on Amazon. Check'em out below, and shop Best Buy's Flash Sale if you're looking for more Amazon alternative deals. The WIRED Gear team tests products year-round. We sorted through hundreds of thousands of deals by hand to make these picks.
Joe Rogan interviews Steve Jobs who has been DEAD for 11 years during an AI-generated discussion
Artificial intelligence brought the late Steve Jobs back from the dead for a fabricated interview with Joe Rogan that focuses on the Apple founder's religious beliefs, success and experience while taking lysergic acid diethylamide (LSD). The nearly 20-minute discussion, featured on Podcast.ai, was generated with text-to-voice software that used previous recordings of both to create a coherent and cohesive interaction. The podcast host opens the discussion by praising Jobs for his innovations before likening him to Patrick Swayze in the movie'Ghost' and calling Jobs'a memory from the past' - then the pair dive into a deeper conversation. The late Apple founder recalls the time he took LSD and how it was a'profound experience for him' in which Rogan then asks Jobs what he learned from taking the elicit drug. 'It reinforced my sense of what was important.
Microsoft unleashes a blitz of new Teams features
A number of new features are coming to Microsoft Teams: a new Teams Premium option will be available to IT managers to sign on to, while ordinary users will have a number of new UI elements and apps to choose from -- yes, even which music to listen to while working. Microsoft unveiled the new features for Teams as well as other business applications at its Microsoft Ignite conference. Not only will Teams try and pluck the most useful bits of information from the meeting itself (known as meeting recap) but will automatically generate AI-authored to-do tasks to follow up upon. In fact, you'll see AI used liberally throughout. AI will transcribe it, translate it, highlight the parts it thinks you'll be interested, call out important speakers, and even note down when and where your name was mentioned, just to make sure you didn't miss anything.