webextension-polyfill VS spider

Compare webextension-polyfill vs spider and see what are their differences.

webextension-polyfill

A lightweight polyfill library for Promise-based WebExtension APIs in Chrome (by mozilla)

spider

scripts and baselines for Spider: Yale complex and cross-domain semantic parsing and text-to-SQL challenge (by taoyds)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
webextension-polyfill spider
18 10
2,529 699
1.6% -
1.3 0.0
2 days ago 6 months ago
JavaScript Python
Mozilla Public License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webextension-polyfill

Posts with mentions or reviews of webextension-polyfill. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-19.

spider

Posts with mentions or reviews of spider. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.
  • An open source DuckDB text to SQL LLM
    4 projects | news.ycombinator.com | 25 Jan 2024
  • Test adventureworks questions to validate self-service tool?
    1 project | /r/SQL | 26 Sep 2023
    Hey all - I'm currently working on a self-service, natural language BI tool that aims to go beyond the base "text to sql" of current tools. I've got the bones built, but I'm struggling to develop a suite of test questions (ideally with complex metrics like "What is our profitability" or abstract concepts like "How are our sales doing"). Does anyone know of any lists of questions (and ideally answers on the quantitative questions) for the MS adventureworks database, or any other complex (30+ table) public test databases? I've looked at Spider, but most of the datasets are too small to simulate real-world business datasets, and the questions are more "can you write fancy SQL" and less "can you answer a vague stakeholder question on unknown data".
  • Show HN: Dataherald AI – Natural Language to SQL Engine
    5 projects | news.ycombinator.com | 23 Aug 2023
    Hi HN community. We are excited to open source Dataherald’s natural-language-to-SQL engine today (https://github.com/Dataherald/dataherald). This engine allows you to set up an API from your structured database that can answer questions in plain English.

    GPT-4 class LLMs have gotten remarkably good at writing SQL. However, out-of-the-box LLMs and existing frameworks would not work with our own structured data at a necessary quality level. For example, given the question “what was the average rent in Los Angeles in May 2023?” a reasonable human would either assume the question is about Los Angeles, CA or would confirm the state with the question asker in a follow up. However, an LLM translates this to:

    select price from rent_prices where city=”Los Angeles” AND month=”05” AND year=”2023”

    This pulls data for Los Angeles, CA and Los Angeles, TX without getting columns to differentiate between the two. You can read more about the challenges of enterprise-level text-to-SQL in this blog post I wrote on the topic: https://medium.com/dataherald/why-enterprise-natural-languag...

    Dataherald comes with “batteries-included.” It has best-in-class implementations of core components, including, but not limited to: a state of the art NL-to-SQL agent, an LLM-based SQL-accuracy evaluator. The architecture is modular, allowing these components to be easily replaced. It’s easy to set up and use with major data warehouses.

    There is a “Context Store” where information (NL2SQL examples, schemas and table descriptions) is used for the LLM prompts to make the engine get better with usage. And we even made it fast!

    This version allows you to easily connect to PG, Databricks, BigQuery or Snowflake and set up an API for semantic interactions with your structured data. You can then add business and data context that are used for few-shot prompting by the engine.

    The NL-to-SQL agent in this open source release was developed by our own Mohammadreza Pourreza, whose DIN-SQL algorithm is currently top of the Spider (https://yale-lily.github.io/spider) and Bird (https://bird-bench.github.io/) NL 2 SQL benchmarks. This agent has outperformed the Langchain SQLAgent anywhere from 12%-250%.5x (depending on the provided context) in our own internal benchmarking while being only ~15s slower on average.

    Needless to say, this is an early release and the codebase is under swift development. We would love for you to try it out and give us your feedback! And if you are interested in contributing, we’d love to hear from you!

  • Thoughts on using GPT tools with databases
    2 projects | /r/devops | 2 Feb 2023
    This is an active field of research. You might want to look at the main challenge dataset for it : https://yale-lily.github.io/spider. It would be interesting to use ChatGPT's model as a pre-processor and then feed its output in to a more finetuned model like PICARD.
  • It’s Like GPT-3 but for Code–Fun, Fast, and Full of Flaws
    5 projects | news.ycombinator.com | 19 Mar 2022
    We tried using OpenAI/Davinci for SQL query authoring, but it quickly became obvious that we are still really far from something the business could find value in. The state of the art as described below is nowhere near where we would need it to be:

    https://yale-lily.github.io/spider

    https://arxiv.org/abs/2109.05093

    https://github.com/ElementAI/picard

    To be clear, we haven't tried this on actual source code (i.e. procedural concerns), so I feel like this is a slightly different battle.

    The biggest challenge I see is that the queries we would need the most assistance with are the same ones that are the rarest to come by in terms of training data. They are also incredibly specific in the edge cases, many time requiring subjective evaluation criteria to produce an acceptable outcome (i.e. recursive query vs 5k lines of unrolled garbage).

  • Ask HN: Fake real-world databases to test SQL queries? SaSS, paid service?
    1 project | news.ycombinator.com | 15 Mar 2022
    I've been looking for databases with real-world schema and faker data (eg 10,000 entries of fake users) to test my natural langaugae to SQL generative model, as well as the efficiency of the generated queries

    The cloest thing I can find is annotated dataset like Spider (https://yale-lily.github.io/spider) but after digging more into it, it's not as real-world-ish as I've hoped for.

    Are there any SaSS, paid services, etc, where I can have access databases with complex real-world(-ish) schemas (populated with real-world-ish data)?

    Thanks!

  • Show HN: Describe SQL using natural language, and execute against real data
    1 project | news.ycombinator.com | 16 Dec 2021
    There are projects out there that do this.

    Possibly relevant: https://yale-lily.github.io/spider

    I briefly worked on a startup to commercialize this tech, but we decided it wasn't accurate enough to be useful. It was very cool when it actually worked. If you can only produce what you want half the time on simple queries, that doesn't seem very useful to me though.

  • Do you see SQL being under threat in any way as a way of querying databases? I know it's possibly a dumb question but wondering.
    3 projects | /r/BusinessIntelligence | 27 Sep 2021
  • [R] Facebook AI Introduces ‘Neural Databases’, A New Approach Which Enables Machines to Search Unstructured Data and Connect The Fields of Databases and NLP
    1 project | /r/MachineLearning | 27 Aug 2021
  • What is rhe significance of gold files in NLP to SQL datasets like Spider and Sparc?
    1 project | /r/datasets | 26 Apr 2021
    There is very less description available in the Spider dataset research paper. Which says that these files are used for value specific queries. Does that means gold.sql files should only contain queries with value check (for example: SELECT * FROM table WHERE student_name = 'Student_A'). If that's the case there are many instances in gold files without actual values from the dataset (for example: SELECT COUNT(*) FROM table). Thanks.

What are some alternatives?

When comparing webextension-polyfill and spider you can also consider the following projects:

esbuild-react-chrome-extension - Simple chrome extension with React and Typescript, bundled by esbuild

calishot

browser-extension-svelte - A simple cross-browser extension made with Svelte

lux - Automatically visualize your pandas dataframe via a single print! 📊 💡

uBlock-Safari - uBlock Origin - An efficient blocker for Chromium, Firefox, and Safari. Fast and lean.

LLMStack - No-code platform to build LLM Agents, workflows and applications with your data

plasmo - 🧩 The Browser Extension Framework

DiskCache - Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.

browser-ext-react-esbuild - Browser extension implemented in TypeScript & React and built by esbuild for Chrome, Safari and possibly Mozilla Firefox

sqlcoder - SoTA LLM for converting natural language questions to SQL queries

webext-redux - A set of utilities for building Redux applications in Web Extensions.

lux - 👾 Fast and simple video download library and CLI tool written in Go