Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

121242362483 · Jun 202019922001200920182026
48 results for machine reading

Formalizes interpreting natural language rules for answering questions, collecting 32k task instances.

problem Interpreting regulations and answering 'Can I...?' or 'Do I have to...?' questions.
method Formalization of task, crowd-sourcing strategy to collect 32k instances, analysis of challenges, evaluation of performance.
result Promising results when no background knowledge is needed, substantial room for improvement when background knowledge is needed.

MAMMO reduces radiologist workload by triaging mammograms, improving accuracy.

problem Reducing radiologist workload while maintaining diagnostic accuracy.
method Developed a clinical decision support system with a multi-task learning CNN and triage network.
result Reduced radiologist workload by 42.8% with improved overall diagnostic accuracy.

Metagenomics characterizes the taxonomic diversity of microbial communities by sequencing DNA directly from an environmental sample. One of the main challenges in metagenomics data analysis is the binning step, where each sequenced read is assigned to a taxonomic clade. Due to the large volume of metagenomics datasets,…

2015-05-26abs ↗pdf ↗

Neural network optimizes learning sequence for reading words.

problem Children struggle with learning to read words due to inconsistent spelling-sound correspondences.
method Used a neural network to structure learning trials to optimize generalization accuracy.
result Significant improvement in generalization accuracy compared to random or frequency-based sequences.

Agent learns to read maps and navigate mazes using deep reinforcement learning.

problem Teaching a machine to understand and navigate 3D environments from 2D maps.
method Combines A3C with a recurrent localization cell, learns localization from 3D images.
result Agent successfully navigates and localizes in random mazes, generalizing to larger mazes.

Recent advances in high-throughput cDNA sequencing (RNA-Seq) technology have revolutionized transcriptome studies. A major motivation for RNA-Seq is to map the structure of expressed transcripts at nucleotide resolution. With accurate computational tools for transcript reconstruction, this technology may also become us…

2013-09-20abs ↗pdf ↗

Semi-supervised deep learning detects problematic reads for genome assembly.

problem De novo genome assembly is hindered by specific types of reads.
method Analysis of coverage graphs converted to 1D-signals using semi-supervised deep learning models.
result Semi-supervised deep learning models can detect problematic reads with minimal labeled data.

This paper sets baselines for reading comprehension benchmarks, finding simple models often perform well.

problem Understanding the difficulty of popular reading comprehension benchmarks.
method Established baselines for bAbI, SQuAD, CBT, CNN, and Who-did-What datasets.
result Simple models often outperform complex models on many benchmarks.

Paper compares ML models for a wall-following robot, achieving high accuracy.

problem Improving prediction accuracy of a wall-following robot's direction.
method Trained various machine learning models on a dataset of ultrasound sensor readings.
result Presented machine learning models with higher accuracy than previous work.

Dead-Direction Signatures (DDS) provide a cheap, closed-form spectral reading of a network's singular complexity.

problem Estimating the complexity of deep networks through their loss singularities.
method DDS replaces the SGLD posterior chain with spectral linear algebra.
result DDS observables rank-track the network's singular complexity at the framework-predicted sign.

A new RNN model computes a recurrent weighted average over past processing steps, outperforming standard LSTM models.

problem Handling sequential data with limited information from previous steps.
method Proposes a new RNN model that computes a recurrent weighted average (RWA) over every past processing step.
result The RWA model outperforms standard LSTM models on various tasks.

Paper explores zero-shot cross-lingual reading comprehension using pre-trained multi-lingual model.

problem Lack of training data for every language in reading comprehension tasks.
method Systematic exploration of zero-shot cross-lingual transfer learning with a multi-lingual language representation model.
result Zero-shot cross-lingual transfer learning is feasible and translating source data into target language is not necessary.

QAInfomax improves reading comprehension by maximizing mutual information, achieving state-of-the-art performance.

problem Distractor sentences in question answering datasets are hard to distinguish from relevant ones.
method QAInfomax regularizes reading comprehension models to learn mutual information among passages, questions, and answers.
result QAInfomax achieves state-of-the-art performance on Adversarial-SQuAD dataset.

Paper uses ensemble learning for IoT cybersecurity anomaly detection.

problem Anomaly detection in IoT data is challenging due to heterogeneous device types.
method Bayesian hyperparameter optimisation for ensemble learning.
result Ensemble learning with Bayesian optimisation improves anomaly detection accuracy.

A novel observer-based method detects and recovers anomalies in CAV sensor readings.

problem Improving safety and security in connected and automated vehicles.
method Combines model-based signal filtering and anomaly detection methods using AEKF and OCSVM.
result The proposed method achieves better anomaly detection performance compared to traditional methods.

META2^\mathbf{2} improves taxonomic classification and abundance estimation in metagenomics with deep learning and memory efficiency.

problem Memory constraints and inefficiencies in taxonomic classification and abundance estimation for metagenomics.
method Developed a novel memory-efficient read classification technique combining deep learning and locality-sensitive hashing, and formulated abundance estimation as a Multiple Instance Learning problem.
result Our approach outperforms conventional methods in both single-read taxonomic classification and abundance estimation, especially when memory is limited.

We present a graphical criterion for reading dependencies from the minimal directed independence map G of a graphoid p when G is a polytree and p satisfies composition and weak transitivity. We prove that the criterion is sound and complete. We argue that assuming composition and weak transitivity is not too restrictiv…

2012-06-20abs ↗pdf ↗

Neural Semantic Encoders improve natural language tasks with memory updates.

problem Natural language understanding and task performance improvements.
method Memory augmented neural network with variable sized encoding memory and read, compose, write operations.
result Achieved state-of-the-art performance on five natural language tasks.

LectureBank helps students find the right NLP course sequence.

problem Finding the right NLP course sequence for students with no background.
method Embedding-based method and neural graph-based networks to learn prerequisite relations.
result LectureBank dataset aids in educational and application purposes.

Interactive machine comprehension models learn through seeking relevant information.

problem Existing MRC models struggle with real-world applications due to static datasets.
method Reframe MRC datasets as interactive, partially observable environments.
result Interactive models can seek relevant information through sequential decision making.

New method combines personal and reference genomes for better machine learning in DNA sequencing.

problem Improving accuracy of genetic variant calls in sequencing data.
method Interlaces personal and reference genomes to generate images for machine learning.
result Significant improvement in germline variant calling and somatic variant calling across tumor/normal data.

This work tackles missing annotations in large sensor datasets.

problem Missing annotations in large sensor datasets negatively affect supervised learning system performance.
method Proposes and evaluates three paradigms to handle gaps: dropping, single label, and unique label, along with a hybrid combination.
result Evaluation of proposed paradigms and hybrid combination shows significant performance improvement.

OMD monitors stock market dynamics through matrix trajectories and reveals crisis patterns.

problem Understanding and predicting stock market crises and sector rotations.
method Applying OMD to S\&P 500 returns over three crises, analyzing distance matrices and their spectra.
result Market dynamics show coherent changes during crises, with distinct sector leadership.

Study prenatal PM2.5 exposure and 4th grade reading scores, identifying critical windows of susceptibility.

problem Understanding the impact of prenatal PM2.5 exposure on educational outcomes.
method Developed a locally adaptive Bayesian regression model with B-spline basis expansion and dynamic shrinkage priors.
result Prenatal PM2.5 exposure during early and late pregnancy is most adverse for 4th grade reading scores.

The covariance graph (aka bi-directed graph) of a probability distribution pp is the undirected graph GG where two nodes are adjacent iff their corresponding random variables are marginally dependent in pp. In this paper, we present a graphical criterion for reading dependencies from GG, under the assumption that $…

2010-10-21abs ↗pdf ↗