-
Terahertz Field-Induced Reemergence of Quenched Photoluminescence in Quantum Dots
Authors:
Jiaojian Shi,
Frank Y. Gao,
Zhuquan Zhang,
Hendrik Utzat,
Ulugbek Barotov,
Ardavan Farahvash,
Jinchi Han,
Jude Deschamps,
Chan-Wook Baik,
Kyung Sang Cho,
Vladimir Bulović,
Adam P. Willard,
Edoardo Baldini,
Nuh Gedik,
Moungi G. Bawendi,
Keith A. Nelson
Abstract:
Continuous and concerted development of colloidal quantum-dot light-emitting diodes over the past two decades has established them as a bedrock technology for the next generation of displays. However, a fundamental issue that limits the performance of these devices is the quenching of photoluminescence due to excess charges from conductive charge transport layers. Although device designs have leve…
▽ More
Continuous and concerted development of colloidal quantum-dot light-emitting diodes over the past two decades has established them as a bedrock technology for the next generation of displays. However, a fundamental issue that limits the performance of these devices is the quenching of photoluminescence due to excess charges from conductive charge transport layers. Although device designs have leveraged various workarounds, doing so often comes at the cost of limiting efficient charge injection. Here we demonstrate that high-field terahertz (THz) pulses can dramatically brighten quenched QDs on metallic surfaces, an effect which persists for minutes after THz irradiation. This phenomenon is attributed to the ability of the THz field to remove excess charges, thereby reducing trion and non-radiative Auger recombination. Our findings show that THz technologies can be used to suppress and control such undesired non-radiative decay, potentially in a variety of luminescent materials for future device applications.
△ Less
Submitted 15 December, 2021;
originally announced December 2021.
-
Duoquest: A Dual-Specification System for Expressive SQL Queries
Authors:
Christopher Baik,
Zhongjun Jin,
Michael Cafarella,
H. V. Jagadish
Abstract:
Querying a relational database is difficult because it requires users to know both the SQL language and be familiar with the schema. On the other hand, many users possess enough domain familiarity or expertise to describe their desired queries by alternative means. For such users, two major alternatives to writing SQL are natural language interfaces (NLIs) and programming-by-example (PBE). Both of…
▽ More
Querying a relational database is difficult because it requires users to know both the SQL language and be familiar with the schema. On the other hand, many users possess enough domain familiarity or expertise to describe their desired queries by alternative means. For such users, two major alternatives to writing SQL are natural language interfaces (NLIs) and programming-by-example (PBE). Both of these alternatives face certain pitfalls: natural language queries (NLQs) are often ambiguous, even for human interpreters, while current PBE approaches require either low-complexity queries, user schema knowledge, exact example tuples from the user, or a closed-world assumption to be tractable. Consequently, we propose dual-specification query synthesis, which consumes both a NLQ and an optional PBE-like table sketch query that enables users to express varied levels of domain-specific knowledge. We introduce the novel dual-specification Duoquest system, which leverages guided partial query enumeration to efficiently explore the space of possible queries. We present results from user studies in which Duoquest demonstrates a 62.5% absolute increase in query construction accuracy over a state-of-the-art NLI and comparable accuracy to a PBE system on a more limited workload supported by the PBE system. In a simulation study on the prominent Spider benchmark, Duoquest demonstrates a >2x increase in top-1 accuracy over both NLI and PBE.
△ Less
Submitted 16 March, 2020;
originally announced March 2020.
-
Bridging the Semantic Gap with SQL Query Logs in Natural Language Interfaces to Databases
Authors:
Christopher Baik,
H. V. Jagadish,
Yunyao Li
Abstract:
A critical challenge in constructing a natural language interface to database (NLIDB) is bridging the semantic gap between a natural language query (NLQ) and the underlying data. Two specific ways this challenge exhibits itself is through keyword mapping and join path inference. Keyword mapping is the task of mapping individual keywords in the original NLQ to database elements (such as relations,…
▽ More
A critical challenge in constructing a natural language interface to database (NLIDB) is bridging the semantic gap between a natural language query (NLQ) and the underlying data. Two specific ways this challenge exhibits itself is through keyword mapping and join path inference. Keyword mapping is the task of mapping individual keywords in the original NLQ to database elements (such as relations, attributes or values). It is challenging due to the ambiguity in mapping the user's mental model and diction to the schema definition and contents of the underlying database. Join path inference is the process of selecting the relations and join conditions in the FROM clause of the final SQL query, and is difficult because NLIDB users lack the knowledge of the database schema or SQL and therefore cannot explicitly specify the intermediate tables and joins needed to construct a final SQL query. In this paper, we propose leveraging information from the SQL query log of a database to enhance the performance of existing NLIDBs with respect to these challenges. We present a system Templar that can be used to augment existing NLIDBs. Our extensive experimental evaluation demonstrates the effectiveness of our approach, leading up to 138% improvement in top-1 accuracy in existing NLIDBs by leveraging SQL query log information.
△ Less
Submitted 31 January, 2019;
originally announced February 2019.
-
Demonstration of a Multiresolution Schema Mapping System
Authors:
Zhongjun Jin,
Christopher Baik,
Michael Cafarella,
H. V. Jagadish,
Yuze Lou
Abstract:
Enterprise databases usually contain large and complex schemas. Authoring complete schema mapping queries in this case requires deep knowledge about the source and target schemas and is thereby very challenging to programmers. Sample-driven schema mapping allows the user to describe the schema mapping using data records. However, real data records are still harder to specify than other useful insi…
▽ More
Enterprise databases usually contain large and complex schemas. Authoring complete schema mapping queries in this case requires deep knowledge about the source and target schemas and is thereby very challenging to programmers. Sample-driven schema mapping allows the user to describe the schema mapping using data records. However, real data records are still harder to specify than other useful insights about the desired schema mapping the user might have. In this project, we develop a schema mapping system, PRISM, that enables multiresolution schema mapping. The end user is not limited to providing high-resolution constraints like exact data records but may also provide constraints of various resolutions, like incomplete data records, value ranges, and data types. This new interaction paradigm gives the user more flexibility in describing the desired schema mapping. This demonstration showcases how to use PRISM for schema mapping in a real database.
△ Less
Submitted 18 December, 2018;
originally announced December 2018.