Skip to content
View blester125's full-sized avatar
Block or Report

Block or report blester125

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
blester125/README.org

Brian Lester

About Me

Welcome to my github. I am very into machine learning and specifically natural language processing.

Publications

If you’re interested on my work in NLP research, checkout my work on Google Scholar or Semantic Scholar.

My software

In my opinion a lot of current research skates over details and many small bug creep into the work. At worse this can change results and at best it means what you implemented is not what you actually described. A common source of these errors in NLP research is padding, you can see the slides of a talk I have about it here.

In the interest of fixing these sorts of problem, and my general belief in open source software, I have a collection of small, (hopefully) well-engineered, tools that will help facilitate reuse where these sorts of error have already been accounted for.

Links

Pinned

  1. google-research/prompt-tuning google-research/prompt-tuning Public

    Original Implementation of Prompt Tuning from Lester, et al, 2021

    Python 620 56

  2. file-or-name file-or-name Public

    Python Library to transparently handle arguments that are file paths or file objects.

    Python 1

  3. iobes iobes Public

    Tool for parsing and converting various span encoding schemes.

    Python 19 2

  4. constrained-decoding constrained-decoding Public

    Tools and data analysis for my work on constrained decoding

    Python 2

  5. word-vectors word-vectors Public

    Easy loading of word vectors and a faster format.

    Python 2

  6. string-distance string-distance Public

    String Distance using cython

    Python 13 3