Zhengping commited on
Commit
0cf4446
1 Parent(s): 0c9176b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Zhengping/UNLI
4
+ language:
5
+ - en
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ UNLI model fine-tuned from `ynie/roberta-large-snli_mnli_fever_anli_R1_R2_R3-nli`, using UNLI. If you find this model useful, please cite the paper:
10
+
11
+ ```
12
+ @inproceedings{chen-etal-2020-uncertain,
13
+ title = "Uncertain Natural Language Inference",
14
+ author = "Chen, Tongfei and
15
+ Jiang, Zhengping and
16
+ Poliak, Adam and
17
+ Sakaguchi, Keisuke and
18
+ Van Durme, Benjamin",
19
+ editor = "Jurafsky, Dan and
20
+ Chai, Joyce and
21
+ Schluter, Natalie and
22
+ Tetreault, Joel",
23
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
24
+ month = jul,
25
+ year = "2020",
26
+ address = "Online",
27
+ publisher = "Association for Computational Linguistics",
28
+ url = "https://aclanthology.org/2020.acl-main.774",
29
+ doi = "10.18653/v1/2020.acl-main.774",
30
+ pages = "8772--8779",
31
+ abstract = "We introduce Uncertain Natural Language Inference (UNLI), a refinement of Natural Language Inference (NLI) that shifts away from categorical labels, targeting instead the direct prediction of subjective probability assessments. We demonstrate the feasibility of collecting annotations for UNLI by relabeling a portion of the SNLI dataset under a probabilistic scale, where items even with the same categorical label differ in how likely people judge them to be true given a premise. We describe a direct scalar regression modeling approach, and find that existing categorically-labeled NLI data can be used in pre-training. Our best models correlate well with humans, demonstrating models are capable of more subtle inferences than the categorical bin assignment employed in current NLI tasks.",
32
+ }
33
+ ```