paper-with-me

홈 › Papers

An Unsupervised Query Rewriting Approach Using N-gram Co-occurrence Statistics to Find Similar Phrases in Large Text Corpora

2019-09-01 · WS (NoDaLiDa) 2019 9 · Hans Moen, Laura-Maria Peltonen, Henry Suhonen, Hanna-Maria Matinolli, Riitta Mieronkoski, Kirsi Telen, Kirsi Terho, Tapio Salakoski, Sanna Salanterä

We present our work towards developing a system that should find, in a large text corpus, contiguous phrases expressing similar meaning as a query phrase of arbitrary length. Depending on the use case, this task can be seen as a form of (phrase-level) query rewriting. The suggested approach works in a generative manner, is unsupervised and uses a combination of a semantic word n-gram model, a statistical language model and a document search engine. A central component is a distributional semantic model containing word n-grams vectors (or embeddings) which models semantic similarities between n-grams of different order. As data we use a large corpus of PubMed abstracts. The presented experiment is based on manual evaluation of extracted phrases for arbitrary queries provided by a group of evaluators. The results indicate that the proposed approach is promising and that the use of distributional semantic models trained with uni-, bi- and trigrams seems to work better than a more traditional unigram model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Ngram2vec: Learning Improved Word Representations from Ngram Co-occurrence Statistics

2017-09-01 · EMNLP 2017 9 · Zhe Zhao, Tao Liu, Shen Li, Bofang Li 외

The existing word representation methods mostly limit their information source to word co-occurrence statistics. In this paper, we introduce ngrams into four representation methods: SGNS, GloVe, PPMI matrix, and its SVD …

Language ModelingLanguage ModellingWord Embeddings

Unsupervised Learning of Distributional Relation Vectors

2018-07-01 · ACL 2018 7 · Shoaib Jameel, Zied Bouraoui, Steven Schockaert

Word embedding models such as GloVe rely on co-occurrence statistics to learn vector representations of word meaning. While we may similarly expect that co-occurrence statistics can be used to capture rich information ab…

RelationRelation ExtractionWord Embeddings

On-the-Fly Rectification for Robust Large-Vocabulary Topic Inference

2021-11-12 · Moontae Lee, Sungjun Cho, Kun Dong, David Mimno 외

Across many data domains, co-occurrence statistics about the joint appearance of objects are powerfully informative. By transforming unsupervised learning problems into decompositions of co-occurrence statistics, spectra…

Community Detection

Extending Weakly-Sticky Datalog+/-: Query-Answering Tractability and Optimizations

2016-07-10 · Mostafa Milani, Leopoldo Bertossi

Weakly-sticky (WS) Datalog+/- is an expressive member of the family of Datalog+/- programs that is based on the syntactic notions of stickiness and weak-acyclicity. Query answering over the WS programs has been investiga…

Rewriting History: A Recipe for Interventional Analyses to Study Data Effects on Model Behavior

2025-10-16 · Rahul Nadkarni, Yanai Elazar, Hila Gonen, Noah A. Smith arxiv

We present an experimental recipe for studying the relationship between training data and language model (LM) behavior. We outline steps for intervening on data batches -- i.e., ``rewriting history'' -- and then retraini…

Information Retrieval