Seminar Topics and Projects

Slides:



Advertisements
Similar presentations
Advanced Topics Giuseppe Attardi Dipartimento di Informatica Università di Pisa.
Advertisements

Deep Learning in NLP Word representation and how to use it for Parsing
ELN – Natural Language Processing Giuseppe Attardi
Richard Socher Cliff Chiung-Yu Lin Andrew Y. Ng Christopher D. Manning
L’età della parola Giuseppe Attardi Dipartimento di Informatica Università di Pisa ESA SoBigDataPisa, 24 febbraio 2015.
Seminar Topics and Projects Giuseppe Attardi Dipartimento di Informatica Università di Pisa.
Semantic Compositionality through Recursive Matrix-Vector Spaces
Overview of Statistical NLP IR Group Meeting March 7, 2006.
2014 Lexicon-Based Sentiment Analysis Using the Most-Mentioned Word Tree Oct 10 th, 2014 Bo-Hyun Kim, Sr. Software Engineer With Lina Chen, Sr. Software.
Parsing Natural Scenes and Natural Language with Recursive Neural Networks INTERNATIONAL CONFERENCE ON MACHINE LEARNING (ICML 2011) RICHARD SOCHER CLIFF.
A Sentence Interaction Network for Modeling Dependence between Sentences Biao Liu, Minlie Huang Tsinghua University.
Deep Learning for Text Analysis Where do we stand?
Fill-in-The-Blank Using Sum Product Network
S.Bengio, O.Vinyals, N.Jaitly, N.Shazeer
Ensembling Diverse Approaches to Question Answering
Attention Model in NLP Jichuan ZENG.
Sentiment analysis using deep learning methods
Jonatas Wehrmann, Willian Becker, Henry E. L. Cagnini, and Rodrigo C
Neural Machine Translation
CS 388: Natural Language Processing: LSTM Recurrent Neural Networks
CS 4501: Introduction to Computer Vision Computer Vision + Natural Language Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy / Justin Johnson.
Sentiment analysis algorithms and applications: A survey
Deep Learning Amin Sobhani.
Natural Language and Text Processing Laboratory
Sentence Modeling Representation of sentences is the heart of Natural Language Processing A sentence model is a representation and analysis of semantic.
Relation Extraction CSCI-GA.2591
Neural Machine Translation by Jointly Learning to Align and Translate
Natural Language Processing (NLP)
Wei Wei, PhD, Zhanglong Ji, PhD, Lucila Ohno-Machado, MD, PhD
Giuseppe Attardi Dipartimento di Informatica Università di Pisa
Recognition using Nearest Neighbor (or kNN)
Are End-to-end Systems the Ultimate Solutions for NLP?
Deep learning and applications to Natural language processing
Vector-Space (Distributional) Lexical Semantics
Deceptive News Prediction Clickbait Score Inference
AI in Cyber-security: Examples of Algorithms & Techniques
Text Analytics Giuseppe Attardi Università di Pisa
Deep Learning based Machine Translation
convolutional neural networkS
Distributed Representation of Words, Sentences and Paragraphs
Quanzeng You, Jiebo Luo, Hailin Jin and Jianchao Yang
Lei Sha, Jing Liu, Chin-Yew Lin, Sujian Li, Baobao Chang, Zhifang Sui
convolutional neural networkS
Tagging Review Comments Rationale #10 Week 13
Lecture 9: Semantic Parsing
Giuseppe Attardi Dipartimento di Informatica Università di Pisa
Word embeddings based mapping
Word embeddings based mapping
Text Mining & Natural Language Processing
Introduction to Natural Language Processing
Text Mining & Natural Language Processing
RCNN, Fast-RCNN, Faster-RCNN
Natural Language Processing (NLP)
Presentation By: Eryk Helenowski PURE Mentor: Vincent Bindschaedler
Giuseppe Attardi Dipartimento di Informatica Università di Pisa
Word embeddings (continued)
Preposition error correction using Graph Convolutional Networks
Attention for translation
Learn to Comment Mentor: Mahdi M. Kalayeh
CSE 291G : Deep Learning for Sequences
Automatic Handwriting Generation
Presented by: Anurag Paul
Sentiment Classification
Tokenizing Search/regex Statistics
The experiments based on Recurrent Neural Networks
Peng Cui Tsinghua University
Bidirectional LSTM-CRF Models for Sequence Tagging
CSC 578 Neural Networks and Deep Learning
Natural Language Processing (NLP)
Presentation transcript:

Seminar Topics and Projects Università di Pisa Seminar Topics and Projects Giuseppe Attardi Dipartimento di Informatica Università di Pisa

Deep Learning Tokenizer Depling 2016 challenge requires tokenizer for any of the Universal Dependency TreeBank Build a DL tokenizer using Keras based on the approach of: Basile, Valerio and Bos, Johan and Evang, Kilian A General-Purpose Machine Learning Method for Tokenization and Sentence Boundary Detection (2013), http://gmb.let.rug.nl/elephant/

Deep Learning POS for UD Depling 2016 challenge requires tokenizer for any of the Universal Dependency TreeBank Build a DL POS using CNN, for example a LSTM that uses word embeddings and possible charcater embeddings.

Deep Learning Morph Analyzer Depling 2016 challenge requires tokenizer for any of the Universal Dependency TreeBank Build a DL morphological analyzer that copmutes the morphology of each word, using Keras and charcaher embeddings.

UD extensions Write scripts to extract additional relations from the analysis of UD parse trees

Convolutional Networks for Sentiment Analysis Annotated Data: SemEval training set Unannotated Data: 50 million tweets Code: DeepNL, https://github.com/attardi/deepnl Article: A. Severyn, A. Moschitti.UNITN: Training Deep Convolutional Neural Network for Twitter Sentiment Classification

POS tagging using Word Embeddings Data: Evalita 2016 Embeddings: http://tanl.di.unipi.it/embeddings/ Article: Stratos, M. Collins. Simple Semi-Supervised POS Tagging. http://www.cs.columbia.edu/~stratos/research/naacl15semipos.pdf

Negation/Speculation Extraction Determine the scope of negative or speculative statements: The lyso-platelet had no effect MnlI-AluI could suppress the basal-level activity Approach: Classifier for identifying cues Classifier to determine scope Data BioScope collection

Corpus of Product Reviews Download reviews from online shops Classify as positive/negative according to stars Train classifier to assign score

Relation Extraction Exploit word embeddings as features + extra hand-coded features Use the Factor Based Compositional Embedding Model (FCM) http://www.cs.jhu.edu/~mrg/publications/finere-naacl-2015.pdf SemEval 2014 Relation Extraction data

Entity Linking with Embeddings Experiment with technique: R. Blanco, G. Ottaviano, E. Meiji. 2014. Fast and Space-Efficient Entity Linking in Queries. labs.yahoo.com/_c/uploads/WSDM-2015-blanco.pdf

Extraction of Semantic Hierarchies Use word embeddings as measure of semantic distance Use Wikipedia as source of text http://ir.hit.edu.cn/~jguo/papers/acl2014-hypernym.pdf Organism Plant Ranuncolacee Aconitum

Suggested Topics for Seminars

Neural Reasoning B. Peng, Z. Lu, H. Li, K.F. WongToward Neural Network-based Reasoning A. Kumar et al.Ask Me Anything: Dynamic Memory Networks for Natural Language Processing

Question Answering Bowl Competition (QANTA vs Jennings) https://www.youtube.com/watch?v=kTXJCEvCDYk Iyyer et al. 2014: A Neural Network for Factoid Question Answering over Paragraphs IBM Watson: http://www.aaai.org/Magazine/Watson/watson.php TAC: http://www.nist.gov/tac/2008/qa/index.html

Image Understanding H. Y. Gao et al. Are You Talking to a Machine? Dataset and Methods for Multilingual Image Question Answering, NIPS, 2015.

Deep Learning Applications Character RNNs on text and code http://karpathy.github.io/2015/05/21/rnn-effec8veness/ Morphology Better Word Representations with Recursive Neural Networks for Morphology – Luong et al. Polysemous words Improving Word Representa8ons Via Global Context And Multiple Word Prototypes by Huang et al. 2012 Natural language Inference (Logic) Question Answering Image – Sentence mapping

Entity Linking Entity Kierarchy Embeddings http://www.cs.cmu.edu/~zhitingh/data/acl15entity.pdf

Deep Learning tsunami over NLP C. Manning. 2015. http://www.mitpressjournals.org/doi/pdf/10.1162/COLI_a_00239

Opinion Mining B. Liu. Sentiment Analisis and Subjectivity. 2010. Handbook of NLP. http://www.cs.uic.edu/~liub/FBS/NLP-handbook-sentiment-analysis.pdf

Semantic Role Labeling http://ufal.mff.cuni.cz/conll2009-st/task-description.html

DL for NLP Neural Machine Translation Natural Language from scratch D. Bahdanau, K. Cho, Y. Bengio. Neural machine translation by jointly learning to align and translate. http://arxiv.org/pdf/1409.0473v6 Natural Language from scratch Zhang, X., & LeCun, Y. (2015). Text Understanding from Scratch. http://arxiv.org/abs/1502.01710