Strumenti Utente

Strumenti Sito


mds:txa:start

Questa è una vecchia versione del documento!


<html> <!– Google Analytics –> <script type=“text/javascript” charset=“utf-8”> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-34685760-1', 'auto', 'personalTracker', {'allowLinker': true}); ga('personalTracker.require', 'linker'); ga('personalTracker.linker:autoLink', ['pages.di.unipi.it', 'enforce.di.unipi.it', 'didawiki.di.unipi.it', 'luciacpassaro.github.io'] ); ga('personalTracker.require', 'displayfeatures'); ga('personalTracker.send', 'pageview', 'courses/txa/'); setTimeout(“ga('send','event','adjusted bounce rate','30 seconds')”,30000); </script> <!– End Google Analytics –> <!– Global site tag (gtag.js) - Google Analytics –> <script async src=“https://www.googletagmanager.com/gtag/js?id=G-LPWY0VLB5W”></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-LPWY0VLB5W'); </script> <!– Capture clicks –> <script> jQuery(document).ready(function(){ jQuery('a[href$=“.pdf”]').click(function() { var fname = this.href.split('/').pop(); ga('personalTracker.send', 'event', 'TXA', 'PDFs', fname); }); jQuery('a[href$=“.r”]').click(function() { var fname = this.href.split('/').pop(); ga('personalTracker.send', 'event', 'TXA', 'Rs', fname); }); jQuery('a[href$=“.zip”]').click(function() { var fname = this.href.split('/').pop(); ga('personalTracker.send', 'event', 'TXA', 'ZIPs', fname); }); }); </script> </html> ====== Text Analytics (635AA) A.Y. 2022/23 ====== ==== Teacher ==== Lucia Passaro (lucia.passaro [at] unipi [dot] it) Office hours: Monday 16-18 via Teams ==== Schedule ==== ^ Day ^ Hour ^ Room ^ | Monday | 9-11 | Fib M1 | | Friday| 11-13 | Fib M1 | Team of the class ==== Objectives ==== The course targets text analytics systems and applications to respond to business problems by discovering and presenting knowledge that is otherwise locked in textual form. The main objectives of the course are: - Learning essential techniques, algorithms, and models used in natural language processing. - Understanding of the architectures of typical text analytics applications and of libraries for building them. - Expertise in design, implementation, and evaluation of applications that exploit analysis, interpretation, and transformation of texts. ==== Background ==== * Background: Natural Language Processing, Information Retrieval and Machine Learning * Mathematical background: Probability, Statistics and Algebra * Linguistic essentials: words, lemmas, morphology, Part of Speech (PoS), syntax * Basic text processing: regular expression, tokenisation * Data collection: scraping * Basic modelling: collocations, language models * Introduction to Machine Learning: theory and practical tips * Libraries and tools: NLTK, Spacy, Keras, pytorch * Classification/Clustering * Sentiment Analysis/Opinion Mining * Information Extraction/Relation Extraction/Entity Linking * Transfer learning * Quantification ==== Lecture Notes ==== ^ Date ^ Lecture ^ Slides ^ Material / Reference ^ | 2022/09/16 | Introduction to the course, NLP & Text Analytics. | 1 - Introduction to the Text Analytics course|J. Eisenstein. Introduction to Natural Language Processing. MIT Press. Chp. 1.| | 2022/09/19 | Reminds on Probability. Language and Probability. | 2 - Reminds on Probability.pdf| | | 2022/09/23 | Introduction to Python.| 3 - Introduction to Python.pdf|Introduction to Python - Notebook.| | 2022/09/30 | Introduction to Python (continued). Project Presentation and Important Dates. | Project and Dates| | | 2022/10/03 | Probabilistic Language Models. | 5 - Probabilistic Language models|D. Jurafsky, J.H. Martin. Chp. 3. Probabilistic Language Models - Notebook.| | 2022/10/07 | Text Indexding: Strings, Regular Expressions and BS4. | 6 - Text Indexing-1|D. Jurafsky, J.H. Martin. Chp. 2. Strings, Regular Expressions and BS4 - Notebook.| | 2022/10/10 | Text Indexding: Linguistic annotation. NLTK. | 6 - Text Indexing-2| Linguistic annotation with NLTK - Notebook.| | 2022/10/14 | Text Indexding: Collocations with Gensim. stanza. spacy. Feature selection. | 6 - Text Indexing-3| L6.3.4 - collocations - stanza - spacy - Notebooks.| | 2022/10/17 | Text Indexding: Vector space models. | 6 - Text Indexing-4|D. Jurafsky, J.H. Martin. Chp. 6. L6.5 - Vector space model - toy example - Notebook.| | 2022/10/21 | Machine Learning for Text Analytics. | 10 - Machine Learning for Text Analytics.pdf| | | 2022/10/24 | Student project presentations: proposal, brainstorming, discussion. | | | 2022/10/28 | Student project presentations: proposal, brainstorming, discussion. | | | 2022/11/04 | Machine Learning for Text Analytics. Experiments and Practice. | 13 - Experiments.pdf| Classification sklearn - Notebook.| | 2022/11/07 | Topic Modeling. | 14 - Topic modeling.pdf| Zhai and Massung (2016) Text Data Management and Analysis. Chp 17. Topic Modeling - Notebooks.| | 2022/11/11 | A primer on Neural Networks. | 15 - A Primer on Neural Networks.pdf| | | 2022/11/14 | A primer on Neural Networks (continued). Practice.| | From SVM to NN, Classification with Keras - Notebooks.| | 2022/11/07 | Neural Language Models. Word2vec | 17 - Neural Language Models-1.pdf|Word2vec with Gensim - Notebook.| ==== Exam ==== Attending students The exam for attending students will consist of the development of a project to be agreed upon with the teacher and an oral exam. The outcome of the project will be some code and a report of the activity (4-10 pages is the typical length range). The oral exam will consist of the presentation and discussion of the project. Projects may be based on challenges proposed in either research forums (Semeval, Evalita) or other platforms (Kaggle). Students are also invited to propose a project based on other sources (e.g., recent papers on ArXiv CL or AI), or their own interests. Students may work in 3-5 people groups. Non-Attending students The exam for non attending students will consist in a written exam with open question and exercises, and an oral discussion on the topics of the course. ==== Textbooks ==== It is recommended to read selected chapters from: - D. Jurafsky, J.H. Martin, Speech and Language Processing. 3nd edition, Prentice-Hall, 2018. - S. Bird, E. Klein, E. Loper. Natural Language Processing with Python. Further bibliography will be indicated as a material for the single lessons. ==== Previous editions ==== * 2021-2022 * 2020-2021 * 2019-2020 * 2018-2019 * 2017-2018

mds/txa/start.1668765165.txt.gz · Ultima modifica: 18/11/2022 alle 09:52 (23 mesi fa) da Lucia Passaro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki