denocris/NLP-Workshop-MLMilan
Advanced NLP Workshop: word-sense disambiguation with RoBERTa and text summarization with BART (Machine Learning Milan)
This workshop helps developers understand and implement advanced Natural Language Processing (NLP) techniques. It takes in raw text data and demonstrates how to process it for tasks like identifying the correct meaning of a word in context and automatically generating concise summaries. Python developers interested in building cutting-edge NLP applications would find this beneficial.
No commits in the last 6 months.
Use this if you are a developer looking to learn and apply modern NLP algorithms like word-sense disambiguation with contextual embeddings (e.g., RoBERTa) and text summarization with transformer models (e.g., BART).
Not ideal if you are a non-developer seeking a ready-to-use tool for text analysis without needing to understand or implement the underlying code.
Stars
27
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/denocris/NLP-Workshop-MLMilan"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE)...
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.
udibr/headlines
Automatically generate headlines to short articles
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator