Skip to content

Commit

Permalink
Add Bhavin's capstone
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jul 19, 2024
1 parent 116ff36 commit d1243ff
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
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 content/publication/oza-natural-language-mongodb-2024/index.md
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: []
---

0 comments on commit d1243ff

Please sign in to comment.