← Search

Alex Fabrikant

7 accepted papers

2025

Entailed Between the Lines: Incorporating Implication into NLI

ACL 2025long

Much of human communication depends on implication, conveying meaning beyond literal words to express a wider range of thoughts, intentions, and feelings. For models to better understand and facilitate human communication, they must be responsive to the text’s implicit meaning. We focus on Natural L…

2025

On Reference (In-)Determinacy in Natural Language Inference

NAACL 2025findings

We revisit the reference determinacy (RD) assumption in the task of natural language inference (NLI), i.e., the premise and hypothesis are assumed to refer to the same context when human raters annotate a label. While RD is a practical assumption for constructing a new NLI dataset, we observe that c…

2024

A synthetic data approach for domain generalization of NLI models

ACL 2024long

Natural Language Inference (NLI) remains an important benchmark task for LLMs. NLI datasets are a springboard for transfer learning to other semantic tasks, and NLI models are standard tools for identifying the faithfulness of model-generated text. There are several large scale NLI datasets today, a…

Cited by 10SourcePDFScholar
2024

Scalable and Domain-General Abstractive Proposition Segmentation

EMNLP 2024finding

Segmenting text into fine-grained units of meaning is important to a wide range of NLP applications. The default approach of segmenting text into sentences is often insufficient, especially since sentences are usually complex enough to include multiple units of meaning that merit separate treatment…

Cited by 0SourcePDFScholar
2023

LAIT: Efficient Multi-Segment Encoding in Transformers with Layer-Adjustable Interaction

ACL 2023long

Transformer encoders contextualize token representations by attending to all other tokens at each layer, leading to quadratic increase in compute effort with the input length. In practice, however, the input text of many NLP tasks can be seen as a sequence of related segments (e.g., the sequence of…

Cited by 8SourcePDFScholar
2023

PropSegmEnt: A Large-Scale Corpus for Proposition-Level Segmentation and Entailment Recognition

ACL 2023findings

The widely studied task of Natural Language Inference (NLI) requires a system to recognize whether one piece of text is textually entailed by another, i.e. whether the entirety of its meaning can be inferred from the other. In current NLI datasets and models, textual entailment relations are typical…

2022

Stretching Sentence-pair NLI Models to Reason over Long Documents and Clusters

EMNLP 2022finding

Natural Language Inference (NLI) has been extensively studied by the NLP community as a framework for estimating the semantic relation between sentence pairs. While early work identified certain biases in NLI models, recent advancements in modeling and datasets demonstrated promising performance.In…