alwaysgood commited on
Commit
e0e662e
·
verified ·
1 Parent(s): 9ef9be3

Upload processing_manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. processing_manifest.json +107 -0
processing_manifest.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Motley Fool Earnings Call Mono (private)",
3
+ "source": {
4
+ "kaggle_ref": "tpotterer/motley-fool-scraped-earnings-call-transcripts",
5
+ "source_note": "Scraped transcripts from Motley Fool as provided by Kaggle dataset owner."
6
+ },
7
+ "final_artifact": {
8
+ "path": "earnings_call_mono_dedup_normalized_deboilerplate_no_operator_min20w.jsonl",
9
+ "rows": 135306,
10
+ "columns": [
11
+ "id",
12
+ "text",
13
+ "ticker",
14
+ "exchange",
15
+ "date",
16
+ "section"
17
+ ]
18
+ },
19
+ "pipeline_reports": {
20
+ "dedup_report": {
21
+ "input_rows": 150040,
22
+ "exact_dedup_rows": 142342,
23
+ "exact_removed_rows": 7698,
24
+ "exact_removed_ratio": 0.05130631831511597,
25
+ "normalized_dedup_rows": 142069,
26
+ "normalized_removed_rows": 7971,
27
+ "normalized_removed_ratio": 0.053125833111170355,
28
+ "outputs": {
29
+ "exact": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_exact.jsonl",
30
+ "normalized": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized.jsonl"
31
+ }
32
+ },
33
+ "deboilerplate_report": {
34
+ "input_rows": 142069,
35
+ "output_rows": 139162,
36
+ "removed_rows": 2907,
37
+ "removed_ratio": 0.020461888237405766,
38
+ "removed_by_rule": {
39
+ "pattern:\\boperator instructions\\b": 1079,
40
+ "pattern:\\bthere are no further questions\\b": 682,
41
+ "pattern:\\bour next question comes from\\b": 596,
42
+ "operator_control:\\bnext question\\b": 198,
43
+ "operator_control:\\bplease go ahead\\b": 132,
44
+ "pattern:\\ball earnings call transcripts\\b": 90,
45
+ "pattern:\\bmore [a-z0-9 .&'-]+ analysis\\b": 41,
46
+ "pattern:\\bi would now like to turn the call over to\\b": 30,
47
+ "pattern:\\bthis call is being recorded\\b": 23,
48
+ "operator_control:\\bline of\\b": 12,
49
+ "pattern:\\bat this time,\\s+all participants are in a listen-only mode\\b": 11,
50
+ "pattern:\\bcall participants\\b": 9,
51
+ "operator_control:\\bline is now open\\b": 4
52
+ },
53
+ "removed_by_section": {
54
+ "qa": 2579,
55
+ "prepared": 328
56
+ },
57
+ "kept_by_section": {
58
+ "prepared": 68521,
59
+ "qa": 70641
60
+ },
61
+ "input": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized.jsonl",
62
+ "output": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized_deboilerplate.jsonl"
63
+ },
64
+ "no_operator_report": {
65
+ "input_rows": 139162,
66
+ "output_rows": 136382,
67
+ "removed_rows": 2780,
68
+ "removed_ratio": 0.019976717782153174,
69
+ "rule": "drop rows where text contains word \"operator\" (case-insensitive)",
70
+ "input": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized_deboilerplate.jsonl",
71
+ "output": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized_deboilerplate_no_operator.jsonl"
72
+ },
73
+ "min20_report": {
74
+ "input_rows": 136382,
75
+ "output_rows": 135306,
76
+ "removed_rows": 1076,
77
+ "removed_ratio": 0.007889604199967738,
78
+ "rule": "drop rows with word_count < 20",
79
+ "input": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized_deboilerplate_no_operator.jsonl",
80
+ "output": "/Users/inertia/Desktop/cap/006/outputs/earnings_call_mono_dedup_normalized_deboilerplate_no_operator_min20w.jsonl"
81
+ },
82
+ "duplication_report": {
83
+ "rows": 150040,
84
+ "exact_text": {
85
+ "unique": 142342,
86
+ "duplicate_groups": 5479,
87
+ "duplicate_rows": 13177,
88
+ "duplicate_row_ratio": 0.08782324713409757,
89
+ "max_group_count": 32
90
+ },
91
+ "normalized_text": {
92
+ "unique": 142069,
93
+ "duplicate_groups": 5643,
94
+ "duplicate_rows": 13614,
95
+ "duplicate_row_ratio": 0.09073580378565715,
96
+ "max_group_count": 32
97
+ },
98
+ "opening_signature": {
99
+ "unique": 124773,
100
+ "duplicate_groups": 10421,
101
+ "duplicate_rows": 35688,
102
+ "duplicate_row_ratio": 0.23785657158091175,
103
+ "max_group_count": 1195
104
+ }
105
+ }
106
+ }
107
+ }