| { |
| "paper_id": "W16-0109", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:46:55.827327Z" |
| }, |
| "title": "Paraphrase for Open Question Answering: New Dataset and Methods", |
| "authors": [ |
| { |
| "first": "Ying", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Institute of Informatics / JST", |
| "location": { |
| "country": "PRESTO" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Pascual", |
| "middle": [], |
| "last": "Mart\u00ednez-G\u00f3mez", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Institute of Informatics / JST", |
| "location": { |
| "country": "PRESTO" |
| } |
| }, |
| "email": "pascual.mg@aist.go.jp" |
| }, |
| { |
| "first": "Yusuke", |
| "middle": [], |
| "last": "Miyao", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Institute of Informatics / JST", |
| "location": { |
| "country": "PRESTO" |
| } |
| }, |
| "email": "yusuke@nii.ac.jp" |
| }, |
| { |
| "first": "Randy", |
| "middle": [], |
| "last": "Goebel", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Institute of Informatics / JST", |
| "location": { |
| "country": "PRESTO" |
| } |
| }, |
| "email": "rgoebel@ualberta.ca" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We propose a new open question answering framework for question answering over a knowledge base (KB). Our system uses both a curated KB, Freebase, and one that is extracted automatically by an open information extraction model, IE KB. Our system consists of only one layer of paraphrase, compared to the three layers used in a previous open question answering system (Fader et al., 2014). However, because of the more accurately extracted relation triples in IE KB, combined with linked entities from IE KB to Freebase, our system achieves a 7% absolute gain in F 1 score over the previous system.", |
| "pdf_parse": { |
| "paper_id": "W16-0109", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We propose a new open question answering framework for question answering over a knowledge base (KB). Our system uses both a curated KB, Freebase, and one that is extracted automatically by an open information extraction model, IE KB. Our system consists of only one layer of paraphrase, compared to the three layers used in a previous open question answering system (Fader et al., 2014). However, because of the more accurately extracted relation triples in IE KB, combined with linked entities from IE KB to Freebase, our system achieves a 7% absolute gain in F 1 score over the previous system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "There are two broad classes of systems that provide question answering (QA) from a knowledge base (KB). One uses semantic parsing (Berant and Liang, 2014; Reddy et al., 2014; Yih et al., 2015) , and the other uses information extraction (IE). Semantic parsing systems depend on highly accurate knowledge bases such as Freebase, which are accurate but incomplete (Riedel et al., 2013; Fader et al., 2014) . However, although semantic parsing systems currently achieve higher performance than IE-based systems, we think it is desirable to continue to develop the latter as an alternative or in combination with the former.", |
| "cite_spans": [ |
| { |
| "start": 130, |
| "end": 154, |
| "text": "(Berant and Liang, 2014;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 155, |
| "end": 174, |
| "text": "Reddy et al., 2014;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 175, |
| "end": 192, |
| "text": "Yih et al., 2015)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 362, |
| "end": 383, |
| "text": "(Riedel et al., 2013;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 384, |
| "end": 403, |
| "text": "Fader et al., 2014)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "One major challenge for question answering from a KB is the many ways in which relations can be expressed. On the one hand, we need to deal with language variability, for example, acknowledging that the following two questions have the same meaning: \"What character did Natalie Portman play in Star Wars?\" and \"What is the role of Natalie Portman in Star Wars?\". We call this NL-NL paraphrasing, since it requires the identification of a map between two natural language expressions. On the other hand, we need to bridge the gap between the expression of relations in a curated knowledge base, such as Freebase, and relations conveyed in natural language sentences. We refer to this as NL-KB paraphrasing. For instance, general QA will require a mapping between the natural language relation brother and the Freebase relation \"/people/person/sibling s.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our contribution to Open IE question answering is three-fold. First, we provide a new widecoverage store of automatically extracted relation triples, which has a higher precision than that of previous work (Fader et al., 2014) . This Open IE triple store allows us to tackle the NL-NL paraphrasing problem. Second, the entities in our dataset is linked to Freebase, which allows us to tackle the NL-KB paraphrasing problem. Third, we propose a simple and effective open QA framework that consists of a single paraphrase layer. In this framework, we perform searches on both Open IE KB and Freebase. This single-layered paraphrase model allows us to test and compare a variety of paraphrasing models. Experiments on the WebQuestion set (Berant et al., 2013) shows that our system exhibits better performance than the two IE-based systems (Fader et al. (2014) , Yao and Van Durme (2014) ), and is comparable to (Berant et al., 2013) , where their average F-score is 35.7%, and ours is 37.9%.", |
| "cite_spans": [ |
| { |
| "start": 206, |
| "end": 226, |
| "text": "(Fader et al., 2014)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 735, |
| "end": 756, |
| "text": "(Berant et al., 2013)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 837, |
| "end": 857, |
| "text": "(Fader et al. (2014)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 860, |
| "end": 884, |
| "text": "Yao and Van Durme (2014)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 909, |
| "end": 930, |
| "text": "(Berant et al., 2013)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A current major research thread in QA is to cast it as a semantic parsing problem, where the objective is to map a natural language question into a formal language, i.e., a database query. This query is then run on a database, and results are returned to the user.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "SCISSOR (Ge and Mooney, 2005) was one of the first successful attempts to create a robust semantic parser. It worked by first syntactically parsing a question, augmenting the result with semantic information, and then transforming the result into a logical language. However, this process requires a large volume of training supervision, namely \"gold standard\" annotations of semantically-augmented syntactic trees paired with their logical representations. Its demonstration was limited to GeoQuery (Zelle and Mooney, 1996) , which is a very restricted domain and database. A more recent approach to achieve robust, open-domain semantic parsing is that of Berant et al. (2013) , where the training supervision is limited to pairs of questions and answers. In their approach, they use latent \u03bb-DCS (Liang, 2013) logical formulas for their meaning representations, which can be converted deterministically into Sparql queries on Freebase. Yih et al. (2015) developed the best performing semantic parser on the WebQuestion set (Yih et al., 2015) . Inspired by (Yao and Van Durme, 2014) , instead of searching on the whole knowledge base, they defined a query graph which is more closely related to the target entity in the questions.", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 29, |
| "text": "(Ge and Mooney, 2005)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 500, |
| "end": 524, |
| "text": "(Zelle and Mooney, 1996)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 657, |
| "end": 677, |
| "text": "Berant et al. (2013)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 798, |
| "end": 811, |
| "text": "(Liang, 2013)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1025, |
| "end": 1043, |
| "text": "(Yih et al., 2015)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 1058, |
| "end": 1083, |
| "text": "(Yao and Van Durme, 2014)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Regarding IE QA systems, there are two representatives. Yao and Van Durme (2014) constructs a graph structure to represent each KB topic, which is searched to retrieve answers to questions. Fader et al. (2014)'s system constructs the KB as a triple database, where each triple consists of two entities and one relation phrase. In the base of the KB approach, we follow the design of the latter, by querying on the relation triple database. Moreover, our knowledge base contains both curated data, i.e., Freebase, and our own automatically extracted IE KB. Our relation triples were also extracted from the ClueWeb09 corpus, but we used the Open IE system of Xu et al. (2015) , which is based on dependency parsing. There are two main differences between our triples and Fader's: 1. we achieve higher preci-sion of triple extraction, partly because of the dependency parser; 2. our entities are linked to Freebase by an entity linking approach, instead of pure string match. These two differences provide both higher precision and higher recall for question answering.", |
| "cite_spans": [ |
| { |
| "start": 658, |
| "end": 674, |
| "text": "Xu et al. (2015)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Fader et al. (2014)'s system exploits several levels of paraphrase. One is the process of paraphrasing from one question to another question, for example, from \"How does affect your body?\" to \"What body system does affect ?\" One is parsing, which converts natural language questions into a small number of high-precision templates. For example, from \"Who/What is N P arg \" to (arg, is-a, ?x). Another is query-rewriting, which is similar to our paraphrase operator. For example, its paraphrase operator re-writes children to was born to. Our system, however, only uses a single layer paraphrasing, which makes our approach simpler and more intuitive, while achieving higher performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "To augment our QA system, we create a new Open IE relation triple dataset that contains sentences and document IDs from which the triples are extracted. The relation triples are extracted from ClueWeb09 by the Open IE system of Xu et al. (2015) . Each triple contains two arguments, which are entities from Freebase, and one relation phrase. The arguments' Freebase IDs are provided by FACC1 corpus 1 . The relations are lemmatized and the sentences that contain the triples are provided. As a result, the dataset contains more than 300 million relation triples 2 . Table 1 shows one relation triple example, including the originating parsed sentence. The relation triple is from the 485 th sentence of the document clueweb12-0700tw-51-00204. The relation word is director, which is the 4th word in the sentence. The two arguments Raul Gonzalez and National Council of La Raza have corresponding Freebase IDs: /m/02rmsx3 and /m/085f3n.", |
| "cite_spans": [ |
| { |
| "start": 228, |
| "end": 244, |
| "text": "Xu et al. (2015)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 566, |
| "end": 573, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Our DataSet", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Many NLP tasks can potentially benefit from such data. For example, for question answering task, there are at least three advantages. One is that the Relation Triple Example <doc>clueweb12-0700tw-51-00204 Table 1 : Example of a relation triple extracted from ClueWeb09, with its source sentence and document ID.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 205, |
| "end": 212, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Our DataSet", |
| "sec_num": "3" |
| }, |
| { |
| "text": "<relation>485, Raul Gonzalez /m/02rmsx3, National Council of La Raza /m/085f3n, <E1> \u2192(appos) director \u2192(prep at) <E2> director 4 (ROOT (S (NP (NP (NNP Raul) (NNP Gonza- lez)) (, ,) (NP (NP (JJ legislative) (NN director)) (PP (IN at) (NP (NP (DT the) (NNP National) (NNP Council)) (PP (IN of)(NP (NP (NNP La) (NNP Raza)) ...)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our DataSet", |
| "sec_num": "3" |
| }, |
| { |
| "text": "entities are linked to Freebase, which will identify entities that represent one object but with different instances. Secondly, the triple is associated with the parsed sentences and the document ID, which can provide better evidence for questions with n-ary relations, such as \"What character did Natalie Portman play in Star Wars?\" Finally, we can provide explanations, i.e., by identifying sentences that are evidence in support of our answers. We believe that this large volume of linked triples may not only improve the mapping between the natural language and Freebase relations, but also improve the recall of questions, as we can also search based on entities' Freebase IDs. We intend to make this data publicly available. The first component of our system is query preprocessing. We use the Stanford CoreNLP tool for entity extraction and sentence parsing. Entities such as persons and organizations have higher priority as target entities than those such as numbers and dates. We then extract the dependency path between the chosen target entity and the question phrase. The question phrase can be a single word such as where or multi-word phrases such as which character. The words on the dependency path are considered to be the relation words, i.e., the predicates.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our DataSet", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The second component is our paraphrase recog- nition, i.e., the identification of a mapping between relations in the questions and relations in the two knowledge bases. Further details of our paraphrase models are in Section 5. The third component is answer retrieval. Our knowledge base contains triples from Open IE extraction and Freebase. We retrieve answers based on the target entity, the relation words in the question, the corresponding paraphrase relations, and context words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "System Structure", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The final component is answer re-ranking. Since we expect the system to retrieve multiple possible answers, those answers are re-ranked with an SVM-Rank system (Tsochantaridis et al., 2004) . Further details of the model and its features are described in Section 7.", |
| "cite_spans": [ |
| { |
| "start": 160, |
| "end": 189, |
| "text": "(Tsochantaridis et al., 2004)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "System Structure", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Here we concentrate on word/phrase level paraphrase instead of sentence level paraphrase. We noticed that literal paraphrase may not be sufficient for accurate question answering. For example, that a person lives in a location, might not be a good paraphrase for a person is buried at a location. But the two have such high correlation that identifying the correlation will help answering questions such as \"Where did a person live.\" The question answering community has currently chosen to adapt either a machine translation model or a simple pointwise mutual information (PMI) model. Here we present the three models we adapted for our question answering system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The first one is a frequency based model. Paraphrase rules are learned based on the question answering training set. Given a set of questions, the relation words in the questions are extracted as mentioned in Section 4. Then we retrieve the relation triples in the KB that contain both the target entities and the answers. The score of a rule, query Rel \u2192 KB Rel, is the frequency of the entity pairs that the query relation and KB relation share.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The second is a PMI based model, which is adapted by (Fader et al., 2014 )'s QA system. The general function of the PMI is:", |
| "cite_spans": [ |
| { |
| "start": 53, |
| "end": 72, |
| "text": "(Fader et al., 2014", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "log P (x, y) P (x)P (y)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "where P (x) = count(x)/n, n is the number of triples. For paraphrase, the frequency of unigrams represents the number of entity pairs associated with one relation. The frequency of bigrams represents the number of entity pairs shared by two relations. The third is the highly-cited DIRT algorithm (Lin and Pantel, 2001 ). In this model, relations are represented by two vectors. Each vector represents one argument slot. Their similarity score function is defined as follows:", |
| "cite_spans": [ |
| { |
| "start": 297, |
| "end": 318, |
| "text": "(Lin and Pantel, 2001", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u221a sim(v x l , v y l ) * sim(v x r , v y r ).", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "where v x l is a word vector representing the relation x's left argument slot. The value of the vectors is the PMI between the relation and the argument.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our paraphrase model uses a subset of our highly accurate Open IE triples. The restriction is that the relation words should appear between the parsing dependency path of two entities, and that the maximum path length is 3. This restriction will increase the precision of the triples, and improve the performance of the paraphrase. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We designed our system so that we can search by both entity names and entity freebase IDs. In addition, the system also considers other context words of a question besides the target entity and relation words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Answer Retrieval", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Our knowledge base contains triples from Open IE extractions and Freebase. The Open IE triples are extracted from ClueWeb documents using the models of (Xu et al., 2015) . The Freebase triples contain entity pairs that are directly linked by a relation or by a compound relation, e.g., \"/film/actor/film /film/performance/character,\" (Figure 2 ) which we hereafter abbreviate as \"/film /character.\" Compound relations are represented by links that connect two entities with distance two. The middle node in between is an artificial node, instead of an entity. It is used to represent relations or events with multiple attributes, such as date, location etc. As pointed out by (Yao and Van Durme, 2014) compound relations are important for the question answering task.", |
| "cite_spans": [ |
| { |
| "start": 152, |
| "end": 169, |
| "text": "(Xu et al., 2015)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 676, |
| "end": 701, |
| "text": "(Yao and Van Durme, 2014)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 334, |
| "end": 343, |
| "text": "(Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Answer Retrieval", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We use Lucene, an information retrieval framework tool, to store the triples. Every triple is constructed as one document that contains 6 fields: left and right argument's surface forms, left and right argument's Freebase IDs, the relation phrase, and the context. The OpenIE triples' context are the sentences containing that triple. The Freebase triples' context are the compound node text for compound relations. For instance, the context of the triple (natalie portman, /film /character, padm\u00e9 amidala) is \"padm\u00e9 amidala -Star Wars episode ii: attack of the clones -freebase data team -film performance.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Answer Retrieval", |
| "sec_num": "6" |
| }, |
| { |
| "text": "To search for the answers, we identify the target named entity of the query and its Freebase IDs. The Freebase ID candidates are extracted by Freebase API. We also identify the relation word set, which includes both the relations in the question and their paraphrases, as mentioned in Section 5. The original relations are assigned a weight of 2, while others are assigned with a normalized paraphrase score between [0, 1]. The normalization assigns 1 to the best paraphrase relations and 0 to the n th , where n is the maximum number of paraphrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Answer Retrieval", |
| "sec_num": "6" |
| }, |
| { |
| "text": "For explanation purposes, consider again the question \"What character did Natalie Portman play in Star Wars?\" We extract the top three Freebase ID candidates for natalie portman: {/m/09l3p, /m/0dncctc, /m/05ngby1}. With the relation play, we build a relation set {play} \u222a {/actor, /written by, /character} \u222a {voice, set, quarterback, star, lead}. The terms {/actor, /written by, /character} are Freebase relations that have a high paraphrase score with play. The context is the word set of the sentence. We then search for the target entity on either the left argument slot or the right, the relation, and the context. The score of a retrieved triple is the weight of the hit relation's paraphrase score. Different relations can lead to the same answer; we currently sum the scores of all retrieved triples for one answer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Answer Retrieval", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Answers retrieved by the previous step are based only on word match. Because of the noise retained in paraphrase and relation extraction, we need to add more information to filter incorrect answers. Here we incorporate some extra information as features of an SVM-Rank model (Tsochantaridis et al., 2004) . Table 2 shows the features we proposed for the re-ranking system. Freebase types are extracted according the candidate answer's Freebase IDs, and the value of the Freebase relation /type. As there are thousands of types in Freebase, we further focus by reducing the types to around 100 clusters, as proposed by (Ling and Weld, 2012) . The type feature will consider the types of answers, and diminishes those retrieved answers with an inconsistent type. Another source of type information is taken from our Open IE triples. We observe that most types can be considered as a relation between entities. For example, in the triple (Shakespeare, a playwright, England) Playwright is a relation between Shakespeare and England, and can be considered as one type of Shakespeare. This leads to our Feature 4: for example, for the question \"which country invades Poland\" with the candidate answer Germany, the feature is the frequency of (country, Germany) in the Open IE triple set.", |
| "cite_spans": [ |
| { |
| "start": 275, |
| "end": 304, |
| "text": "(Tsochantaridis et al., 2004)", |
| "ref_id": null |
| }, |
| { |
| "start": 618, |
| "end": 639, |
| "text": "(Ling and Weld, 2012)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 307, |
| "end": 314, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Supervised Re-Ranking", |
| "sec_num": "7" |
| }, |
| { |
| "text": "For extra information from the paraphrase rules, we use the rule itself and the scores, which can be determined from the three different paraphrase models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised Re-Ranking", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The context words hit rate feature is determined by the percentage of context words in the question that are also in the triple's context words. The target entity, the relation words and question words are excluded from context words. This can improve the answering of questions with n-ary relations. For example, for the question What character did Natalie Portman play in Star Wars? we check how many words in the set {Star, Wars} are in the candidate answer's triple context. Suppose the two candidate answers are: padm\u00e9 amidala, with context \"padm\u00e9 amidala -Star Wars episode ii: attack of the clonesfreebase data team -film performance;\" black swan, with context \"academy award for actress in a leading role -83rd academy awards -black swan -role: nina sayers -2010 -nanette -award honor.\" The first answer's context words hit rate is 1, as the context has {Star, Wars}. The second has hit rate 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised Re-Ranking", |
| "sec_num": "7" |
| }, |
| { |
| "text": "In training, we use the top n answers from both the Open IE and Freebase. However if a correct answer is ranked below n, we still add it as a training instance. This increases the number of positive training instances. In testing, we only re-rank the top n answers, where n is set according to the performance in the development set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised Re-Ranking", |
| "sec_num": "7" |
| }, |
| { |
| "text": "To combine Freebase and the Open IE KB, we have considered two alternatives. One combines the two sets of answers and then re-ranks the combined answer set. The other is to re-rank the two sets independently, and combine them by assigning weights to different KBs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised Re-Ranking", |
| "sec_num": "7" |
| }, |
| { |
| "text": "We evaluate our question answering system based on the question set provided by Berant et al. (2013) . The questions are generated by the Google Suggest API. The answers are created by Amazon Mechanical Turk. One property of this dataset is that the Candidate answer Freebase types + relation in the question, e.g. /location/country + invade 4", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 100, |
| "text": "Berant et al. (2013)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Frequency of (the type word in the question, answer ) in the ClueWeb 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Shape of the answer (e.g. has numbers, multiwords) + the question phrase 6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Paraphrase rules 7", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Whether the paraphrase rule from the 3000 training sentences 8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Paraphrase rule with the max score, its score, and which paraphrase approach leads to it 9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Context words hit rate 10", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Score of the answer with answer retrieval answers are guaranteed to be found in Freebase.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Our experiments attempt to answer several questions:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "\u2022 Is our dataset useful for the paraphrase tasks?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "\u2022 Which popular paraphrase approach is more suitable for question answering? \u2022 Is our system better than other Information Extraction-based systems?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "There are at least two metrics used in the literature:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "1. Top 1 F 1 score, as used by (Fader et al., 2014) . Every system outputs only one answer. The system's answer is the entity with highest score (randomly pick one if there is a tie). No answer is produced if the highest score is below a certain threshold. An answer is considered correct if the entity in the system's answer appears in the gold answer. The precision, recall and F 1 score are calculated globally: Precision = # questions with correct answers # questions with answers Recall = # questions with correct answers # questions 2. Average F 1 score (accuracy). This is used by semantic parsing question answering systems such as (Berant and Liang, 2014; Yih et al., 2015) . For every question, the precision, recall and F 1 score are computed between the systems' answer set and the gold answer set. Then, the F 1 scores are averaged across all questions in the test set. This metric is used to reward partially-complete system answers.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 51, |
| "text": "(Fader et al., 2014)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 640, |
| "end": 664, |
| "text": "(Berant and Liang, 2014;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 665, |
| "end": 682, |
| "text": "Yih et al., 2015)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "In the following experiments, we will compare our system with Fader's with respect to the first metric, and the rest with the second metric.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "We demonstrate the effect of different dataset sizes by estimating a paraphrase PMI model from a smaller subset of our data, and then comparing QA systems' performance with these alternative paraphrase sets. Initially, we use the recall as the comparative metric. Recall is calculated as the percentage of questions that can be answered by the top 30 candidate answers retrieved. To filter the effect of features and supervised models, results are based on answer retrieval on Freebase, and no re-ranking is given.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Effect of Dataset size", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "For every question we extract the top 100 Freebase relations as paraphrase of one question relation (100 is set on a development set). The paraphrase score is used as weight on the answer retrieval phase. We use a PMI model as the paraphrase model metric.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Effect of Dataset size", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "Our baseline consists of 800k triples, which is larger than the size of one existing relation triple dataset from Riedel et al. (2013) (200k) . The whole paraphrase set has 26 million triples. Note that this is a smaller number of triples but with higher precision, compared with the whole Open IE knowledge base (300 million). When using 800k triples, the recall is 10.7%, whereas we obtain a recall of 34.5% when using 26 million triples. We notice that the performance difference is dramatic.", |
| "cite_spans": [ |
| { |
| "start": 114, |
| "end": 141, |
| "text": "Riedel et al. (2013) (200k)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Effect of Dataset size", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "Here we show the paraphrase effect on the Freebasebased and IE KB based question answering systems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "As mentioned, for the paraphrase between question relations and Freebase relations, we extract the top 100 Freebase relations for one question relation. The paraphrase score is used as a weight on the answer retrieval. Table 3 shows the recall measure on the top 30 answers with alternative paraphrase models based on Freebase. Freq3000 is the case where we use only the 3000 training sentences and the Open IE triple set. Freq3000+PMI is the supervised paraphrase, Freq3000, plus the unsupervised paraphrase with the PMI measure. The results show that the unsupervised paraphrase, which maps between Open IE triples and FB triples, does improve recall. It is not meaningful to use DIRT here because the frequency of every triple is 1 in Freebase, and the frequency of (named entity 1, Freebase relation) is based on the number of values of this slot.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 219, |
| "end": 226, |
| "text": "Table 3", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "For the paraphrase between question relations and Open IE KB relations, we extract the top 10 Open IE relations for one question relation (6-10 do not display much difference on the development set). Table 4 shows the top 40 answer recall values, with alternative paraphrase models based on Open IE knowledge base. There is no obvious difference among the alternatives. The paraphrase between natural language relations is more difficult than paraphrase between natural language relations and Freebase relations. One reason might be that Open IE relation extraction noise is amplified within the overall process.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 200, |
| "end": 208, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Paraphrase", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "As mentioned previously, our system is an Information Extraction (IE) based system. Table 5 shows the results of our system comparing with the other two IE based systems. Yao14 (Yao and Van Durme, 2014) 's system use FB knowledge base solely; while Fader14 (Fader et al., 2014) use both FB KB and Open IE KB. Our one layer system based on Freebase is much better than the one based on the IE triples. This makes the normal combination method failed, i.e. the two methods mentioned in Section 7. Instead, for the combination system we use OneLayer IE 's results only when OneLayer FB returns no answers. Our system is better than both the previous IE-based systems. It is better than Fader14 with an absolute F1 gain of 7% although both systems use FB KB and IE KB. Our system based solely on FB KB is already better than Yao14, which also is based on FB KB only. Notice instead of measured manually (as in Fader14), our system is automatically measured on the WebQuestion answer set, which means the performance is under-estimated, as we will show in Section 8.4.", |
| "cite_spans": [ |
| { |
| "start": 177, |
| "end": 202, |
| "text": "(Yao and Van Durme, 2014)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 257, |
| "end": 277, |
| "text": "(Fader et al., 2014)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 84, |
| "end": 91, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "State-of-the-Art", |
| "sec_num": "8.3" |
| }, |
| { |
| "text": "We also compare our system with several semantic parsing-based systems: Berant et al. 's systems Berant13, Berant14; and Microsoft system MS15 (Yih et al., 2015) , which is a semantic parsing-based system that achieves the current best performance on the WebQuestion set. Table 6 shows the results. Our system is the first information extraction based system that performs better than Berant13 on the Freebase data. Table 6 : Results that compare our system with semantic parsing-based question answering systems.", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 116, |
| "text": "Berant et al. 's systems Berant13, Berant14;", |
| "ref_id": null |
| }, |
| { |
| "start": 117, |
| "end": 161, |
| "text": "and Microsoft system MS15 (Yih et al., 2015)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 272, |
| "end": 279, |
| "text": "Table 6", |
| "ref_id": null |
| }, |
| { |
| "start": 416, |
| "end": 423, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "State-of-the-Art", |
| "sec_num": "8.3" |
| }, |
| { |
| "text": "One problem of using the WebQuestion set as evaluation data is that the gold standard set is incomplete. This is caused both by incompleteness of Freebase and by human error. To show the effect of incompleteness on the test result, we annotated 400 development set questions, to determine whether the top answers from our systems are correct. Table 5 : Results that compare our system with other IE-based question answering systems.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 343, |
| "end": 350, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "8.4" |
| }, |
| { |
| "text": "expanded answer set. With the top1 measure, the absolute difference is 10%. To avoid the manual annotation for every system, our future work will expand the answers for all the questions. We will also do a more complete analysis of the effect of the incomplete answer set on the training process. When we look more closely at our systems' errors, we notice that one problem of IE KB-based systems is that they can not find numbers or common nouns such as \"writer\" as an answer. This is because of a weakness in the data extraction process, which is designed to extract relations between named entities that are identified by the entity linking systems. Consider these two examples:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "8.4" |
| }, |
| { |
| "text": "Question1 \"what kinda music does john mayer sing?\" Gold standard \"Rock music\". Our answer \"your body is a wonderland\", a song by john mayer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "8.4" |
| }, |
| { |
| "text": "Question2 \"what does jennifer lopez do?\" Gold standard \"Actor\" Our answer \"american idol\", a TV show where jennifer lopez was a judge.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "8.4" |
| }, |
| { |
| "text": "This naturally creates a thread for future work: expand the Open IE triple set to include arguments with common nouns or numbers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "8.4" |
| }, |
| { |
| "text": "We have designed and tested a new open question answering (Open QA) framework for question answering over a knowledge base (KB). Our system consists of only one layer of paraphrase, compared to the three layers used in a previous open question answering system (Fader et al., 2014) . However, because of the more accurately extracted relation triples, and use of linked entities from IE KB to Freebase, our system achieves a 7% absolute gain in F 1 score over the previous Open QA system.", |
| "cite_spans": [ |
| { |
| "start": 261, |
| "end": 281, |
| "text": "(Fader et al., 2014)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9" |
| }, |
| { |
| "text": "An acknowledged problem with our data is that both arguments are named entities, which make our Open IE KB based-system unable to answer questions with answers that are common nouns or numbers. That will be addressed in future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9" |
| }, |
| { |
| "text": "http://lemurproject.org/clueweb09/ 2 We use only half of the ClueWeb09 because of resource limits.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Semantic parsing via paraphrasing", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Berant", |
| "suffix": "" |
| }, |
| { |
| "first": "Percy", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan Berant and Percy Liang. 2014. Semantic pars- ing via paraphrasing. In Association for Computa- tional Linguistics (ACL).", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Semantic parsing on freebase from question-answer pairs", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Berant", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Chou", |
| "suffix": "" |
| }, |
| { |
| "first": "Roy", |
| "middle": [], |
| "last": "Frostig", |
| "suffix": "" |
| }, |
| { |
| "first": "Percy", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan Berant, Andrew Chou, Roy Frostig, and Percy Liang. 2013. Semantic parsing on freebase from question-answer pairs. In Proceedings of EMNLP.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Open question answering over curated and extracted knowledge bases", |
| "authors": [ |
| { |
| "first": "Anthony", |
| "middle": [], |
| "last": "Fader", |
| "suffix": "" |
| }, |
| { |
| "first": "Luke", |
| "middle": [], |
| "last": "Zettlemoyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '14", |
| "volume": "", |
| "issue": "", |
| "pages": "1156--1165", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anthony Fader, Luke Zettlemoyer, and Oren Etzioni. 2014. Open question answering over curated and ex- tracted knowledge bases. In Proceedings of the 20th ACM SIGKDD International Conference on Knowl- edge Discovery and Data Mining, KDD '14, pages 1156-1165, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A statistical semantic parser that integrates syntax and semantics", |
| "authors": [ |
| { |
| "first": "Ruifang", |
| "middle": [], |
| "last": "Ge", |
| "suffix": "" |
| }, |
| { |
| "first": "Raymond", |
| "middle": [ |
| "J" |
| ], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the Ninth Conference on Computational Natural Language Learning, CONLL '05", |
| "volume": "", |
| "issue": "", |
| "pages": "9--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ruifang Ge and Raymond J. Mooney. 2005. A statisti- cal semantic parser that integrates syntax and seman- tics. In Proceedings of the Ninth Conference on Com- putational Natural Language Learning, CONLL '05, pages 9-16, Stroudsburg, PA, USA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Lambda dependency-based compositional semantics", |
| "authors": [ |
| { |
| "first": "Percy", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Percy Liang. 2013. Lambda dependency-based compo- sitional semantics. CoRR, abs/1309.4408.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "discovery of inference rules from text", |
| "authors": [ |
| { |
| "first": "@", |
| "middle": [], |
| "last": "Sbt@", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Proceedings of the Seventh ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '01", |
| "volume": "", |
| "issue": "", |
| "pages": "323--328", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "@SBT@discovery of inference rules from text. In Proceedings of the Seventh ACM SIGKDD Interna- tional Conference on Knowledge Discovery and Data Mining, KDD '01, pages 323-328, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Fine-grained entity recognition", |
| "authors": [ |
| { |
| "first": "Xiao", |
| "middle": [], |
| "last": "Ling", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [ |
| "S" |
| ], |
| "last": "Weld", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of the 26th AAAI Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiao Ling and Daniel S. Weld. 2012. Fine-grained entity recognition. In In Proc. of the 26th AAAI Conference on Artificial Intelligence.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Large-scale semantic parsing without question-answer pairs", |
| "authors": [ |
| { |
| "first": "Siva", |
| "middle": [], |
| "last": "Reddy", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "2", |
| "issue": "", |
| "pages": "377--392", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Siva Reddy, Mirella Lapata, and Mark Steedman. 2014. Large-scale semantic parsing without question-answer pairs. Transactions of the Association for Computa- tional Linguistics, 2:377-392.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Support vector machine learning for interdependent and structured output spaces", |
| "authors": [ |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Riedel", |
| "suffix": "" |
| }, |
| { |
| "first": "Limin", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "Benjamin", |
| "middle": [ |
| "M" |
| ], |
| "last": "Marlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '13), June. Ioannis Tsochantaridis, Thomas Hofmann, Thorsten Joachims, and Yasemin Altun", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sebastian Riedel, Limin Yao, Benjamin M. Mar- lin, and Andrew McCallum. 2013. Relation extraction with matrix factorization and universal schemas. In Joint Human Language Technology Con- ference/Annual Meeting of the North American Chap- ter of the Association for Computational Linguistics (HLT-NAACL '13), June. Ioannis Tsochantaridis, Thomas Hofmann, Thorsten Joachims, and Yasemin Altun. 2004. Support vec- tor machine learning for interdependent and structured output spaces. In Proceedings of the Twenty-first In- ternational Conference on Machine Learning, ICML '04, pages 104-, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A lexicalized tree kernel for open information extraction", |
| "authors": [ |
| { |
| "first": "Ying", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Christoph", |
| "middle": [], |
| "last": "Ringlstetter", |
| "suffix": "" |
| }, |
| { |
| "first": "Mi-Young", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Randy", |
| "middle": [], |
| "last": "Goebel", |
| "suffix": "" |
| }, |
| { |
| "first": "Grzegorz", |
| "middle": [], |
| "last": "Kondrak", |
| "suffix": "" |
| }, |
| { |
| "first": "Yusuke", |
| "middle": [], |
| "last": "Miyao", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 2015 Conference of the Association for Computational Linguistics (ACL). Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ying Xu, Christoph Ringlstetter, Mi-Young Kim, Randy Goebel, Grzegorz Kondrak, and Yusuke Miyao. 2015. A lexicalized tree kernel for open information extrac- tion. In Proceedings of the 2015 Conference of the Association for Computational Linguistics (ACL). As- sociation for Computational Linguistics, July.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Information extraction over structured data: Question answering with freebase", |
| "authors": [ |
| { |
| "first": "Xuchen", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Van Durme", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "956--966", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xuchen Yao and Benjamin Van Durme. 2014. Informa- tion extraction over structured data: Question answer- ing with freebase. In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguis- tics (Volume 1: Long Papers), pages 956-966. Associ- ation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Semantic parsing via staged query graph generation: Question answering with knowledge base", |
| "authors": [ |
| { |
| "first": "Ming-Wei", |
| "middle": [], |
| "last": "Wen-Tau Yih", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodong", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the Joint Conference of the 53rd Annual Meeting of the ACL and the 7th International Joint Conference on Natural Language Processing of the AFNLP. ACL Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wen-tau Yih, Ming-Wei Chang, Xiaodong He, and Jian- feng Gao. 2015. Semantic parsing via staged query graph generation: Question answering with knowl- edge base. In Proceedings of the Joint Conference of the 53rd Annual Meeting of the ACL and the 7th International Joint Conference on Natural Language Processing of the AFNLP. ACL Association for Com- putational Linguistics, July.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Learning to parse database queries using inductive logic programming", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "John", |
| "suffix": "" |
| }, |
| { |
| "first": "Raymond", |
| "middle": [ |
| "J" |
| ], |
| "last": "Zelle", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the Association for the Advancement of Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "1050--1055", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John M. Zelle and Raymond J. Mooney. 1996. Learn- ing to parse database queries using inductive logic pro- gramming. In Proceedings of the Association for the Advancement of Artificial Intelligence, pages 1050- 1055.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "presents our general framework for open question answering.", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "text": "Our open question answering system structure.", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "text": "An example of compound artificial nodes.", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "html": null, |
| "content": "<table><tr><td>Features ID Feature description</td></tr><tr><td>1</td></tr></table>", |
| "text": "Namespace: whether the answer is extracted from Open IE KB, Freebase KB, or both. 2Candidate answer Freebase types + whphrase, e.g. /location/country + what country 3", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "html": null, |
| "content": "<table/>", |
| "text": "Features for the Supervised System.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "html": null, |
| "content": "<table><tr><td>models</td><td>recall on the top 40</td></tr><tr><td>Freq3000</td><td>40.5%</td></tr><tr><td>Freq3000 + PMI</td><td>40.8%</td></tr><tr><td>Freq3000 + DIRT</td><td>40.7%</td></tr></table>", |
| "text": "Comparing different paraphrase models. Recall on the top 30, based on Freebase.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF4": { |
| "html": null, |
| "content": "<table/>", |
| "text": "Comparing different paraphrase models. Recall on the top 40, based on Open IE KB.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF6": { |
| "html": null, |
| "content": "<table><tr><td>com-</td></tr></table>", |
| "text": "", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF8": { |
| "html": null, |
| "content": "<table/>", |
| "text": "The results of the open question answering system on the original development set and the one with expanded answers.", |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |