← Search

Majid Yazdani

6 accepted papers

2023

RQUGE: Reference-Free Metric for Evaluating Question Generation by Answering the Question

ACL 2023findings

Existing metrics for evaluating the quality of automatically generated questions such as BLEU, ROUGE, BERTScore, and BLEURT compare the reference and predicted questions, providing a high score when there is a considerable lexical overlap or semantic similarity between the candidate and the referenc…

2022

Open Vocabulary Extreme Classification Using Generative Models

ACL 2022findings

The extreme multi-label classification (XMC) task aims at tagging content with a subset of labels from an extremely large label set. The label vocabulary is typically defined in advance by domain experts and assumed to capture all necessary tags. However in real world scenarios this label set, altho…

Cited by 21SourcePDFScholar
2022

Prompt-free and Efficient Few-shot Learning with Language Models

ACL 2022long

Current methods for few-shot fine-tuning of pretrained masked language models (PLMs) require carefully engineered prompts and verbalizers for each new task to convert examples into a cloze-format that the PLM can score. In this work, we propose Perfect, a simple and efficient method for few-shot fin…

2021

Database reasoning over text

ACL 2021long

Neural models have shown impressive performance gains in answering queries from natural language text. However, existing works are unable to support database queries, such as “List/Count all female athletes who were born in 20th century”, which require reasoning over sets of relevant facts with oper…

2021

KILT: a Benchmark for Knowledge Intensive Language Tasks

NAACL 2021long

Challenging problems such as open-domain question answering, fact checking, slot filling and entity linking require access to large, external knowledge sources. While some models do well on individual tasks, developing general models is difficult as each task might require computationally expensive…