Skip to content
View roeeaharoni's full-sized avatar

Organizations

@BIU-NLP

Block or report roeeaharoni

Report abuse

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

Report abuse

Pinned Loading

  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 38 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