← Search

Liat Ein-Dor

8 accepted papers

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
2024

Label-Efficient Model Selection for Text Generation

ACL 2024long

Model selection for a given target task can be costly, as it may entail extensive annotation of the quality of outputs of different models. We introduce DiffUse, an efficient method to make an informed decision between candidate text generation models based on preference annotations. DiffUse reduces…

Cited by 4SourcePDFScholar
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

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
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…