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

Relation Classifier Encoding Strategies #3023

Merged
merged 23 commits into from
Dec 20, 2022

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    52d65f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bb142e View commit details
    Browse the repository at this point in the history
  3. Refactor encoding strategy special tokens to boolean flag instead of …

    …being fully configurable
    dobbersc committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    456c0bf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    1587d85 View commit details
    Browse the repository at this point in the history
  2. - Rename _create_masked_sentence -> _encoded_sentence

    - Rename mentions of `masked_sentence` to `encoded_sentence`
    dobbersc committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    1a300ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b3e0f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Cite relevant source paper

    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    468470a View commit details
    Browse the repository at this point in the history
  2. Fix mypy

    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e8681e8 View commit details
    Browse the repository at this point in the history
  3. Use raw strings for markers

    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    86100ef View commit details
    Browse the repository at this point in the history
  4. - Parameterize transformation test with and without cross augmentatio…

    …n into one test
    
    - Add transformation test for entity-mask and typed-entity-mask
    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    1141502 View commit details
    Browse the repository at this point in the history
  5. Remove dead functions

    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    746879b View commit details
    Browse the repository at this point in the history
  6. Isort

    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    13c5f38 View commit details
    Browse the repository at this point in the history
  7. Isort

    dobbersc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ff1e40e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    f9b7155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0934b3b View commit details
    Browse the repository at this point in the history
  3. Fix special tokens

    dobbersc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b7991c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56063dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da3a564 View commit details
    Browse the repository at this point in the history
  6. Isort

    dobbersc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d114d3c View commit details
    Browse the repository at this point in the history
  7. Refactor tests readability

    dobbersc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    18f7816 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a2b49e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Remove unused imports

    dobbersc committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a3430f7 View commit details
    Browse the repository at this point in the history