paper-with-me

Papers

Benchmarking pre-trained text embedding models in aligning built asset information

2024-11-18 · Mehrzad Shahinmoghadam, Ali Motamedi

Accurate mapping of the built asset information to established data classification systems and taxonomies is crucial for effective asset management, whether for compliance at project handover or ad-hoc data integration scenarios. Due to the complex nature of built asset data, which predominantly comprises technical text elements, this process remains largely manual and reliant on domain expert input. Recent breakthroughs in contextual text representation learning (text embedding), particularly through pre-trained large language models, offer promising approaches that can facilitate the automation of cross-mapping of the built asset data. However, no comprehensive evaluation has yet been conducted to assess these models' ability to effectively represent the complex semantics specific to built asset technical terminology. This study presents a comparative benchmark of state-of-the-art text embedding models to evaluate their effectiveness in aligning built asset information with domain-specific technical concepts. Our proposed datasets are derived from two renowned built asset data classification dictionaries. The results of our benchmarking across six proposed datasets, covering three tasks of clustering, retrieval, and reranking, highlight the need for future research on domain adaptation techniques. The benchmarking resources are published as an open-source library, which will be maintained and extended to support future evaluations in this field.

📄 PDF Abstract BibTeX arXiv:2411.12056

Code (1)

mehrzadshm/built-bench-paper 공식 구현 pytorch

Tasks

Asset ManagementBenchmarkingData IntegrationDomain AdaptationRepresentation LearningReranking

Similar Papers 제목 키워드 기반

Choosing a Text Embedding Model: A Practical Benchmarking and Decision Framework

2026-07-26 · Madhav S Baidya arxiv

Choosing the right text embedding model is one of the most consequential -- and most frequently under-examined -- decisions in building a retrieval or search system, yet the model that tops a leaderboard is rarely the be…

Semantic Similarity

Zero-Shot Cross-Lingual Dependency Parsing through Contextual Embedding Transformation

2021-03-03 · EACL (AdaptNLP) 2021 4 · Haoran Xu, Philipp Koehn

Linear embedding transformation has been shown to be effective for zero-shot cross-lingual transfer tasks and achieve surprisingly promising results. However, cross-lingual embedding space mapping is usually studied in s…

Cross-Lingual TransferDependency ParsingTranslationZero-Shot Cross-Lingual Transfer

Building a Monolingual Parallel Corpus for Text Simplification Using Sentence Similarity Based on Alignment between Word Embeddings

2016-12-01 · COLING 2016 12 · Tomoyuki Kajiwara, Mamoru Komachi

Methods for text simplification using the framework of statistical machine translation have been extensively studied in recent years. However, building the monolingual parallel corpus necessary for training the model req…

Machine TranslationSentenceSentence SimilarityText Simplification+2

Investigating Cross-Lingual Alignment Methods for Contextualized Embeddings with Token-Level Evaluation

2019-11-01 · CONLL 2019 11 · Qianchu Liu, Diana McCarthy, Ivan Vuli{\'c}, Anna Korhonen

In this paper, we present a thorough investigation on methods that align pre-trained contextualized embeddings into shared cross-lingual context-aware embedding space, providing strong reference benchmarks for future con…

RetrievalSentenceSentence RetrievalWord Similarity

Understanding the RoPE Extensions of Long-Context LLMs: An Attention Perspective

2024-06-19 · Meizhi Zhong, Chen Zhang, Yikun Lei, Xikai Liu 외

Enabling LLMs to handle lengthy context is currently a research hotspot. Most LLMs are built upon rotary position embedding (RoPE), a popular position encoding method. Therefore, a prominent path is to extrapolate the Ro…

BenchmarkingContinual PretrainingPositionRetrieval