paper-with-me

Papers

Generating Natural Language Queries for More Effective Systematic Review Screening Prioritisation

2023-09-11 · Shuai Wang, Harrisen Scells, Martin Potthast, Bevan Koopman, Guido Zuccon

Screening prioritisation in medical systematic reviews aims to rank the set of documents retrieved by complex Boolean queries. Prioritising the most important documents ensures that subsequent review steps can be carried out more efficiently and effectively. The current state of the art uses the final title of the review as a query to rank the documents using BERT-based neural rankers. However, the final title is only formulated at the end of the review process, which makes this approach impractical as it relies on ex post facto information. At the time of screening, only a rough working title is available, with which the BERT-based ranker performs significantly worse than with the final title. In this paper, we explore alternative sources of queries for prioritising screening, such as the Boolean query used to retrieve the documents to be screened and queries generated by instruction-based generative large-scale language models such as ChatGPT and Alpaca. Our best approach is not only viable based on the information available at the time of screening, but also has similar effectiveness to the final title.

📄 PDF Abstract BibTeX arXiv:2309.05238

Code (1)

ielab/sigir-ap-2023-bolean2natural4sr 공식 구현

Tasks

Natural Language Queries

Similar Papers 제목 키워드 기반

Fine-Tuning Language Models for Context-Specific SQL Query Generation

2023-12-04 · Amine Rebei

The ability to generate SQL queries from natural language has significant implications for making data accessible to non-specialists. This paper presents a novel approach to fine-tuning open-source large language models …

NL2INTERFACE: Interactive Visualization Interface Generation from Natural Language Queries

2022-09-19 · Yiru Chen, Ryan Li, Austin Mac, Tianbao Xie 외

We develop NL2INTERFACE to explore the potential of generating usable interactive multi-visualization interfaces from natural language queries. With NL2INTERFACE, users can directly write natural language queries to auto…

Natural Language Queries

NL2KQL: From Natural Language to Kusto Query

2024-04-03 · Xinye Tang, Amir H. Abdi, Jeremias Eichelbaum, Mahan Das 외

Data is growing rapidly in volume and complexity. Proficiency in database query languages is pivotal for crafting effective queries. As coding assistants become more prevalent, there is significant opportunity to enhance…

BenchmarkingNatural Language Queriesvalid

EzSQL: An SQL intermediate representation for improving SQL-to-text Generation

2024-11-28 · Meher Bhardwaj, Hrishikesh Ethari, Dennis Singh Moirangthem

The SQL-to-text generation task traditionally uses template base, Seq2Seq, tree-to-sequence, and graph-to-sequence models. Recent models take advantage of pre-trained generative language models for this task in the Seq2S…

Graph-to-SequenceLanguage ModelingLanguage ModellingSQL-to-Text+3

Prompt4Vis: Prompting Large Language Models with Example Mining and Schema Filtering for Tabular Data Visualization

2024-01-29 · Shuaimin Li, Xuanang Chen, Yuanfeng Song, Yunze Song 외

Data visualization (DV) systems are increasingly recognized for their profound capability to uncover insights from vast datasets, gaining attention across both industry and academia. Crafting data queries is an essential…

Data VisualizationIn-Context Learning