Putting free digital assistants to the test
Vague Information
OpenEphyra goes beyond a pure keyword search. The system finds answers that are not written in the Wikipedia text. Broadly speaking, OpenEphyra analyzes and classifies both the questions and the data corpus available in textual form. Consequently, for the question "Who wrote Hitchhiker's Guide?," it is ready with the right answer: "Adams." If you are interested in the precise configuration, you will find a diagram of the underlying architecture online [12].
The test team fired off a total of 12 questions to Sirius from various fields of knowledge. For comparison, we questioned two of the proprietary competitors, Google Now and Apple's Siri. The results, summarized in Table 2, unfortunately relegate the question-answering system in Sirius to the status of nice gimmick without major practical uses. The open source assistant lands a few serious hits that do command respect, given the background of a data corpus developed without semantic or ontological input. For a reliable helper in everyday use, however, the number of hits is certainly not sufficient.
Table 2
Question-Answering Performance
Question | Sirius (OpenEphyra) | Google Now | Siri |
---|---|---|---|
What is the speed of sound? |
1,500 meters per second |
340.29 m/s |
[brings up] Wikipedia article (speed of sound) |
What is the speed of light? |
299,792,458 meters per second |
299 792 458 m/s |
1.079.252.848,8 kph |
What is the diameter of the earth? |
149597870700 meters |
12| 756.2 kilometers |
The diameter of the Earth is about 7913 miles. |
How old is the Taj Mahal? |
1400 years |
368 years |
The answer is 368 years. |
How old is the Earth? |
100,000 years |
4,543 x 10^9 years old |
– |
Who discovered America? |
Rogers |
– |
Input interpretation, first humans reach North America via Beringia. |
Who composed the Eroica? |
Beethoven |
Ludwig van Beethoven |
– |
Who composed "Penny Lane"? |
Lennon |
Paul McCartney/John Lennon |
– |
What is the capital of Germany? |
Soviet Union |
Berlin |
Berlin is the capital of Germany. |
How long is the Danube? |
200,000 years |
2860 km |
The answer is about 2850 kilometres. |
Who wrote Hitchhiker's Guide? |
Adams |
Douglas Adams, Eoin Colfer |
It looks like the author of The Hitchhiker's Guide to the Galaxy was Douglas Adams. |
Who invented Linux? |
Linus Torvalds |
– |
– |
During the comparison with Google Now on Android and Siri on the iPhone, you should bear in mind that many answers have clearly been prepared on them with paid editorial work. Who should know better than Google what questions users frequently ask? Even the often emphasized "personality" of Apple's assistant hardly comes from machine intelligence, but from careful human development. Since OpenEphyra is very wide of the mark on a few questions, and the software is clearly difficult to compile on modern Linux distributions, the developers are already considering alternatives for Lucida [13].
Look Closely
Image recognition needs a database that includes known images before it can accept your service. Users can shift to this in the sirius-application/image-matching
file and call up the make-db.py
script. This accepts the name of the database (landmarks
) and the directory of images (matching/landmarks/db
) as parameters:
./make-db.py landmarks matching/landmarks/db
The name of the database is hard-coded in the start script start-imm-server.py
. If you choose an identifier different from landmarks
, you need to adjust the script accordingly.
When the ./start-imm-server.sh
command from the run-scripts
directory is called up, the image recognition server starts up. Afterward, sirius-imm-test.sh
accepts an image file as a parameter. The name of the recognized object appears in the terminal output.
The test team added a few of their own images to the database for the comparison. For this, we used photos from the Freeimages service [14] and chose depictions of buildings that resembled Sirius' test images. With a few of the photos, the perspective changed somewhat, and it quickly became clear that the image matching only worked as long as the shooting location was almost the same. Stepping up against Sirius and the underlying OpenCV are Google Goggles [15] on Android and the CamFind app [16] on iPhone. Figure 4 shows the result.
Until now, only the individual Sirius components could be seen in action. This means that the software is still a long way from a personal assistant à la Google Now, Siri, or Cortana. If you are looking for a handy, complete product, you can naturally combine the services using shell script.
Form a Team
Another possibility is to use the web server enclosed in the sirius-web
folder. The README file unfortunately still contains dated information about the dependencies; the necessary software was copied onto the disk with pip install
in the get-dependencies.sh
script used earlier.
The web server started up successfully on Ubuntu 14.04, but it looked meager on the current system, and although the display worked in the browser (Figure 5), interaction with the controls was not possible.
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.