1: %
2: % $Description: Author guidelines and sample document in LaTeX 2.09$
3: %
4: % $Author: molla $
5: % $Date: 1998/08/26 09:49:30 $
6: % $Revision: 1.2 $
7: %
8:
9: %\documentstyle[times,art10,twocolumn,latex8]{article}
10: \documentclass[10pt,twocolumn]{article}
11: \usepackage{latex8}
12: \usepackage{times}
13: \usepackage{examples}
14: \usepackage{epsfig}
15:
16: \newenvironment{lquote}{\begin{list}{}{}\item[]}{\end{list}}
17:
18: \hyphenation{ExtrAns}
19:
20:
21: %-------------------------------------------------------------------------
22: % take the % away on next line to produce the final camera-ready version
23: \pagestyle{empty}
24:
25: %-------------------------------------------------------------------------
26: \begin{document}
27:
28: \title{A Real World Implementation of Answer
29: Extraction\thanks{This research is funded by the Swiss National
30: Science Foundation, project nr. 1214-45448-95}}
31:
32: %\author{Paolo Ienne\\
33: %Swiss Federal Institute of Technology\\ Microcomputing Laboratory \\ IN-F
34: %Ecublens, 1015 Lausanne, Switzerland\\ Paolo.Ienne@di.epfl.ch\\}
35: % For a paper whose authors are all at the same institution,
36: % omit the following lines up until the closing ``}''.
37: % Additional authors and addresses can be added with ``\and'',
38: % just like the second author.
39: %\and
40: %Second Author\\
41: %Institution2\\
42: %First line of institution2 address\\ Second line of institution2 address\\
43: %SecondAuthor@institution2.com\\
44: %}
45: \author{Diego Moll\'a Aliod, Jawad Berri, Michael Hess \\
46: Computational Linguistics Group \\
47: Department of Computer Science, University of Zurich \\
48: Winterthurerstr. 190, CH-8057 Zurich, Switzerland \\
49: \{molla,berri,hess\}@ifi.unizh.ch}
50:
51:
52:
53: \maketitle
54: \thispagestyle{empty}
55:
56: \begin{abstract}
57: In this paper we describe ExtrAns, an answer extraction
58: system. Answer extraction (AE) aims at retrieving those
59: exact passages of a document that directly answer a given user question.
60: AE is more ambitious than information retrieval and
61: information extraction in that the
62: retrieval results are phrases, not entire documents, and in that
63: the queries may be arbitrarily specific. It is less ambitious than full-fledged
64: question answering in that the answers are not generated from a knowledge
65: base but looked up in the text of documents.
66: The current version of ExtrAns is able to parse unedited Unix
67: ``man pages'', and derive the
68: logical form of their sentences. User queries are also translated into
69: logical forms. A theorem prover then retrieves the relevant phrases, which
70: are presented through selective highlighting in their context.
71: \end{abstract}
72:
73:
74: \input{part1}
75:
76: \input{part2}
77:
78:
79: %\bibliographystyle{latex8}
80: %\bibliography{../../lib/database}
81:
82: \begin{thebibliography}{10}\setlength{\itemsep}{-1ex}\small
83:
84: \bibitem{Appelt:1993}
85: D.~E. Appelt, J.~R. Hobbs, J.~Bear, D.~Israel, M.~Kameyama, and M.~Tyson.
86: \newblock {SRI:} description of the {JV}-{FASTUS} system used for {MUC-5}.
87: \newblock In {\em Proceedings of the fifth Message Understanding Conference
88: ({MUC-5})}. Morgan Kaufmann, Los Altos, CA, 1993.
89:
90: \bibitem{ARPA:1996}
91: ARPA.
92: \newblock {\em Proceedings of the Sixth Message Understanding Conference
93: ({MUC-6})}. Morgan Kaufmann, Los Altos, CA, 1996.
94:
95: \bibitem{Brill:1994}
96: E.~Brill and P.~Resnik.
97: \newblock A rule-based approach to prepositional phrase attachment
98: disambiguation.
99: \newblock In {\em Proceedings of the 15th International Conference on
100: Computational Linguistics ({COLING} '94)}, volume~2, pages 1998--1204, Kyoto,
101: Japan, 1994.
102:
103: \bibitem{Herzog:1991}
104: O.~Herzog and C.~R. Rollinge, editors.
105: \newblock {\em Text Understanding in {LILOG}}.
106: \newblock Springer-Verlag, Berlin, 1991.
107:
108: \bibitem{Hess:1997}
109: M.~Hess.
110: \newblock Mixed-level knowledge representations and variable-depth inference in
111: natural language processing.
112: \newblock {\em International Journal on Artificial Intelligence Tools},
113: 6(4):481--509, 1997.
114:
115: \bibitem{Hobbs:1985}
116: J.~R. Hobbs.
117: \newblock Ontological promiscuity.
118: \newblock In {\em Proceedings of the 23rd Annual Meeting of the Association for
119: Computational Linguistics}, pages 61--69. University of Chicago, Association
120: for Computational Linguistics, 1985.
121:
122: \bibitem{Miller:1990}
123: G.~A. Miller, R.~Beckwith, C.~Fellbaum, D.~Gross, and K.~J. Miller.
124: \newblock Introduction to wordnet: an on-line lexical database.
125: \newblock {\em International Journal of Lexicography}, 3(4):235--244, 1990.
126:
127: \bibitem{Parsons:1990}
128: T.~Parsons.
129: \newblock {\em Events in the Semantics of {English}: A study in subatomic
130: semantics}.
131: \newblock MIT Press, Cambridge, MA, 1990.
132:
133: \bibitem{Salton:1989}
134: G.~Salton.
135: \newblock {\em Automatic Text Processing: the transformation, analysis, and
136: retrieval of information by computer}.
137: \newblock Addison Wesley, New York, 1989.
138:
139: \bibitem{Salton:1993}
140: G.~Salton, J.~Allan, and C.~Buckley.
141: \newblock Approaches to passage retrieval in full text information systems.
142: \newblock In {\em {ACM} {SIGIR} conference on {R\&D} in Information Retrieval},
143: pages 49--58, 1993.
144:
145: \bibitem{Schaeuble:1993}
146: P.~Sch\"auble.
147: \newblock {SPIDER:} a multiuser information retrieval system for semistructured
148: and dynamic data.
149: \newblock In {\em {ACM} {SIGIR} conference on {R\&D} in Information Retrieval},
150: pages 318--327, 1993.
151:
152: \bibitem{Sleator:1991}
153: D.~D. Sleator and D.~Temperley.
154: \newblock Parsing {English} with a link grammar.
155: \newblock Technical Report CMU-CS-91-196, Carnegie Mellon University, School of
156: Computer Science, 1991.
157:
158: \end{thebibliography}
159:
160:
161: \end{document}
162: