Skip to content
View roeeaharoni's full-sized avatar

Organizations

@BIU-NLP
Block or Report

Block or report roeeaharoni

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

Pinned

  1. unsupervised-domain-clusters unsupervised-domain-clusters Public

    Code and data accompanying our ACL 2020 paper, "Unsupervised Domain Clusters in Pretrained Language Models".

    Jupyter Notebook 58 4

  2. morphological-reinflection morphological-reinflection Public

    Source code for the paper "Morphological Inflection Generation with Hard Monotonic Attention"

    Python 39 17

  3. string-to-tree-nmt string-to-tree-nmt Public

    Source code and data for the paper "Towards String-to-Tree Neural Machine Translation"

    JavaScript 16 5

  4. dynmt-py dynmt-py Public

    Neural machine translation implementation using dynet's python bindings

    Python 17 4

  5. sprp-acl2018 sprp-acl2018 Public

    Source code and data for "Split and Rephrase: Better Evaluation and a Stronger Baseline"

    Python 15 5

  6. Generate the sciences of the future ... Generate the sciences of the future using BERT! (as seen on https://twitter.com/roeeaharoni/status/1089089393745371136)
    1
    import torch
    2
    from pytorch_pretrained_bert import BertForMaskedLM, BertTokenizer
    3
    import random
    4
    
                  
    5
    # Requires pytorch_pretrained_bert: https://github.com/huggingface/pytorch-pretrained-BERT