← Search

Kartik Mehta

5 accepted papers

2025

DiCoRe: Enhancing Zero-shot Event Detection via Divergent-Convergent LLM Reasoning

EMNLP 2025

Zero-shot Event Detection (ED), the task of identifying event mentions in natural language text without any training data, is critical for document understanding in specialized domains. Understanding the complex event ontology, extracting domain-specific triggers from the passage, and structuring th

Cited by 0SourcePDFScholar
2025

FLAMES: Improving LLM Math Reasoning via a Fine-Grained Analysis of the Data Synthesis Pipeline

EMNLP 2025

Recent works improving LLM math reasoning with synthetic data have used unique setups, making comparison of data synthesis strategies impractical. This leaves many unanswered questions about the roles of different factors in the synthetic data pipeline, such as the impact of filtering low-quality pr

2024

LLM Self-Correction with DeCRIM: Decompose, Critique, and Refine for Enhanced Following of Instructions with Multiple Constraints

EMNLP 2024finding

Instruction following is a key capability for LLMs. However, recent studies have shown that LLMs often struggle with instructions containing multiple constraints (e.g. a request to create a social media post “in a funny tone” with “no hashtag”). Despite this, most evaluations focus solely on synthet…

Cited by 5SourcePDFScholar
2022

NER-MQMRC: Formulating Named Entity Recognition as Multi Question Machine Reading Comprehension

NAACL 2022industry

NER has been traditionally formulated as a sequence labeling task. However, there has been recent trend in posing NER as a machine reading comprehension task (Wang et al., 2020; Mengge et al., 2020), where entity name (or other information) is considered as a question, text as the context and entity…

Cited by 17SourcePDFScholar
2021

LATEX-Numeric: Language Agnostic Text Attribute Extraction for Numeric Attributes

NAACL 2021industry

In this paper, we present LATEX-Numeric - a high-precision fully-automated scalable framework for extracting E-commerce numeric attributes from unstructured product text like product description. Most of the past work on attribute extraction is not scalable as they rely on manually curated training…