paper-with-me

홈 › Papers

Entity Type Recognition using an Ensemble of Distributional Semantic Models to Enhance Query Understanding

2016-04-04 · Walid Shalaby, Khalifeh Al Jadda, Mohammed Korayem, Trey Grainger

We present an ensemble approach for categorizing search query entities in the recruitment domain. Understanding the types of entities expressed in a search query (Company, Skill, Job Title, etc.) enables more intelligent information retrieval based upon those entities compared to a traditional keyword-based search. Because search queries are typically very short, leveraging a traditional bag-of-words model to identify entity types would be inappropriate due to the lack of contextual information. Our approach instead combines clues from different sources of varying complexity in order to collect real-world knowledge about query entities. We employ distributional semantic representations of query entities through two models: 1) contextual vectors generated from encyclopedic corpora like Wikipedia, and 2) high dimensional word embedding vectors generated from millions of job postings using word2vec. Additionally, our approach utilizes both entity linguistic properties obtained from WordNet and ontological properties extracted from DBpedia. We evaluate our approach on a data set created at CareerBuilder; the largest job board in the US. The data set contains entities extracted from millions of job seekers/recruiters search queries, job postings, and resume documents. After constructing the distributional vectors of search entities, we use supervised machine learning to infer search entity types. Empirical results show that our approach outperforms the state-of-the-art word2vec distributional semantics model trained on Wikipedia. Moreover, we achieve micro-averaged F 1 score of 97% using the proposed distributional representations ensemble.

📄 PDF Abstract BibTeX arXiv:1604.00933

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrievalWorld Knowledge

Similar Papers 제목 키워드 기반

SetExpan: Corpus-Based Set Expansion via Context Feature Selection and Rank Ensemble

2019-10-17 · Jiaming Shen, Zeqiu Wu, Dongming Lei, Jingbo Shang 외

Corpus-based set expansion (i.e., finding the "complete" set of entities belonging to the same semantic class, based on a given corpus and a tiny set of seeds) is a critical task in knowledge discovery. It may facilitate…

feature selectionQuestion Answering

Improving Named Entity Recognition with Attentive Ensemble of Syntactic Information

2020-10-29 · Findings of the Association for Computational Linguistics 2020 · Yuyang Nie, Yuanhe Tian, Yan Song, Xiang Ao 외

Named entity recognition (NER) is highly sensitive to sentential syntactic and semantic properties where entities may be extracted according to how they are used and placed in the running text. To model such properties, …

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Neural Semantic Parsing with Type Constraints for Semi-Structured Tables

2017-09-01 · EMNLP 2017 9 · Jayant Krishnamurthy, Pradeep Dasigi, Matt Gardner

We present a new semantic parsing model for answering compositional questions on semi-structured Wikipedia tables. Our parser is an encoder-decoder neural network with two key technical innovations: (1) a grammar for the…

DecoderEntity LinkingQuestion AnsweringSemantic Parsing+1

Type-enhanced Ensemble Triple Representation via Triple-aware Attention for Cross-lingual Entity Alignment

2023-05-02 · Zhishuo Zhang, Chengxiang Tan, Haihang Wang, Xueyan Zhao 외

Entity alignment(EA) is a crucial task for integrating cross-lingual and cross-domain knowledge graphs(KGs), which aims to discover entities referring to the same real-world object from different KGs. Most existing metho…

DiversityEntity AlignmentKnowledge GraphsSpecificity

Fine-grained Entity Typing through Increased Discourse Context and Adaptive Classification Thresholds

2018-04-21 · SEMEVAL 2018 6 · Sheng Zhang, Kevin Duh, Benjamin Van Durme

Fine-grained entity typing is the task of assigning fine-grained semantic types to entity mentions. We propose a neural architecture which learns a distributional semantic representation that leverages a greater amount o…

Entity TypingGeneral ClassificationSentence