Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/doc similarity ranker #13858

Merged

Commits on Jan 21, 2023

  1. Added doc similarity ranker annotator template

    Stefano Lori committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    439ba66 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Created ranker model

    Stefano Lori committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fda156c View commit details
    Browse the repository at this point in the history
  2. gitignore modified

    Stefano Lori committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e3e7c01 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d5f6d60 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    528de51 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7439062 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7a25fa3 View commit details
    Browse the repository at this point in the history
  3. Added params to LSH models

    Stefano Lori committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ee81d37 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Added BRP LSH as annotator engine

    Stefano Lori committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b5b9a63 View commit details
    Browse the repository at this point in the history
  2. Added replace features col with embeddings

    Stefano Lori committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9053be4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Added LSH logic on vector cast

    Stefano Lori committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7dd00bb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Added skeleton for lsh doc sim ranker - WIP

    Stefano Lori committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    06a2940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3edad View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Fixed mh3 hash calculation

    Stefano Lori committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8a91494 View commit details
    Browse the repository at this point in the history
  2. Fixed dataset assertions id vs neghbours

    Stefano Lori committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6c7c475 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Converting neighbours result string to map

    Stefano Lori committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b7742f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Added finisher to extract lsh id and neighbors

    Stefano Lori committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6969526 View commit details
    Browse the repository at this point in the history
  2. Labels refactoring

    Stefano Lori committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d970632 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Added distance param to show in rankings

    Stefano Lori committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    da50d61 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Added logic to select nearest neighbor

    Stefano Lori committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5c924fc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4c87fd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Added identity ranking for debugging

    Stefano Lori committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2d3451d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    610dbd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    632b3ca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    04956ca View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. WIP - Python interface

    Stefano Lori committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    abc3ff4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    e66d8f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. WIP - fixed umbalanced embeddings Py test

    Stefano Lori committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    625c643 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a227406 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Added MinHash engine to doc sim ranker

    Stefano Lori committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    eef709e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    fcb7068 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    12aa799 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fixed serde for ranker map params

    Stefano Lori committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5a38c8e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d7e5f43 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Clean up pytests

    Stefano Lori committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    72ebae7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cca03f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Added doc sim ranker finisher Python interface

    Stefano Lori committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e6e9497 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    5b61a13 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    f0a8688 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed May 29, 2023
    Configuration menu
    Copy the full SHA
    1488c8f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge branch 'master' into feature/doc-similarity-ranker

    Stefano Lori committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d8adc5c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. stabilized tests for doc sim ranker

    Stefano Lori committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f1a8e38 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Moved and enriched test for doc sim ranker

    Stefano Lori committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d8f4ed9 View commit details
    Browse the repository at this point in the history
  2. Bumped version 5.0.0 in doc sim ranker test

    Stefano Lori committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    62a2945 View commit details
    Browse the repository at this point in the history