paper-with-me

Papers

Non-Programmers Can Label Programs Indirectly via Active Examples: A Case Study with Text-to-SQL

2022-05-25 · Ruiqi Zhong, Charlie Snell, Dan Klein, Jason Eisner

Can non-programmers annotate natural language utterances with complex programs that represent their meaning? We introduce APEL, a framework in which non-programmers select among candidate programs generated by a seed semantic parser (e.g., Codex). Since they cannot understand the candidate programs, we ask them to select indirectly by examining the programs' input-ouput examples. For each utterance, APEL actively searches for a simple input on which the candidate programs tend to produce different outputs. It then asks the non-programmers only to choose the appropriate output, thus allowing us to infer which program is correct and could be used to fine-tune the parser. As a first case study, we recruited human non-programmers to use APEL to re-annotate SPIDER, a text-to-SQL dataset. Our approach achieved the same annotation accuracy as the original expert annotators (75%) and exposed many subtle errors in the original annotations.

📄 PDF Abstract BibTeX arXiv:2205.12422

Code (1)

ruiqi-zhong/emnlp23-apel 공식 구현

Tasks

Bayesian InferenceText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Turaco: Complexity-Guided Data Sampling for Training Neural Surrogates of Programs

2023-09-21 · Alex Renda, Yi Ding, Michael Carbin

Programmers and researchers are increasingly developing surrogates of programs, models of a subset of the observable behavior of a given program, to solve a variety of software development challenges. Programmers train s…

Refactoring Programs Using Large Language Models with Few-Shot Examples

2023-11-20 · Atsushi Shirafuji, Yusuke Oda, Jun Suzuki, Makoto Morishita 외

A less complex and more straightforward program is a crucial factor that enhances its maintainability and makes writing secure and bug-free programs easier. However, due to its heavy workload and the risks of breaking th…

Language ModellingLarge Language Model

Rule-Based Error Classification for Analyzing Differences in Frequent Errors

2023-11-01 · Atsushi Shirafuji, Taku Matsumoto, Md Faizul Ibne Amin, Yutaka Watanobe

Finding and fixing errors is a time-consuming task not only for novice programmers but also for expert programmers. Prior work has identified frequent error patterns among various levels of programmers. However, the diff…

Modelling Concurrency Bugs Using Machine Learning

2023-05-08 · Teodor Rares Begu

Artificial Intelligence has gained a lot of traction in the recent years, with machine learning notably starting to see more applications across a varied range of fields. One specific machine learning application that is…

SWISH: SWI-Prolog for Sharing

2015-11-03 · Jan Wielemaker, Torbjörn Lager, Fabrizio Riguzzi

Recently, we see a new type of interfaces for programmers based on web technology. For example, JSFiddle, IPython Notebook and R-studio. Web technology enables cloud-based solutions, embedding in tutorial web pages, atra…