Zum Hauptinhalt springen

Showing 1–6 of 6 results for author: Lipshitz, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2306.01720  [pdf, other

    cs.IR

    Fresh Content Needs More Attention: Multi-funnel Fresh Content Recommendation

    Authors: Jianling Wang, Haokai Lu, Sai zhang, Bart Locanthi, Haoting Wang, Dylan Greaves, Benjamin Lipshitz, Sriraj Badam, Ed H. Chi, Cristos Goodrow, Su-Lin Wu, Lexi Baugher, Minmin Chen

    Abstract: Recommendation system serves as a conduit connecting users to an incredibly large, diverse and ever growing collection of contents. In practice, missing information on fresh (and tail) contents needs to be filled in order for them to be exposed and discovered by their audience. We here share our success stories in building a dedicated fresh content recommendation stack on a large commercial platfo… ▽ More

    Submitted 2 June, 2023; originally announced June 2023.

    Comments: Accepted by KDD 2023

  2. arXiv:2305.07764  [pdf, other

    cs.IR

    Long-Term Value of Exploration: Measurements, Findings and Algorithms

    Authors: Yi Su, Xiangyu Wang, Elaine Ya Le, Liang Liu, Yuening Li, Haokai Lu, Benjamin Lipshitz, Sriraj Badam, Lukasz Heldt, Shuchao Bi, Ed Chi, Cristos Goodrow, Su-Lin Wu, Lexi Baugher, Minmin Chen

    Abstract: Effective exploration is believed to positively influence the long-term user experience on recommendation platforms. Determining its exact benefits, however, has been challenging. Regular A/B tests on exploration often measure neutral or even negative engagement metrics while failing to capture its long-term benefits. We here introduce new experiment designs to formally quantify the long-term valu… ▽ More

    Submitted 25 February, 2024; v1 submitted 12 May, 2023; originally announced May 2023.

    Comments: 11 pages, WSDM 2024

  3. Parallelizing Gaussian Process Calculations in R

    Authors: Christopher J. Paciorek, Benjamin Lipshitz, Wei Zhuo, Prabhat, Cari G. Kaufman, Rollin C. Thomas

    Abstract: We consider parallel computation for Gaussian process calculations to overcome computational and memory constraints on the size of datasets that can be analyzed. Using a hybrid parallelization approach that uses both threading (shared memory) and message-passing (distributed memory), we implement the core linear algebra operations used in spatial statistics and Gaussian process regression in an R… ▽ More

    Submitted 21 May, 2013; originally announced May 2013.

    Comments: 21 pages, 8 figures

    Journal ref: Journal of Statistical Software 2015, Vol. 63, Number 10, 1-23

  4. arXiv:1209.2184  [pdf, other

    cs.DS cs.CC math.NA

    Graph Expansion Analysis for Communication Costs of Fast Rectangular Matrix Multiplication

    Authors: Grey Ballard, James Demmel, Olga Holtz, Benjamin Lipshitz, Oded Schwartz

    Abstract: Graph expansion analysis of computational DAGs is useful for obtaining communication cost lower bounds where previous methods, such as geometric embedding, are not applicable. This has recently been demonstrated for Strassen's and Strassen-like fast square matrix multiplication algorithms. Here we extend the expansion analysis approach to fast algorithms for rectangular matrix multiplication, obta… ▽ More

    Submitted 10 September, 2012; originally announced September 2012.

    Journal ref: Design and Analysis of Algorithms Volume 7659, 2012, pp 13-36

  5. arXiv:1202.3177  [pdf, other

    cs.DS cs.CC cs.DC math.CO math.NA

    Strong Scaling of Matrix Multiplication Algorithms and Memory-Independent Communication Lower Bounds

    Authors: Grey Ballard, James Demmel, Olga Holtz, Benjamin Lipshitz, Oded Schwartz

    Abstract: A parallel algorithm has perfect strong scaling if its running time on P processors is linear in 1/P, including all communication costs. Distributed-memory parallel algorithms for matrix multiplication with perfect strong scaling have only recently been found. One is based on classical matrix multiplication (Solomonik and Demmel, 2011), and one is based on Strassen's fast matrix multiplication (Ba… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Comments: 4 pages, 1 figure

    MSC Class: 68W10; 68W40 ACM Class: F.2.1

  6. arXiv:1202.3173  [pdf, other

    cs.DS cs.CC cs.DC math.CO math.NA

    Communication-Optimal Parallel Algorithm for Strassen's Matrix Multiplication

    Authors: Grey Ballard, James Demmel, Olga Holtz, Benjamin Lipshitz, Oded Schwartz

    Abstract: Parallel matrix multiplication is one of the most studied fundamental problems in distributed and high performance computing. We obtain a new parallel algorithm that is based on Strassen's fast matrix multiplication and minimizes communication. The algorithm outperforms all known parallel matrix multiplication algorithms, classical and Strassen-based, both asymptotically and in practice. A criti… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Comments: 13 pages, 3 figures

    MSC Class: 68W40; 68W10 ACM Class: F.2.1