sileod commited on
Commit
7bfbd76
1 Parent(s): 7ca3765

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ task_ids:
6
+ - natural-language-inference
7
+ task_categories:
8
+ - text-classification
9
  ---
10
+ https://github.com/Dibyakanti/AutoTNLI-code
11
+ ```
12
+ @inproceedings{kumar-etal-2022-autotnli,
13
+ title = "Realistic Data Augmentation Framework for Enhancing Tabular Reasoning",
14
+ author = "Kumar, Dibyakanti and
15
+ Gupta, Vivek and
16
+ Sharma, Soumya and
17
+ Zhang, Shuo",
18
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
19
+ month = dec,
20
+ year = "2022",
21
+ address = "Online and Abu Dhabi",
22
+ publisher = "Association for Computational Linguistics",
23
+ url = "https://vgupta123.github.io/docs/autotnli.pdf",
24
+ pages = "",
25
+ abstract = "Existing approaches to constructing training data for Natural Language Inference (NLI) tasks, such as for semi-structured table reasoning, are either via crowdsourcing or fully automatic methods. However, the former is expensive and time-consuming and thus limits scale, and the latter often produces naive examples that may lack complex reasoning. This paper develops a realistic semi-automated framework for data augmentation for tabular inference. Instead of manually generating a hypothesis for each table, our methodology generates hypothesis templates transferable to similar tables. In addition, our framework entails the creation of rational counterfactual tables based on human written logical constraints and premise paraphrasing. For our case study, we use the InfoTabS (Gupta et al., 2020), which is an entity-centric tabular inference dataset. We observed that our framework could generate human-like tabular inference examples, which could benefit training data augmentation, especially in the scenario with limited supervision.",
26
+ }
27
+ ```