XNLP: An Interactive Demonstration System for Universal Structured NLP (2024.acl-demos)
Copied to clipboard
| Challenge: | Structured Natural Language Processing (XNLP) is an important subset of NLP that entails understanding the underlying semantic or syntactic structure of texts. |
| Approach: | They propose a XNLP demonstration system that leverages LLM to achieve universal XnLP with one model for all with high generalizability. |
| Outcome: | The proposed system advances in multiple aspects, including universal XNLP modeling, high performance, interpretability, scalability, and interactivity. |
Similar Papers
EasyNLP: A Comprehensive and Easy-to-use Toolkit for Natural Language Processing (2022.emnlp-demos)
Copied to clipboard
Chengyu Wang, Minghui Qiu, Taolin Zhang, Tingting Liu, Lei Li, Jianing Wang, Ming Wang, Jun Huang, Wei Lin
| Challenge: | Pre-Trained Models (PTMs) have reshaped the development of natural language processing (NLP) but it is not easy to obtain high-performing PTMs without a large amount of labeled training data and deploy them online with fast inference speed. |
| Approach: | They propose to make it easy to build NLP applications with knowledge-enhanced pre-training and knowledge distillation. |
| Outcome: | EasyNLP supports a comprehensive suite of NLP algorithms and features knowledge-enhanced pre-training, knowledge distillation and few-shot learning functionalities. |
Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (D18-1)
Copied to clipboard
| Challenge: | EMNLP 2018 received a record-breaking 2,231 valid submissions, a 48% increase over EMnLP 2017 . EMNA 2018 will have 14 workshops, 6 tutorials, 3 invited speakers, 351 long paper presentations, 198 short paper presentations and 10 TACL paper presentations . |
| Approach: | EMNLP 2018 will have 14 workshops, 6 tutorials, 3 invited speakers, 351 long paper presentations, 198 short paper presentations and 10 TACL paper presentations. |
| Outcome: | EMNLP 2018 received a record-breaking 2,231 valid submissions, a 48% increase over EMnLP 2017 . the program co-chairs put tremendous care into every decision, big and small, and handled numerous inquiries and requests . |
CogCompNLP: Your Swiss Army Knife for NLP (L18-1)
Copied to clipboard
Daniel Khashabi, Mark Sammons, Ben Zhou, Tom Redman, Christos Christodoulopoulos, Vivek Srikumar, Nicholas Rizzolo, Lev Ratinov, Guanheng Luo, Quang Do, Chen-Tse Tsai, Subhro Roy, Stephen Mayhew, Zhili Feng, John Wieting, Xiaodong Yu, Yangqiu Song, Shashank Gupta, Shyam Upadhyay, Naveen Arivazhagan, Qiang Ning, Shaoshi Ling, Dan Roth
| Challenge: | a corpus-reader module supports popular corpora, feature extraction and annotation modules for semantic and syntactic tasks. |
| Approach: | They propose a library that provides modules to address different challenges . they provide a corpus-reader module that supports popular corpora in the NLP community . |
| Outcome: | The proposed library simplifies the process of design and development of NLP applications by providing modules to address different challenges. |
Commonsense Reasoning for Natural Language Processing (2020.acl-tutorials)
Copied to clipboard
| Challenge: | In this tutorial, we will outline the various types of commonsense knowledge and discuss techniques to gather and represent commonsence knowledge. |
| Approach: | This tutorial will provide researchers with the critical foundations and recent advances in commonsense representation and reasoning. |
| Outcome: | This tutorial will outline the various types of commonsense and discuss techniques to gather and represent commonsence knowledge while highlighting the challenges specific to this type of knowledge (e.g., reporting bias). |
Defining a New NLP Playground (2023.findings-emnlp)
Copied to clipboard
Sha Li, Chi Han, Pengfei Yu, Carl Edwards, Manling Li, Xingyao Wang, Yi Fung, Charles Yu, Joel Tetreault, Eduard Hovy, Heng Ji
| Challenge: | Recent explosion of performance of large language models (LLMs) has changed the field more abruptly and seismically than any other shift in the field’s 80 year history. |
| Approach: | They propose 20+ PhD-dissertation-worthy research directions to define a new NLP playground by combining theoretical analysis, new and challenging problems, learning paradigms and interdisciplinary applications. |
| Outcome: | The proposed research will cover theoretical analysis, new and challenging problems, learning paradigms and interdisciplinary applications. |
LLM-driven Instruction Following: Progresses and Concerns (2023.emnlp-tutorial)
Copied to clipboard
| Challenge: | a tutorial on task instruction is aimed at researchers and practitioners interested in NLP generalization . labeled examples are unlikely to be available in large numbers or do not exist . |
| Approach: | This tutorial will examine the progress of natural language processing (NLP) using labeled examples. authors propose that task instructions act as a novel resource for supervision. |
| Outcome: | This tutorial aims to answer questions about instruction-driven NLP . it focuses on the use of task instructions in a low-shot scenario . |
TweetNLP: Cutting-Edge Natural Language Processing for Social Media (2022.emnlp-demos)
Copied to clipboard
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
| Challenge: | TweetNLP is an integrated platform for natural language processing in social media. |
| Approach: | They propose a Python-based platform for natural language processing in social media that supports a variety of NLP tasks. |
| Outcome: | The proposed platform supports 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. |
Returning the N to NLP: Towards Contextually Personalized Classification Models (2020.acl-main)
Copied to clipboard
| Challenge: | a recent study shows that NLP models treat language as universal, but that it is based on sociolinguistic research. |
| Approach: | They propose to incorporate user-dependent, contextual personal and social aspects into neural NLP models by means of socially contextual personalization. |
| Outcome: | The proposed approach could be adapted to better personalize the language of users . it outlines a possible direction to incorporate these aspects into neural NLP models . |
TweeNLP: A Twitter Exploration Portal for Natural Language Processing (2021.acl-demo)
Copied to clipboard
| Challenge: | Currently, Twitter curates 19,395 tweets from various NLP conferences and general NLP discussions. |
| Approach: | They propose to integrate tweets pertaining to research papers with the NLPExplorer scientific literature search engine to organize Twitter's natural language processing data. |
| Outcome: | The proposed system curates 19,395 tweets from various NLP conferences and general discussions. |
DeepNLPF: A Framework for Integrating Third Party NLP Tools (2020.lrec-1)
Copied to clipboard
Francisco Rodrigues, Rinaldo Lima, William Domingues, Robson Fidalgo, Adrian Chifu, Bernard Espinasse, Sébastien Fournier
| Challenge: | Many third-party NLP tools perform distinct NLP subtasks, but integration is difficult . authors present a framework that enables easy integration of third-parties into a pipeline . |
| Approach: | They propose a framework that enables easy integration of third-party NLP tools . it provides an API for complete pipeline customization including definition of input/output formats . |
| Outcome: | The proposed framework reduces runtime processing time compared to executing the same pipeline in a sequential manner. |