-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
116ff36
commit d1243ff
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
content/publication/oza-natural-language-mongodb-2024/cite.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@misc{Oza2024, | ||
author = {Bhavin Oza}, | ||
title = {Natural Language Query to MongoDB Query}, | ||
institution = {Rochester Institute of Technology}, | ||
year = {2024}, | ||
} |
31 changes: 31 additions & 0 deletions
31
content/publication/oza-natural-language-mongodb-2024/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "Natural Language Query to MongoDB Query" | ||
authors: ["bhavin-oza"] | ||
date: 2024-05-10T00:00:00-04:00 | ||
|
||
# Schedule page publish date (NOT publication's date). | ||
publishDate: 2024-07-20:00:00-04:00 | ||
|
||
# Publication type. | ||
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article; | ||
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; | ||
# 7 = Thesis; 8 = Patent | ||
publication_types: ["4"] | ||
|
||
abstract: "Natural Language Interfaces is an evolving research area, aimed at learning and contextualizing the natural language processing for human computer interaction systems. With the advances in natural language processing (NLP) with machine learning, many significant systems have been built to understand and process human language and provide the necessary output in terms of code or database queries. Few of these systems which are remarkable are based upon works of the Transformer and its attention mechanism. Our project works on one such system, where we convert natural language queries to MongoDB queries." | ||
|
||
url_pdf: uploads/publications/Oza2024.pdf | ||
|
||
tags: [] | ||
categories: [] | ||
featured: true | ||
|
||
# Associated Projects (optional). | ||
# Associate this publication with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `internal-project` references `content/project/internal-project/index.md`. | ||
# Otherwise, set `projects: []`. | ||
projects: [] | ||
--- |