Goto

Collaborating Authors

 Media


'Incredibly social': Researchers make stunning find on how African elephants interact with each other

FOX News

The beloved elephant Osh has celebrated his 30th birthday with an assortment of delightful treats, including watermelons, popsicles, peanut butter and bran snow cones and even a personalized piรฑata. A recently-published study claims that the sounds of African elephants may have a lot more significance than humans think. The research, which was published in a journal called Nature Ecology and Evolution on Monday, found that African elephants call each other unique names. The study explains that researchers followed elephants around to observe how they communicated to each other, particularly by taking careful note of which elephants called out sounds and which elephants appeared to respond. The names came in the form of low rumbles, which elephants can hear from long distances.


Americanswers! What is Project 2025? Will Biden take a cognitive test?

BBC News

Catch up on your favourite BBC radio show from your favourite DJ right here, whenever you like. Listen without limits with BBC Sounds.


The Mid-year Best-of List Is a Travesty

The Atlantic - Technology

If you've been alive between Christmas and New Years, you've probably read a Best of the Year list. Last year, according to The New York Times, Vรญkingur ร“lafsson's recording of Bach's "Goldberg Variations," the actor Bella Ramsey, and a sushi-and-scuba video game called Dave the Diver were worthy of your time and attention. These annual rundowns arrive during a period of reflection, when a full year's worth of human art and industry is about to recede into history. A new take on this list has now emerged: the Best So Far list. What does it mean to offer an account of the best culture of โ€ฆ the first five months of 2024?


The Download: AI propaganda, and digital twins

MIT Technology Review

Renรฉe DiResta is the research manager of the Stanford Internet Observatory and the author of Invisible Rulers: The People Who Turn Lies into Reality. At the end of May, OpenAI marked a new "first" in its corporate history. It wasn't an even more powerful language model or a new data partnership, but a report disclosing that bad actors had misused their products to run influence operations. The company had caught five networks of covert propagandists--including players from Russia, China, Iran, and Israel--using their generative AI tools for deceptive tactics that ranged from creating large volumes of social media comments in multiple languages to turning news articles into Facebook posts. The use of these tools, OpenAI noted, seemed intended to improve the quality and quantity of output.


Apple is hosting its WWDC event today where it could announce five exciting updates including iOS 18 and AI-generated emoji - here's what we expect to see

Daily Mail - Science & tech

After months of anticipation, the wait is finally almost over for Apple fans, as the tech giant's annual tech event is about to commence. Apple says the Worldwide Developer Conference (WWDC), which kicks off today at Apple Park in California, will be an'extraordinary week of technology'. The tech giant is expected to announce a load of AI features at the'momentous' event, including a chatbot built into its iPhones. It's also tipped to shed light on the next major mobile operating system, called iOS 18, which will likely also get an AI revamp. Ahead of the event, MailOnline gives a rundown of everything you need to know about WWDC, including how to tune in and when the big products will be revealed.


WarCov -- Large multilabel and multimodal dataset from social platform

arXiv.org Artificial Intelligence

In the classification tasks, from raw data acquisition to the curation of a dataset suitable for use in evaluating machine learning models, a series of steps - often associated with high costs - are necessary. In the case of Natural Language Processing, initial cleaning and conversion can be performed automatically, but obtaining labels still requires the rationalized input of human experts. As a result, even though many articles often state that "the world is filled with data", data scientists suffer from its shortage. It is crucial in the case of natural language applications, which is constantly evolving and must adapt to new concepts or events. For example, the topic of the COVID-19 pandemic and the vocabulary related to it would have been mostly unrecognizable before 2019. For this reason, creating new datasets, also in languages other than English, is still essential. This work presents a collection of 3~187~105 posts in Polish about the pandemic and the war in Ukraine published on popular social media platforms in 2022. The collection includes not only preprocessed texts but also images so it can be used also for multimodal recognition tasks. The labels define posts' topics and were created using hashtags accompanying the posts. The work presents the process of curating a dataset from acquisition to sample pattern recognition experiments.


Synthetic Query Generation using Large Language Models for Virtual Assistants

arXiv.org Artificial Intelligence

Virtual Assistants (VAs) are important Information Retrieval platforms that help users accomplish various tasks through spoken commands. The speech recognition system (speech-to-text) uses query priors, trained solely on text, to distinguish between phonetically confusing alternatives. Hence, the generation of synthetic queries that are similar to existing VA usage can greatly improve upon the VA's abilities -- especially for use-cases that do not (yet) occur in paired audio/text data. In this paper, we provide a preliminary exploration of the use of Large Language Models (LLMs) to generate synthetic queries that are complementary to template-based methods. We investigate whether the methods (a) generate queries that are similar to randomly sampled, representative, and anonymized user queries from a popular VA, and (b) whether the generated queries are specific. We find that LLMs generate more verbose queries, compared to template-based methods, and reference aspects specific to the entity. The generated queries are similar to VA user queries, and are specific enough to retrieve the relevant entity. We conclude that queries generated by LLMs and templates are complementary.


Husky: A Unified, Open-Source Language Agent for Multi-Step Reasoning

arXiv.org Artificial Intelligence

Language agents perform complex tasks by using tools to execute each step precisely. However, most existing agents are based on proprietary models or designed to target specific tasks, such as mathematics or multi-hop question answering. We introduce Husky, a holistic, open-source language agent that learns to reason over a unified action space to address a diverse set of complex tasks involving numerical, tabular, and knowledge-based reasoning. Husky iterates between two stages: 1) generating the next action to take towards solving a given task and 2) executing the action using expert models and updating the current solution state. We identify a thorough ontology of actions for addressing complex tasks and curate high-quality data to train expert models for executing these actions. Our experiments show that Husky outperforms prior language agents across 14 evaluation datasets. Moreover, we introduce HuskyQA, a new evaluation set which stress tests language agents for mixed-tool reasoning, with a focus on retrieving missing knowledge and performing numerical reasoning. Despite using 7B models, Husky matches or even exceeds frontier LMs such as GPT-4 on these tasks, showcasing the efficacy of our holistic approach in addressing complex reasoning problems. Our code and models are available at https://github.com/agent-husky/Husky-v1.


HYDRA: Model Factorization Framework for Black-Box LLM Personalization

arXiv.org Artificial Intelligence

Personalization has emerged as a critical research area in modern intelligent systems, focusing on mining users' behavioral history and adapting to their preferences for delivering tailored experiences. Despite the remarkable few-shot capabilities exhibited by black-box large language models (LLMs), the inherent opacity of their model parameters presents significant challenges in aligning the generated output with individual expectations. Existing solutions have primarily focused on prompt design to incorporate user-specific profiles and behaviors; however, such approaches often struggle to generalize effectively due to their inability to capture shared knowledge among all users. To address these challenges, we propose HYDRA, a model factorization framework that captures both user-specific behavior patterns from historical data and shared general knowledge among all users to deliver personalized generation. In order to capture user-specific behavior patterns, we first train a reranker to prioritize the most useful information from top-retrieved relevant historical records. By combining the prioritized history with the corresponding query, we train an adapter to align the output with individual user-specific preferences, eliminating the reliance on access to inherent model parameters of black-box LLMs. Both the reranker and the adapter can be decomposed into a base model with multiple user-specific heads, resembling a hydra. The base model maintains shared knowledge across users, while the multiple personal heads capture user-specific preferences. Experimental results demonstrate that HYDRA outperforms existing state-of-the-art prompt-based methods by an average relative improvement of 9.01% across five diverse personalization tasks in the LaMP benchmark. Our implementation is available at https://github.com/night-chen/HYDRA.


AnyV2V: A Tuning-Free Framework For Any Video-to-Video Editing Tasks

arXiv.org Artificial Intelligence

In the dynamic field of digital content creation using generative models, state-of-the-art video editing models still do not offer the level of quality and control that users desire. Previous works on video editing either extended from image-based generative models in a zero-shot manner or necessitated extensive fine-tuning, which can hinder the production of fluid video edits. Furthermore, these methods frequently rely on textual input as the editing guidance, leading to ambiguities and limiting the types of edits they can perform. Recognizing these challenges, we introduce AnyV2V, a novel tuning-free paradigm designed to simplify video editing into two primary steps: (1) employing an off-the-shelf image editing model to modify the first frame, (2) utilizing an existing image-to-video generation model to generate the edited video through temporal feature injection. AnyV2V can leverage any existing image editing tools to support an extensive array of video editing tasks, including prompt-based editing, reference-based style transfer, subject-driven editing, and identity manipulation, which were unattainable by previous methods. AnyV2V can also support any video length. Our evaluation indicates that AnyV2V significantly outperforms other baseline methods in automatic and human evaluations by significant margin, maintaining visual consistency with the source video while achieving high-quality edits across all the editing tasks.