Marzipan commited on
Commit
32c2c2f
·
1 Parent(s): 0736d7c

Adding README file

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## QA4PC Dataset (paper: Cross-Policy Compliance Detection via Question Answering)
2
+
3
+
4
+ ### Train Sets
5
+ To create training set or entailment and QA tasks, download the ShARC data from here: https://sharc-data.github.io/data.html. After that, run the script from _create_train_from_sharc.py_, by providing the path to the ShARC train and development sets.
6
+
7
+ ### Evaluation Sets
8
+
9
+ #### Entailment Data
10
+ The following files contain the data for the entailment task. This includes the policy + questions, a scenario and an answer (_Yes, No, Maybe_). Each datapoint also contain the information from the ShARC dataset such as tree_id and source_url.
11
+ - __dev_entailment_qa4pc.json__
12
+ - __test_entailment_qa4pc.json__
13
+
14
+ #### QA Data
15
+ The following files contain the data for the QA task.
16
+ - __dev_sc_qa4pc.json__
17
+ - __test_sc_qa4pc.json__
18
+
19
+ The following file contains the expression tree data for the dev and test sets. Each tree includes a policy, a set of questions and a logical expression.
20
+ - __trees_dev_test_qa4pc.json__