Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
LINE EC Product Catalog Development- Rei
Search
LINE Developers Taiwan
PRO
October 20, 2025
0
2
LINE EC Product Catalog Development- Rei
LINE Developers Taiwan
PRO
October 20, 2025
Tweet
Share
More Decks by LINE Developers Taiwan
See All by LINE Developers Taiwan
LLM 商品規格萃取大冒險- Vila
line_developers_tw
PRO
0
1
Playwright/MCP/AI -Winter
line_developers_tw
PRO
0
0
LINE 與 AI 機器人技術應用現況
line_developers_tw
PRO
0
6
QA Testing
line_developers_tw
PRO
0
1
jcconf_datadev_prod
line_developers_tw
PRO
0
7
jcconf_SPM_prod
line_developers_tw
PRO
0
3
jcconf_LINEPay_prod
line_developers_tw
PRO
0
4
Live Activities in LINE
line_developers_tw
PRO
0
13
Neumorphism x Liquid Glass
line_developers_tw
PRO
0
12
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.8k
Site-Speed That Sticks
csswizardry
13
910
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Designing for Performance
lara
610
69k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Building Adaptive Systems
keathley
44
2.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Transcript
LINE EC Product Catalog Development
Rei Machine Learning Engineer Work Experience • 金融業 (2016 ~
2022) • DA:報表、行銷名單、顧客分析 • 業務窗口 • 不分區 MLE (推薦、OCR、financial engineering) • LINE Taiwan EC (MLE) (2022 ~ Now) • LINE 購物推薦 (商品、商店、文章) + ETL • 建立 MLOps、各種 dashboard • 行銷成本最佳化 • 比價群組
01 02 03 04 如何判斷為同款商品? 商品規格萃取 跨 Team 合作與整合 什麼是比價群組?
05 未來發展 CONTENT
SECTION 01 什麼是比價群組?
若干個同款商品 並排陳列 什麼是比價群組? 可以是一個 url 提供 user 定期 查看更新 「同款」的意思
是「一模一樣」 的商品,不是相 似商品
什麼是比價群組? 8/19 搜尋結果 8/20 搜尋結果 比價群組動態更新
什麼是比價群組? 出現相似商品 並非同款比價 WH-1000-XM5 出現
為什麼要做比價群組? 圖片來源: • Apple 官方網站 • 台北市政府 • freepik 直營店
[i] Store ABC mart Adidas Oringal 顧客價值導向
如何判斷同款商品? 圖片來源: • Apple 官方網站 • LINE 購物搜尋
如何判斷同款商品? 商品名稱不足以 判斷同款商品
如何判斷同款商品? 需要商品規格!
商品規格萃取 自製商品規格資料庫
商品規格萃取 圖片來源:Yahoo 購物中心
程式執行流程 商品規格萃取 商品 data 商品網址的 html 檔 openAI 解析 html
檔 規格存入 DB 資料後處理 • 品牌同義字 • 蘋果 = Apple • 耐吉 = Nike • 單位轉換 • 毫升 = cc • 公分 = cm • GB = G
如何判斷同款商品? 品牌:Epson 型號:L3210 iPhone 的型號是什麼?
iPhone 的型號是什麼? Rule-Based Why Not Clustering? • By 商品分類 •
各種商品規格 • 商品名稱 text embedding 零售編號 「設定 → 一般 → 關於本機 → 型號號碼」
實際比價群組的結果 我正在瀏覽的商品 比價群組的商品
型號夠了嗎? • 品牌:COX • 型號:CR3000 • 品牌:JOBSBO • 型號:CR3000 不能只依靠「型號」
系列名稱 品牌 + 型號夠了嗎? • 品牌:BendQ • 型號:E40-530 • 系列名稱:聯網電視
• 品牌:BendQ • 型號:E40-530 • 系列名稱:抗藍光護目鏡
品牌 + 系列名稱可以嗎? • 品牌:YAMAHA • 型號:AG03MK2 • 系列名稱:網路直播混音器 •
品牌:YAMAHA • 型號:AG07MK2 • 系列名稱:網路直播混音器 品牌 型號 系列 名稱
如何找到比價群組? LINE 購物首頁 搜尋商品 進入商品頁 往下瀏覽到 AI 找低價 部分商品沒有比價 群組,歡迎回饋!
跨 Team 合作與整合 公開、透明邏輯與架構
跨 Team 合作與整合 篩選邏輯整合 (順序很重要) • 商品來自同商家,僅取「最低價」商品 (BE) • 比價群組的商品數量上限
(Data) • 至少 N 個上架商品在比價群組中 (Data) • 接受 user 搜尋下架商品的比價群組 資料庫共用 • 直接存到對方會使用的資料庫,避免各種只是 sync 資料的排程或 API • 加速更新流程且避免資料版本的 gap 造成 user 體驗不佳 商店 商品 上架 價格 A 123 True 11 A 456 True 12 A 789 True 13 商店 商品 上架 價格 A 123 True 11
運用更多 商品規格 Daily 比價群組 差異更新 Rule Based 精進 Prompt 萃取更多商
品規格 資料清理 精準度 商品覆蓋率 流程精進 未來發展 Clustering MLOps for 比價群組 規格同義字
None