Skip to main content

Showing 1–15 of 15 results for author: Kotnis, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.03327  [pdf, other

    cs.LG cs.CL cs.IR

    Optimal Embedding Guided Negative Sample Generation for Knowledge Graph Link Prediction

    Authors: Makoto Takamoto, Daniel Oñoro-Rubio, Wiem Ben Rim, Takashi Maruyama, Bhushan Kotnis

    Abstract: Knowledge graph embedding (KGE) models encode the structural information of knowledge graphs to predicting new links. Effective training of these models requires distinguishing between positive and negative samples with high precision. Although prior research has shown that improving the quality of negative samples can significantly enhance model accuracy, identifying high-quality negative samples… ▽ More

    Submitted 4 April, 2025; originally announced April 2025.

    Comments: 11 pages, 6 figures, 15 Tables, accepted and to be published in TMLR

  2. arXiv:2307.14818  [pdf, other

    cs.CL

    What Makes a Good Paraphrase: Do Automated Evaluations Work?

    Authors: Anna Moskvina, Bhushan Kotnis, Chris Catacata, Michael Janz, Nasrin Saef

    Abstract: Paraphrasing is the task of expressing an essential idea or meaning in different words. But how different should the words be in order to be considered an acceptable paraphrase? And can we exclusively use automated metrics to evaluate the quality of a paraphrase? We attempt to answer these questions by conducting experiments on a German data set and performing automatic and expert linguistic evalu… ▽ More

    Submitted 27 July, 2023; originally announced July 2023.

    Comments: Extended Abstract for Konvens2023

  3. arXiv:2207.04447  [pdf, other

    cs.CL

    Human-Centric Research for NLP: Towards a Definition and Guiding Questions

    Authors: Bhushan Kotnis, Kiril Gashteovski, Julia Gastinger, Giuseppe Serra, Francesco Alesiani, Timo Sztyler, Ammar Shaker, Na Gong, Carolin Lawrence, Zhao Xu

    Abstract: With Human-Centric Research (HCR) we can steer research activities so that the research outcome is beneficial for human stakeholders, such as end users. But what exactly makes research human-centric? We address this question by providing a working definition and define how a research pipeline can be split into different stages in which human-centric components can be added. Additionally, we discus… ▽ More

    Submitted 10 July, 2022; originally announced July 2022.

  4. arXiv:2205.12749  [pdf, other

    cs.AI cs.HC

    A Human-Centric Assessment Framework for AI

    Authors: Sascha Saralajew, Ammar Shaker, Zhao Xu, Kiril Gashteovski, Bhushan Kotnis, Wiem Ben Rim, Jürgen Quittek, Carolin Lawrence

    Abstract: With the rise of AI systems in real-world applications comes the need for reliable and trustworthy AI. An essential aspect of this are explainable AI systems. However, there is no agreed standard on how explainable AI systems should be assessed. Inspired by the Turing test, we introduce a human-centric assessment framework where a leading domain expert accepts or rejects the solutions of an AI sys… ▽ More

    Submitted 1 July, 2022; v1 submitted 25 May, 2022; originally announced May 2022.

    Comments: Accepted as submission to ICML 2022 Workshop on Human-Machine Collaboration and Teaming

  5. arXiv:2110.08144  [pdf, other

    cs.CL cs.AI

    milIE: Modular & Iterative Multilingual Open Information Extraction

    Authors: Bhushan Kotnis, Kiril Gashteovski, Daniel Oñoro Rubio, Vanesa Rodriguez-Tembras, Ammar Shaker, Makoto Takamoto, Mathias Niepert, Carolin Lawrence

    Abstract: Open Information Extraction (OpenIE) is the task of extracting (subject, predicate, object) triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we explore the hypothesis that it may be beneficial to extract triple slots iteratively: first extract easy slots, followed by the difficult ones by conditioning on the easy slots, and theref… ▽ More

    Submitted 25 April, 2022; v1 submitted 15 October, 2021; originally announced October 2021.

  6. arXiv:2109.07464  [pdf, other

    cs.CL

    AnnIE: An Annotation Platform for Constructing Complete Open Information Extraction Benchmark

    Authors: Niklas Friedrich, Kiril Gashteovski, Mingying Yu, Bhushan Kotnis, Carolin Lawrence, Mathias Niepert, Goran Glavaš

    Abstract: Open Information Extraction (OIE) is the task of extracting facts from sentences in the form of relations and their corresponding arguments in schema-free manner. Intrinsic performance of OIE systems is difficult to measure due to the incompleteness of existing OIE benchmarks: the ground truth extractions do not group all acceptable surface realizations of the same fact that can be extracted from… ▽ More

    Submitted 13 April, 2022; v1 submitted 15 September, 2021; originally announced September 2021.

  7. arXiv:2109.06850  [pdf, other

    cs.CL cs.AI

    BenchIE: A Framework for Multi-Faceted Fact-Based Open Information Extraction Evaluation

    Authors: Kiril Gashteovski, Mingying Yu, Bhushan Kotnis, Carolin Lawrence, Mathias Niepert, Goran Glavaš

    Abstract: Intrinsic evaluations of OIE systems are carried out either manually -- with human evaluators judging the correctness of extractions -- or automatically, on standardized benchmarks. The latter, while much more cost-effective, is less reliable, primarily because of the incompleteness of the existing OIE benchmarks: the ground truth extractions do not include all acceptable variants of the same fact… ▽ More

    Submitted 13 April, 2022; v1 submitted 14 September, 2021; originally announced September 2021.

  8. arXiv:2004.02596  [pdf, other

    cs.AI cs.LG

    Answering Complex Queries in Knowledge Graphs with Bidirectional Sequence Encoders

    Authors: Bhushan Kotnis, Carolin Lawrence, Mathias Niepert

    Abstract: Representation learning for knowledge graphs (KGs) has focused on the problem of answering simple link prediction queries. In this work we address the more ambitious challenge of predicting the answers of conjunctive queries with multiple missing entities. We propose Bi-Directional Query Embedding (BIQE), a method that embeds conjunctive queries with models based on bi-directional attention mechan… ▽ More

    Submitted 4 February, 2021; v1 submitted 6 April, 2020; originally announced April 2020.

    Comments: 8 pages, 2 figures

  9. arXiv:1908.05915  [pdf, other

    stat.ML cs.CL cs.LG

    Attending to Future Tokens For Bidirectional Sequence Generation

    Authors: Carolin Lawrence, Bhushan Kotnis, Mathias Niepert

    Abstract: Neural sequence generation is typically performed token-by-token and left-to-right. Whenever a token is generated only previously produced tokens are taken into consideration. In contrast, for problems such as sequence classification, bidirectional attention, which takes both past and future tokens into consideration, has been shown to perform much better. We propose to make the sequence generatio… ▽ More

    Submitted 17 September, 2019; v1 submitted 16 August, 2019; originally announced August 2019.

    Comments: Conference on Empirical Methods in Natural Language Processing (EMNLP), 2019, Hong Kong, China

  10. arXiv:1708.06816  [pdf, other

    cs.AI

    Analysis of the Impact of Negative Sampling on Link Prediction in Knowledge Graphs

    Authors: Bhushan Kotnis, Vivi Nastase

    Abstract: Knowledge graphs are large, useful, but incomplete knowledge repositories. They encode knowledge through entities and relations which define each other through the connective structure of the graph. This has inspired methods for the joint embedding of entities and relations in continuous low-dimensional vector spaces, that can be used to induce new edges in the graph, i.e., link prediction in know… ▽ More

    Submitted 2 March, 2018; v1 submitted 22 August, 2017; originally announced August 2017.

    Comments: 14 pages

  11. arXiv:1706.09278  [pdf, other

    cs.AI

    Learning Knowledge Graph Embeddings with Type Regularizer

    Authors: Bhushan Kotnis, Vivi Nastase

    Abstract: Learning relations based on evidence from knowledge bases relies on processing the available relation instances. Many relations, however, have clear domain and range, which we hypothesize could help learn a better, more generalizing, model. We include such information in the RESCAL model in the form of a regularization factor added to the loss function that takes into account the types (categories… ▽ More

    Submitted 2 March, 2018; v1 submitted 28 June, 2017; originally announced June 2017.

  12. arXiv:1606.05209  [pdf, other

    cs.SI physics.soc-ph

    Cost Effective Campaigning in Social Networks

    Authors: Bhushan Kotnis, Joy Kuri

    Abstract: Campaigners are increasingly using online social networking platforms for promoting products, ideas and information. A popular method of promoting a product or even an idea is incentivizing individuals to evangelize the idea vigorously by providing them with referral rewards in the form of discounts, cash backs, or social recognition. Due to budget constraints on scarce resources such as money and… ▽ More

    Submitted 16 June, 2016; originally announced June 2016.

    Comments: arXiv admin note: text overlap with arXiv:1403.6315

  13. arXiv:1606.05179  [pdf, other

    cs.SI

    Incentivized Campaigning in Social Networks

    Authors: Bhushan Kotnis, Albert Sunny, Joy Kuri

    Abstract: Campaigners, advertisers and activists are increasingly turning to social recommendation mechanisms, provided by social media, for promoting their products, services, brands and even ideas. However, many times, such social network based campaigns perform poorly in practice because the intensity of the recommendations drastically reduces beyond a few hops from the source. A natural strategy for mai… ▽ More

    Submitted 16 June, 2016; originally announced June 2016.

  14. arXiv:1601.07505  [pdf, ps, other

    cs.GT cs.MA cs.SI physics.soc-ph

    Game Theoretic Analysis of Tree Based Referrals for Crowd Sensing Social Systems with Passive Rewards

    Authors: Kundan Kandhway, Bhushan Kotnis

    Abstract: Participatory crowd sensing social systems rely on the participation of large number of individuals. Since humans are strategic by nature, effective incentive mechanisms are needed to encourage participation. A popular mechanism to recruit individuals is through referrals and passive incentives such as geometric incentive mechanisms used by the winning team in the 2009 DARPA Network Challenge and… ▽ More

    Submitted 27 January, 2016; originally announced January 2016.

    Comments: 6 pages, 3 figures. Presented in Social Networking Workshop at International Conference on Communication Systems and Networks (COMSNETS), Bangalore, India, January 2016

  15. arXiv:1403.6315  [pdf, ps, other

    physics.soc-ph cs.SI

    Cost Effective Rumor Containment in Social Networks

    Authors: Bhushan Kotnis, Joy Kuri

    Abstract: The spread of rumors through social media and online social networks can not only disrupt the daily lives of citizens but also result in loss of life and property. A rumor spreads when individuals, who are unable decide the authenticity of the information, mistake the rumor as genuine information and pass it on to their acquaintances. We propose a solution where a set of individuals (based on thei… ▽ More

    Submitted 27 April, 2014; v1 submitted 25 March, 2014; originally announced March 2014.