Skip to content

Commit d1243ff

Browse files
committed
Add Bhavin's capstone
1 parent 116ff36 commit d1243ff

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@misc{Oza2024,
2+
author = {Bhavin Oza},
3+
title = {Natural Language Query to MongoDB Query},
4+
institution = {Rochester Institute of Technology},
5+
year = {2024},
6+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
# Documentation: https://wowchemy.com/docs/managing-content/
3+
4+
title: "Natural Language Query to MongoDB Query"
5+
authors: ["bhavin-oza"]
6+
date: 2024-05-10T00:00:00-04:00
7+
8+
# Schedule page publish date (NOT publication's date).
9+
publishDate: 2024-07-20:00:00-04:00
10+
11+
# Publication type.
12+
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;
13+
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;
14+
# 7 = Thesis; 8 = Patent
15+
publication_types: ["4"]
16+
17+
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."
18+
19+
url_pdf: uploads/publications/Oza2024.pdf
20+
21+
tags: []
22+
categories: []
23+
featured: true
24+
25+
# Associated Projects (optional).
26+
# Associate this publication with one or more of your projects.
27+
# Simply enter your project's folder or file name without extension.
28+
# E.g. `internal-project` references `content/project/internal-project/index.md`.
29+
# Otherwise, set `projects: []`.
30+
projects: []
31+
---

0 commit comments

Comments
 (0)