← Search

Bingsen Chen

3 accepted papers

2025

SportReason: Evaluating Retrieval-Augmented Reasoning across Tables and Text for Sports Question Answering

EMNLP 2025

We present SportReason, a benchmark for retrieval-augmented reasoning on numerical sports questions. Unlike existing benchmarks limited to one or two evidence units, SportReason requires combining and reasoning across free-text, structured tables, and semi-structured infoboxes. We provide 3,000 huma

2024

Arithmetic Reasoning with LLM: Prolog Generation & Permutation

NAACL 2024short

Instructing large language models (LLMs) to solve elementary school math problems has shown great success using Chain of Thought (CoT). However, the CoT approach relies on an LLM to generate a sequence of arithmetic calculations which can be prone to cascaded calculation errors. We hypothesize that…