← Search

Uri Katz

6 accepted papers

2025

NER Retriever: Zero-Shot Named Entity Retrieval with Type-Aware Embeddings

EMNLP 2025

We present NER Retriever, a zero-shot retrieval framework for ad-hoc Named Entity Recognition (NER), where a user-defined type description is used to retrieve documents mentioning entities of that type. Instead of relying on fixed schemas or fine-tuned models, our method builds on pretrained languag

Cited by 0SourcePDFScholar
2024

Knowledge Navigator: LLM-guided Browsing Framework for Exploratory Search in Scientific Literature

EMNLP 2024finding

The exponential growth of scientific literature necessitates advanced tools for effective knowledge exploration. We present Knowledge Navigator, a system designed to enhance exploratory search abilities by organizing and structuring the retrieved documents from broad topical queries into a navigable…

Cited by 3SourcePDFScholar
2023

Answering Questions by Meta-Reasoning over Multiple Chains of Thought

EMNLP 2023long main

Modern systems for multi-hop question answering (QA) typically break questions into a sequence of reasoning steps, termed chain-of-thought (CoT), before arriving at a final answer. Often, multiple chains are sampled and aggregated through a voting mechanism over the final answers, but the intermedia…

Cited by 0SourcecodeScholar
2023

NERetrieve: Dataset for Next Generation Named Entity Recognition and Retrieval

EMNLP 2023long findings

Recognizing entities in texts is a central need in many information-seeking scenarios, and indeed, Named Entity Recognition (NER) is arguably one of the most successful examples of a widely adopted NLP task and corresponding NLP technology. Recent advances in large language models (LLMs) appear to p…

Cited by 0SourcecodeScholar
2022

Inferring Implicit Relations in Complex Questions with Language Models

EMNLP 2022finding

A prominent challenge for modern language understanding systems is the ability to answer implicit reasoning questions, where the required reasoning steps for answering the question are not mentioned in the text explicitly. In this work, we investigate why current models struggle with implicit reason…

2021

What’s in Your Head? Emergent Behaviour in Multi-Task Transformer Models

EMNLP 2021main

The primary paradigm for multi-task training in natural language processing is to represent the input with a shared pre-trained language model, and add a small, thin network (head) per task. Given an input, a target head is the head that is selected for outputting the final prediction. In this work,…