paper-with-me

홈 › Papers

TweetNLP: Cutting-Edge Natural Language Processing for Social Media

2022-06-29 · Jose Camacho-Collados, Kiamehr Rezaee, Talayeh Riahi, Asahi Ushio, Daniel Loureiro, Dimosthenis Antypas, Joanne Boisson, Luis Espinosa-Anke, Fangyu Liu, Eugenio Martínez-Cámara, Gonzalo Medina, Thomas Buhrmann, Leonardo Neves, Francesco Barbieri

In this paper we present TweetNLP, an integrated platform for Natural Language Processing (NLP) in social media. TweetNLP supports a diverse set of NLP tasks, including generic focus areas such as sentiment analysis and named entity recognition, as well as social media-specific tasks such as emoji prediction and offensive language identification. Task-specific systems are powered by reasonably-sized Transformer-based language models specialized on social media text (in particular, Twitter) which can be run without the need for dedicated hardware or cloud services. The main contributions of TweetNLP are: (1) an integrated Python library for a modern toolkit supporting social media analysis using our various task-specific models adapted to the social domain; (2) an interactive online demo for codeless experimentation using our models; and (3) a tutorial covering a wide variety of typical social media applications.

📄 PDF Abstract BibTeX arXiv:2206.14774

Code (1)

cardiffnlp/tweetnlp 공식 구현

Tasks

Language IdentificationNamed Entity RecognitionNamed Entity Recognition (NER)Sentiment Analysis

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

High Performance Natural Language Processing

2020-11-01 · EMNLP 2020 11 · Gabriel Ilharco, Cesar Ilharco, Iulia Turc, Tim Dettmers 외

Scale has played a central role in the rapid progress natural language processing has enjoyed in recent years. While benchmarks are dominated by ever larger models, efficient hardware use is critical for their widespread…

Knowledge DistillationQuantizationVocal Bursts Intensity Prediction

Project MAIA: Multilingual AI Agent Assistant

2020-11-01 · EAMT 2020 11 · André F. T. Martins, Joao Graca, Paulo Dimas, Helena Moniz 외

This paper presents the Multilingual Artificial Intelligence Agent Assistant (MAIA), a project led by Unbabel with the collaboration of CMU, INESC-ID and IT Lisbon. MAIA will employ cutting-edge machine learning and natu…

AI AgentBIG-bench Machine LearningTranslation

Deep Learning for Natural Language Inference

2019-06-01 · NAACL 2019 6 · Samuel Bowman, Xiaodan Zhu

This tutorial discusses cutting-edge research on NLI, including recent advance on dataset development, cutting-edge deep learning models, and highlights from recent research on using NLI to understand capabilities and li…

Deep LearningNatural Language Inference

Foundations of Large Language Models

2025-01-16 · Tong Xiao, Jingbo Zhu

This is a book about large language models. As indicated by the title, it primarily focuses on foundational concepts rather than comprehensive coverage of all cutting-edge technologies. The book is structured into four m…

Detecting Label Errors by using Pre-Trained Language Models

2022-05-25 · Derek Chong, Jenny Hong, Christopher D. Manning

We show that large pre-trained language models are inherently highly capable of identifying label errors in natural language datasets: simply examining out-of-sample data points in descending order of fine-tuned task los…