This is the code for Persian Ezafe Recognition Using Transformers and Its Role in Part-Of-Speech Tagging, published in the Findings of the Association for Computational Linguistics: EMNLP 2020.
The codes are written in Python 3.6.9 using the PyTorch framework in Jupyter Notebook format. The file names are similar to the names of the models introduced in the paper.
You can find the required libraries in the requirements.txt
file.
@inproceedings{doostmohammadi-etal-2020-persian,
title = "{P}ersian Ezafe Recognition Using Transformers and Its Role in Part-Of-Speech Tagging",
author = "Doostmohammadi, Ehsan and
Nassajian, Minoo and
Rahimi, Adel",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
month = nov,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.findings-emnlp.86",
doi = "10.18653/v1/2020.findings-emnlp.86",
pages = "961--971",
}
code for our paper "Understanding by Understanding Not: Modeling Negation in Language Models"
In this repository, we provide a neural model based on BERT and BiLSTM neural networks, which can recognize the Kasreh Ezafeh (Genitive Conjunction /e/) in a Persian sentence or text.
In this project, several approaches for training/finetuning an audio gender recognition is provided. The code can simply be used for any other audio classification task by simply changing the number of classes and the input dataset.
ALBERT Persian Playground
About An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
HiFormer: Hierarchical Multi-scale Representations Using Transformers for Medical Image Segmentation
Sarcasm is a term that refers to the use of words to mock, irritate, or amuse someone. It is commonly used on social media. The metaphorical and creative nature of sarcasm presents a significant difficulty for sentiment analysis systems based on affective...
A complete guide for learning object oriented programming pillars, SOLID principles and design patterns with TypeScript!