Skip to content

Code and Data for the paper "Not another Negation Benchmark: The NaN-NLI Test Suite for Sub-clausal Negation" (AACL-ICJNLP 2022)

Notifications You must be signed in to change notification settings

joey234/nan-nli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code and data for the paper "Not another Negation Benchmark: The NaN-NLI Test Suite for Sub-clausal Negation" (AACL-ICJNLP 2022)

NaN-NLI

stat1 stat2

The test suite is also available on the HuggingFace Hub at https://huggingface.co/datasets/joey234/nan-nli. To load using the datasets library:

from datasets import load_dataset
dataset = load_dataset("joey234/nan-nli")

Run

nli_infer.py -i data/nan.csv -m <model_name_or_path>

model_name_or_path in joey234/cuenb-mnli, sileod/roberta-base-mnli, joey234/cuenb-mnli-negnli, joey234/roberta-base-mnli-negnli

About

Code and Data for the paper "Not another Negation Benchmark: The NaN-NLI Test Suite for Sub-clausal Negation" (AACL-ICJNLP 2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published