| { |
| "paper_id": "S15-2003", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:37:51.101681Z" |
| }, |
| "title": "CICBUAPnlp: Graph-Based Approach for Answer Selection in Community Question Answering Task", |
| "authors": [ |
| { |
| "first": "Helena", |
| "middle": [], |
| "last": "G\u00f3mez-Adorno", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Instituto Polit\u00e9cnico Nacional Av. Juan de Dios B\u00e1tiz C.P. 07738", |
| "location": { |
| "settlement": "Mexico City", |
| "country": "Mexico" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Grigori", |
| "middle": [], |
| "last": "Sidorov", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Instituto Polit\u00e9cnico Nacional Av. Juan de Dios B\u00e1tiz C.P. 07738", |
| "location": { |
| "settlement": "Mexico City", |
| "country": "Mexico" |
| } |
| }, |
| "email": "sidorov@cic.ipn.mx" |
| }, |
| { |
| "first": "Darnes", |
| "middle": [], |
| "last": "Vilari\u00f1o", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Universidad", |
| "location": { |
| "addrLine": "Aut\u00f3noma de Puebla Av. San Claudio y 14 sur C.P. 72570", |
| "settlement": "Puebla", |
| "country": "Mexico" |
| } |
| }, |
| "email": "darnes@cs.buap.mx" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Pinto", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Universidad", |
| "location": { |
| "addrLine": "Aut\u00f3noma de Puebla Av. San Claudio y 14 sur C.P. 72570", |
| "settlement": "Puebla", |
| "country": "Mexico" |
| } |
| }, |
| "email": "dpinto@cs.buap.mx" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper describes our approach for the Community Question Answering Task, which was presented at the SemEval 2015. The system should read a given question and identify good, potentially relevant, and bad answers for that question. Our approach transforms the answers of the training set into a graph based representation for each answer class, which contains lexical, morphological, and syntactic features. The answers in the test set are also transformed into the graph based representation individually. After this, different paths are traversed in the training and test sets in order to find relevant features of the graphs. As a result of this procedure, the system constructs several vectors of features: one for each traversed graph. Finally, a cosine similarity is calculated between the vectors in order to find the class that best matches a given answer. Our system was developed for the English language only, and it obtained an accuracy of 53.74 for subtask A and 44.0 for subtask B.", |
| "pdf_parse": { |
| "paper_id": "S15-2003", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper describes our approach for the Community Question Answering Task, which was presented at the SemEval 2015. The system should read a given question and identify good, potentially relevant, and bad answers for that question. Our approach transforms the answers of the training set into a graph based representation for each answer class, which contains lexical, morphological, and syntactic features. The answers in the test set are also transformed into the graph based representation individually. After this, different paths are traversed in the training and test sets in order to find relevant features of the graphs. As a result of this procedure, the system constructs several vectors of features: one for each traversed graph. Finally, a cosine similarity is calculated between the vectors in order to find the class that best matches a given answer. Our system was developed for the English language only, and it obtained an accuracy of 53.74 for subtask A and 44.0 for subtask B.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "In this paper we present the experiments carried out as part of our participation in the SemEval-2015 Task 3 (Answer Selection in Community Question Answering). The Answer Selection in Community Question Answering task is proposed for the first time this year in the International Workshop on Semantic Evaluation (SemEval-2015). The task is based on an application scenario, which is related to textual entailment, semantic similarity and NL inference.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Community question answering (CQA) websites enable people to post questions and answers in various domains. In this way, users can obtain specific answers to their questions, instead of searching in the large volume of information available in the web. However, it takes effort to go through all possible answers and select which one is the most accurate one for a specific question. The task proposes to automate this process by predicting the quality of existing answers with respect to a question.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There are few works in the literature on evaluating the quality of answers provided in CQA sites. Most of such works employ non-textual and temporal features in order to built classification models for predicting the best answer for a given question. In (Jeon et al., 2006) , the authors extract 13 nontextual features from the Naver data set and build a maximum entropy classification model to predict the quality (three classes: Bad, Medium and Good) of a given answer. A similar approach is used in (Shah and Pomerantz, 2010) , but extracting 21 features (mainly non-textual) from Yahoo! Answers; the authors employ a logistic regression and classification model to predict the best answer. Besides, a set of temporal features is proposed in (Cai and Chakravarthy, 2011) in order to predict the best answer for a given question. In this work the authors argue that the traditional classification approaches are not well suited for this problem because of the highly imbalanced ratio of the best answer and the non-best answers in their data set, so they propose to use learning to rank approaches.", |
| "cite_spans": [ |
| { |
| "start": 254, |
| "end": 273, |
| "text": "(Jeon et al., 2006)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 502, |
| "end": 528, |
| "text": "(Shah and Pomerantz, 2010)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 745, |
| "end": 773, |
| "text": "(Cai and Chakravarthy, 2011)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Unlike these approaches, we use only textual information for predicting the quality of the answers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our approach is based on our previous research and (Sidorov et al., 2014) , where we propose the graph-based representation model (Integrated Syntactic Graph) and the soft similarity measure (soft cosine measure). Our experimental results are promising, they overcome the baseline system for this challenge.", |
| "cite_spans": [ |
| { |
| "start": 51, |
| "end": 73, |
| "text": "(Sidorov et al., 2014)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The rest of the paper is organized as follows. Section 2 describes our approach. Section 3 presents the configuration of the submitted runs and the evaluation results. Finally, Section 4 presents the conclusions and outlines some directions of future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For many problems in natural language processing, graph structure is an intuitive, natural and direct way to represent data. There exist several research works that have employed graphs for text representation in order to solve some particular problem (Mihalcea and Radev, 2011) . We propose an approach based on a graph methodology, which was described in detail in , for building the corresponding system of the two subtasks. These subtasks are described as follows:", |
| "cite_spans": [ |
| { |
| "start": 252, |
| "end": 278, |
| "text": "(Mihalcea and Radev, 2011)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Approach", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Subtask A Given a question (short title + extended description) and a list of community answers, classify each of the answers as: Good, Potential or Bad (bad, dialog, non-English, other).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Approach", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Subtask B Given a YES/NO question (short title + extended description) and a list of community answers, decide whether the global answer to the question should be yes, no or unsure, based on the individual good answers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Approach", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The proposed system consists of the following submodules: document preprocessing, graph generation, and answer quality classification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Approach", |
| "sec_num": "2" |
| }, |
| { |
| "text": "An XML parser receives as input a structured corpus in XML format. This XML file contains all the questions, along with their respective answers. An XML interpreter extracts the questions and associated answers. Thereafter, we process the answers for both subtasks separately. All the answers belonging to the same class are grouped together, and the result is passed to the next module. This means that at the end of this module, we will have all the good answers in one document, the bad ones in another document and so on for all classes. In the same way, for the task B, the yes/no answers are grouped together in different documents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Document Preprocessing", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "In the graph generation module, all sentences of each class are parsed to produce what we call their Integrated Syntactic Graph (ISG) representation (see ). For the graph representation we took into account various linguistic levels (lexical, syntactic, morphological, and semantic) in order to capture the majority of the features present in the text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The process of the graph generation is performed by the following submodules:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The Syntactic Parser is the base of the graph structure. We use the Stanford Dependency Parser 1 for producing the parsed tree for each sentence of the documents. In this type of parsing, we detect grammatical relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The Morphological Tagger obtains PoS tags of words. For this purpose we used the Stanford Log linear Part-Of-Speech Tagger 2 for English. The Lancaster stemmer algorithm was used in order to obtain word stems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "As a result of this process, each class is represented as a graph rooted in a ROOT \u2212 0 node. The vertices to sub-trees represent all sentences in the class document. The nodes of the trees represent words or lemmas of the sentences along with their part-of-speech tags. The vertices between nodes represent the dependency tags between these connected nodes along with a frequency label, for example: nsubj-5, that shows the number of occurrences of the pair (initial node, final node) in the graph plus the frequency of the dependency tag of the same pair of nodes. In the same way, the answers to be classified in one of the quality classes are represented in an ISG with the same characteristics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In order to fully understand the process of construction of the ISG and the collapse of nodes in the Figure 1 , we show the dependency trees of three sentences; each node of the graph is augmented with other annotations, such as the combination of lemma (or word) and POS tags: (lemma POS).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 101, |
| "end": 109, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The collapsed graph of the three sentences is shown in Figure 2 . Each edge of this graph contains the dependency tag together with a number that indicates the frequency of the dependency tag plus the frequency of the pair of nodes, both calculated using the occurrences of the dependency trees associated to each sentence.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 55, |
| "end": 63, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The feature extraction process starts by fixing the root node of the answer graph as the initial node, whereas the selected final nodes correspond to the remaining nodes of the answer graph. We use the Dijkstra \u2032 s Algorithm (Dijkstra, 1959) for finding the shortest paths between the initial and each final node. After this, we count the occurrences of all the multi-level linguistic features considered in the text representation such as POS tags and dependency tags found in the path. The same procedure is performed with the class document graph, using the pair of nodes identified in the answer graph as the initial and final node. As a result of this procedure, we obtain two feature vectors: one for the answer and another one for the class document. This module was implemented in Python, using the Net-workX 3 package for creation and manipulation of graphs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This module receives several feature vectors ( \u2212 \u2192 f t,i ) for each class document. Thus, the class document d is now represented by m", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification based on Quality of Answers", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "features (d * = { \u2212\u2192 f d,1 , \u2212\u2192 f d,2 , ..., \u2212 \u2212 \u2192 f d,m }), as well as the different an- swers a, (a * = { \u2212\u2192 f a,1 , \u2212\u2192 f a,2 , ..., \u2212 \u2212 \u2192 f a,m })", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification based on Quality of Answers", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": ", being m the number of different paths that can be traversed in both graphs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification based on Quality of Answers", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "We use the cosine similarity measure from the equation below for calculating the degree of similarity among each traversed path.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification based on Quality of Answers", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Similarity(a * , d * ) = m i=1 Cosine( \u2212 \u2192 f a,i , \u2212 \u2192 f d,i ) 3 https://networkx.github.io/ = m i=1 \u2212 \u2192 f a,i \u2022 \u2212 \u2192 f d,i || \u2212 \u2192 f a,i || \u2022 || \u2212 \u2192 f d,i ||", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification based on Quality of Answers", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "After obtaining all similarity scores between the answers with each of the class documents, the class (to which the document belongs) achieving the highest score is selected as the correct class for each answer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification based on Quality of Answers", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The acronym of our system is CICBUAPnlp. Tables 1 and 2 show the scores for the English subtasks A and B on the test data, respectively. Although, our results did not overcome the general average, it is worth noting that our methodology is quite simple and straightforward. We only used syntactic and morphological features, thus comparing the structures of the answers against the structure of the labeled sets. Instead of training a classifier, we built a Syntactic Integrated Graph for each class and then try to match the answers in the test set against them, calculating in this way the similarity between the graphs. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We described the approach and the system developed as a part of our participation in the Answer Selection in Community Question Answering task. The approach uses a graph structure for representing the classes and the answers. It extracts linguistic features from both graphs-classes and answers-by traversing shortest paths. The features are further used for computing the similarity between the classes and the answers. We sent two runs (primary and contrastive) for each English subtask to the evaluation forum. The best run in both cases was the primary run.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Future Work", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In future work, we are planning to use the soft cosine measure to compare the similarity between the answers and the quality classes, thus evaluating the feasibility of this kind of structures for this task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Future Work", |
| "sec_num": "4" |
| }, |
| { |
| "text": "http://nlp.stanford.edu/software/lex-parser.shtml 2 http://nlp.stanford.edu/software/tagger.shtml", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was done under partial support of the Mexican Government (CONACYT, SNI, COFAA-IPN, SIP-IPN 20144534, 20144274) and FP7 -PEOPLE-2010-IRSES: \"Web Information Quality Evaluation Initiative (WIQ-EI)\" European Commission project 269180.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Predicting answer quality in q/a social networks: Using temporal features", |
| "authors": [ |
| { |
| "first": "Yuanzhe", |
| "middle": [], |
| "last": "Cai", |
| "suffix": "" |
| }, |
| { |
| "first": "Sharma", |
| "middle": [], |
| "last": "Chakravarthy", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuanzhe Cai and Sharma Chakravarthy. 2011. Predict- ing answer quality in q/a social networks: Using tem- poral features. Technical report, University of Texas at Arlington.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A note on two problems in connexion with graphs", |
| "authors": [ |
| { |
| "first": ".", |
| "middle": [ |
| "W" |
| ], |
| "last": "Edsger", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dijkstra", |
| "suffix": "" |
| } |
| ], |
| "year": 1959, |
| "venue": "Numerische Mathematik", |
| "volume": "1", |
| "issue": "", |
| "pages": "269--271", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Edsger. W. Dijkstra. 1959. A note on two problems in connexion with graphs. Numerische Mathematik, 1:269-271.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A framework to predict the quality of answers with non-textual features", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "Bruce" |
| ], |
| "last": "Jiwoon Jeon", |
| "suffix": "" |
| }, |
| { |
| "first": "Joon", |
| "middle": [], |
| "last": "Croft", |
| "suffix": "" |
| }, |
| { |
| "first": "Soyeon", |
| "middle": [], |
| "last": "Ho Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Park", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 29th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR '06", |
| "volume": "", |
| "issue": "", |
| "pages": "228--235", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jiwoon Jeon, W. Bruce Croft, Joon Ho Lee, and Soyeon Park. 2006. A framework to predict the quality of answers with non-textual features. In Proceedings of the 29th Annual International ACM SIGIR Confer- ence on Research and Development in Information Re- trieval, SIGIR '06, pages 228-235, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Graphbased natural language processing and information retrieval", |
| "authors": [ |
| { |
| "first": "Rada", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rada Mihalcea and Dragomir Radev. 2011. Graph- based natural language processing and information retrieval. Cambridge; New York.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A graph-based multi-level linguistic representation for document understanding", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Pinto", |
| "suffix": "" |
| }, |
| { |
| "first": "Helena", |
| "middle": [], |
| "last": "G\u00f3mez-Adorno", |
| "suffix": "" |
| }, |
| { |
| "first": "Darnes", |
| "middle": [], |
| "last": "Vilari\u00f1o", |
| "suffix": "" |
| }, |
| { |
| "first": "Vivek Kumar", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Supervised and Unsupervised Classification Techniques and their Applications", |
| "volume": "41", |
| "issue": "", |
| "pages": "93--102", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Pinto, Helena G\u00f3mez-Adorno, Darnes Vilari\u00f1o, and Vivek Kumar Singh. 2014. A graph-based multi-level linguistic representation for document un- derstanding. Pattern Recognition Letters, 41(0):93 -102. Supervised and Unsupervised Classification Techniques and their Applications.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Evaluating and predicting answer quality in community qa", |
| "authors": [ |
| { |
| "first": "Chirag", |
| "middle": [], |
| "last": "Shah", |
| "suffix": "" |
| }, |
| { |
| "first": "Jefferey", |
| "middle": [], |
| "last": "Pomerantz", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 33rd International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR '10", |
| "volume": "", |
| "issue": "", |
| "pages": "411--418", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chirag Shah and Jefferey Pomerantz. 2010. Evaluat- ing and predicting answer quality in community qa. In Proceedings of the 33rd International ACM SIGIR Conference on Research and Development in Informa- tion Retrieval, SIGIR '10, pages 411-418, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Soft similarity and soft cosine measure: Similarity of features in vector space model", |
| "authors": [ |
| { |
| "first": "Grigori", |
| "middle": [], |
| "last": "Sidorov", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [ |
| "F" |
| ], |
| "last": "Gelbukh", |
| "suffix": "" |
| }, |
| { |
| "first": "Helena", |
| "middle": [], |
| "last": "Gmez-Adorno", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Pinto", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Computaci\u00f3n y Sistemas", |
| "volume": "18", |
| "issue": "3", |
| "pages": "491--504", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grigori Sidorov, Alexander F. Gelbukh, Helena Gmez- Adorno, and David Pinto. 2014. Soft similarity and soft cosine measure: Similarity of features in vector space model. Computaci\u00f3n y Sistemas, 18(3):491 - 504.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "type_str": "figure", |
| "uris": null, |
| "text": "I'm going to share with you the story as to how I have become an HIV/AIDS campaigner (c ) In November of 2003 I was invited to take part in the launch of Nelson Mandela's 46664 Foundation (b ) And this is the name of my campaign, SING Campaign" |
| }, |
| "FIGREF1": { |
| "num": null, |
| "type_str": "figure", |
| "uris": null, |
| "text": "Dependency trees of three sentences of a target text using word POS combination for the nodes and dependency labels for the edges" |
| }, |
| "FIGREF2": { |
| "num": null, |
| "type_str": "figure", |
| "uris": null, |
| "text": "The Integrated Syntactic Graph for the three sentences considered as example graph, in" |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "html": null, |
| "num": null, |
| "text": "Results of the subtask A, English", |
| "content": "<table><tr><td>TeamId</td><td colspan=\"3\">Macro F1 Accuracy Rank</td></tr><tr><td>JAIS</td><td>57.19</td><td>72.52</td><td>1</td></tr><tr><td>HITSZ-ICRC</td><td>56.41</td><td>68.67</td><td>2</td></tr><tr><td>QCRI</td><td>53.74</td><td>70.50</td><td>3</td></tr><tr><td>ECNU</td><td>53.47</td><td>70.55</td><td>4</td></tr><tr><td>ICRC-HIT</td><td>49.60</td><td>67.68</td><td>5</td></tr><tr><td>VectorSlu</td><td>49.10</td><td>66.45</td><td>5</td></tr><tr><td>Shiraz</td><td>47.34</td><td>56.83</td><td>7</td></tr><tr><td>FBK-HLT</td><td>47.32</td><td>69.13</td><td>8</td></tr><tr><td>Voltron</td><td>46.07</td><td>62.35</td><td>9</td></tr><tr><td>CICBUAPnlp</td><td>40.40</td><td>53.74</td><td>10</td></tr><tr><td>Yamraj</td><td>37.65</td><td>45.50</td><td>11</td></tr><tr><td>CoMiC</td><td>30.63</td><td>54.20</td><td>12</td></tr></table>" |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "html": null, |
| "num": null, |
| "text": "Results of the subtask B, English", |
| "content": "<table><tr><td>TeamId</td><td colspan=\"3\">Macro F1 Accuracy Rank</td></tr><tr><td>VectorSlu</td><td>63.7</td><td>72.0</td><td>1</td></tr><tr><td>ECNU</td><td>55.8</td><td>68.0</td><td>2</td></tr><tr><td>QCRI</td><td>53.6</td><td>64.0</td><td>3=4</td></tr><tr><td>HITSZ-ICRC</td><td>53.6</td><td>64.0</td><td>3=4</td></tr><tr><td>CICBUAPnlp</td><td>38.8</td><td>44.0</td><td>5</td></tr><tr><td>ICRC-HIT</td><td>30.9</td><td>52.0</td><td>6</td></tr><tr><td>Yamraj</td><td>29.8</td><td>28.0</td><td>7</td></tr><tr><td>FBK-HLT</td><td>27.8</td><td>40.0</td><td>8</td></tr></table>" |
| } |
| } |
| } |
| } |