ilayibrahimzadeh commited on
Commit
d1bcea1
·
verified ·
1 Parent(s): 495a7fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -234,15 +234,13 @@ HF Inference Endpoints, or run as a subprocess in your data pipeline.
234
 
235
  ## Limitations and known gaps
236
 
237
- 1. **`headcount` dimension is unreliable** (Spearman 0.39 vs frontier 50% below the
238
- other 9 topics). Treat with skepticism.
239
- 2. **Tone has rank-order signal but absolute levels drift.** Quants should normalize
240
  cross-sectionally rather than thresholding raw values.
241
- 3. **English transcripts only.** Non-English calls (translated) work but degrade. Top
242
  non-US training countries: GB, DE, FR, JP, SE, CH, CN.
243
- 4. **Truncates at 16,384 tokens.** Covers ~p99 of calls; the very longest (Asian
244
  conglomerates with 8h+ analyst days) lose middle content via head+tail truncation.
245
- 5. **Pure NLP scorer — not an alpha model.** Outputs are *features*; the trading rule is
246
  the consumer's responsibility.
247
 
248
  ---
 
234
 
235
  ## Limitations and known gaps
236
 
237
+ 1. **Tone has rank-order signal but absolute levels drift.** Quants should normalize
 
 
238
  cross-sectionally rather than thresholding raw values.
239
+ 2. **English transcripts only.** Non-English calls (translated) work but degrade. Top
240
  non-US training countries: GB, DE, FR, JP, SE, CH, CN.
241
+ 3. **Truncates at 16,384 tokens.** Covers ~p99 of calls; the very longest (Asian
242
  conglomerates with 8h+ analyst days) lose middle content via head+tail truncation.
243
+ 4. **Pure NLP scorer — not an alpha model.** Outputs are *features*; the trading rule is
244
  the consumer's responsibility.
245
 
246
  ---