Goto

Collaborating Authors

 Media


NILE: Internal Consistency Alignment in Large Language Models

arXiv.org Artificial Intelligence

As a crucial step to enhance LLMs alignment with human intentions, Instruction Fine-Tuning (IFT) has a high demand on dataset quality. However, existing IFT datasets often contain knowledge that is inconsistent with LLMs' internal knowledge learned from the pre-training phase, which can greatly affect the efficacy of IFT. To address this issue, we introduce NILE (iNternal consIstency aLignmEnt) framework, aimed at optimizing IFT datasets to unlock LLMs' capability further. NILE operates by eliciting target pre-trained LLM's internal knowledge corresponding to instruction data. The internal knowledge is leveraged to revise the answer in IFT datasets. Additionally, we propose a novel Internal Consistency Filtering (ICF) method to filter training samples, ensuring its high consistency with LLM's internal knowledge. Our experiments demonstrate that NILE-aligned IFT datasets sharply boost LLM performance across multiple LLM ability evaluation datasets, achieving up to 66.6% gain on Arena-Hard and 68.5% on Alpaca-Eval V2. Further analysis confirms that each component of the NILE}framework contributes to these substantial performance improvements, and provides compelling evidence that dataset consistency with pre-trained internal knowledge is pivotal for maximizing LLM potential.


Trailer: 'Rule Breakers' will bring Afghanistan's first-ever girls' robotics team to the big screen on March 7

Engadget

The courageous story of Afghanistan's first all-girls robotics team is coming to a theater near you. Rule Breakers is based on the true story of The Afghan Girls Robotics Team, who grabbed the world's attention when they were denied member visas by the United States in 2017 while attempting to compete at the First Global Challenge international robotics competition. Fifty three members of Congress signed a petition and President Donald Trump intervened to give the girls travel documents on special humanitarian grounds allowing them to enter the US and compete in the robotics games, according to a New York Times profile. The story of the team's struggle to compete in the robotics competition goes much deeper than their attempts to enter the US. First Global founder Dean Kamen, who is best known for designing the Segway, put together his competitive robotics league as a way to spark interest in science and technology among high schoolers.


'We are not a retro company': Sega prepares to go back to the future

The Guardian

For more than a decade, between the late 80s and the dawn of the 21st century, Sega was one of the coolest video game companies on the planet. Its arcade games, from Golden Axe to Virtua Fighter, were blockbuster successes; the Mega Drive brought a punk rock attitude to the home console scene, challenging Nintendo's family friendly approach with eye-pummelling TV commercials and censor-baiting games such as Mortal Kombat and Night Trap. Arguably though, it was later, in the Dreamcast era, that Sega's studios were producing their most innovative and extravagant work. The likes of Jet Set Radio, Crazy Taxi and Space Channel 5 were hypercolourful celebrations of Tokyo pop culture. Now, the man who managed Sega Japan's developers at that time, Shuji Utsumi, is the CEO of Sega America and Europe – and he has a plan to restore the company to its creative heights.


Use the 'Anti-AI' Camera Apps Zerocam and Hallide to Keep Your Photos Looking More Natural

WIRED

Artificial intelligence is everywhere you look right now, making its way into music streaming, social media, video games, web search, and just about every other technological field. Every time a new phone or laptop is launched these days, what's invariably mentioned first is just how much AI it has on board. AI's reach also extends deeply into mobile photography. It started with the smart, algorithm-led tweaks to color and brightness in your mobile photos. Both Android and iOS also apply machine algorithms to make colors in photos "pop" and to add more dynamics to images.



Music Genre Classification: Ensemble Learning with Subcomponents-level Attention

arXiv.org Artificial Intelligence

Music Genre Classification is one of the most popular topics in the fields of Music Information Retrieval (MIR) and digital signal processing. Deep Learning has emerged as the top performer for classifying music genres among various methods. The letter introduces a novel approach by combining ensemble learning with attention to sub-components, aiming to enhance the accuracy of identifying music genres. The core innovation of our work is the proposal to classify the subcomponents of the music pieces separately, allowing our model to capture distinct characteristics from those sub components. By applying ensemble learning techniques to these individual classifications, we make the final classification decision on the genre of the music. The proposed method has superior advantages in terms of accuracy compared to the other state-of-the-art techniques trained and tested on the GTZAN dataset.


Mask-RadarNet: Enhancing Transformer With Spatial-Temporal Semantic Context for Radar Object Detection in Autonomous Driving

arXiv.org Artificial Intelligence

As a cost-effective and robust technology, automotive radar has seen steady improvement during the last years, making it an appealing complement to commonly used sensors like camera and LiDAR in autonomous driving. Radio frequency data with rich semantic information are attracting more and more attention. Most current radar-based models take radio frequency image sequences as the input. However, these models heavily rely on convolutional neural networks and leave out the spatial-temporal semantic context during the encoding stage. To solve these problems, we propose a model called Mask-RadarNet to fully utilize the hierarchical semantic features from the input radar data. Mask-RadarNet exploits the combination of interleaved convolution and attention operations to replace the traditional architecture in transformer-based models. In addition, patch shift is introduced to the Mask-RadarNet for efficient spatial-temporal feature learning. By shifting part of patches with a specific mosaic pattern in the temporal dimension, Mask-RadarNet achieves competitive performance while reducing the computational burden of the spatial-temporal modeling. In order to capture the spatial-temporal semantic contextual information, we design the class masking attention module (CMAM) in our encoder. Moreover, a lightweight auxiliary decoder is added to our model to aggregate prior maps generated from the CMAM. Experiments on the CRUW dataset demonstrate the superiority of the proposed method to some state-of-the-art radar-based object detection algorithms. With relatively lower computational complexity and fewer parameters, the proposed Mask-RadarNet achieves higher recognition accuracy for object detection in autonomous driving.


Text Generation Models for Luxembourgish with Limited Data: A Balanced Multilingual Strategy

arXiv.org Artificial Intelligence

This paper addresses the challenges in developing language models for less-represented languages, with a focus on Luxembourgish. Despite its active development, Luxembourgish faces a digital data scarcity, exacerbated by Luxembourg's multilingual context. We propose a novel text generation model based on the T5 architecture, combining limited Luxembourgish data with equal amounts, in terms of size and type, of German and French data. We hypothesise that a model trained on Luxembourgish, German, and French will improve the model's cross-lingual transfer learning capabilities and outperform monolingual and large multilingual models. To verify this, the study at hand explores whether multilingual or monolingual training is more beneficial for Luxembourgish language generation. For the evaluation, we introduce LuxGen, a text generation benchmark that is the first of its kind for Luxembourgish.


Scalable Influence and Fact Tracing for Large Language Model Pretraining

arXiv.org Artificial Intelligence

Training data attribution (TDA) methods aim to attribute model outputs back to specific training examples, and the application of these methods to large language model (LLM) outputs could significantly advance model transparency and data curation. However, it has been challenging to date to apply these methods to the full scale of LLM pretraining. In this paper, we refine existing gradient-based methods to work effectively at scale, allowing us to retrieve influential examples for an 8B-parameter language model from a pretraining corpus of over 160B tokens with no need for subsampling or pre-filtering. Our method combines several techniques, including optimizer state correction, a task-specific Hessian approximation, and normalized encodings, which we find to be critical for performance at scale. In quantitative evaluations on a fact tracing task, our method performs best at identifying examples that influence model predictions, but classical, model-agnostic retrieval methods such as BM25 still perform better at finding passages which explicitly contain relevant facts. These results demonstrate a misalignment between factual *attribution* and causal *influence*. With increasing model size and training tokens, we find that influence more closely aligns with factual attribution. Finally, we examine different types of examples identified as influential by our method, finding that while many directly entail a particular fact, others support the same output by reinforcing priors on relation types, common entities, and names. We release our prompt set and model outputs, along with a web-based visualization tool to explore influential examples for factual predictions, commonsense reasoning, arithmetic, and open-ended generation for an 8B-parameter LLM.


A High-Quality Text-Rich Image Instruction Tuning Dataset via Hybrid Instruction Generation

arXiv.org Artificial Intelligence

Large multimodal models still struggle with text-rich images because of inadequate training data. Self-Instruct provides an annotation-free way for generating instruction data, but its quality is poor, as multimodal alignment remains a hurdle even for the largest models. In this work, we propose LLaVAR-2, to enhance multimodal alignment for text-rich images through hybrid instruction generation between human annotators and large language models. Specifically, it involves detailed image captions from human annotators, followed by the use of these annotations in tailored text prompts for GPT-4o to curate a dataset. It also implements several mechanisms to filter out low-quality data, and the resulting dataset comprises 424k high-quality pairs of instructions. Empirical results show that models fine-tuned on this dataset exhibit impressive enhancements over those trained with self-instruct data.