Title: Natural Language Querying of the Semantic Web
1Natural Language Queryingof theSemantic Web
- SRI International
- Information Science Institute
2QUARK
- Access to multiple knowledge sources
- CIA World Factbook
- NASA data sources
- TextPro IE engine
- ADL Gazetteer
- Natural language front end (Gemini)
- Mediated by powerful reasoning tool (SNARK)
- Visualization capabilities
3Goal To Integrate DAML Search into QUARK
- Agent Semantic Communications Service (ASCS)
- Developed by Teknowledge.
- Searches the Web for DAML pages.
- Provides GUI for search.
- Limited inference capability (broadening and
relaxation of queries).
4The ASCS Search Page
5ASCS A Use Case
To find the capital of Syria, a user must input
pred
capital
Searches entire Semantic Web
arg1
?x
e
arg2
Syria
Also conjunctive queries population of capital
of Syria
Problem Doesnt support natural language input
using ASCS requires knowledge about logic and
DAML namespaces.
6How do we fit ASCS into Quark
- Questions parsed by Gemini to yield logical form.
- Logical form submitted to theorem prover SNARK as
conjecture. - Conjecture proved in application-domain theory.
- Capabilities of ASCS and other sources advertised
in theory. - Resources invoked as appropriate by procedural
attachment. - Answer, as text or visualization, extracted from
proof.
7Show the capitals of Islamic countries that
border Iraq.
- Logical form produced by Gemini
- and(
- country (?x)
- islamic (?x)
- bordering-relation (?z)
- goal (?z iraq)
- source (?z ?x)
- capital-of (?u ?x)
- show (?v)
- patient (?v ?u))
- Answer ?v
islamic (?x)
8Conjecture decomposed by SNARK
- To show a country is Islamic, use the axioms in
the application-domain theory - if religions (?country1, SunniMuslim, ?percent1)
- and ?percent1 gt 50
- then islamic (?country1)
- A country that is more than 50 percent Sunni
Muslim is Islamic.
9ASCS Reveals Basic Facts
- borders(Iraq, Syria)
- borders(Iraq, Turkey), ..
- religions(Syria, SunniMuslim, 74)
- religions(Syria, Christian, 10),
- Capital(Syria, Damascus)
- Syria is 74 percent Sunni Muslim.
10Other Agents Reveal other Facts
- Alexandria Digital Library Gazetteer
- place-to-latlong(Damascus, capital, Syria,
- '33.5', '36.3')
- The location of Damascus.
11Answer visualization by Terrain ViewerDamascus
(capital),Syria,'33.5','36.3'
12Future Plans
- Enrich application-domain theory.
- Expand use of ASCS.
- Expand use of textual sources.
- Introduce new knowledge sources.
- Further development of information-seeking
dialogues.