← Search

Nicholas Tomlin

6 accepted papers

2024

Ghostbuster: Detecting Text Ghostwritten by Large Language Models

NAACL 2024long

We introduce Ghostbuster, a state-of-the-art system for detecting AI-generated text.Our method works by passing documents through a series of weaker language models, running a structured search over possible combinations of their features, and then training a classifier on the selected features to p…

2023

Pragmatics in Language Grounding: Phenomena, Tasks, and Modeling Approaches

EMNLP 2023long findings

People rely heavily on context to enrich meaning beyond what is literally said, enabling concise but effective communication. To interact successfully and naturally with people, user-facing artificial intelligence systems will require similar skills in pragmatics: relying on various types of context…

Cited by 0SourceScholar
2022

Automated Crossword Solving

ACL 2022long

We present the Berkeley Crossword Solver, a state-of-the-art approach for automatically solving crossword puzzles. Our system works by generating answer candidates for each crossword clue using neural question answering models and then combines loopy belief propagation with local search to find full…