- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
verypluming/JaNLI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- repository for our BlackboxNLP2021 paper "Assessing the Generalization Capacity of Pre-trained Language Models through Japanese Adversarial Natural Language Inference"
- You can use JaNLI athuggingface dataset!
Python3.6pandas
$ cd JaNLI$ python scripts/generate.py
data/JaNLI_template.csv
is a template for generating a JaNLI dataset andjanli.tsv
is a generated JaNLI dataset.
The fields in this file are:
sentence_A_Ja
: The premisesentence_B_Ja
: The hypothesisentailment_label_Ja
: The correct label for this sentence pair (eitherentailment
ornon-entailment
); in our setting,non-entailment
= neutral + contradiction)heuristics
: The heuristics (structural pattern) tag. The tags are: subsequence, constituent, full-overlap, order-subset, and mixed-subset.number_of_NPs
: The number of noun phrase in a sentence.semtag
: The linguistic phenomena tag.split
: The train/test split.
If you use this dataset and code in any published research, please cite the following:
- Hitomi Yanaka, Koji Mineshima,Assessing the Generalization Capacity of Pre-trained Language Models through Japanese Adversarial Natural Language Inference, Proceedings of the 2021 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP (BlackboxNLP2021), 2021.
@InProceedings{yanaka-EtAl:2021:blackbox, author = {Yanaka, Hitomi and Mineshima, Koji}, title = {Assessing the Generalization Capacity of Pre-trained Language Models through Japanese Adversarial Natural Language Inference}, booktitle = {Proceedings of the 2021 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP (BlackboxNLP2021)}, year = {2021},}
For questions and usage issues, please contacthyanaka@is.s.u-tokyo.ac.jp .
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published