SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Downloaden Sie, um offline zu lesen
1/34
IIT-UHH at SemEval-2017 Task 3: Exploring Multiple
Features for Community Question Answering and
Implicit Dialogue Identification
Titas Nandi1, Chris Biemann2, Seid Muhie Yimam2, Deepak Gupta1,
Sarah Kohail2, Asif Ekbal1 and Pushpak Bhattacharyya1
1Indian Institute of Technology Patna, India
2Universit¨at Hamburg, Germany
{titas.ee13,deepak.pcs16,asif,pb}@iitp.ac.in
{biemann,yimam,kohail}@informatik.uni-hamburg.de
Presented by Alexander Panchenko2
August 3, 2017
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
2/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
3/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
4/34
SemEval 2017 Task 3: the Three Sub-Tasks
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
5/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
6/34
Related Work
Useful ideas from the best systems of 2015 and 2016 tasks:
Belinkov (2015): word vectors and meta-data features
Nicosia (2015): derived features from a comment in the
context of the entire thread
Filice (2016): stacking classifiers across subtasks
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
7/34
Outline of the Method
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
8/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
9/34
String Similarity Features
String similarity between a question-comment/question pair:
Jaro-Winkler
Levenshtein
Jaccard
Sorensen-Dice
n-gram
LCS
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
10/34
Domain (Task) Specific Features
If a comment by asker of the question is an acknowledgement
Position of comment in the thread
Coverage (the ratio of the number of tokens) of question by the
comment and comment by the question
Presence of URLs, emails or HTML tags
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
11/34
Word Embedding Features
Trained word embedding model using Word2Vec on
unannotated data
Sentence vectors
averaging word vectors
wscore = wquestion − wcomment
Distance scores
Based on the computed sentence vectors
Cosine Distance (1 − cos)
Manhattan Distance
Euclidean Distance
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
12/34
Topic Modeling Features
Trained LDA Topic model using Mallet tool on training data
Extracted the 20 most relevant topics for the data
Topic Vector of a Question/Comment
wscore = wquestion − wcomment
Topic Vocabulary of a Question/Comment
Vocabulary(T) =
10
i=1
topic words(ti )
where ti is one of the top topics for comment/question T.
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
13/34
Keyword and Named Entity Features
Extracted keywords or focus words from question and
comment using the RAKE algorithm (Rose et al., 2010)
Keyword match between question and comment
Extracted Named Entities from question and comment
Entity tags consisted of LOCATION, PERSON,
ORGANIZATION, DATE, MONEY, PERCENT and TIME
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
14/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
15/34
Implicit Dialogue Identification
Identified implicit dialogues among users
User Interaction Graph
Each user is in dialogue with some other user who came before
him/her
Asker - desirable
Other users - not desirable
Vertices - Users in a comment thread
Edges - Directed edges showing interaction
Edge weight - the level of interaction
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
16/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
17/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
18/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
19/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
20/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
21/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
22/34
Implicit Dialogue Identification: an Example
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
23/34
Computing Edge Weights
The edge weight is computed (or revised) on the basis of:
Explicit dialogue score. If one user refers the other explicitly,
then add 1.0 to the edge score.
Embedding score. For each word in a comment, find the word
in the other comment that has maximum cosine similarity with it.
Then finally average all those max cosine scores to get a value.
Topic score. The cosine of topic vectors of the two comments.
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
24/34
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
25/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
26/34
Classification Model
Normalized all feature values with Z-scores
Feature Selection using wrapper methods to maximize
accuracy on the development set
Used SVM confidence probabilities for ranking (RBF kernel)
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
27/34
Subtask C: Similarity of Questions and External Comments
Oversample the data using the SMOTE (Chawla, 2002)
technique and run classifier on original question - external
comment pair
Stacking across tasks: the SVM scores of all three subtasks
are combined:
Score C = log(SVM Score) + log(Score A) + log(Score B)
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
28/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
29/34
Feature Ablation Results: Impact of Different Feature Sets
Features Development Set 2017
Subtask A MAP P R F1 Acc
All Features 65.50 58.43 62.71 60.50 72.54
All — string 65.53 57.84 62.71 60.18 72.17
All — embedding 62.11 53.03 53.42 53.23 68.52
All — domain 61.85 54.46 54.52 54.49 69.47
All — topic 65.15 59.02 61.98 60.47 72.83
All — keyword 65.73 57.98 62.59 60.20 72.25
IR Baseline 53.84 - - - -
Runs Test Set 2017
Subtask A MAP P R F1 Acc
Primary 86.88 73.37 74.52 73.94 72.70
Contrastive 1 86.35 79.42 51.94 62.80 68.02
Contrastive 2 85.24 81.22 57.65 67.43 71.06
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
30/34
Outline
1 Task Description
Structure of the Task
Related Work
2 System Description
Basic Features
Implicit Dialogue Identification
Statistical Model
3 Results
Results on Different Feature Sets
Comparison with Other Teams at SemEval 2017
4 Conclusions
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
31/34
Comparison of Results on Subtask A at SemEval 2017
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
32/34
Comparison of Results on Subtask C at SemEval 2017
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
33/34
Observations and Conclusions
Small in-domain texts are better for training, compared to
large out-of-domain pre-trained GoogleNews embeddings
Most instrumental are features based on:
User dialogues
Word embeddings
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34
34/34
Thank you!
Any questions from the
community?
Titas Nandi1
, Chris Biemann2
, Seid Muhie Yimam2
, Deepak Gupta1
, Sarah Kohail2
, Asif Ekbal1
and Pushpak Bhattacharyya1
(IIT PatAnswer Selection and Ranking in CQA sites
Presented by Alexander Panchenko2
August
/ 34

Weitere ähnliche Inhalte

Mehr von Alexander Panchenko

The 6th Conference on Analysis of Images, Social Networks, and Texts (AIST 2...
The 6th Conference on Analysis of Images, Social Networks, and Texts  (AIST 2...The 6th Conference on Analysis of Images, Social Networks, and Texts  (AIST 2...
The 6th Conference on Analysis of Images, Social Networks, and Texts (AIST 2...
Alexander Panchenko
 
Using Linked Disambiguated Distributional Networks for Word Sense Disambiguation
Using Linked Disambiguated Distributional Networks for Word Sense DisambiguationUsing Linked Disambiguated Distributional Networks for Word Sense Disambiguation
Using Linked Disambiguated Distributional Networks for Word Sense Disambiguation
Alexander Panchenko
 
Text Analysis of Social Networks: Working with FB and VK Data
Text Analysis of Social Networks: Working with FB and VK DataText Analysis of Social Networks: Working with FB and VK Data
Text Analysis of Social Networks: Working with FB and VK Data
Alexander Panchenko
 
Неологизмы в социальной сети Фейсбук
Неологизмы в социальной сети ФейсбукНеологизмы в социальной сети Фейсбук
Неологизмы в социальной сети Фейсбук
Alexander Panchenko
 
Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...
Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...
Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...
Alexander Panchenko
 
Semantic Similarity Measures for Semantic Relation Extraction
Semantic Similarity Measures for Semantic Relation ExtractionSemantic Similarity Measures for Semantic Relation Extraction
Semantic Similarity Measures for Semantic Relation Extraction
Alexander Panchenko
 

Mehr von Alexander Panchenko (19)

Improving Hypernymy Extraction with Distributional Semantic Classes
Improving Hypernymy Extraction with Distributional Semantic ClassesImproving Hypernymy Extraction with Distributional Semantic Classes
Improving Hypernymy Extraction with Distributional Semantic Classes
 
Inducing Interpretable Word Senses for WSD and Enrichment of Lexical Resources
Inducing Interpretable Word Senses for WSD and Enrichment of Lexical ResourcesInducing Interpretable Word Senses for WSD and Enrichment of Lexical Resources
Inducing Interpretable Word Senses for WSD and Enrichment of Lexical Resources
 
Fighting with Sparsity of the Synonymy Dictionaries for Automatic Synset Indu...
Fighting with Sparsity of the Synonymy Dictionaries for Automatic Synset Indu...Fighting with Sparsity of the Synonymy Dictionaries for Automatic Synset Indu...
Fighting with Sparsity of the Synonymy Dictionaries for Automatic Synset Indu...
 
The 6th Conference on Analysis of Images, Social Networks, and Texts (AIST 2...
The 6th Conference on Analysis of Images, Social Networks, and Texts  (AIST 2...The 6th Conference on Analysis of Images, Social Networks, and Texts  (AIST 2...
The 6th Conference on Analysis of Images, Social Networks, and Texts (AIST 2...
 
Using Linked Disambiguated Distributional Networks for Word Sense Disambiguation
Using Linked Disambiguated Distributional Networks for Word Sense DisambiguationUsing Linked Disambiguated Distributional Networks for Word Sense Disambiguation
Using Linked Disambiguated Distributional Networks for Word Sense Disambiguation
 
Unsupervised Does Not Mean Uninterpretable: The Case for Word Sense Induction...
Unsupervised Does Not Mean Uninterpretable: The Case for Word Sense Induction...Unsupervised Does Not Mean Uninterpretable: The Case for Word Sense Induction...
Unsupervised Does Not Mean Uninterpretable: The Case for Word Sense Induction...
 
Making Sense of Word Embeddings
Making Sense of Word EmbeddingsMaking Sense of Word Embeddings
Making Sense of Word Embeddings
 
Noun Sense Induction and Disambiguation using Graph-Based Distributional Sema...
Noun Sense Induction and Disambiguation using Graph-Based Distributional Sema...Noun Sense Induction and Disambiguation using Graph-Based Distributional Sema...
Noun Sense Induction and Disambiguation using Graph-Based Distributional Sema...
 
Getting started in Apache Spark and Flink (with Scala) - Part II
Getting started in Apache Spark and Flink (with Scala) - Part IIGetting started in Apache Spark and Flink (with Scala) - Part II
Getting started in Apache Spark and Flink (with Scala) - Part II
 
IIT-TUDA at SemEval-2016 Task 5: Beyond Sentiment Lexicon: Combining Domain ...
IIT-TUDA at SemEval-2016 Task 5: Beyond Sentiment Lexicon: Combining Domain ...IIT-TUDA at SemEval-2016 Task 5: Beyond Sentiment Lexicon: Combining Domain ...
IIT-TUDA at SemEval-2016 Task 5: Beyond Sentiment Lexicon: Combining Domain ...
 
Text Analysis of Social Networks: Working with FB and VK Data
Text Analysis of Social Networks: Working with FB and VK DataText Analysis of Social Networks: Working with FB and VK Data
Text Analysis of Social Networks: Working with FB and VK Data
 
Неологизмы в социальной сети Фейсбук
Неологизмы в социальной сети ФейсбукНеологизмы в социальной сети Фейсбук
Неологизмы в социальной сети Фейсбук
 
Sentiment Index of the Russian Speaking Facebook
Sentiment Index of the Russian Speaking FacebookSentiment Index of the Russian Speaking Facebook
Sentiment Index of the Russian Speaking Facebook
 
Similarity Measures for Semantic Relation Extraction
Similarity Measures for Semantic Relation ExtractionSimilarity Measures for Semantic Relation Extraction
Similarity Measures for Semantic Relation Extraction
 
Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...
Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...
Dmitry Gubanov. An Approach to the Study of Formal and Informal Relations of ...
 
Detecting Gender by Full Name: Experiments with the Russian Language
Detecting Gender by Full Name:  Experiments with the Russian LanguageDetecting Gender by Full Name:  Experiments with the Russian Language
Detecting Gender by Full Name: Experiments with the Russian Language
 
Document
DocumentDocument
Document
 
Вычислительная лексическая семантика: метрики семантической близости и их при...
Вычислительная лексическая семантика: метрики семантической близости и их при...Вычислительная лексическая семантика: метрики семантической близости и их при...
Вычислительная лексическая семантика: метрики семантической близости и их при...
 
Semantic Similarity Measures for Semantic Relation Extraction
Semantic Similarity Measures for Semantic Relation ExtractionSemantic Similarity Measures for Semantic Relation Extraction
Semantic Similarity Measures for Semantic Relation Extraction
 

Kürzlich hochgeladen

biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
1301aanya
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
Silpa
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
seri bangash
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
levieagacer
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Silpa
 
Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.
Silpa
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Sérgio Sacani
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
MohamedFarag457087
 

Kürzlich hochgeladen (20)

Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
Genetics and epigenetics of ADHD and comorbid conditions
Genetics and epigenetics of ADHD and comorbid conditionsGenetics and epigenetics of ADHD and comorbid conditions
Genetics and epigenetics of ADHD and comorbid conditions
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
 
Chemistry 5th semester paper 1st Notes.pdf
Chemistry 5th semester paper 1st Notes.pdfChemistry 5th semester paper 1st Notes.pdf
Chemistry 5th semester paper 1st Notes.pdf
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
 
Dr. E. Muralinath_ Blood indices_clinical aspects
Dr. E. Muralinath_ Blood indices_clinical  aspectsDr. E. Muralinath_ Blood indices_clinical  aspects
Dr. E. Muralinath_ Blood indices_clinical aspects
 
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLGwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx
 
Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 

IIT-UHH at SemEval-2017 Task 3: Exploring Multiple Features for Community Question Answering and Implicit Dialogue Identification

  • 1. 1/34 IIT-UHH at SemEval-2017 Task 3: Exploring Multiple Features for Community Question Answering and Implicit Dialogue Identification Titas Nandi1, Chris Biemann2, Seid Muhie Yimam2, Deepak Gupta1, Sarah Kohail2, Asif Ekbal1 and Pushpak Bhattacharyya1 1Indian Institute of Technology Patna, India 2Universit¨at Hamburg, Germany {titas.ee13,deepak.pcs16,asif,pb}@iitp.ac.in {biemann,yimam,kohail}@informatik.uni-hamburg.de Presented by Alexander Panchenko2 August 3, 2017 Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 2. 2/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 3. 3/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 4. 4/34 SemEval 2017 Task 3: the Three Sub-Tasks Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 5. 5/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 6. 6/34 Related Work Useful ideas from the best systems of 2015 and 2016 tasks: Belinkov (2015): word vectors and meta-data features Nicosia (2015): derived features from a comment in the context of the entire thread Filice (2016): stacking classifiers across subtasks Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 7. 7/34 Outline of the Method Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 8. 8/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 9. 9/34 String Similarity Features String similarity between a question-comment/question pair: Jaro-Winkler Levenshtein Jaccard Sorensen-Dice n-gram LCS Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 10. 10/34 Domain (Task) Specific Features If a comment by asker of the question is an acknowledgement Position of comment in the thread Coverage (the ratio of the number of tokens) of question by the comment and comment by the question Presence of URLs, emails or HTML tags Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 11. 11/34 Word Embedding Features Trained word embedding model using Word2Vec on unannotated data Sentence vectors averaging word vectors wscore = wquestion − wcomment Distance scores Based on the computed sentence vectors Cosine Distance (1 − cos) Manhattan Distance Euclidean Distance Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 12. 12/34 Topic Modeling Features Trained LDA Topic model using Mallet tool on training data Extracted the 20 most relevant topics for the data Topic Vector of a Question/Comment wscore = wquestion − wcomment Topic Vocabulary of a Question/Comment Vocabulary(T) = 10 i=1 topic words(ti ) where ti is one of the top topics for comment/question T. Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 13. 13/34 Keyword and Named Entity Features Extracted keywords or focus words from question and comment using the RAKE algorithm (Rose et al., 2010) Keyword match between question and comment Extracted Named Entities from question and comment Entity tags consisted of LOCATION, PERSON, ORGANIZATION, DATE, MONEY, PERCENT and TIME Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 14. 14/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 15. 15/34 Implicit Dialogue Identification Identified implicit dialogues among users User Interaction Graph Each user is in dialogue with some other user who came before him/her Asker - desirable Other users - not desirable Vertices - Users in a comment thread Edges - Directed edges showing interaction Edge weight - the level of interaction Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 16. 16/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 17. 17/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 18. 18/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 19. 19/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 20. 20/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 21. 21/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 22. 22/34 Implicit Dialogue Identification: an Example Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 23. 23/34 Computing Edge Weights The edge weight is computed (or revised) on the basis of: Explicit dialogue score. If one user refers the other explicitly, then add 1.0 to the edge score. Embedding score. For each word in a comment, find the word in the other comment that has maximum cosine similarity with it. Then finally average all those max cosine scores to get a value. Topic score. The cosine of topic vectors of the two comments. Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 24. 24/34 Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 25. 25/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 26. 26/34 Classification Model Normalized all feature values with Z-scores Feature Selection using wrapper methods to maximize accuracy on the development set Used SVM confidence probabilities for ranking (RBF kernel) Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 27. 27/34 Subtask C: Similarity of Questions and External Comments Oversample the data using the SMOTE (Chawla, 2002) technique and run classifier on original question - external comment pair Stacking across tasks: the SVM scores of all three subtasks are combined: Score C = log(SVM Score) + log(Score A) + log(Score B) Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 28. 28/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 29. 29/34 Feature Ablation Results: Impact of Different Feature Sets Features Development Set 2017 Subtask A MAP P R F1 Acc All Features 65.50 58.43 62.71 60.50 72.54 All — string 65.53 57.84 62.71 60.18 72.17 All — embedding 62.11 53.03 53.42 53.23 68.52 All — domain 61.85 54.46 54.52 54.49 69.47 All — topic 65.15 59.02 61.98 60.47 72.83 All — keyword 65.73 57.98 62.59 60.20 72.25 IR Baseline 53.84 - - - - Runs Test Set 2017 Subtask A MAP P R F1 Acc Primary 86.88 73.37 74.52 73.94 72.70 Contrastive 1 86.35 79.42 51.94 62.80 68.02 Contrastive 2 85.24 81.22 57.65 67.43 71.06 Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 30. 30/34 Outline 1 Task Description Structure of the Task Related Work 2 System Description Basic Features Implicit Dialogue Identification Statistical Model 3 Results Results on Different Feature Sets Comparison with Other Teams at SemEval 2017 4 Conclusions Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 31. 31/34 Comparison of Results on Subtask A at SemEval 2017 Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 32. 32/34 Comparison of Results on Subtask C at SemEval 2017 Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 33. 33/34 Observations and Conclusions Small in-domain texts are better for training, compared to large out-of-domain pre-trained GoogleNews embeddings Most instrumental are features based on: User dialogues Word embeddings Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34
  • 34. 34/34 Thank you! Any questions from the community? Titas Nandi1 , Chris Biemann2 , Seid Muhie Yimam2 , Deepak Gupta1 , Sarah Kohail2 , Asif Ekbal1 and Pushpak Bhattacharyya1 (IIT PatAnswer Selection and Ranking in CQA sites Presented by Alexander Panchenko2 August / 34