Skip to content

oir/webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 

Repository files navigation

Hi. I am an AI Research Scientist at Bloomberg.

Before that, I was a PhD student at CS at Cornell University, advised by Claire Cardie.

And before that, I was an undergrad at Bogazici University, pursuing my BS in Computer Engineering and BA in Math.

My research interests lie primarily in the intersection of machine learning and natural language processing. Currently, I am particularly interested in representation learning and deep learning. My research has been focused on how to learn (possibly deep) representations for compositionality in language, with applications to sentiment analysis, opinion mining, question answering and dialogue understanding. I also regularly collaborate with my former (undergrad) advisor Ethem Alpaydın on decision trees, neural networks, and some other ML stuff.

Publications

<script> Vue.createApp({ data() { return { papers: null, kinds: ["Journal", "Conference", "Workshop", "Preprint"], }; }, created() { fetch("papers.yaml") .then((res) => res.text()) .then((text) => { this.papers = jsyaml.load(text) }) .catch((e) => console.error(e)); } }).mount('#main'); </script>

{{ kind }}

{{ paper['title'] }} {{ paper["authors"] }} {{ paper["venue"] }} {{ venue }} preprint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published