← Search

Noam Slonim

17 accepted papers

2025

Debatable Intelligence: Benchmarking LLM Judges via Debate Speech Evaluation

EMNLP 2025

We introduce Debate Speech Evaluation as a novel and challenging benchmark for assessing LLM judges. Evaluating debate speeches requires a deep understanding of the speech at multiple levels, including argument strength and relevance, the coherence and organization of the speech, the appropriateness

2024

Efficient Benchmarking (of Language Models)

NAACL 2024long

The increasing versatility of language models (LMs) has given rise to a new class of benchmarks that comprehensively assess a broad range of capabilities. Such benchmarks are associated with massive computational costs, extending to thousands of GPU hours per model. However, the efficiency aspect of…

Cited by 33SourcePDFScholar
2023

Active Learning for Natural Language Generation

EMNLP 2023long main

The field of Natural Language Generation (NLG) suffers from a severe shortage of labeled data due to the extremely expensive and time-consuming process involved in manual annotation. A natural approach for coping with this problem is active learning (AL), a well-known machine learning technique for…

Cited by 0SourceScholar
2023

ColD Fusion: Collaborative Descent for Distributed Multitask Finetuning

ACL 2023long

Pretraining has been shown to scale well with compute, data size and data diversity. Multitask learning trains on a mixture of supervised datasets and produces improved performance compared to self-supervised pretraining. Until now, massively multitask learning required simultaneous access to all da…

Cited by 56SourcePDFScholar
2023

Knowledge is a Region in Weight Space for Fine-tuned Language Models

EMNLP 2023long findings

Research on neural networks has focused on understanding a single model trained on a single dataset. However, relatively little is known about the relationships between different models, particularly those trained or tested on different datasets. We address this by studying how the weight space and…

Cited by 0SourceScholar
2023

The Benefits of Bad Advice: Autocontrastive Decoding across Model Layers

ACL 2023long

Applying language models to natural language processing tasks typically relies on the representations in the final model layer, as intermediate hidden layer representations are presumed to be less informative. In this work, we argue that due to the gradual improvement across model layers, additional…

2023

Where to start? Analyzing the potential value of intermediate models

EMNLP 2023long main

Previous studies observed that finetuned models may be better base models than the vanilla pretrained model. Such a model, finetuned on some source dataset, may provide a better starting point for a new finetuning process on a desired target dataset. Here, we perform a systematic analysis of this \e…

Cited by 0SourceScholar
2023

Zero-shot Topical Text Classification with LLMs - an Experimental Study

EMNLP 2023long findings

Topical Text Classification (TTC) is an ancient, yet timely research area in natural language processing, with many practical applications. The recent dramatic advancements in large LMs raise the question of how well these models can perform in this task in a zero-shot scenario. Here, we share a fir…

Cited by 0SourceScholar
2023

nBIIG: A Neural BI Insights Generation System for Table Reporting

AAAI 2023technical

We present nBIIG, a neural Business Intelligence (BI) Insights Generation system. Given a table, our system applies various analyses to create corresponding RDF representations, and then uses a neural model to generate fluent textual insights out of these representations. The generated insights can…

Cited by 1SourcePDFScholar
2022

Cluster & Tune: Boost Cold Start Performance in Text Classification

ACL 2022long

In real-world scenarios, a text classification task often begins with a cold start, when labeled data is scarce. In such cases, the common practice of fine-tuning pre-trained models, such as BERT, for a target classification task, is prone to produce poor performance. We suggest a method to boost th…

2022

Fortunately, Discourse Markers Can Enhance Language Models for Sentiment Analysis

AAAI 2022technical

In recent years, pretrained language models have revolutionized the NLP world, while achieving state of the art performance in various downstream tasks. However, in many cases, these models do not perform well when labeled data is scarce and the model is expected to perform in the zero or few shot s…

2022

Quality Controlled Paraphrase Generation

ACL 2022long

Paraphrase generation has been widely used in various downstream tasks. Most tasks benefit mainly from high quality paraphrases, namely those that are semantically similar to, yet linguistically diverse from, the original sentence. Generating high-quality paraphrases is challenging as it becomes inc…

2022

Zero-Shot Text Classification with Self-Training

EMNLP 2022main

Recent advances in large pretrained language models have increased attention to zero-shot text classification. In particular, models finetuned on natural language inference datasets have been widely adopted as zero-shot classifiers due to their promising results and off-the-shelf availability. Howev…

2021

Every Bite Is an Experience: Key Point Analysis of Business Reviews

ACL 2021long

Previous work on review summarization focused on measuring the sentiment toward the main aspects of the reviewed product or business, or on creating a textual summary. These approaches provide only a partial view of the data: aspect-based sentiment summaries lack sufficient explanation or justificat…

Cited by 25SourcePDFScholar
2021

Project Debater APIs: Decomposing the AI Grand Challenge

EMNLP 2021system demonstrations

Project Debater was revealed in 2019 as the first AI system that can debate human experts on complex topics. Engaging in a live debate requires a diverse set of skills, and Project Debater has been developed accordingly as a collection of components, each designed to perform a specific subtask. Proj…

2021

YASO: A Targeted Sentiment Analysis Evaluation Dataset for Open-Domain Reviews

EMNLP 2021main

Current TSA evaluation in a cross-domain setup is restricted to the small set of review domains available in existing datasets. Such an evaluation is limited, and may not reflect true performance on sites like Amazon or Yelp that host diverse reviews from many domains. To address this gap, we presen…