← Search

Mohammad Javad Hosseini

11 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…

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

Resolving Indirect Referring Expressions for Entity Selection

ACL 2023long

Recent advances in language modeling have enabled new conversational systems. In particular, it is often desirable for people to make choices among specified options when using such systems. We address the problem of reference resolution, when people use natural expressions to choose between real wo…

2023

Sources of Hallucination by Large Language Models on Inference Tasks

EMNLP 2023long findings

Large Language Models (LLMs) are claimed to be capable of Natural Language Inference (NLI), necessary for applied tasks like question answering and summarization. We present a series of behavioral studies on several LLM families (LLaMA, GPT-3.5, and PaLM) which probe their behavior using controlled…

Cited by 0SourcecodeScholar
2022

Cross-lingual Inference with A Chinese Entailment Graph

ACL 2022findings

Predicate entailment detection is a crucial task for question-answering from text, where previous work has explored unsupervised learning of entailment graphs from typed open relation triples. In this paper, we present the first pipeline for building Chinese entailment graphs, which involves a novel…

2022

Language Models Are Poor Learners of Directional Inference

EMNLP 2022finding

We examine LMs’ competence of directional predicate entailments by supervised fine-tuning with prompts. Our analysis shows that contrary to their apparent success on standard NLI, LMs show limited ability to learn such directional inference; moreover, existing datasets fail to test directionality, a…

2021

Multivalent Entailment Graphs for Question Answering

EMNLP 2021main

Drawing inferences between open-domain natural language predicates is a necessity for true language understanding. There has been much progress in unsupervised learning of entailment graphs for this purpose. We make three contributions: (1) we reinterpret the Distributional Inclusion Hypothesis to m…

Cited by 17SourcePDFScholar
2021

Open-Domain Contextual Link Prediction and its Complementarity with Entailment Graphs

EMNLP 2021finding

An open-domain knowledge graph (KG) has entities as nodes and natural language relations as edges, and is constructed by extracting (subject, relation, object) triples from text. The task of open-domain link prediction is to infer missing relations in the KG. Previous work has used standard link pre…