← Search

Nadi Tomeh

7 accepted papers

2025

Leveraging Text-to-Text Transformers as Classifier Chain for Few-Shot Multi-Label Classification

EMNLP 2025

Multilabel text classification (MLTC) is an essential task in NLP applications. Traditional methods require extensive labeled data and are limited to fixed label sets. Extracting labels by LLMs is more effective and universal, but incurs high computational costs. In this work, we introduce a distill

Cited by 0SourcePDFScholar
2025

Scaling Graph-Based Dependency Parsing with Arc Vectorization and Attention-Based Refinement

NAACL 2025short

We propose a novel architecture for graph-based dependency parsing that explicitly constructs vectors, from which both arcs and labels are scored. Our method addresses key limitations of the standard two-pipeline approach by unifying arc scoring and labeling into a single network, reducing scalabili…

2024

An Autoregressive Text-to-Graph Framework for Joint Entity and Relation Extraction

AAAI 2024technical

In this paper, we propose a novel method for joint entity and relation extraction from unstructured text by framing it as a conditional sequence generation problem. In contrast to conventional generative information extraction models that are left-to-right token-level generators, our approach is \te…

2024

Enhancing Few-Shot Topic Classification with Verbalizers. a Study on Automatic Verbalizer and Ensemble Methods

COLING 2024main

As pretrained language model emerge and consistently develop, prompt-based training has become a well-studied paradigm to improve the exploitation of models for many natural language processing tasks. Furthermore, prompting demonstrates great performance compared to conventional fine-tuning in scena…

2024

GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer

NAACL 2024long

Named Entity Recognition (NER) is essential in various Natural Language Processing (NLP) applications. Traditional NER models are effective but limited to a set of predefined entity types. In contrast, Large Language Models (LLMs) can extract arbitrary entities through natural language instructions,…

2024

Information Extraction with Differentiable Beam Search on Graph RNNs

COLING 2024main

Information extraction (IE) from text documents is an important NLP task that includes entity, relation, and event extraction. These tasks are often addressed jointly as a graph generation problem, where entities and event triggers represent nodes and where relations and event arguments represent ed…

Cited by 1SourcePDFScholar
2020

Multitask Easy-First Dependency Parsing: Exploiting Complementarities of Different Dependency Representations

COLING 2020main

In this paper we present a parsing model for projective dependency trees which takes advantage of the existence of complementary dependency annotations which is the case in Arabic, with the availability of CATiB and UD treebanks. Our system performs syntactic parsing according to both annotation typ…