paper-with-me

홈 › Papers

Semantic Entity Retrieval Toolkit

2017-06-12 · Christophe Van Gysel, Maarten de Rijke, Evangelos Kanoulas

Unsupervised learning of low-dimensional, semantic representations of words and entities has recently gained attention. In this paper we describe the Semantic Entity Retrieval Toolkit (SERT) that provides implementations of our previously published entity representation models. The toolkit provides a unified interface to different representation learning algorithms, fine-grained parsing configuration and can be used transparently with GPUs. In addition, users can easily modify existing models or implement their own models in the framework. After model training, SERT can be used to rank entities according to a textual query and extract the learned entity/word representation for use in downstream algorithms, such as clustering or recommendation.

📄 PDF Abstract BibTeX arXiv:1706.03757

Code (1)

cvangysel/SERT 공식 구현

Tasks

ClusteringEntity RetrievalRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

SRTK: A Toolkit for Semantic-relevant Subgraph Retrieval

2023-05-06 · Yuanchun Shen

Information retrieval based knowledge base question answering (KBQA) first retrieves a subgraph to reduce search space, then reasons on the subgraph to select answer entities. Existing approaches have three issues that i…

Entity LinkingInformation RetrievalKnowledge Base Question AnsweringKnowledge Graphs+2

CogIE: An Information Extraction Toolkit for Bridging Texts and CogNet

2021-08-01 · ACL 2021 5 · Zhuoran Jin, Yubo Chen, Dianbo Sui, Chenhao Wang 외

CogNet is a knowledge base that integrates three types of knowledge: linguistic knowledge, world knowledge and commonsense knowledge. In this paper, we propose an information extraction toolkit, called CogIE, which is a …

Entity LinkingEntity TypingEvent Extractionnamed-entity-recognition+5

TurkishDelightNLP: A Neural Turkish NLP Toolkit

2022-07-01 · NAACL (ACL) 2022 7 · Huseyin Alecakir, Necva Bölücü, Burcu Can

We introduce a neural Turkish NLP toolkit called TurkishDelightNLP that performs computational linguistic analyses from morphological level to semantic level that involves tasks such as stemming, morphological segmentati…

Dependency ParsingMorphological Taggingnamed-entity-recognitionNamed Entity Recognition+5

Hierarchical Lexical Graph for Enhanced Multi-Hop Retrieval

2025-06-09 · Abdellah Ghassel, Ian Robinson, Gabriel Tanase, Hal Cooper 외

Retrieval-Augmented Generation (RAG) grounds large language models in external evidence, yet it still falters when answers must be pieced together across semantically distant documents. We close this gap with the Hierarc…

Dataset GenerationRAGRetrievalRetrieval-augmented Generation

Explore Entity Embedding Effectiveness in Entity Retrieval

2019-08-28 · Zhenghao Liu, Chenyan Xiong, Maosong Sun, Zhiyuan Liu

This paper explores entity embedding effectiveness in ad-hoc entity retrieval, which introduces distributed representation of entities into entity retrieval. The knowledge graph contains lots of knowledge and models enti…

Entity RetrievalLearning-To-RankRetrieval