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,181 papers · 148 categories

Trend · papers per month

0.3%0.5%0.8%0.2% · Feb 201919922001200920182026
12 results for ecommerce

Paper tackles product categorization with structured and unstructured attributes for large-scale eCommerce.

problem Challenges in categorizing products with thousands of classes and millions of products.
method Compares hierarchical and flat models, uses Deep Learning for feature extraction, combines structured and unstructured attributes.
result Flat models perform better in specific cases, and the proposed approach handles faulty attribute names and values.

Neural network predicts purchasing intent without feature engineering.

problem Predicting purchasing intent in ecommerce with minimal feature engineering.
method Trainable vector spaces, multi-layer recurrent neural networks, parameter sharing, skip connections.
result Classification accuracy exceeds state-of-the-art on benchmark datasets.

This paper compares FAISS and FENSHSES for nearest neighbor search in Hamming space.

problem Comparing nearest neighbor search systems in Hamming space.
method Comprehensive evaluations of indexing speed, search latency, and RAM consumption.
result Better understanding of trade-offs between main memory and secondary memory systems.

SessionPath improves category suggestions in type-ahead search.

problem Improving precision and recall in eCommerce type-ahead suggestions.
method SessionPath uses session embeddings and a probability distribution model to predict facets.
result SessionPath outperforms count-based and neural models in eCommerce shops.

Survey of MAB strategies for non-stationary reward distributions with delayed feedback.

problem Optimizing product availability in an online grocery pick-up platform with non-stationary and delayed reward feedback.
method Evaluation of εε-greedy, UCB1, Thompson Sampling, and a new adaptive technique (AG1) in MAB simulations.
result AG1 outperforms traditional MAB strategies in minimizing regret for non-stationary and delayed feedback.

Adaptive algorithm for online evaluation of targeted audiences in advertising.

problem Determining the right match between advertising creatives and target audiences.
method Contextual bandit approach to address audience overlap and learn optimal display policies.
result The proposed method is more efficient than traditional split-testing methods.

A new approach models credit card transactions using HMMs to detect fraud.

problem Detecting credit card fraud using isolated event analysis.
method Model sequences from three perspectives using HMMs and combine likelihoods as features.
result Improved fraud detection effectiveness compared to state-of-the-art methods.

A system for attributing ad effects using a neural network and Shapley values.

problem Attributing ad effects to individual ads in a complex, sequential environment.
method A two-step approach: response modeling with RNN and credit allocation with Shapley values.
result The system accurately allocates incremental ad effects to individual ads, handling sequence dependence.