Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- sigmoid
- Transformer
- NLP
- GNN
- machine learning
- deep learning
- pytorch
- Self-loop attention
- elif
- word2vec
- overfitting
- Python
- neural net
- Set Transformer
- abstraction
- XOR
- python practice
- Classificaion
- sentence embedding
- Attention
Archives
- Today
- Total
Research Notes
[Paper Review] Reciptor: An Effective Pretrained Model for Recipe Representation Learning 본문
Paper Review
[Paper Review] Reciptor: An Effective Pretrained Model for Recipe Representation Learning
jiachoi 2022. 8. 30. 00:42Title: Reciptor: An Effective Pretrained Model for Recipe Representation Learning
Authors: Diya Li, Mohammed J. Zaki
Summary
- a joint approach for learning effective pretrained recipe embeddings using both the ingredients and cooking instructions
- a novel set transformer-based joint model to learn recipe representations that preserve permutation-invariance
Framework
- Tags data: Model Validation에 사용하는 데이터, Recipe의 Label, Node Classification으로 검증 시 활용
- Ingredients data: Set Transformer로 embedding, input의 순서에 상관없이 학습시키기 위함
- Instructions: LSTM으로 embedding, instruction의 sequence를 학습시키기 위함
Paper URL: https://dl.acm.org/doi/10.1145/3394486.3403223
RECIPTOR: An Effective Pretrained Model for Recipe Representation Learning | Proceedings of the 26th ACM SIGKDD International Co
ABSTRACT Recipe representation plays an important role in food computing for perception, recognition, recommendation and other applications. Learning pretrained recipe embeddings is a challenging task, as there is a lack of high quality annotated food data
dl.acm.org