princeton-nlp / WebShop

[NeurIPS 2022] 🛒WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents
https://webshop-pnlp.github.io
MIT License
270 stars 56 forks source link

Some product attributes can't be found in product info #16

Closed sanxing-chen closed 1 year ago

sanxing-chen commented 1 year ago

It seems that curtain products contain attributes that can't be found anywhere in the product's info (title, descriptions). In the example attached, attributes nylon spandex and machine wash can't be found.

B071CPPYMC.txt

howard50b commented 1 year ago

It seems that the attributes are mined using the small_description_old field in the items_shuffle.json file. At one point we updated small_description_old to small_description and maybe that's where this discrepancy occurs.