Skip to content

Does NLWeb have summarization capability? Or if the data doesn’t contain it, won’t it summarize? #234

Open
@LiuYuPeng1101

Description

@LiuYuPeng1101

this is my data:
https://shop.example.com/products/sony-headphones {"@context": "https://schema.org", "@type": "Product", "name": "Sony WH-1000XM5 无线降噪耳机", "description": "业界领先的降噪技术,30小时续航,高音质音乐体验", "brand": {"@type": "Brand", "name": "Sony"}, "category": "耳机", "sku": "WH1000XM5-BLK", "model": "WH-1000XM5", "color": "黑色", "image": ["https://shop.example.com/images/sony-wh1000xm5-1.jpg", "https://shop.example.com/images/sony-wh1000xm5-2.jpg"], "offers": {"@type": "Offer", "price": "399.99", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "validFrom": "2024-01-01", "seller": {"@type": "Organization", "name": "Audio Pro"}}, "aggregateRating": {"@type": "AggregateRating", "ratingValue": "4.7", "ratingCount": "2100", "bestRating": "5", "worstRating": "1"}, "additionalProperty": [{"@type": "PropertyValue", "name": "降噪技术", "value": "主动降噪"}, {"@type": "PropertyValue", "name": "连接方式", "value": "蓝牙5.2"}, {"@type": "PropertyValue", "name": "续航时间", "value": "30小时"}]}
Regarding the data, my question is:
Q:Extract all technical specifications from additionalProperty?
i see the answer:

Image

The meaning of [object Object] in the image is? Its response seems to lack summarization capability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions