paper-with-me

홈 › Papers

Convolutional Neural Networks for Soft Matching N-Grams in Ad-hoc Search

2018-02-02 · WSDM 2018 2018 2 · Zhuyun Dai, Chenyan Xiong, Jamie Callan, Zhiyuan Liu

This paper presents Conv-KNRM, a Convolutional Kernel-based Neural Ranking Model that models n-gram soft matches for ad-hoc search. Instead of exact matching query and document n-grams, Conv-KNRM uses Convolutional Neural Networks to represent ngrams of various lengths and soft matches them in a uni€ed embedding space. The n-gram soft matches are then utilized by the kernel pooling and learning-to-rank layers to generate the final ranking score. Conv-KNRM can be learned end-to-end and fully optimized from user feedback. The learned model’s generalizability is investigated by testing how well it performs in a related domain with small amounts of training data. Experiments on English search logs, Chinese search logs, and TREC Web track tasks demonstrated consistent advantages of Conv-KNRM over prior neural IR methods and feature-based methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-Rank

Similar Papers 제목 키워드 기반

Convolutional Neural Networks over Tree Structures for Programming Language Processing

2014-09-18 · Lili Mou, Ge Li, Lu Zhang, Tao Wang 외

Programming language processing (similar to natural language processing) is a hot research topic in the field of software engineering; it has also aroused growing interest in the artificial intelligence community. Howeve…

Sentence

Structured Set Matching Networks for One-Shot Part Labeling

2017-12-05 · CVPR 2018 6 · Jonghyun Choi, Jayant Krishnamurthy, Aniruddha Kembhavi, Ali Farhadi

Diagrams often depict complex phenomena and serve as a good test bed for visual and textual reasoning. However, understanding diagrams using natural image understanding approaches requires large training datasets of diag…

set matchingStructured Prediction

Automatic Identification of MHD Modes in Magnetic Fluctuations Spectrograms using Deep Learning Techniques

2020-11-25 · A. Bustos, E. Ascasibar, A. Cappa, R. Mayo-Garcia

The control and mitigation of MHD oscillations modes is an open problem in fusion science because they can contribute to the outward particle/energy flux and can drive the device away from ignition conditions. It is then…

Convolutional Neural Networks over Control Flow Graphs for Software Defect Prediction

2018-02-14 · Anh Viet Phan, Minh Le Nguyen, Lam Thu Bui

Existing defects in software components is unavoidable and leads to not only a waste of time and money but also many serious consequences. To build predictive models, previous studies focus on manually extracting feature…

Improving Compositionality of Neural Networks by Decoding Representations to Inputs

2021-06-01 · NeurIPS 2021 12 · Mike Wu, Noah Goodman, Stefano Ermon

In traditional software programs, it is easy to trace program logic from variables back to input, apply assertion statements to block erroneous behavior, and compose programs together. Although deep learning programs hav…

FairnessOut-of-Distribution Detection