Goto

Collaborating Authors

 South America


Automatic Generation of Multiple-Choice Questions

arXiv.org Artificial Intelligence

Creating multiple-choice questions to assess reading comprehension of a given article involves generating question-answer pairs (QAPs) and adequate distractors. We present two methods to tackle the challenge of QAP generations: (1) A deep-learning-based end-to-end question generation system based on T5 Transformer with Preprocessing and Postprocessing Pipelines (TP3). We use the finetuned T5 model for our downstream task of question generation and improve accuracy using a combination of various NLP tools and algorithms in preprocessing and postprocessing to select appropriate answers and filter undesirable questions. (2) A sequence-learning-based scheme to generate adequate QAPs via meta-sequence representations of sentences. A meta-sequence is a sequence of vectors comprising semantic and syntactic tags. we devise a scheme called MetaQA to learn meta sequences from training data to form pairs of a meta sequence for a declarative sentence and a corresponding interrogative sentence. The TP3 works well on unseen data, which is complemented by MetaQA. Both methods can generate well-formed and grammatically correct questions. Moreover, we present a novel approach to automatically generate adequate distractors for a given QAP. The method is a combination of part-of-speech tagging, named-entity tagging, semantic-role labeling, regular expressions, domain knowledge bases, word embeddings, word edit distance, WordNet, and other algorithms.


Artificial Intelligence in Market Top Players by 2031 - MarketWatch

#artificialintelligence

Major Regions Covered (North America, Europe, Asia Pacific, Mid East and Africa) 1.4 Years Considered for the Study (2015-2029) 1.5 Currency Considered (U.S. Dollar) 1.6 Stakeholders 2 Key Findings of the Study 3 Market Dynamics 3.1 Driving Factors for this Market 3.2 Factors Challenging the Market 3.3 Opportunities of the Global Artificial Intelligence in Market (Regions, Growing/Emerging Downstream Market Analysis) 3.4 Technological and Market Developments in the Artificial Intelligence in Market 3.5 Industry News by Region 3.6 Regulatory Scenario by Region/Country 3.7 Market Investment Scenario Strategic Recommendations Analysis


ML Research Engineer at Intuition Machines - Buenos Aires, Buenos Aires, Argentina

#artificialintelligence

Intuition Machines uses AI/ML to build enterprise security products. We apply our research to systems that serve hundreds of millions of people, with a team distributed around the world. If you enjoy working at scale on both architecture and data, engineering our backend systems may be your ideal job. Our approach is simple: light specs, small teams, and rapid iteration. We are committed to building an inclusive and diverse global workforce.


Enemies no longer fear US response after Biden botched Afghanistan, experts say amid balloon, drone clashes

FOX News

America's credibility among its adversaries has dwindled under President Biden, with some experts arguing a line can be drawn from the disastrous U.S. withdrawal from Afghanistan to more recent events such as the Chinese spy balloon and the downing of a U.S. drone by Russian forces. "I think the Biden administration's disastrous withdrawal from Afghanistan was a key catalyst for multiple trends that have undermined U.S. influence and deterrence," James Phillips, the senior research fellow for foreign policy at the Heritage Foundation, told Fox News Digital. "U.S. allies were shocked by the naive assumptions behind the withdrawal, the speed with which Washington abandoned longtime allies, and the incompetence of the policymakers that supervised the withdrawal." Phillips argues that it was not just American allies who took note of the administration's hastily executed exit from Afghanistan, but also adversaries such as China and Russia, who no longer fear U.S. deterrence. "U.S. adversaries perceived the withdrawal from Afghanistan as a manifestation of U.S. weakness and a desire to rapidly exit the Middle East," Phillips said.


Symbolic Music Structure Analysis with Graph Representations and Changepoint Detection Methods

arXiv.org Artificial Intelligence

Music Structure Analysis is an open research task in Music Information Retrieval (MIR). In the past, there have been several works that attempt to segment music into the audio and symbolic domains, however, the identification and segmentation of the music structure at different levels is still an open research problem in this area. In this work we propose three methods, two of which are novel graph-based algorithms that aim to segment symbolic music by its form or structure: Norm, G-PELT and G-Window. We performed an ablation study with two public datasets that have different forms or structures in order to compare such methods varying their parameter values and comparing the performance against different music styles. We have found that encoding symbolic music with graph representations and computing the novelty of Adjacency Matrices obtained from graphs represent the structure of symbolic music pieces well without the need to extract features from it. We are able to detect the boundaries with an online unsupervised changepoint detection method with a F_1 of 0.5640 for a 1 bar tolerance in one of the public datasets that we used for testing our methods. We also provide the performance results of the algorithms at different levels of structure, high, medium and low, to show how the parameters of the proposed methods have to be adjusted depending on the level. We added the best performing method with its parameters for each structure level to musicaiz, an open source python package, to facilitate the reproducibility and usability of this work. We hope that this methods could be used to improve other MIR tasks such as music generation with structure, music classification or key changes detection.


Local Contrastive Learning for Medical Image Recognition

arXiv.org Artificial Intelligence

The proliferation of Deep Learning (DL)-based methods for radiographic image analysis has created a great demand for expert-labeled radiology data. Recent self-supervised frameworks have alleviated the need for expert labeling by obtaining supervision from associated radiology reports. These frameworks, however, struggle to distinguish the subtle differences between different pathologies in medical images. Additionally, many of them do not provide interpretation between image regions and text, making it difficult for radiologists to assess model predictions. In this work, we propose Local Region Contrastive Learning (LRCLR), a flexible fine-tuning framework that adds layers for significant image region selection as well as cross-modality interaction. Our results on an external validation set of chest x-rays suggest that LRCLR identifies significant local image regions and provides meaningful interpretation against radiology text while improving zero-shot performance on several chest x-ray medical findings.


Efficient Methods for Natural Language Processing: A Survey

arXiv.org Artificial Intelligence

Recent work in natural language processing (NLP) has yielded appealing results from scaling model parameters and training data; however, using only scale to improve performance means that resource consumption also grows. Such resources include data, time, storage, or energy, all of which are naturally limited and unevenly distributed. This motivates research into efficient methods that require fewer resources to achieve similar results. This survey synthesizes and relates current methods and findings in efficient NLP. We aim to provide both guidance for conducting NLP under limited resources, and point towards promising research directions for developing more efficient methods.


Wave-U-Net Discriminator: Fast and Lightweight Discriminator for Generative Adversarial Network-Based Speech Synthesis

arXiv.org Artificial Intelligence

In speech synthesis, a generative adversarial network (GAN), training a generator (speech synthesizer) and a discriminator in a min-max game, is widely used to improve speech quality. An ensemble of discriminators is commonly used in recent neural vocoders (e.g., HiFi-GAN) and end-to-end text-to-speech (TTS) systems (e.g., VITS) to scrutinize waveforms from multiple perspectives. Such discriminators allow synthesized speech to adequately approach real speech; however, they require an increase in the model size and computation time according to the increase in the number of discriminators. Alternatively, this study proposes a Wave-U-Net discriminator, which is a single but expressive discriminator with Wave-U-Net architecture. This discriminator is unique; it can assess a waveform in a sample-wise manner with the same resolution as the input signal, while extracting multilevel features via an encoder and decoder with skip connections. This architecture provides a generator with sufficiently rich information for the synthesized speech to be closely matched to the real speech. During the experiments, the proposed ideas were applied to a representative neural vocoder (HiFi-GAN) and an end-to-end TTS system (VITS). The results demonstrate that the proposed models can achieve comparable speech quality with a 2.31 times faster and 14.5 times more lightweight discriminator when used in HiFi-GAN and a 1.90 times faster and 9.62 times more lightweight discriminator when used in VITS. Audio samples are available at https://www.kecl.ntt.co.jp/people/kaneko.takuhiro/projects/waveunetd/.


Pitchclass2vec: Symbolic Music Structure Segmentation with Chord Embeddings

arXiv.org Artificial Intelligence

Structure perception is a fundamental aspect of music cognition in humans. Historically, the hierarchical organization of music into structures served as a narrative device for conveying meaning, creating expectancy, and evoking emotions in the listener. Thereby, musical structures play an essential role in music composition, as they shape the musical discourse through which the composer organises his ideas. In this paper, we present a novel music segmentation method, pitchclass2vec, based on symbolic chord annotations, which are embedded into continuous vector representations using both natural language processing techniques and custom-made encodings. Our algorithm is based on long-short term memory (LSTM) neural network and outperforms the state-of-the-art techniques based on symbolic chord annotations in the field.


AssetField: Assets Mining and Reconfiguration in Ground Feature Plane Representation

arXiv.org Artificial Intelligence

Both indoor and outdoor environments are inherently structured and repetitive. Traditional modeling pipelines keep an asset library storing unique object templates, which is both versatile and memory efficient in practice. Inspired by this observation, we propose AssetField, a novel neural scene representation that learns a set of object-aware ground feature planes to represent the scene, where an asset library storing template feature patches can be constructed in an unsupervised manner. Unlike existing methods which require object masks to query spatial points for object editing, our ground feature plane representation offers a natural visualization of the scene in the bird-eye view, allowing a variety of operations (e.g. translation, duplication, deformation) on objects to configure a new scene. With the template feature patches, group editing is enabled for scenes with many recurring items to avoid repetitive work on object individuals. We show that AssetField not only achieves competitive performance for novel-view synthesis but also generates realistic renderings for new scene configurations.