Skip to content

Wikipedia Game Solver, finding path between two articles(I.E. Apple => Northeastern University) using word vectorizers and semantic comparison

License

Notifications You must be signed in to change notification settings

kevinlu4588/WikiQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiQuest

CS-4100(Artificial Intelligence) Final Project

Final Project for Northeastern's CS4100 course The goal of this project is to attempt to solve the Wikipedia Game in multiple different ways, and compare them. The Wikipedia Game is a game where a starting Wikipedia encyclopedia page is defined, and the goal is to, via only links to other Wikipedia encyclopedia pages, navigate to a set goal page, also within Wikipedia.

This theoretically can be neatly solved with a graph-search, specifically A* search, but the problem lies with finding a consistent heuristic for that purpose...

Project writeup

About

Wikipedia Game Solver, finding path between two articles(I.E. Apple => Northeastern University) using word vectorizers and semantic comparison

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages