OsmanMutlu
Graduate student working in KU AI Lab and project engineer @emerging-welfare
Koç UniversityIstanbul
Pinned Repositories
emw_pipeline_nf
kAlpha
This is a script in python for calculating Krippendorff's Alpha between two or more annotators.
ProtestNews-2019
This repository contains data preparation and preprocessing code for CLEF Lab 2019 ProtestNews.
ACE-Elmo
BERT.jl
This repo is for the final project for Comp541 Deep Learning class in Koc University.
iaa-folia
Attempt at showing Inter-Annotator-Agreement between two annotated folia documents
knet_stuff
Pytorch-GANBERT
A Pytorch implementation of GAN-BERT paper
transformers_text_classification
Repo with a transformers-based model for any text classification task
OsmanMutlu's Repositories
OsmanMutlu/BERT.jl
This repo is for the final project for Comp541 Deep Learning class in Koc University.
OsmanMutlu/Pytorch-GANBERT
A Pytorch implementation of GAN-BERT paper
OsmanMutlu/ACE-Elmo
OsmanMutlu/knet_stuff
OsmanMutlu/iaa-folia
Attempt at showing Inter-Annotator-Agreement between two annotated folia documents
OsmanMutlu/transformers_text_classification
Repo with a transformers-based model for any text classification task
OsmanMutlu/Comp508-final
OsmanMutlu/COMP551_final_project
OsmanMutlu/flat
FoLiA Linguistic Annotation Tool -- Flat is a web-based linguistic annotation environment based around the FoLiA format (http://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm.
OsmanMutlu/foliadocserve
FoLiA Document Server - HTTP webservice backend for serving and annotating FoLiA documents using the FoLiA Query Language (FQL). Used by FLAT.
OsmanMutlu/ganbert
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks
OsmanMutlu/GloVe
GloVe model for distributed word representation
OsmanMutlu/htmltotextstuff_indianexpress
OsmanMutlu/htmltotextstuff_newindianexpress
OsmanMutlu/htmltotextstuff_thehindu
OsmanMutlu/htmltotextstuff_timesofindia
OsmanMutlu/iaa-sent
Inter Annotator Agreement calculation on sentence level
OsmanMutlu/Knet.jl
Koç University deep learning framework.
OsmanMutlu/ms_thesis
This repository contains the multi-task model for my MSc thesis.
OsmanMutlu/mtool
Software to Manipulate Different Flavors of Semantic Graphs
OsmanMutlu/NeuroNER
Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
OsmanMutlu/ParallelProgramming_A2
This repo contains code for Parallel Programming course COMP529 Assignment 2
OsmanMutlu/ParallelProgramming_A3
Repo for COMP 529 Parallel Programming course's 3rd assignment.
OsmanMutlu/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
OsmanMutlu/pytorch-pretrained-BERT
A PyTorch implementation of Google AI's BERT model with script to load Google's pre-trained models
OsmanMutlu/rawtext
OsmanMutlu/Relational-Network
Knet implementation of "A simple neural network module for relational reasoning" (Relational Networks) https://arxiv.org/pdf/1706.01427.pdf
OsmanMutlu/ScopeIt
An attempt to implement ScopeIt architecture for sentence labeling within documents
OsmanMutlu/stog
AMR Parsing as Sequence-to-Graph Transduction
OsmanMutlu/transformers_token_classification
My token classification training code using transformers