Nostimates

Qwen sentiment tracking

qwensentimentAccount required

Sentiment on Qwen is classified in Chinese and is most informative on commercial prompts, where the model makes fairly direct recommendations rather than hedging.

How it renders

Derived from source-language answer text with the evidence sentence retained.

Sampling

Classifications are reported as distributions across n, because the same engine will frame the same brand differently between samples.

Gotcha

Commercial recommendation language reads as strongly positive to a naive classifier even when the brand is listed third of five. We score recommendation strength separately from polarity.

What the API returns

A single collection call against Qwen for the sentiment field, sampled n times and returned as one object per prompt.

{
  "engine": "qwen",
  "field": "sentiment",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "sentiment": [
    {
      "brand": "Nostimates",
      "label": "recommended",
      "confidence": 0.86,
      "distribution": {
        "recommended": 0.6,
        "neutral": 0.33,
        "hedged": 0.07
      }
    }
  ]
}
GET /v1/collect?engine=qwen&field=sentiment

Response fields

KeyTypeNotes
brandstringBrand the classification applies to.
labelstringrecommended | neutral | hedged | negative.
confidencefloatClassifier confidence for this sample.
evidencestringThe sentence the label was drawn from.
distributionobjectLabel shares across the n samples.

What it costs

Add-on field. Priced per collection at a small multiple of the base credit.

See credit pricing →

Qwen sentiment FAQ

Is a mention in a recommendation list positive?
Only partly. We separate polarity from placement so a third-place listing is not read as an endorsement.
Which language is classification run in?
Chinese, on the original text.

Get Qwen sentiment that understands commerce phrasing

Send a commercial prompt set and we will return polarity and recommendation strength separately.

No newsletter. One reply from a human.

Across every engine

Compare how sentiment behaves on every engine we track.

Sentiment across all engines →