Dr. Danqi Chen
Princeton University
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Dr. Danqi Chen. Every entry undergoes editorial source verification.
SimCSE: Simple Contrastive Learning of Sentence Embeddings
Created SimCSE, an unsupervised contrastive learning framework that uses standard dropout as data augmentation to learn state-of-the-art sentence embeddings, advancing semantic retrieval without labeled pairs.
Sentence embeddings compress entire paragraphs into single fixed-size vectors, losing granular token-level context.
Dense Passage Retrieval for Open-Domain Question Answering (DPR)
Published the landmark EMNLP 2020 paper demonstrating that dual-encoder BERT architectures trained on contrastive negative passages dramatically outperform classic BM25 and TF-IDF sparse retrieval in question answering.
Pure dense retrieval can struggle on out-of-domain lexical keywords and acronyms compared to hybrid dense-sparse search.