TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Generalizing Natural Language Analysis through Span-relati...

Generalizing Natural Language Analysis through Span-relation Representations

Zhengbao Jiang, Wei Xu, Jun Araki, Graham Neubig

2019-11-10ACL 2020 6Relation ExtractionSentiment AnalysisPart-Of-Speech TaggingAspect-Based Sentiment AnalysisConstituency ParsingAspect-Based Sentiment Analysis (ABSA)Multi-Task LearningSemantic Role LabelingSemantic Role Labeling (predicted predicates)Named Entity Recognition (NER)Dependency Parsing
PaperPDFCode(official)CodeCode(official)

Abstract

Natural language processing covers a wide variety of tasks predicting syntax, semantics, and information content, and usually each type of output is generated with specially designed architectures. In this paper, we provide the simple insight that a great variety of tasks can be represented in a single unified format consisting of labeling spans and relations between spans, thus a single task-independent model can be used across different tasks. We perform extensive experiments to test this insight on 10 disparate tasks spanning dependency parsing (syntax), semantic role labeling (semantics), relation extraction (information content), aspect based sentiment analysis (sentiment), and many others, achieving performance comparable to state-of-the-art specialized models. We further demonstrate benefits of multi-task learning, and also show that the proposed method makes it easy to analyze differences and similarities in how the model handles different tasks. Finally, we convert these datasets into a unified format to build a benchmark, which provides a holistic testbed for evaluating future models for generalized natural language analysis.

Results

TaskDatasetMetricValueModel
Part-Of-Speech TaggingPenn TreebankAccuracy97.7SpanRel
Relation ExtractionSemEval-2010 Task-8F187.4SpanRel
Relation ExtractionWLPCF165.5SpanRel
Semantic Role LabelingCoNLL 2012F182.4SpanRel
Dependency ParsingPenn TreebankLAS94.7SpanRel
Dependency ParsingPenn TreebankUAS96.44SpanRel
Named Entity Recognition (NER)CoNLL 2003 (English)F192.2SpanRel
Named Entity Recognition (NER)WLPCF179.2SpanRel
Constituency ParsingPenn TreebankF1 score95.5SpanRel

Related Papers

AdaptiSent: Context-Aware Adaptive Attention for Multimodal Aspect-Based Sentiment Analysis2025-07-17SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17AI Wizards at CheckThat! 2025: Enhancing Transformer-Based Embeddings with Sentiment for Subjectivity Detection in News Articles2025-07-15DCR: Quantifying Data Contamination in LLMs Evaluation2025-07-15Robust-Multi-Task Gradient Boosting2025-07-15SentiDrop: A Multi Modal Machine Learning model for Predicting Dropout in Distance Learning2025-07-14GNN-CNN: An Efficient Hybrid Model of Convolutional and Graph Neural Networks for Text Representation2025-07-10SAMO: A Lightweight Sharpness-Aware Approach for Multi-Task Optimization with Joint Global-Local Perturbation2025-07-10