alex2awesome
commited on
Commit
·
28d9f01
1
Parent(s):
a498c03
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
RoBERTa-based sentence-level classification model.
|
6 |
+
Similar to alex2awesome/quote-detection__roberta-base-sentence, except it's trained on a lot more data.
|
7 |
+
|
8 |
+
Scores this accuracy on the original gold-label training dataset mentioned in: https://arxiv.org/pdf/2305.14904.pdf
|
9 |
+
|
10 |
+
{
|
11 |
+
"eval_samples": 86,
|
12 |
+
"test_f1": 0.8056872037914692,
|
13 |
+
"test_loss": 0.4573868425250922,
|
14 |
+
}
|
15 |
+
|
16 |
+
{
|
17 |
+
"DIRECT QUOTE_f1": 0.9284126278345932,
|
18 |
+
"full_f1": 0.8055235903337169,
|
19 |
+
"BACKGROUND_f1": 0.770718232044199,
|
20 |
+
"NO QUOTE_f1": 0.0,
|
21 |
+
"INDIRECT QUOTE_f1": 0.8142250530785562,
|
22 |
+
"PUBLISHED WORK_f1": 0.8680851063829788,
|
23 |
+
"STATEMENT_f1": 0.9477124183006536,
|
24 |
+
"PRESS REPORT_f1": 0.9457364341085273,
|
25 |
+
"DECLINED COMMENT_f1": 0.9444444444444444,
|
26 |
+
"SOCIAL MEDIA POST_f1": 0.8936170212765957,
|
27 |
+
"PROPOSAL/ORDER/LAW_f1": 0.5616438356164384,
|
28 |
+
"PRICE SIGNAL_f1": 0.7272727272727273,
|
29 |
+
"NARRATIVE_f1": 0.8833333333333333,
|
30 |
+
"DIRECT OBSERVATION_f1": 0.4324324324324324,
|
31 |
+
"COMMUNICATION_f1": 0.9672131147540983,
|
32 |
+
"PUBLIC SPEECH_f1": 0.983050847457627,
|
33 |
+
"VOTE/POLL_f1": 0.8205128205128205,
|
34 |
+
"COURT PROCEEDING_f1": 0.9491525423728813
|
35 |
+
}
|
36 |
+
|