├── .github └── workflows │ └── update_readme.yml ├── LICENSE ├── README.md ├── backup ├── .gitkeep ├── 1#CIKM'23 百度 | 突破双塔: 生成式交互的向量化召回.md ├── 1#I^3 Retriever: Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval.md ├── 1#Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval.md ├── 1#【CIKM'23 百度】突破双塔: 生成式交互的向量化召回.md ├── 2#An Empirical Study of Selection Bias in Pinterest Ads Retrieval.md ├── 3#Model-agnostic Integrated Cross-channel Recommender.md ├── 4#Rethinking Multi-Interest Learning for Candidate Matching in Recommender Systems.md ├── 5#Large Language Model based Long-tail Query Rewriting in Taobao Search.md ├── 6#Adaptive Hyper-parameter Learning for Deep Semantic Retrieval.md └── 7#CS336: Language Modeling from Scratch: Part #1.md ├── main.py └── mdcal.py /.github/workflows/update_readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/.github/workflows/update_readme.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/README.md -------------------------------------------------------------------------------- /backup/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup/1#CIKM'23 百度 | 突破双塔: 生成式交互的向量化召回.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/1#CIKM'23 百度 | 突破双塔: 生成式交互的向量化召回.md -------------------------------------------------------------------------------- /backup/1#I^3 Retriever: Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/1#I^3 Retriever: Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval.md -------------------------------------------------------------------------------- /backup/1#Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/1#Incorporating Implicit Interaction in Pre-trained Language Models for Passage Retrieval.md -------------------------------------------------------------------------------- /backup/1#【CIKM'23 百度】突破双塔: 生成式交互的向量化召回.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/1#【CIKM'23 百度】突破双塔: 生成式交互的向量化召回.md -------------------------------------------------------------------------------- /backup/2#An Empirical Study of Selection Bias in Pinterest Ads Retrieval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/2#An Empirical Study of Selection Bias in Pinterest Ads Retrieval.md -------------------------------------------------------------------------------- /backup/3#Model-agnostic Integrated Cross-channel Recommender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/3#Model-agnostic Integrated Cross-channel Recommender.md -------------------------------------------------------------------------------- /backup/4#Rethinking Multi-Interest Learning for Candidate Matching in Recommender Systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/4#Rethinking Multi-Interest Learning for Candidate Matching in Recommender Systems.md -------------------------------------------------------------------------------- /backup/5#Large Language Model based Long-tail Query Rewriting in Taobao Search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/5#Large Language Model based Long-tail Query Rewriting in Taobao Search.md -------------------------------------------------------------------------------- /backup/6#Adaptive Hyper-parameter Learning for Deep Semantic Retrieval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/6#Adaptive Hyper-parameter Learning for Deep Semantic Retrieval.md -------------------------------------------------------------------------------- /backup/7#CS336: Language Modeling from Scratch: Part #1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/backup/7#CS336: Language Modeling from Scratch: Part #1.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/main.py -------------------------------------------------------------------------------- /mdcal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doragd/PaperReading/HEAD/mdcal.py --------------------------------------------------------------------------------