cgpotts commited on
Commit
7cc0aec
1 Parent(s): a37a618

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - linguistics
7
+ ---
8
+
9
+ # Model Card for pipp-finder-bert-base-cased
10
+
11
+ This highly idiosyncratic and specific binary classifier is designed for the sole purpose of helping linguists find instances of the English Preposing in PP (PiPPs) construction in corpora. PiPPs are unbounded dependency constructions like "_Happy though we were with the idea_, we decided not to pursue it". This model does a good job of classifying sentences for whether or not they contain an instance of the construction.
12
+
13
+
14
+ ## Model Details
15
+
16
+ The model is a fine-tuned `bert-base-cased` model. The fine-tuning data are available as `annotated/pipp-labels.csv` in [this project repository](https://github.com/cgpotts/pipps). All the annotations were done by Christopher Potts for the project "Characterizing English Preposing in PP constructions".
17
+
18
+ The model outputs `1` if it predicts the input contains a PiPP, else `0`.
19
+
20
+ ### Model Description
21
+
22
+ - **Developed by:** Christopher Potts
23
+ - **Shared by:** Christopher Potts
24
+ - **Model type:** Binary classifier
25
+ - **Language(s):** English
26
+ - **License:** Apache 2.0
27
+ - **Finetuned from model:** `bert-base-cased`
28
+
29
+ ### Model Sources [optional]
30
+
31
+ <!-- Provide the basic links for the model. -->
32
+
33
+ - **Repository:** https://github.com/cgpotts/pipps
34
+ - **Paper [optional]:** https://github.com/cgpotts/pipps/blob/main/potts-pipp-paper.pdf
35
+
36
+
37
+ ## Uses
38
+
39
+ The sole purpose of the model is to try to identify sentences containing PiPPs. I assume that one is first filtering sentences using very general regexs, and then this model helps you find the gems as you go through examples by hand.
40
+
41
+ The model is useless for really anything except this linguistically motivated for task. And, even from the perspective of theoretical linguistics, this is a highly niche application!
42
+
43
+
44
+ ## How to Get Started with the Model
45
+
46
+ See https://github.com/cgpotts/pipps/blob/main/classifiers_usage.ipynb
47
+
48
+ ## Training Details
49
+
50
+ See https://github.com/cgpotts/pipps/blob/main/classifiers_training.ipynb
51
+
52
+ ## Evaluation
53
+
54
+ See https://github.com/cgpotts/pipps/blob/main/classifiers_usage.ipynb
55
+
56
+ ## Citation
57
+
58
+ See https://github.com/cgpotts/pipps
59
+ a
60
+
61
+ ## Model Card Authors [optional]
62
+
63
+ [Christopher Potts](https://web.stanford.edu/~cgpotts/)
64
+
65
+ ## Model Card Contact
66
+
67
+ [Christopher Potts](https://web.stanford.edu/~cgpotts/) Christopher Potts