Skip to content
View SolidLao's full-sized avatar

Organizations

@SemBench

Block or report SolidLao

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SolidLao/README.md

Hi there 👋

I am Jiale Lao, a CS Phd Candidate at Cornell University advised by Professor Immanuel Trummer.

I have published multiple papers in SIGMOD and VLDB conferences and received the SIGMOD Research Highlight Award 2024.

I am currently interested in leveraging advanced techniques from the Natural Language Processing field (e.g., Large Language Models) to enhance the efficiency, usability and generality of database systems:

  • Efficiency
    • GenDB, an LLM-Powered Generative Query Engine Built for the Future
    • GPTuner for system tuning (SIGMOD Research Highlight 🏆, VLDB 2024, SIGMOD Demo 2024 and Record 2025)
    • SQLBarber for SQL workload generation (SIGMOD 2026, SIGMOD Demo 2025)
    • QUITE for query rewrite (Under revision of SIGMOD 2026)
  • Generality
    • SemBench, a benchmark for semantic query processing engines (VLDB 2026)
  • Usability
    • ToxicSQL for Text-to-SQL model security (SIGMOD 2026)

You can find more about me in my website and google scholar.

💬 Feel free to reach out: jiale@cs.cornell.edu

Pinned Loading

  1. GenDB GenDB Public

    GenDB, an LLM-Powered Generative Query Engine Built for the Future

    C++ 66 7

  2. SemBench/SemBench SemBench/SemBench Public

    Benchmarking Semantic Query Processing Engines

    Python 59 20

  3. GPTuner GPTuner Public

    GPTuner is a manual-reading database tuning system leveraging domain knowlege automatically and extensively to enhance knob tuning process.

    Python 129 25

  4. SQLBarber SQLBarber Public

    SQLBarber is a system based on Large Language Models (LLMs) to generate customized and realistic SQL workloads.

    Python 15 1

  5. ToxicSQL ToxicSQL Public

    Forked from isoflurane/ToxicSQL

    Python

  6. QUITE QUITE Public

    Forked from Yuyang-Song/QUITE

    QUITE: A query rewrite system beyond rules with LLM agents.

    Python