paper-with-me

홈 › Papers

Retrieving Semantically Similar Decisions under Noisy Institutional Labels: Robust Comparison of Embedding Methods

2025-12-05 · Tereza Novotna, Jakub Harasta arxiv

Retrieving case law is a time-consuming task predominantly carried out by querying databases. We provide a comparison of two models in three different settings for Czech Constitutional Court decisions: (i) a large general-purpose embedder (OpenAI), (ii) a domain-specific BERT-trained from scratch on ~30,000 decisions using sliding windows and attention pooling. We propose a noise-aware evaluation including IDF-weighted keyword overlap as graded relevance, binarization via two thresholds (0.20 balanced, 0.28 strict), significance via paired bootstrap, and an nDCG diagnosis supported with qualitative analysis. Despite modest absolute nDCG (expected under noisy labels), the general OpenAI embedder decisively outperforms the domain pre-trained BERT in both settings at @10/@20/@100 across both thresholds; differences are statistically significant. Diagnostics attribute low absolutes to label drift and strong ideals rather than lack of utility. Additionally, our framework is robust enough to be used for evaluation under a noisy gold dataset, which is typical when handling data with heterogeneous labels stemming from legacy judicial databases.

📄 PDF Abstract BibTeX arXiv:2512.05681

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Prototype-Guided Diffusion: Visual Conditioning without External Memory

2025-08-13 · Bilal Faye, Hanane Azzag, Mustapha Lebbah arxiv

Diffusion models achieve state-of-the-art image generation but remain computationally costly due to iterative denoising. Latent-space models like Stable Diffusion reduce overhead yet lose fine detail, while retrieval-aug…

Contrastive LearningImage Generation

Content-based Representations of audio using Siamese neural networks

2018-02-15 · Manocha Pranay, Badlani Rohan, Kumar Anurag, Shah Ankit 외

In this paper, we focus on the problem of content-based retrieval for audio, which aims to retrieve all semantically similar audio recordings for a given audio clip query. This problem is similar to the problem of query …

Retrieval

Learning Robust Named Entity Recognizers From Noisy Data With Retrieval Augmentation

2024-07-26 · Chaoyi Ai, Yong Jiang, Shen Huang, Pengjun Xie 외

Named entity recognition (NER) models often struggle with noisy inputs, such as those with spelling mistakes or errors generated by Optical Character Recognition processes, and learning a robust NER model is challenging.…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+4

Retrieving Court Decisions Using Text Mining Techniques and Tools

2019-12-02 · Igor Trpovski, Nikola Stojanovic, Timotej Orcic, Marko Markovic 외

In this paper, we present a solution for finding similar legal decisions to establish a solid basis for the development of a case-based reasoning system. A court decision corpus was scraped from the web. Features that re…

BIG-bench Machine Learning

MINERS: Multilingual Language Models as Semantic Retrievers

2024-06-11 · Genta Indra Winata, Ruochen Zhang, David Ifeoluwa Adelani

Words have been represented in a high-dimensional vector space that encodes their semantic similarities, enabling downstream applications such as retrieving synonyms, antonyms, and relevant contexts. However, despite rec…

RetrievalSemantic Retrieval