← Search

Elliott Ash

18 accepted papers

2026

LEXam: Benchmarking Legal Reasoning on 340 Law Exams

ICLR 2026poster

Long-form legal reasoning remains a key challenge for large language models (LLMs) in spite of recent advances in test-time scaling. To address this, we introduce ***LEXam***, a novel benchmark derived from 340 law exams spanning 116 law school courses across a range of subjects and degree levels. T…

Cited by 0SourcecodeScholar
2025

DIRAS: Efficient LLM Annotation of Document Relevance for Retrieval Augmented Generation

NAACL 2025long

Retrieval Augmented Generation (RAG) is widely employed to ground responses to queries on domain-specific documents. But do RAG implementations leave out important information when answering queries that need an integrated analysis of information (e.g., Tell me good news in the stock market today.)?…

2025

Measuring scalar constructs in social science with LLMs

EMNLP 2025

Many constructs that characterize language, like its complexity or emotionality, have a naturally continuous semantic structure; a public speech is not just “simple” or “complex”, but exists on a continuum between extremes. Although large language models (LLMs) are an attractive tool for measuring s

Cited by 0SourcePDFScholar
2025

The Medium Is Not the Message: Deconfounding Document Embeddings via Linear Concept Erasure

EMNLP 2025

Embedding-based similarity metrics between text sequences can be influenced not just by the content dimensions we most care about, but can also be biased by spurious attributes like the text’s source or language. These document confounders cause problems for many applications, but especially those t

Cited by 0SourcePDFScholar
2024

AFaCTA: Assisting the Annotation of Factual Claim Detection with Reliable LLM Annotators

ACL 2024long

With the rise of generative AI, automated fact-checking methods to combat misinformation are becoming more and more important. However, factual claim detection, the first step in a fact-checking pipeline, suffers from two key issues that limit its scalability and generalizability: (1) inconsistency…

2024

Aligning Large Language Models with Diverse Political Viewpoints

EMNLP 2024main

Large language models such as ChatGPT exhibit striking political biases. If users query them about political information, they often take a normative stance. To overcome this, we align LLMs with diverse political viewpoints from 100,000 comments written by candidates running for national parliament…

2024

LePaRD: A Large-Scale Dataset of Judicial Citations to Precedent

ACL 2024long

We present the Legal Passage Retrieval Dataset, LePaRD. LePaRD contains millions of examples of U.S. federal judges citing precedent in context. The dataset aims to facilitate work on legal passage retrieval, a challenging practice-oriented legal retrieval and reasoning task. Legal passage retrieval…

2024

The Empirical Variability of Narrative Perceptions of Social Media Texts

EMNLP 2024main

Most NLP work on narrative detection has focused on prescriptive definitions of stories crafted by researchers, leaving open the questions: how do crowd workers perceive texts to be a story, and why? We investigate this by building StoryPerceptions, a dataset of 2,496 perceptions of storytelling in…

Cited by 0SourcePDFScholar
2024

Towards Faithful and Robust LLM Specialists for Evidence-Based Question-Answering

ACL 2024long

Advances towards more faithful and traceable answers of Large Language Models (LLMs) are crucial for various research and practical endeavors. One avenue in reaching this goal is basing the answers on reliable sources. However, this Evidence-Based QA has proven to work insufficiently with LLMs in te…

2024

Where Do People Tell Stories Online? Story Detection Across Online Communities

ACL 2024long

Story detection in online communities is a challenging task as stories are scattered across communities and interwoven with non-storytelling spans within a single text. We address this challenge by building and releasing the StorySeeker toolkit, including a richly annotated dataset of 502 Reddit pos…

2024

Whose Preferences? Differences in Fairness Preferences and Their Impact on the Fairness of AI Utilizing Human Feedback

ACL 2024long

There is a growing body of work on learning from human feedback to align various aspects of machine learning systems with human values and preferences. We consider the setting of fairness in content moderation, in which human feedback is used to determine how two comments — referencing different sen…

2023

Human-Guided Fair Classification for Natural Language Processing

ICLR 2023top-25%

Text classifiers have promising applications in high-stake tasks such as resume screening and content moderation. These classifiers must be fair and avoid discriminatory decisions by being invariant to perturbations of sensitive attributes such as gender or ethnicity. However, there is a gap between…

2023

Revisiting Automated Topic Model Evaluation with Large Language Models

EMNLP 2023short main

Topic models help us make sense of large text collections. Automatically evaluating their output and determining the optimal number of topics are both longstanding challenges, with no effective automated solutions to date. This paper proposes using large language models (LLMs) for these tasks. We fi…

Cited by 0SourcecodeScholar
2023

The Law and NLP: Bridging Disciplinary Disconnects

EMNLP 2023short findings

Legal practice is intrinsically rooted in the fabric of language, yet legal practitioners and scholars have been slow to adopt tools from natural language processing (NLP). At the same time, the legal system is experiencing an access to justice crisis, which could be partially alleviated with NLP. I…

Cited by 0SourceScholar
2023

Uncovering and Categorizing Social Biases in Text-to-SQL

ACL 2023long

Large pre-trained language models are acknowledged to carry social bias towards different demographics, which can further amplify existing stereotypes in our society and cause even more harm. Text-to-SQL is an important task, models of which are mainly adopted by administrative industries, where unf…

2023

WCLD: Curated Large Dataset of Criminal Cases from Wisconsin Circuit Courts

NeurIPS 2023poster

Machine learning based decision-support tools in criminal justice systems are subjects of intense discussions and academic research. There are important open questions about the utility and fairness of such tools. Academic researchers often rely on a few small datasets that are not sufficient to emp…

2022

MemSum: Extractive Summarization of Long Documents Using Multi-Step Episodic Markov Decision Processes

ACL 2022long

We introduce MemSum (Multi-step Episodic Markov decision process extractive SUMmarizer), a reinforcement-learning-based extractive summarizer enriched at each step with information on the current extraction history. When MemSum iteratively selects sentences into the summary, it considers a broad inf…